From 360e4c7e19ae1de2f2b4e6da61a6523340cb4b79 Mon Sep 17 00:00:00 2001 From: Gavin Douch Date: Sun, 27 Aug 2023 01:17:56 +1000 Subject: [PATCH] i18n: Add 'ed' to Italian --- c/src/dialect.c | 4 ++-- dart/assets/gherkin-languages.json | 3 ++- dotnet/Gherkin/gherkin-languages.json | 3 ++- elixir/priv/gherkin_languages.json | 3 ++- gherkin-languages.json | 3 ++- go/dialects_builtin.go | 3 +++ javascript/src/gherkin-languages.json | 3 ++- php/resources/gherkin-languages.json | 3 ++- python/gherkin/gherkin-languages.json | 3 ++- ruby/lib/gherkin/gherkin-languages.json | 3 ++- 10 files changed, 21 insertions(+), 10 deletions(-) diff --git a/c/src/dialect.c b/c/src/dialect.c index d0a104113..b48a94c42 100644 --- a/c/src/dialect.c +++ b/c/src/dialect.c @@ -1880,8 +1880,8 @@ static const Dialect is_dialect = { &is_then_keywords, &is_when_keywords }; -static const wchar_t* const it_and_KEYWORDS[] = { L"* ", L"E " }; -static const Keywords it_and_keywords = { 2, it_and_KEYWORDS }; +static const wchar_t* const it_and_KEYWORDS[] = { L"* ", L"E ", L"Ed " }; +static const Keywords it_and_keywords = { 3, it_and_KEYWORDS }; static const wchar_t* const it_background_KEYWORDS[] = { L"Contesto" }; static const Keywords it_background_keywords = { 1, it_background_KEYWORDS }; diff --git a/dart/assets/gherkin-languages.json b/dart/assets/gherkin-languages.json index 3d9c6aa10..41dd42191 100644 --- a/dart/assets/gherkin-languages.json +++ b/dart/assets/gherkin-languages.json @@ -1886,7 +1886,8 @@ "it": { "and": [ "* ", - "E " + "E ", + "Ed " ], "background": [ "Contesto" diff --git a/dotnet/Gherkin/gherkin-languages.json b/dotnet/Gherkin/gherkin-languages.json index 3d9c6aa10..41dd42191 100644 --- a/dotnet/Gherkin/gherkin-languages.json +++ b/dotnet/Gherkin/gherkin-languages.json @@ -1886,7 +1886,8 @@ "it": { "and": [ "* ", - "E " + "E ", + "Ed " ], "background": [ "Contesto" diff --git a/elixir/priv/gherkin_languages.json b/elixir/priv/gherkin_languages.json index 3d9c6aa10..41dd42191 100644 --- a/elixir/priv/gherkin_languages.json +++ b/elixir/priv/gherkin_languages.json @@ -1886,7 +1886,8 @@ "it": { "and": [ "* ", - "E " + "E ", + "Ed " ], "background": [ "Contesto" diff --git a/gherkin-languages.json b/gherkin-languages.json index 3d9c6aa10..41dd42191 100644 --- a/gherkin-languages.json +++ b/gherkin-languages.json @@ -1886,7 +1886,8 @@ "it": { "and": [ "* ", - "E " + "E ", + "Ed " ], "background": [ "Contesto" diff --git a/go/dialects_builtin.go b/go/dialects_builtin.go index 30ac3c9ba..6898dab21 100644 --- a/go/dialects_builtin.go +++ b/go/dialects_builtin.go @@ -2659,6 +2659,7 @@ var builtinDialects = gherkinDialectMap{ and: { "* ", "E ", + "Ed ", }, but: { "* ", @@ -2680,6 +2681,8 @@ var builtinDialects = gherkinDialectMap{ "E ": messages.StepKeywordType_CONJUNCTION, + "Ed ": messages.StepKeywordType_CONJUNCTION, + "Ma ": messages.StepKeywordType_CONJUNCTION, "* ": messages.StepKeywordType_UNKNOWN, diff --git a/javascript/src/gherkin-languages.json b/javascript/src/gherkin-languages.json index 3d9c6aa10..41dd42191 100644 --- a/javascript/src/gherkin-languages.json +++ b/javascript/src/gherkin-languages.json @@ -1886,7 +1886,8 @@ "it": { "and": [ "* ", - "E " + "E ", + "Ed " ], "background": [ "Contesto" diff --git a/php/resources/gherkin-languages.json b/php/resources/gherkin-languages.json index 3d9c6aa10..41dd42191 100644 --- a/php/resources/gherkin-languages.json +++ b/php/resources/gherkin-languages.json @@ -1886,7 +1886,8 @@ "it": { "and": [ "* ", - "E " + "E ", + "Ed " ], "background": [ "Contesto" diff --git a/python/gherkin/gherkin-languages.json b/python/gherkin/gherkin-languages.json index 3d9c6aa10..41dd42191 100644 --- a/python/gherkin/gherkin-languages.json +++ b/python/gherkin/gherkin-languages.json @@ -1886,7 +1886,8 @@ "it": { "and": [ "* ", - "E " + "E ", + "Ed " ], "background": [ "Contesto" diff --git a/ruby/lib/gherkin/gherkin-languages.json b/ruby/lib/gherkin/gherkin-languages.json index 3d9c6aa10..41dd42191 100644 --- a/ruby/lib/gherkin/gherkin-languages.json +++ b/ruby/lib/gherkin/gherkin-languages.json @@ -1886,7 +1886,8 @@ "it": { "and": [ "* ", - "E " + "E ", + "Ed " ], "background": [ "Contesto"