From 345e1e69ad6d1814bdf6f7ba862aecc10a81cb7a Mon Sep 17 00:00:00 2001 From: Vito Albano Date: Sat, 30 May 2026 11:22:31 +0100 Subject: [PATCH] AAE-46242 - should use the variable osx_locale to match the format xx-YY (#11936) --- crowdin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowdin.yml b/crowdin.yml index b4d1af4907..484579ecac 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -6,7 +6,7 @@ "files": [ { "source": "/**/**/i18n/en.json", - "translation": "/%original_path%/%locale%.%file_extension%", + "translation": "/%original_path%/%osx_locale%.%file_extension%", "export_only_approved": "true", "update_option": "update_without_changes" }