Merge pull request #81 from YeldhamDev/translation_brazilian_portuguese

Add brazilian portuguese translation
This commit is contained in:
Overloaded 2019-12-20 18:56:58 +02:00 committed by GitHub
commit 22a2b4133e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 158 additions and 158 deletions

View file

@ -28,7 +28,7 @@ func _ready() -> void:
Global.loaded_locales = TranslationServer.get_loaded_locales()
else:
# Hardcoded list of locales
Global.loaded_locales = ["de", "el", "en", "fr", "pl", "ru", "zh_TW"]
Global.loaded_locales = ["de", "el", "en", "fr", "pl", "pt_BR", "ru", "zh_TW"]
# Make sure locales are always sorted, in the same order
Global.loaded_locales.sort()