mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
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:
parent
edf7fdad75
commit
6edaedfe22
1 changed files with 1 additions and 1 deletions
|
@ -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" })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue