Skip to content

Commit

Permalink
Release gherkin v19.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cukebot committed May 24, 2021
1 parent 16ed839 commit 5eb00e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions dialects_builtin.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var buildinDialects = gherkinDialectMap{
"Vermoë",
},
rule: []string{
"Rule",
"Regel",
},
background: []string{
"Agtergrond",
Expand Down Expand Up @@ -1676,7 +1676,7 @@ var buildinDialects = gherkinDialectMap{
"Jellemző",
},
rule: []string{
"Rule",
"Szabály",
},
background: []string{
"Háttér",
Expand Down Expand Up @@ -2741,6 +2741,7 @@ var buildinDialects = gherkinDialectMap{
},
scenarioOutline: []string{
"Структура сценария",
"Шаблон сценария",
},
examples: []string{
"Примеры",
Expand Down
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ require (
github.com/stretchr/testify v1.7.0
)

replace github.com/cucumber/messages-go/v16 => ../../messages/go

go 1.13

0 comments on commit 5eb00e5

Please sign in to comment.