-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i18n #34
Comments
I would be happy to see this feature implemented. |
Thanks to recent changes in Gherkin.js, this will be easier to implement. I moved it from the 0.5 milestone to 0.4. |
hi everyone, There was an encoding issue in gherkin, cucumber/gherkin#225, but that is fixed in 2.12.2. The result is here: ldegen/cucumber-js@0beabd4 As far as I can tell, it works as it should. In fact, we are using this right now on a real project with German scenarios, umlauts and all. No problems thus far. I am not sure how to proceed now. Should I start another pull request? cheers, |
Thank you for this @ldegen. Adding scenarios to the feature file and making them pass would indeed be the next step. Are you up for it? Please make another PR if you are. |
This is related to cucumber/cucumber-js#34. Please note that this *will fail* with the current master of cucumber/cucumber-js.
@jbpros, today I found myself with some time on my hands so I tried to pull (pun intended) this of. I am not sure, if this is what you had in mind. I made a separate pull request cucumber-attic/cucumber-tck#15 to get the i18n scenarios into cucumber-tck, but of course those will fail for cucumber-js unless #156 is merged. |
Ah, btw, the generation of snippets for undefined steps is still missing. So you probably do not want to close this issue yet. |
This is related to cucumber/cucumber-js#34. Please note that this *will fail* with the current master of cucumber/cucumber-js.
@ldegen thank you for your great work on this. Your PR has been merged. Snippets are indeed not yet internationalised but that can be handled separately. The most important thing was to support other languages than english in Gherkin files. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Add support for all Gherkin's spoken languages. The
# language: xx
comment directive should be recognized.This will probably impact the undefined step definition snippets.
The text was updated successfully, but these errors were encountered: