Re-enabled Czech translations

Contributes to CURA-8153
This commit is contained in:
jelle Spijker 2021-04-16 19:43:43 +02:00 committed by Jelle Spijker
parent c6c0a8d192
commit c9b6282a62
No known key found for this signature in database
GPG Key ID: 6662DC033BE6B99A

View File

@ -156,7 +156,7 @@ UM.PreferencesPage
Component.onCompleted: Component.onCompleted:
{ {
append({ text: "English", code: "en_US" }) append({ text: "English", code: "en_US" })
//Czech is disabled for being incomplete: append({ text: "Čeština", code: "cs_CZ" }) append({ text: "Čeština", code: "cs_CZ" })
append({ text: "Deutsch", code: "de_DE" }) append({ text: "Deutsch", code: "de_DE" })
append({ text: "Español", code: "es_ES" }) append({ text: "Español", code: "es_ES" })
//Finnish is disabled for being incomplete: append({ text: "Suomi", code: "fi_FI" }) //Finnish is disabled for being incomplete: append({ text: "Suomi", code: "fi_FI" })