Skip to content

Commit

Permalink
i18n: Add Danish translation of "Rule" (#166)
Browse files Browse the repository at this point in the history
Supersedes: #106
  • Loading branch information
mpkorstanje authored Sep 7, 2023
1 parent cc363ac commit e0ca217
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
- [Perl] Fix release packaging
- [Perl] Include CHANGELOG.md in tarball
- [Perl] Upgrade messages to v22
- [Perl] Harmonized error reporting with mainstream implementations;
errors are now converted to messages and reported in the message stream
([#31](https://github.com/cucumber/gherkin/issues/31))
- [Perl] Harmonized error reporting with mainstream implementations errors are now converted to messages and reported in the message stream ([#31](https://github.com/cucumber/gherkin/issues/31))

### Added
- (i18n) Add Malayalam localization
- (i18n) Added Malayalam localization
- (i18n) Added 'ed' to Italian ([#31](https://github.com/cucumber/gherkin/issues/160))
- (i18n) Added Danish 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 @@ -629,7 +629,7 @@ static const Keywords da_feature_keywords = { 1, da_feature_KEYWORDS };
static const wchar_t* const da_given_KEYWORDS[] = { L"* ", L"Givet " };
static const Keywords da_given_keywords = { 2, da_given_KEYWORDS };

static const wchar_t* const da_rule_KEYWORDS[] = { L"Rule" };
static const wchar_t* const da_rule_KEYWORDS[] = { L"Regel" };
static const Keywords da_rule_keywords = { 1, da_rule_KEYWORDS };

static const wchar_t* const da_scenario_KEYWORDS[] = { L"Eksempel", L"Scenarie" };
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 @@ -630,7 +630,7 @@
"name": "Danish",
"native": "dansk",
"rule": [
"Rule"
"Regel"
],
"scenario": [
"Eksempel",
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 @@ -630,7 +630,7 @@
"name": "Danish",
"native": "dansk",
"rule": [
"Rule"
"Regel"
],
"scenario": [
"Eksempel",
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 @@ -630,7 +630,7 @@
"name": "Danish",
"native": "dansk",
"rule": [
"Rule"
"Regel"
],
"scenario": [
"Eksempel",
Expand Down
2 changes: 1 addition & 1 deletion gherkin-languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@
"name": "Danish",
"native": "dansk",
"rule": [
"Rule"
"Regel"
],
"scenario": [
"Eksempel",
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 @@ -630,7 +630,7 @@
"name": "Danish",
"native": "dansk",
"rule": [
"Rule"
"Regel"
],
"scenario": [
"Eksempel",
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 @@ -630,7 +630,7 @@
"name": "Danish",
"native": "dansk",
"rule": [
"Rule"
"Regel"
],
"scenario": [
"Eksempel",
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 @@ -630,7 +630,7 @@
"name": "Danish",
"native": "dansk",
"rule": [
"Rule"
"Regel"
],
"scenario": [
"Eksempel",
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 @@ -630,7 +630,7 @@
"name": "Danish",
"native": "dansk",
"rule": [
"Rule"
"Regel"
],
"scenario": [
"Eksempel",
Expand Down

0 comments on commit e0ca217

Please # to comment.