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:
Raffael Meyer 2025-03-24 14:21:07 +01:00 committed by GitHub
parent 5948a4d941
commit 6ea9a38aa4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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