mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Re-enabled Czech translations
Contributes to CURA-8153
This commit is contained in:
parent
c6c0a8d192
commit
c9b6282a62
1 changed files with 1 additions and 1 deletions
|
@ -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" })
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue