Use Czech name for the Czech language option

This is in line with the other languages in that drop-down.
This commit is contained in:
Ghostkeeper 2020-05-26 09:52:30 +02:00
parent edf7fdad75
commit 6edaedfe22
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A

View file

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