Skip to content

Commit

Permalink
Gujarati translation for Rule (#249)
Browse files Browse the repository at this point in the history
* Update gherkin-languages.json Gujarati

* Add Gujarati Rule translation to all parsers

* Changelog add Gujarati Rule translation

---------

Co-authored-by: Kieran Ryan <kierankilkenny@gmail.com>
  • Loading branch information
hardikthanth and kieran-ryan committed Jul 12, 2024
1 parent 89b7199 commit 77c79ba
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 12 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ 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 Gujarati translation for "Rule" ([#249](https://github.com/cucumber/gherkin/pull/249))

### Fixed
- [.NET] Provide informative exception for trailing escapes in tables ([#245](https://github.com/cucumber/gherkin/pull/245))
- [Perl] Provide informative exception for trailing escapes in tables ([#245](https://github.com/cucumber/gherkin/pull/245))
Expand Down
2 changes: 1 addition & 1 deletion c/src/dialect.c
Original file line number Diff line number Diff line change
Expand Up @@ -1475,7 +1475,7 @@ static const Keywords gj_feature_keywords = { 3, gj_feature_KEYWORDS };
static const wchar_t* const gj_given_KEYWORDS[] = { L"* ", L"આપેલ છે " };
static const Keywords gj_given_keywords = { 2, gj_given_KEYWORDS };

static const wchar_t* const gj_rule_KEYWORDS[] = { L"Rule" };
static const wchar_t* const gj_rule_KEYWORDS[] = { L"નિયમ" };
static const Keywords gj_rule_keywords = { 1, gj_rule_KEYWORDS };

static const wchar_t* const gj_scenario_KEYWORDS[] = { L"ઉદાહરણ", L"સ્થિતિ" };
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 @@ -1474,7 +1474,7 @@
"name": "Gujarati",
"native": "ગુજરાતી",
"rule": [
"Rule"
"નિયમ"
],
"scenario": [
"ઉદાહરણ",
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 @@ -1474,7 +1474,7 @@
"name": "Gujarati",
"native": "ગુજરાતી",
"rule": [
"Rule"
"નિયમ"
],
"scenario": [
"ઉદાહરણ",
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 @@ -1474,7 +1474,7 @@
"name": "Gujarati",
"native": "ગુજરાતી",
"rule": [
"Rule"
"નિયમ"
],
"scenario": [
"ઉદાહરણ",
Expand Down
2 changes: 1 addition & 1 deletion gherkin-languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1474,7 +1474,7 @@
"name": "Gujarati",
"native": "ગુજરાતી",
"rule": [
"Rule"
"નિયમ"
],
"scenario": [
"ઉદાહરણ",
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 @@ -1474,7 +1474,7 @@
"name": "Gujarati",
"native": "ગુજરાતી",
"rule": [
"Rule"
"નિયમ"
],
"scenario": [
"ઉદાહરણ",
Expand Down
2 changes: 1 addition & 1 deletion objective-c/GherkinLanguages/gherkin-languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1474,7 +1474,7 @@
"name": "Gujarati",
"native": "ગુજરાતી",
"rule": [
"Rule"
"નિયમ"
],
"scenario": [
"ઉદાહરણ",
Expand Down
2 changes: 1 addition & 1 deletion perl/lib/Gherkin/Generated/Languages.pm

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion php/resources/gherkin-languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1474,7 +1474,7 @@
"name": "Gujarati",
"native": "ગુજરાતી",
"rule": [
"Rule"
"નિયમ"
],
"scenario": [
"ઉદાહરણ",
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 @@ -1474,7 +1474,7 @@
"name": "Gujarati",
"native": "ગુજરાતી",
"rule": [
"Rule"
"નિયમ"
],
"scenario": [
"ઉદાહરણ",
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 @@ -1474,7 +1474,7 @@
"name": "Gujarati",
"native": "ગુજરાતી",
"rule": [
"Rule"
"નિયમ"
],
"scenario": [
"ઉદાહરણ",
Expand Down

0 comments on commit 77c79ba

Please sign in to comment.