From 3bfcdb86d861a4182ea9c5ab84cfe8764c5a5a0c Mon Sep 17 00:00:00 2001 From: Gavin Douch Date: Fri, 8 Sep 2023 17:33:27 +1000 Subject: [PATCH] i18n: Add 'regel' for 'rule' in Dutch --- CHANGELOG.md | 1 + c/src/dialect.c | 2 +- dart/assets/gherkin-languages.json | 2 +- dotnet/Gherkin/gherkin-languages.json | 2 +- elixir/priv/gherkin_languages.json | 2 +- gherkin-languages.json | 2 +- go/dialects_builtin.go | 2 +- javascript/src/gherkin-languages.json | 2 +- php/resources/gherkin-languages.json | 2 +- python/gherkin/gherkin-languages.json | 2 +- ruby/lib/gherkin/gherkin-languages.json | 2 +- 11 files changed, 11 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca0c02b0b..3c30c6734 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt - (i18n) Added Malayalam localization - (i18n) Added 'ed' to Italian ([#31](https://github.com/cucumber/gherkin/issues/160)) - (i18n) Added Danish translation of "Rule" +- (i18n) Added Dutch translation of "Rule" ## [26.2.0] - 2023-04-07 ### Changed diff --git a/c/src/dialect.c b/c/src/dialect.c index 59d7adbb4..0b7829449 100644 --- a/c/src/dialect.c +++ b/c/src/dialect.c @@ -2509,7 +2509,7 @@ static const Keywords nl_feature_keywords = { 1, nl_feature_KEYWORDS }; static const wchar_t* const nl_given_KEYWORDS[] = { L"* ", L"Gegeven ", L"Stel " }; static const Keywords nl_given_keywords = { 3, nl_given_KEYWORDS }; -static const wchar_t* const nl_rule_KEYWORDS[] = { L"Rule" }; +static const wchar_t* const nl_rule_KEYWORDS[] = { L"Regel" }; static const Keywords nl_rule_keywords = { 1, nl_rule_KEYWORDS }; static const wchar_t* const nl_scenario_KEYWORDS[] = { L"Voorbeeld", L"Scenario" }; diff --git a/dart/assets/gherkin-languages.json b/dart/assets/gherkin-languages.json index 9d09c299e..ab95150be 100644 --- a/dart/assets/gherkin-languages.json +++ b/dart/assets/gherkin-languages.json @@ -2533,7 +2533,7 @@ "name": "Dutch", "native": "Nederlands", "rule": [ - "Rule" + "Regel" ], "scenario": [ "Voorbeeld", diff --git a/dotnet/Gherkin/gherkin-languages.json b/dotnet/Gherkin/gherkin-languages.json index 9d09c299e..ab95150be 100644 --- a/dotnet/Gherkin/gherkin-languages.json +++ b/dotnet/Gherkin/gherkin-languages.json @@ -2533,7 +2533,7 @@ "name": "Dutch", "native": "Nederlands", "rule": [ - "Rule" + "Regel" ], "scenario": [ "Voorbeeld", diff --git a/elixir/priv/gherkin_languages.json b/elixir/priv/gherkin_languages.json index 9d09c299e..ab95150be 100644 --- a/elixir/priv/gherkin_languages.json +++ b/elixir/priv/gherkin_languages.json @@ -2533,7 +2533,7 @@ "name": "Dutch", "native": "Nederlands", "rule": [ - "Rule" + "Regel" ], "scenario": [ "Voorbeeld", diff --git a/gherkin-languages.json b/gherkin-languages.json index 9d09c299e..ab95150be 100644 --- a/gherkin-languages.json +++ b/gherkin-languages.json @@ -2533,7 +2533,7 @@ "name": "Dutch", "native": "Nederlands", "rule": [ - "Rule" + "Regel" ], "scenario": [ "Voorbeeld", diff --git a/go/dialects_builtin.go b/go/dialects_builtin.go index 034723275..d560b5d56 100644 --- a/go/dialects_builtin.go +++ b/go/dialects_builtin.go @@ -3474,7 +3474,7 @@ var builtinDialects = gherkinDialectMap{ "Functionaliteit", }, rule: { - "Rule", + "Regel", }, background: { "Achtergrond", diff --git a/javascript/src/gherkin-languages.json b/javascript/src/gherkin-languages.json index 9d09c299e..ab95150be 100644 --- a/javascript/src/gherkin-languages.json +++ b/javascript/src/gherkin-languages.json @@ -2533,7 +2533,7 @@ "name": "Dutch", "native": "Nederlands", "rule": [ - "Rule" + "Regel" ], "scenario": [ "Voorbeeld", diff --git a/php/resources/gherkin-languages.json b/php/resources/gherkin-languages.json index 9d09c299e..ab95150be 100644 --- a/php/resources/gherkin-languages.json +++ b/php/resources/gherkin-languages.json @@ -2533,7 +2533,7 @@ "name": "Dutch", "native": "Nederlands", "rule": [ - "Rule" + "Regel" ], "scenario": [ "Voorbeeld", diff --git a/python/gherkin/gherkin-languages.json b/python/gherkin/gherkin-languages.json index 9d09c299e..ab95150be 100644 --- a/python/gherkin/gherkin-languages.json +++ b/python/gherkin/gherkin-languages.json @@ -2533,7 +2533,7 @@ "name": "Dutch", "native": "Nederlands", "rule": [ - "Rule" + "Regel" ], "scenario": [ "Voorbeeld", diff --git a/ruby/lib/gherkin/gherkin-languages.json b/ruby/lib/gherkin/gherkin-languages.json index 9d09c299e..ab95150be 100644 --- a/ruby/lib/gherkin/gherkin-languages.json +++ b/ruby/lib/gherkin/gherkin-languages.json @@ -2533,7 +2533,7 @@ "name": "Dutch", "native": "Nederlands", "rule": [ - "Rule" + "Regel" ], "scenario": [ "Voorbeeld",