[ACS-12385] Fix en-AU collision (#5330)

* [ACS-12385] Fix en-AU collision

* [ACS-12385] remove comments

* [ACS-12385] Diff by SHA instead of a remote-tracking branch name
This commit is contained in:
Shivangi Shree
2026-08-05 15:34:27 +05:30
committed by GitHub
parent 2517f90b1f
commit 84f3a639e8
3 changed files with 52 additions and 22 deletions
+7 -1
View File
@@ -8,6 +8,12 @@
"source": "/**/**/i18n/en.json",
"translation": "/%original_path%/%two_letters_code%.%file_extension%",
"export_only_approved": "true",
"update_option": "update_without_changes"
"update_option": "update_without_changes",
"languages_mapping": {
"two_letters_code": {
"en-AU": "en-AU"
}
}
}
]