From de237d848102b10d90b2c5cd860026185723bd82 Mon Sep 17 00:00:00 2001 From: Gloria Broadbent Date: Thu, 20 Feb 2020 15:18:12 +0000 Subject: [PATCH] DW-1321: Fix for Incomplete List of Languages - 5 languages were listed in English. They are correctly translated now. (#5494) --- demo-shell/src/app.config.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/demo-shell/src/app.config.json b/demo-shell/src/app.config.json index 9d565103eb..bec0f23207 100644 --- a/demo-shell/src/app.config.json +++ b/demo-shell/src/app.config.json @@ -81,23 +81,23 @@ }, { "key": "cs", - "label": "Czech" + "label": "Čeština" }, { "key": "pl", - "label": "Polish" + "label": "Polski" }, { "key": "fi", - "label": "Finnish" + "label": "Suomi" }, { "key": "da", - "label": "Danish" + "label": "Dansk" }, { "key": "sv", - "label": "Swedish" + "label": "Svenska" } ], "search": {