mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Disable Czech translations
We didn't receive new translations for Cura 4.8. Contributes to issue CURA-7782.
This commit is contained in:
parent
e0c58eb30d
commit
0821b1bdb1
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ UM.PreferencesPage
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
append({ text: "English", code: "en_US" })
|
append({ text: "English", code: "en_US" })
|
||||||
append({ text: "Čeština", code: "cs_CZ" })
|
//Czech is disabled for being incomplete: 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