Skip to content

Commit f03b0ed

Browse files
authored
ci: Update crowdin.yml to add locale disambiguation for language with variants (#308)
### What - ci: Update crowdin.yml to add locale disambiguation for language with variants, typically Dutch in the current translation PR
1 parent 464c32a commit f03b0ed

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

crowdin.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,16 @@ pull_request_labels:
77
files:
88
- source: /frontend/xliff/en.xlf
99
translation: /frontend/xliff/%two_letters_code%.xlf
10+
languages_mapping:
11+
two_letters_code:
12+
pt-PT: pt
13+
pt-BR: pt_BR
14+
zh-CN: zh
15+
zh-HK: zh_HK
16+
zh-TW: zh_TW
17+
en-US: en
18+
en-GB: en_GB
19+
en-AU: en_AU
20+
nl: nl
21+
nl-BE: nl_BE
22+
sr-CS: sr_CS

0 commit comments

Comments
 (0)