Skip to content

Commit

Permalink
Remove duplicate scenario keyword from sr-Cyrl
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Aug 8, 2024
1 parent 9c90236 commit 05107d5
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 11 deletions.
4 changes: 2 additions & 2 deletions c/src/dialect.c
Original file line number Diff line number Diff line change
Expand Up @@ -2935,8 +2935,8 @@ static const Keywords sr_Cyrl_given_keywords = { 4, sr_Cyrl_given_KEYWORDS };
static const wchar_t* const sr_Cyrl_rule_KEYWORDS[] = { L"Правило" };
static const Keywords sr_Cyrl_rule_keywords = { 1, sr_Cyrl_rule_KEYWORDS };

static const wchar_t* const sr_Cyrl_scenario_KEYWORDS[] = { L"Пример", L"Сценарио", L"Пример" };
static const Keywords sr_Cyrl_scenario_keywords = { 3, sr_Cyrl_scenario_KEYWORDS };
static const wchar_t* const sr_Cyrl_scenario_KEYWORDS[] = { L"Сценарио", L"Пример" };
static const Keywords sr_Cyrl_scenario_keywords = { 2, sr_Cyrl_scenario_KEYWORDS };

static const wchar_t* const sr_Cyrl_scenarioOutline_KEYWORDS[] = { L"Структура сценарија", L"Скица", L"Концепт" };
static const Keywords sr_Cyrl_scenarioOutline_keywords = { 3, sr_Cyrl_scenarioOutline_KEYWORDS };
Expand Down
1 change: 0 additions & 1 deletion dart/assets/gherkin-languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3015,7 +3015,6 @@
"Правило"
],
"scenario": [
"Пример",
"Сценарио",
"Пример"
],
Expand Down
1 change: 0 additions & 1 deletion dotnet/Gherkin/gherkin-languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3015,7 +3015,6 @@
"Правило"
],
"scenario": [
"Пример",
"Сценарио",
"Пример"
],
Expand Down
1 change: 0 additions & 1 deletion elixir/priv/gherkin_languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3015,7 +3015,6 @@
"Правило"
],
"scenario": [
"Пример",
"Сценарио",
"Пример"
],
Expand Down
1 change: 0 additions & 1 deletion gherkin-languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3015,7 +3015,6 @@
"Правило"
],
"scenario": [
"Пример",
"Сценарио",
"Пример"
],
Expand Down
1 change: 0 additions & 1 deletion go/dialects_builtin.go

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

1 change: 0 additions & 1 deletion javascript/src/gherkin-languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3015,7 +3015,6 @@
"Правило"
],
"scenario": [
"Пример",
"Сценарио",
"Пример"
],
Expand Down
1 change: 0 additions & 1 deletion php/resources/gherkin-languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3015,7 +3015,6 @@
"Правило"
],
"scenario": [
"Пример",
"Сценарио",
"Пример"
],
Expand Down
1 change: 0 additions & 1 deletion python/gherkin/gherkin-languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3015,7 +3015,6 @@
"Правило"
],
"scenario": [
"Пример",
"Сценарио",
"Пример"
],
Expand Down
1 change: 0 additions & 1 deletion ruby/lib/gherkin/gherkin-languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3015,7 +3015,6 @@
"Правило"
],
"scenario": [
"Пример",
"Сценарио",
"Пример"
],
Expand Down

0 comments on commit 05107d5

Please sign in to comment.