Browse Source

Merge branch 'CURA-7782_Add_translations_in_4.8' of https://github.com/Ultimaker/Cura into CURA-7782_Add_translations_in_4.8

Kostas Karmas 4 years ago
parent
commit
f264a6269e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/Preferences/GeneralPage.qml

+ 1 - 1
resources/qml/Preferences/GeneralPage.qml

@@ -157,7 +157,7 @@ UM.PreferencesPage
 
                         Component.onCompleted: {
                             append({ text: "English", code: "en_US" })
-                            append({ text: "Čeština", code: "cs_CZ" })
+                            //Czech is disabled for being incomplete: 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" })