ci: fix language code mapping (#46692)

* ci: fix language code mapping

Keys are expected to be not the locale_with_underscore but the codes according to https://support.crowdin.com/developer/language-codes/

* chore: remove redundant translation files
This commit is contained in:
Raffael Meyer
2025-03-24 14:35:35 +01:00
committed by GitHub
parent d35a533d8b
commit 9a8f0f3aef
4 changed files with 60811 additions and 161376 deletions

View File

@@ -10,17 +10,18 @@ commit_message: "fix: %language% translations"
append_commit_message: false append_commit_message: false
languages_mapping: languages_mapping:
locale_with_underscore: locale_with_underscore:
ar_SA: ar ar: ar
bs_BA: bs bs: bs
de_DE: de de: de
eo_UY: eo eo: eo
es_ES: es es-ES: es
fa_IR: fa fa: fa
fr_FR: fr fr: fr
hr_HR: hr hr: hr
hu_HU: hu hu: hu
pl_PL: pl pl: pl
ru_RU: ru ru: ru
sv_SE: sv sv-SE: sv
th_TH: th th: th
tr_TR: tr tr: tr
zh-CN: zh

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff