[ADF-3856] Translated language labels (#4116)

* [ADF-3856] Translated language labels
This commit is contained in:
Suzana Dirla 2019-01-08 16:29:49 +02:00 committed by Eugenio Romano
parent 57f4628952
commit 96e16fb046
2 changed files with 10 additions and 11 deletions

View File

@ -28,43 +28,43 @@
}, },
{ {
"key": "fr", "key": "fr",
"label": "French" "label": "Français"
}, },
{ {
"key": "de", "key": "de",
"label": "German" "label": "Deutsch"
}, },
{ {
"key": "it", "key": "it",
"label": "Italian" "label": "Italiano"
}, },
{ {
"key": "es", "key": "es",
"label": "Spanish" "label": "Español"
}, },
{ {
"key": "ja", "key": "ja",
"label": "Japanese" "label": "日本語"
}, },
{ {
"key": "nl", "key": "nl",
"label": "Dutch" "label": "Nederlands"
}, },
{ {
"key": "pt-BR", "key": "pt-BR",
"label": "Brazilian Portuguese" "label": "Português (Brasil)"
}, },
{ {
"key": "nb", "key": "nb",
"label": "Norwegian" "label": "Bokmål"
}, },
{ {
"key": "ru", "key": "ru",
"label": "Russian" "label": "Русский"
}, },
{ {
"key": "zh-CN", "key": "zh-CN",
"label": "Simplified Chinese" "label": "中文简体"
} }
], ],
"search": { "search": {

View File

@ -3,7 +3,6 @@
@import './app/components/login/login.component.scss'; @import './app/components/login/login.component.scss';
@import './app/components/process-service/process-service.component.scss'; @import './app/components/process-service/process-service.component.scss';
@import '~@alfresco/adf-content-services/theming'; @import '~@alfresco/adf-content-services/theming';
@import '~@alfresco/adf-process-services/theming'; @import '~@alfresco/adf-process-services/theming';
@import '~@alfresco/adf-process-services-cloud/theming'; @import '~@alfresco/adf-process-services-cloud/theming';