ci: fix language code mapping (#31874)
Keys are expected to be not the locale_with_underscore but the codes according to https://support.crowdin.com/developer/language-codes/
This commit is contained in:
parent
5948a4d941
commit
6ea9a38aa4
1 changed files with 15 additions and 15 deletions
30
crowdin.yml
30
crowdin.yml
|
|
@ -9,18 +9,18 @@ commit_message: "fix: %language% translations"
|
|||
append_commit_message: false
|
||||
languages_mapping:
|
||||
locale_with_underscore:
|
||||
ar_SA: ar
|
||||
bs_BA: bs
|
||||
de_DE: de
|
||||
eo_UY: eo
|
||||
es_ES: es
|
||||
fa_IR: fa
|
||||
fr_FR: fr
|
||||
hr_HR: hr
|
||||
hu_HU: hu
|
||||
pl_PL: pl
|
||||
ru_RU: ru
|
||||
sv_SE: sv
|
||||
th_TH: th
|
||||
tr_TR: tr
|
||||
zh_CN: zh
|
||||
ar: ar
|
||||
bs: bs
|
||||
de: de
|
||||
eo: eo
|
||||
es-ES: es
|
||||
fa: fa
|
||||
fr: fr
|
||||
hr: hr
|
||||
hu: hu
|
||||
pl: pl
|
||||
ru: ru
|
||||
sv-SE: sv
|
||||
th: th
|
||||
tr: tr
|
||||
zh-CN: zh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue