Re-enable Polish

This commit is contained in:
Ghostkeeper 2019-03-21 21:10:12 +01:00
parent 6611ab7d17
commit 294b61937a
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

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