Skip to content

Commit

Permalink
i18n: Add 'regel' for 'rule' in Dutch
Browse files Browse the repository at this point in the history
  • Loading branch information
Coedice committed Sep 8, 2023
1 parent cc962d3 commit 8525a8f
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion c/src/dialect.c
Original file line number Diff line number Diff line change
Expand Up @@ -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" };
Expand Down
2 changes: 1 addition & 1 deletion dart/assets/gherkin-languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2533,7 +2533,7 @@
"name": "Dutch",
"native": "Nederlands",
"rule": [
"Rule"
"Regel"
],
"scenario": [
"Voorbeeld",
Expand Down
2 changes: 1 addition & 1 deletion dotnet/Gherkin/gherkin-languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2533,7 +2533,7 @@
"name": "Dutch",
"native": "Nederlands",
"rule": [
"Rule"
"Regel"
],
"scenario": [
"Voorbeeld",
Expand Down
2 changes: 1 addition & 1 deletion elixir/priv/gherkin_languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2533,7 +2533,7 @@
"name": "Dutch",
"native": "Nederlands",
"rule": [
"Rule"
"Regel"
],
"scenario": [
"Voorbeeld",
Expand Down
2 changes: 1 addition & 1 deletion gherkin-languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2533,7 +2533,7 @@
"name": "Dutch",
"native": "Nederlands",
"rule": [
"Rule"
"Regel"
],
"scenario": [
"Voorbeeld",
Expand Down
2 changes: 1 addition & 1 deletion go/dialects_builtin.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion javascript/src/gherkin-languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2533,7 +2533,7 @@
"name": "Dutch",
"native": "Nederlands",
"rule": [
"Rule"
"Regel"
],
"scenario": [
"Voorbeeld",
Expand Down
2 changes: 1 addition & 1 deletion php/resources/gherkin-languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2533,7 +2533,7 @@
"name": "Dutch",
"native": "Nederlands",
"rule": [
"Rule"
"Regel"
],
"scenario": [
"Voorbeeld",
Expand Down
2 changes: 1 addition & 1 deletion python/gherkin/gherkin-languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2533,7 +2533,7 @@
"name": "Dutch",
"native": "Nederlands",
"rule": [
"Rule"
"Regel"
],
"scenario": [
"Voorbeeld",
Expand Down
2 changes: 1 addition & 1 deletion ruby/lib/gherkin/gherkin-languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2533,7 +2533,7 @@
"name": "Dutch",
"native": "Nederlands",
"rule": [
"Rule"
"Regel"
],
"scenario": [
"Voorbeeld",
Expand Down

0 comments on commit 8525a8f

Please sign in to comment.