mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
Disable Polish language from the UI
The translation files have not been updated this release, so they are incomplete. Contributes to issue CURA-6663.
This commit is contained in:
parent
914d2e98e9
commit
ec9a5fce09
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ UM.PreferencesPage
|
|||
append({ text: "日本語", code: "ja_JP" })
|
||||
append({ text: "한국어", code: "ko_KR" })
|
||||
append({ text: "Nederlands", code: "nl_NL" })
|
||||
append({ text: "Polski", code: "pl_PL" })
|
||||
//Polish is disabled for being incomplete: append({ text: "Polski", code: "pl_PL" })
|
||||
append({ text: "Português do Brasil", code: "pt_BR" })
|
||||
append({ text: "Português", code: "pt_PT" })
|
||||
append({ text: "Русский", code: "ru_RU" })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue