Merge branch '2.6' of github.com:Ultimaker/Cura into 2.6

This commit is contained in:
Jaime van Kessel 2017-06-14 09:44:05 +02:00
commit 932a9d23f0

View file

@ -152,9 +152,10 @@ UM.PreferencesPage
append({ text: "Suomi", code: "fi" })
append({ text: "Français", code: "fr" })
append({ text: "Italiano", code: "it" })
append({ text: "日本語", code: "jp" })
//append({ text: "", code: "jp" })
//append({ text: "", code: "ko" })
append({ text: "Nederlands", code: "nl" })
append({ text: "Português do Brasil", code: "ptbr" })
//append({ text: "Português do Brasil", code: "ptbr" })
append({ text: "Русский", code: "ru" })
append({ text: "Türkçe", code: "tr" })
}