Merge branch 'CURA-7782_Add_translations_in_4.8' of https://github.com/Ultimaker/Cura into CURA-7782_Add_translations_in_4.8

This commit is contained in:
Kostas Karmas 2020-11-09 14:16:08 +01:00
commit f264a6269e

View File

@ -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" })