mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
Add Polish language to drop-down
The translation is complete for 2.6 (albeit apparently wrong in several places). It is not yet complete for master, but that will come during the translation update for the 2.7 beta. Contributes to issue CURA-3998.
This commit is contained in:
parent
188b45791b
commit
b2853ef139
1 changed files with 1 additions and 0 deletions
|
@ -157,6 +157,7 @@ UM.PreferencesPage
|
|||
append({ text: "日本語", code: "jp" })
|
||||
append({ text: "한국어", code: "ko" })
|
||||
append({ text: "Nederlands", code: "nl" })
|
||||
append({ text: "Polszczyzna", code: "pl" })
|
||||
append({ text: "Português do Brasil", code: "ptbr" })
|
||||
append({ text: "Русский", code: "ru" })
|
||||
append({ text: "Türkçe", code: "tr" })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue