Revert AAE-46242 crowdin locale mapping changes (#11949)

Reverts the following commits:
- 80e9e51cfa AAE-46242 - Looks like we need to override the mapping as crowding config is not set to this format
- 345e1e69ad AAE-46242 - should use the variable osx_locale to match the format xx-YY
- a2b026ed7e [AAE-46242] - Changed the name convention for translation files to ISO standard naming

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Vito Albano
2026-06-02 13:30:03 +01:00
committed by GitHub
co-authored by Claude Opus 4.5
parent 46b2d0380b
commit f9899883dc
89 changed files with 132 additions and 308 deletions
+1 -23
View File
@@ -3,32 +3,10 @@
"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",
"translation": "/%original_path%/%osx_locale%.%file_extension%",
"translation": "/%original_path%/%two_letters_code%.%file_extension%",
"export_only_approved": "true",
"update_option": "update_without_changes"
}