Skip to content

Commit

Permalink
i18n: add vietnamese translation of "rule" (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
binhtran432k authored Jan 4, 2024
1 parent d6f8d0b commit 99041f5
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ This project adheres to [Semantic Versioning](http://semver.org).
This document is formatted according to the principles of [Keep A CHANGELOG](http://keepachangelog.com).

## [Unreleased]
### Added
- (i18n) Added Vietnamese translation of "Rule"

## [27.0.0] - 2023-09-15
### Added
Expand Down
2 changes: 1 addition & 1 deletion c/src/dialect.c
Original file line number Diff line number Diff line change
Expand Up @@ -3496,7 +3496,7 @@ static const Keywords vi_feature_keywords = { 1, vi_feature_KEYWORDS };
static const wchar_t* const vi_given_KEYWORDS[] = { L"* ", L"Biết ", L"Cho " };
static const Keywords vi_given_keywords = { 3, vi_given_KEYWORDS };

static const wchar_t* const vi_rule_KEYWORDS[] = { L"Rule" };
static const wchar_t* const vi_rule_KEYWORDS[] = { L"Quy tắc" };
static const Keywords vi_rule_keywords = { 1, vi_rule_KEYWORDS };

static const wchar_t* const vi_scenario_KEYWORDS[] = { L"Tình huống", L"Kịch bản" };
Expand Down
2 changes: 1 addition & 1 deletion dart/assets/gherkin-languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3576,7 +3576,7 @@
"name": "Vietnamese",
"native": "Tiếng Việt",
"rule": [
"Rule"
"Quy tắc"
],
"scenario": [
"Tình huống",
Expand Down
2 changes: 1 addition & 1 deletion dotnet/Gherkin/gherkin-languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3576,7 +3576,7 @@
"name": "Vietnamese",
"native": "Tiếng Việt",
"rule": [
"Rule"
"Quy tắc"
],
"scenario": [
"Tình huống",
Expand Down
2 changes: 1 addition & 1 deletion elixir/priv/gherkin_languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3576,7 +3576,7 @@
"name": "Vietnamese",
"native": "Tiếng Việt",
"rule": [
"Rule"
"Quy tắc"
],
"scenario": [
"Tình huống",
Expand Down
2 changes: 1 addition & 1 deletion gherkin-languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3576,7 +3576,7 @@
"name": "Vietnamese",
"native": "Tiếng Việt",
"rule": [
"Rule"
"Quy tắc"
],
"scenario": [
"Tình huống",
Expand Down
2 changes: 1 addition & 1 deletion go/dialects_builtin.go

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

2 changes: 1 addition & 1 deletion javascript/src/gherkin-languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3576,7 +3576,7 @@
"name": "Vietnamese",
"native": "Tiếng Việt",
"rule": [
"Rule"
"Quy tắc"
],
"scenario": [
"Tình huống",
Expand Down
2 changes: 1 addition & 1 deletion php/resources/gherkin-languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3576,7 +3576,7 @@
"name": "Vietnamese",
"native": "Tiếng Việt",
"rule": [
"Rule"
"Quy tắc"
],
"scenario": [
"Tình huống",
Expand Down
2 changes: 1 addition & 1 deletion python/gherkin/gherkin-languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3576,7 +3576,7 @@
"name": "Vietnamese",
"native": "Tiếng Việt",
"rule": [
"Rule"
"Quy tắc"
],
"scenario": [
"Tình huống",
Expand Down
2 changes: 1 addition & 1 deletion ruby/lib/gherkin/gherkin-languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3576,7 +3576,7 @@
"name": "Vietnamese",
"native": "Tiếng Việt",
"rule": [
"Rule"
"Quy tắc"
],
"scenario": [
"Tình huống",
Expand Down

0 comments on commit 99041f5

Please sign in to comment.