Re-enable the Polish language.

part of CURA-6957
This commit is contained in:
Remco Burema 2019-11-19 14:22:53 +01:00
parent 9e32f715bb
commit f1f0290458
No known key found for this signature in database
GPG key ID: 215C49431D43F98C

View file

@ -160,7 +160,7 @@ UM.PreferencesPage
append({ text: "日本語", code: "ja_JP" })
append({ text: "한국어", code: "ko_KR" })
append({ text: "Nederlands", code: "nl_NL" })
//Polish is disabled for being incomplete: append({ text: "Polski", code: "pl_PL" })
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" })