mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 11:15:54 +08:00
Re-enable Japanese from language selection menu
Contributes to issue CURA-3817.
This commit is contained in:
parent
dd1ce700f7
commit
4b28e9bf43
@ -152,6 +152,7 @@ UM.PreferencesPage
|
||||
append({ text: "Suomi", code: "fi" })
|
||||
append({ text: "Français", code: "fr" })
|
||||
append({ text: "Italiano", code: "it" })
|
||||
append({ text: "日本語", code: "jp" })
|
||||
append({ text: "Nederlands", code: "nl" })
|
||||
append({ text: "Português do Brasil", code: "ptbr" })
|
||||
append({ text: "Русский", code: "ru" })
|
||||
|
Loading…
x
Reference in New Issue
Block a user