[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:
Vito Albano
2026-05-29 19:11:17 +01:00
committed by GitHub
parent e40fd2250e
commit a2b026ed7e
89 changed files with 286 additions and 132 deletions
+1 -1
View File
@@ -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"
}