Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Commit 6280391

Browse files
authored
Make German translation backwards compatible
1 parent c3d34f2 commit 6280391

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

gherkin-languages.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,8 @@
574574
"Und "
575575
],
576576
"background": [
577-
"Grundlage"
577+
"Grundlage",
578+
"Hintergrund"
578579
],
579580
"but": [
580581
"* ",
@@ -600,7 +601,9 @@
600601
],
601602
"scenarioOutline": [
602603
"Beispielvorlage",
603-
"Szenariovorlage"
604+
"Szenariovorlage",
605+
"Beispielgrundlage",
606+
"Szenariogrundlage"
604607
],
605608
"then": [
606609
"* ",

0 commit comments

Comments
 (0)