Skip to content

Commit

Permalink
i18n: Add 'regulo' for 'rule' in Esperanto (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coedice authored Sep 8, 2023
1 parent b7d583e commit f942357
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
- (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"
- (i18n) Added Esperanto translation of "Rule"

## [26.2.0] - 2023-04-07
### Changed
Expand Down
2 changes: 1 addition & 1 deletion c/src/dialect.c
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,7 @@ static const Keywords eo_feature_keywords = { 1, eo_feature_KEYWORDS };
static const wchar_t* const eo_given_KEYWORDS[] = { L"* ", L"Donitaĵo ", L"Komence " };
static const Keywords eo_given_keywords = { 3, eo_given_KEYWORDS };

static const wchar_t* const eo_rule_KEYWORDS[] = { L"Rule" };
static const wchar_t* const eo_rule_KEYWORDS[] = { L"Regulo" };
static const Keywords eo_rule_keywords = { 1, eo_rule_KEYWORDS };

static const wchar_t* const eo_scenario_KEYWORDS[] = { L"Ekzemplo", L"Scenaro", L"Kazo" };
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 @@ -1132,7 +1132,7 @@
"name": "Esperanto",
"native": "Esperanto",
"rule": [
"Rule"
"Regulo"
],
"scenario": [
"Ekzemplo",
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 @@ -1132,7 +1132,7 @@
"name": "Esperanto",
"native": "Esperanto",
"rule": [
"Rule"
"Regulo"
],
"scenario": [
"Ekzemplo",
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 @@ -1132,7 +1132,7 @@
"name": "Esperanto",
"native": "Esperanto",
"rule": [
"Rule"
"Regulo"
],
"scenario": [
"Ekzemplo",
Expand Down
2 changes: 1 addition & 1 deletion gherkin-languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,7 @@
"name": "Esperanto",
"native": "Esperanto",
"rule": [
"Rule"
"Regulo"
],
"scenario": [
"Ekzemplo",
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 @@ -1132,7 +1132,7 @@
"name": "Esperanto",
"native": "Esperanto",
"rule": [
"Rule"
"Regulo"
],
"scenario": [
"Ekzemplo",
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 @@ -1132,7 +1132,7 @@
"name": "Esperanto",
"native": "Esperanto",
"rule": [
"Rule"
"Regulo"
],
"scenario": [
"Ekzemplo",
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 @@ -1132,7 +1132,7 @@
"name": "Esperanto",
"native": "Esperanto",
"rule": [
"Rule"
"Regulo"
],
"scenario": [
"Ekzemplo",
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 @@ -1132,7 +1132,7 @@
"name": "Esperanto",
"native": "Esperanto",
"rule": [
"Rule"
"Regulo"
],
"scenario": [
"Ekzemplo",
Expand Down

0 comments on commit f942357

Please sign in to comment.