mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
Add Japanese and Hangul to the language drop-down
These are partial translations at the moment, and normally we don't allow them in the drop-down then. But this is an exception, orders from higher up. Contributes to issue CURA-3487.
This commit is contained in:
parent
eab7741711
commit
a127d463bc
1 changed files with 2 additions and 0 deletions
|
@ -116,6 +116,8 @@ 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: "ko" })
|
||||
append({ text: "Nederlands", code: "nl" })
|
||||
append({ text: "Português do Brasil", code: "ptbr" })
|
||||
append({ text: "Русский", code: "ru" })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue