From 80e9e51cfa997e3e36de97a79be0839ad7414df9 Mon Sep 17 00:00:00 2001 From: Vito Albano Date: Sat, 30 May 2026 14:29:49 +0100 Subject: [PATCH] AAE-46242 - Looks like we need to override the mapping as crowding config is not set to this format (#11939) --- crowdin.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/crowdin.yml b/crowdin.yml index 484579ecac..80e0784ea0 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -3,6 +3,28 @@ "base_path": "." "base_url": "https://hyland.api.crowdin.com" "preserve_hierarchy": true +"languages_mapping": { + "osx_locale": { + "ar": "ar-SA", + "cs": "cs-CZ", + "da": "da-DK", + "de": "de-DE", + "en-AU": "en-AU", + "es": "es-ES", + "fi": "fi-FI", + "fr": "fr-FR", + "it": "it-IT", + "ja": "ja-JP", + "nb": "nb-NO", + "nl": "nl-NL", + "pl": "pl-PL", + "pt": "pt-PT", + "pt-BR": "pt-BR", + "ru": "ru-RU", + "sv": "sv-SE", + "zh-CN": "zh-CN" + } +} "files": [ { "source": "/**/**/i18n/en.json",