mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[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:
+7
-1
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user