From 1b503f003e9591fe4ff77d71a1cd355c0489239f Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Mon, 8 Nov 2021 13:48:11 +0100 Subject: [PATCH] =?UTF-8?q?Disabled=20=C4=8Ce=C5=A1tina=20for=204.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Contributes to CURA-8638 --- resources/qml/Preferences/GeneralPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/Preferences/GeneralPage.qml b/resources/qml/Preferences/GeneralPage.qml index 905c8485d0..f7744e1e13 100644 --- a/resources/qml/Preferences/GeneralPage.qml +++ b/resources/qml/Preferences/GeneralPage.qml @@ -162,7 +162,7 @@ UM.PreferencesPage Component.onCompleted: { append({ text: "English", code: "en_US" }) - append({ text: "Čeština", code: "cs_CZ" }) +// append({ text: "Čeština", code: "cs_CZ" }) append({ text: "Deutsch", code: "de_DE" }) append({ text: "Español", code: "es_ES" }) //Finnish is disabled for being incomplete: append({ text: "Suomi", code: "fi_FI" })