Disable Polish language

The translation didn't arrive in time for the 3.6 release.

Contributes to issue CURA-5870.
This commit is contained in:
Ghostkeeper 2018-11-12 15:47:21 +01:00
parent 32c16041e8
commit fe66d15b9e
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -171,7 +171,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" })