From 6ea9a38aa41e0a2b8ef9552f4c4ebe6bcd2a1356 Mon Sep 17 00:00:00 2001 From: Raffael Meyer <14891507+barredterra@users.noreply.github.com> Date: Mon, 24 Mar 2025 14:21:07 +0100 Subject: [PATCH] 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/ --- crowdin.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/crowdin.yml b/crowdin.yml index 20f14a5db3..85b39f85ec 100644 --- a/crowdin.yml +++ b/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