Skip to content

Commit

Permalink
Merge pull request behave#1065 from behave/develop/update_i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
jenisys authored Oct 22, 2022
2 parents dd5fcb2 + bc7cec4 commit 2126329
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
14 changes: 10 additions & 4 deletions behave/i18n.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,13 @@
'Tha the ',
'Þa þe ',
'Ða ðe '],
'when': ['* ', 'Tha ', 'Þa ', 'Ða ']},
'when': ['* ',
'Bæþsealf ',
'Bæþsealfa ',
'Bæþsealfe ',
'Ciricæw ',
'Ciricæwe ',
'Ciricæwa ']},
'en-pirate': {'and': ['* ', 'Aye '],
'background': ['Yo-ho-ho'],
'but': ['* ', 'Avast! '],
Expand Down Expand Up @@ -735,7 +741,7 @@
'scenario_outline': ['परिदृश्य रूपरेखा'],
'then': ['* ', 'मग ', 'तेव्हा '],
'when': ['* ', 'जेव्हा ']},
'ne': {'and': ['* ', 'र ', 'अनी '],
'ne': {'and': ['* ', 'र ', 'अनि '],
'background': ['पृष्ठभूमी'],
'but': ['* ', 'तर '],
'examples': ['उदाहरण', 'उदाहरणहरु'],
Expand Down Expand Up @@ -1036,7 +1042,7 @@
'but': ['* ', 'Лекин ', 'Бирок ', 'Аммо '],
'examples': ['Мисоллар'],
'feature': ['Функционал'],
'given': ['* ', 'Агар '],
'given': ['* ', 'Belgilangan '],
'name': 'Uzbek',
'native': 'Узбекча',
'rule': ['Rule'],
Expand Down Expand Up @@ -1065,7 +1071,7 @@
'given': ['* ', '假如', '假设', '假定'],
'name': 'Chinese simplified',
'native': '简体中文',
'rule': ['Rule'],
'rule': ['Rule', '规则'],
'scenario': ['场景', '剧本'],
'scenario_outline': ['场景大纲', '剧本大纲'],
'then': ['* ', '那么'],
Expand Down
16 changes: 10 additions & 6 deletions etc/gherkin/gherkin-languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -967,9 +967,12 @@
],
"when": [
"* ",
"Tha ",
"Þa ",
"Ða "
"Bæþsealf ",
"Bæþsealfa ",
"Bæþsealfe ",
"Ciricæw ",
"Ciricæwe ",
"Ciricæwa "
]
},
"en-pirate": {
Expand Down Expand Up @@ -2395,7 +2398,7 @@
"and": [
"* ",
"",
"अनी "
"अनि "
],
"background": [
"पृष्ठभूमी"
Expand Down Expand Up @@ -3459,7 +3462,7 @@
],
"given": [
"* ",
"Агар "
"Belgilangan "
],
"name": "Uzbek",
"native": "Узбекча",
Expand Down Expand Up @@ -3555,7 +3558,8 @@
"name": "Chinese simplified",
"native": "简体中文",
"rule": [
"Rule"
"Rule",
"规则"
],
"scenario": [
"场景",
Expand Down

0 comments on commit 2126329

Please sign in to comment.