From d9939c5e91f5b0cc21fe15835b65df1535345abf Mon Sep 17 00:00:00 2001 From: Dawid Nowak Date: Fri, 8 Aug 2014 21:58:08 +0200 Subject: [PATCH] README.md: fixed i18n links This one doesn't work as well, but I couldn't find the file in the cucumber/gherkin repo: https://github.com/cucumber/gherkin/blob/master/lib/gherkin/i18n.yml I tried looking in 2013 revisions, but with no luck. Perhaps the link was always broken? --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4336f0..5f76c95 100755 --- a/README.md +++ b/README.md @@ -30,9 +30,9 @@ For now exist 10 translated languages: `cs`,`de`,`es`,`fr`,`ja`,`nl`,`pl`,`pt`,` If you want to translate another language, you can use as reference the `ru` language file under [translations folder](https://github.com/Behat/MinkExtension/tree/master/i18n). -**Important:** The filename must match with the same translated language name in [Behat](https://github.com/Behat/Behat/tree/master/i18n) and [Gherkin](https://github.com/Behat/Gherkin/blob/master/i18n.php) in order to work correctly. +**Important:** The filename must match with the same translated language name in [Behat](https://github.com/Behat/Behat/blob/master/i18n.php) and [Gherkin](https://github.com/Behat/Gherkin/blob/master/i18n.php) in order to work correctly. -If the language does not exist in [Gherkin](https://github.com/Behat/Gherkin/tree/master/i18n). +If the language does not exist in [Gherkin](https://github.com/Behat/Gherkin/blob/master/i18n.php). You should consider making a [Pull Request](https://github.com/cucumber/cucumber/pulls) to [cucumber\gherkin i18n file](https://github.com/cucumber/gherkin/blob/master/lib/gherkin/i18n.yml).