Disable Czech translations

We didn't receive new translations for Cura 4.8.

Contributes to issue CURA-7782.
This commit is contained in:
Ghostkeeper 2020-11-09 13:55:08 +01:00
parent e0c58eb30d
commit 0821b1bdb1
No known key found for this signature in database
GPG Key ID: D2A8871EE34EC59A

View File

@ -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" })