Add Brazillian Portuguese language

The translation is almost complete at the moment. In the beta of the next release we'll decide if we want to keep this language.
This commit is contained in:
Ghostkeeper 2017-01-26 17:05:53 +01:00
parent 635535e33a
commit d3029c6c4f
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -97,6 +97,7 @@ UM.PreferencesPage
append({ text: "Français", code: "fr" })
append({ text: "Italiano", code: "it" })
append({ text: "Nederlands", code: "nl" })
append({ text: "Português do Brasil", code: "ptbr" })
append({ text: "Русский", code: "ru" })
append({ text: "Türkçe", code: "tr" })
}