diff --git a/composer.json b/composer.json index 8153f1a0..e63e6d81 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "symfony/yaml": "~2.3|~3|~4", "symfony/phpunit-bridge": "~2.7|~3|~4", "phpunit/phpunit": "^5.7.1|~6|~7", - "cucumber/cucumber": "dev-gherkin-16.0.0" + "cucumber/cucumber": "dev-gherkin-17.0.0" }, "suggest": { @@ -51,16 +51,16 @@ "type": "package", "package": { "name": "cucumber/cucumber", - "version": "dev-gherkin-16.0.0", + "version": "dev-gherkin-17.0.0", "source": { "type": "git", "url": "https://github.com/cucumber/cucumber.git", - "reference": "00f128c8dc2970a564d8a706567836700a7039f0" + "reference": "bb809389d752992c89c8d79f29cc5849843cd5a8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cucumber/cucumber/zipball/00f128c8dc2970a564d8a706567836700a7039f0", - "reference": "00f128c8dc2970a564d8a706567836700a7039f0", + "url": "https://api.github.com/repos/cucumber/cucumber/zipball/bb809389d752992c89c8d79f29cc5849843cd5a8", + "reference": "bb809389d752992c89c8d79f29cc5849843cd5a8", "shasum": "" } } diff --git a/i18n.php b/i18n.php index e0ef2931..c3b8f792 100644 --- a/i18n.php +++ b/i18n.php @@ -624,11 +624,11 @@ 'background' => 'Contesto', 'but' => 'Ma|*', 'examples' => 'Esempi', - 'feature' => 'Funzionalità', + 'feature' => 'Esigenza di Business|Funzionalità|Abilità', 'given' => 'Data|Date|Dati|Dato|*', 'name' => 'Italian', 'native' => 'italiano', - 'rule' => 'Rule', + 'rule' => 'Regola', 'scenario' => 'Scenario|Esempio', 'scenario_outline' => 'Schema dello scenario', 'then' => 'Allora|*', @@ -1028,7 +1028,7 @@ 'given' => 'Givet|*', 'name' => 'Swedish', 'native' => 'Svenska', - 'rule' => 'Rule', + 'rule' => 'Regel', 'scenario' => 'Scenario', 'scenario_outline' => 'Abstrakt Scenario|Scenariomall', 'then' => 'Så|*',