Skip to content

Commit

Permalink
Disabled Čeština for 4.12
Browse files Browse the repository at this point in the history
Contributes to CURA-8638
  • Loading branch information
jellespijker committed Nov 8, 2021
1 parent fb3706d commit 1b503f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/qml/Preferences/GeneralPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ UM.PreferencesPage
Component.onCompleted:
{
append({ text: "English", code: "en_US" })
append({ text: "Čeština", 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" })
Expand Down

0 comments on commit 1b503f0

Please sign in to comment.