Skip to content

Commit 0f61b10

Browse files
authored
Update instructions to update i18n (cucumber#51)
Fixes cucumber#49
1 parent c290027 commit 0f61b10

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,30 @@ Gherkin is currently implemented for the following platforms (in order of birthd
1515
- [Perl](./perl)
1616
- [PHP](./php)
1717

18-
See [`CONTRIBUTING.md`](CONTRIBUTING.md) if you want to contribute a parser for a new language.
19-
Our wish-list is (in no particular order):
18+
19+
## Contributing Translations (i18n)
20+
21+
In order to allow Gherkin to be written in a number of languages, the keywords
22+
have been translated into multiple languages. To improve readability and flow,
23+
some languages may have more than one translation for any given keyword.
24+
25+
If you are looking to add, update or improve these translations please see
26+
[`CONTRIBUTING.md`](CONTRIBUTING.md#adding-or-updating-an-i18n-language).
27+
28+
## Contributing a Parser Implementation
29+
30+
See [`CONTRIBUTING.md`](CONTRIBUTING.md) if you want to contribute a parser
31+
for a new programming language. Our wish-list is (in no particular order):
2032

2133
- Rust
2234

2335
## Usage
2436

25-
Gherkin can be used either through its command line interface (CLI) or as a library.
37+
Gherkin can be used either through its command line interface (CLI) or as a
38+
library.
2639

27-
It is designed to be used in conjunction with other tools such as Cucumber which consumes the output from the CLI or library as [Cucumber Messages](../messages).
40+
It is designed to be used in conjunction with other tools such as Cucumber
41+
which consumes the output from the CLI or library as [Cucumber Messages](../messages).
2842

2943
### Library
3044

0 commit comments

Comments
 (0)