Re-enable Brazillian Portuguese translation

It's complete again. Thanks Patola.

Contributes to issue CURA-3885.
This commit is contained in:
Ghostkeeper 2017-06-15 09:42:30 +02:00
parent 53d870148d
commit 4c8d65a2f4
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -155,7 +155,7 @@ UM.PreferencesPage
//append({ text: "", code: "jp" }) //append({ text: "", code: "jp" })
//append({ text: "", code: "ko" }) //append({ text: "", code: "ko" })
append({ text: "Nederlands", code: "nl" }) append({ text: "Nederlands", code: "nl" })
//append({ text: "Português do Brasil", code: "ptbr" }) append({ text: "Português do Brasil", code: "ptbr" })
append({ text: "Русский", code: "ru" }) append({ text: "Русский", code: "ru" })
append({ text: "Türkçe", code: "tr" }) append({ text: "Türkçe", code: "tr" })
} }