Add Portuguese to language drop-down

So that we can select it.

Contributes to issue CURA-4692.
This commit is contained in:
Ghostkeeper 2017-12-29 11:53:58 +01:00
parent ac8f3a31be
commit c786f7a69b
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A

View file

@ -159,6 +159,7 @@ UM.PreferencesPage
append({ text: "Nederlands", code: "nl_NL" })
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" })
append({ text: "Türkçe", code: "tr_TR" })
append({ text: "简体中文", code: "zh_CN" })