Gherkin parsing language - techtalk/SpecLog-Resources GitHub Wiki

The language configured for the repository determines the language used to parse Gherkin files. The repository language also determines the language used when exporting requirements to Gherkin. You should therefore ensure that your repository language matches the language used by your Gherkin files.

Note that there are Gherkin language version for regional variations (e.g. "English (Australia)") that are rarely used. Choosing the regional variation as your repository language means that the variation is also used by SpecLog to parse and generate Gherkin files, instead of the more common standard English version of Gherkin.

If you want to include Gherkin files in a different language from the repository language, use a language directive to indicate the language of the Gherkin file, e.g. (for German):
#language: de
Funktionalität: Deutsches Gherkin File
Szenario: Erstes Szenario
...

⚠️ **GitHub.com Fallback** ⚠️