Просмотр исходного кода

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 лет назад
Родитель
Сommit
f264a6269e
1 измененных файлов с 1 добавлено и 1 удалено
  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" })