mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[AAE-46242] - Changed the name convention for translation files to ISO standard naming (#11924)
* [AAE-46242] - Changed the name convention for translation files to ISO standard naming * [AAE-46242] - revert en-GB to en.json * [AAE-46242] - fixed crowding config * [AAE-46242] - added fallback fix' * [AAE-46242] - Added defaultLang missing method * [AAE-46242] - Fixing unit test * [AAE-46242] - fixed core unit tests
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
||||
"files": [
|
||||
{
|
||||
"source": "/**/**/i18n/en.json",
|
||||
"translation": "/%original_path%/%two_letters_code%.%file_extension%",
|
||||
"translation": "/%original_path%/%locale%.%file_extension%",
|
||||
"export_only_approved": "true",
|
||||
"update_option": "update_without_changes"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user