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';