Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit d23fe66

Browse files
authored
Remove inconsistent --i18n section (#431)
1 parent 4cd282d commit d23fe66

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

content/docs/gherkin/reference.md

-18
Original file line numberDiff line numberDiff line change
@@ -442,24 +442,6 @@ configuration, so you don't need to place the `# language` header in every file.
442442
## Gherkin Dialects
443443
In order to allow Gherkin to be written in a number of languages, the keywords have been translated into multiple languages. To improve readability and flow, some languages may have more than one translation for any given keyword.
444444

445-
### List translation options
446-
You can get information about the translations from the command line.
447-
448-
To see a listing of available languages:
449-
```shell
450-
cucumber --i18n help
451-
```
452-
453-
To list the keywords of a particular language, use the language code:
454-
```shell
455-
cucumber --i18n <language_code>
456-
```
457-
458-
For example, to see the keywords in French:
459-
```shell
460-
cucumber --i18n fr
461-
```
462-
463445
### Overview
464446
You can find all translation of Gherkin [on GitHub](https://github.com/cucumber/cucumber/blob/master/gherkin/gherkin-languages.json).
465447
This is also the place to add or update translations.

0 commit comments

Comments
 (0)