From 96e16fb0462a352f0262dfea2a6fce189b5f9909 Mon Sep 17 00:00:00 2001 From: Suzana Dirla Date: Tue, 8 Jan 2019 16:29:49 +0200 Subject: [PATCH] [ADF-3856] Translated language labels (#4116) * [ADF-3856] Translated language labels --- demo-shell/src/app.config.json | 20 ++++++++++---------- demo-shell/src/custom-style.scss | 1 - 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/demo-shell/src/app.config.json b/demo-shell/src/app.config.json index 84f3cab91c..b0210e5384 100644 --- a/demo-shell/src/app.config.json +++ b/demo-shell/src/app.config.json @@ -28,43 +28,43 @@ }, { "key": "fr", - "label": "French" + "label": "Français" }, { "key": "de", - "label": "German" + "label": "Deutsch" }, { "key": "it", - "label": "Italian" + "label": "Italiano" }, { "key": "es", - "label": "Spanish" + "label": "Español" }, { "key": "ja", - "label": "Japanese" + "label": "日本語" }, { "key": "nl", - "label": "Dutch" + "label": "Nederlands" }, { "key": "pt-BR", - "label": "Brazilian Portuguese" + "label": "Português (Brasil)" }, { "key": "nb", - "label": "Norwegian" + "label": "Bokmål" }, { "key": "ru", - "label": "Russian" + "label": "Русский" }, { "key": "zh-CN", - "label": "Simplified Chinese" + "label": "中文简体" } ], "search": { diff --git a/demo-shell/src/custom-style.scss b/demo-shell/src/custom-style.scss index dc45e36dcf..17fbfd0d27 100644 --- a/demo-shell/src/custom-style.scss +++ b/demo-shell/src/custom-style.scss @@ -3,7 +3,6 @@ @import './app/components/login/login.component.scss'; @import './app/components/process-service/process-service.component.scss'; - @import '~@alfresco/adf-content-services/theming'; @import '~@alfresco/adf-process-services/theming'; @import '~@alfresco/adf-process-services-cloud/theming';