Add Czech language to the list

You can now select Czech as your Cura language.

Contributes to issue CURA-7285.
This commit is contained in:
Ghostkeeper 2020-03-09 16:55:13 +01:00
parent b2e626b020
commit 0c9a8d3a7c
No known key found for this signature in database
GPG key ID: 37E2020986774393

View file

@ -152,6 +152,7 @@ UM.PreferencesPage
Component.onCompleted: { Component.onCompleted: {
append({ text: "English", code: "en_US" }) append({ text: "English", code: "en_US" })
append({ text: "Czech", 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" })