From 3c24e20d6ab6b56b2e81014cd20b504404714d4a Mon Sep 17 00:00:00 2001 From: "M.P. Korstanje" Date: Thu, 8 Aug 2024 15:08:33 +0200 Subject: [PATCH] Remove duplicate scenario keyword from sr-Cyrl Fixes: #263 --- CHANGELOG.md | 1 + c/src/dialect.c | 4 ++-- dart/assets/gherkin-languages.json | 1 - dotnet/Gherkin/gherkin-languages.json | 1 - elixir/priv/gherkin_languages.json | 1 - gherkin-languages.json | 1 - go/dialects_builtin.go | 1 - javascript/src/gherkin-languages.json | 1 - php/resources/gherkin-languages.json | 1 - python/gherkin/gherkin-languages.json | 1 - ruby/lib/gherkin/gherkin-languages.json | 1 - 11 files changed, 3 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b5f947c0..688192e7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt - (i18n) Provide trailing space in Irish step keywords ([#243](https://github.com/cucumber/gherkin/pull/243)) - (i18n) Provide trailing space in Korean step keywords ([#254](https://github.com/cucumber/gherkin/pull/254)) - (i18n) Tamil "And" and "But" translations should have single trailing space ([#243](https://github.com/cucumber/gherkin/pull/243)) +- (i18n) Remove duplicate scenario keyword from "sr-Cyrl" ([#264](https://github.com/cucumber/gherkin/pull/264)) - Intermittent failure of cpp test jobs in CI ([#217](https://github.com/cucumber/gherkin/issues/217)) ### Changed diff --git a/c/src/dialect.c b/c/src/dialect.c index 21461bd87..fc5aaa98a 100644 --- a/c/src/dialect.c +++ b/c/src/dialect.c @@ -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 }; diff --git a/dart/assets/gherkin-languages.json b/dart/assets/gherkin-languages.json index 158c1692f..3953e610c 100644 --- a/dart/assets/gherkin-languages.json +++ b/dart/assets/gherkin-languages.json @@ -3015,7 +3015,6 @@ "Правило" ], "scenario": [ - "Пример", "Сценарио", "Пример" ], diff --git a/dotnet/Gherkin/gherkin-languages.json b/dotnet/Gherkin/gherkin-languages.json index 158c1692f..3953e610c 100644 --- a/dotnet/Gherkin/gherkin-languages.json +++ b/dotnet/Gherkin/gherkin-languages.json @@ -3015,7 +3015,6 @@ "Правило" ], "scenario": [ - "Пример", "Сценарио", "Пример" ], diff --git a/elixir/priv/gherkin_languages.json b/elixir/priv/gherkin_languages.json index 158c1692f..3953e610c 100644 --- a/elixir/priv/gherkin_languages.json +++ b/elixir/priv/gherkin_languages.json @@ -3015,7 +3015,6 @@ "Правило" ], "scenario": [ - "Пример", "Сценарио", "Пример" ], diff --git a/gherkin-languages.json b/gherkin-languages.json index 158c1692f..3953e610c 100644 --- a/gherkin-languages.json +++ b/gherkin-languages.json @@ -3015,7 +3015,6 @@ "Правило" ], "scenario": [ - "Пример", "Сценарио", "Пример" ], diff --git a/go/dialects_builtin.go b/go/dialects_builtin.go index dd6540d34..d3ae9187f 100644 --- a/go/dialects_builtin.go +++ b/go/dialects_builtin.go @@ -4159,7 +4159,6 @@ var builtinDialects = gherkinDialectMap{ "Позадина", }, scenario: { - "Пример", "Сценарио", "Пример", }, diff --git a/javascript/src/gherkin-languages.json b/javascript/src/gherkin-languages.json index 158c1692f..3953e610c 100644 --- a/javascript/src/gherkin-languages.json +++ b/javascript/src/gherkin-languages.json @@ -3015,7 +3015,6 @@ "Правило" ], "scenario": [ - "Пример", "Сценарио", "Пример" ], diff --git a/php/resources/gherkin-languages.json b/php/resources/gherkin-languages.json index 158c1692f..3953e610c 100644 --- a/php/resources/gherkin-languages.json +++ b/php/resources/gherkin-languages.json @@ -3015,7 +3015,6 @@ "Правило" ], "scenario": [ - "Пример", "Сценарио", "Пример" ], diff --git a/python/gherkin/gherkin-languages.json b/python/gherkin/gherkin-languages.json index 158c1692f..3953e610c 100644 --- a/python/gherkin/gherkin-languages.json +++ b/python/gherkin/gherkin-languages.json @@ -3015,7 +3015,6 @@ "Правило" ], "scenario": [ - "Пример", "Сценарио", "Пример" ], diff --git a/ruby/lib/gherkin/gherkin-languages.json b/ruby/lib/gherkin/gherkin-languages.json index 158c1692f..3953e610c 100644 --- a/ruby/lib/gherkin/gherkin-languages.json +++ b/ruby/lib/gherkin/gherkin-languages.json @@ -3015,7 +3015,6 @@ "Правило" ], "scenario": [ - "Пример", "Сценарио", "Пример" ],