mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
AAE-46242 - Looks like we need to override the mapping as crowding config is not set to this format (#11939)
This commit is contained in:
+22
@@ -3,6 +3,28 @@
|
|||||||
"base_path": "."
|
"base_path": "."
|
||||||
"base_url": "https://hyland.api.crowdin.com"
|
"base_url": "https://hyland.api.crowdin.com"
|
||||||
"preserve_hierarchy": true
|
"preserve_hierarchy": true
|
||||||
|
"languages_mapping": {
|
||||||
|
"osx_locale": {
|
||||||
|
"ar": "ar-SA",
|
||||||
|
"cs": "cs-CZ",
|
||||||
|
"da": "da-DK",
|
||||||
|
"de": "de-DE",
|
||||||
|
"en-AU": "en-AU",
|
||||||
|
"es": "es-ES",
|
||||||
|
"fi": "fi-FI",
|
||||||
|
"fr": "fr-FR",
|
||||||
|
"it": "it-IT",
|
||||||
|
"ja": "ja-JP",
|
||||||
|
"nb": "nb-NO",
|
||||||
|
"nl": "nl-NL",
|
||||||
|
"pl": "pl-PL",
|
||||||
|
"pt": "pt-PT",
|
||||||
|
"pt-BR": "pt-BR",
|
||||||
|
"ru": "ru-RU",
|
||||||
|
"sv": "sv-SE",
|
||||||
|
"zh-CN": "zh-CN"
|
||||||
|
}
|
||||||
|
}
|
||||||
"files": [
|
"files": [
|
||||||
{
|
{
|
||||||
"source": "/**/**/i18n/en.json",
|
"source": "/**/**/i18n/en.json",
|
||||||
|
|||||||
Reference in New Issue
Block a user