Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add language pt_br #132

Merged
merged 13 commits into from
May 25, 2021
5 changes: 3 additions & 2 deletions config/template_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# Language parameters
[Language]
# Available languages:
# br - Brasilian by https://github.com/eufelipemateus
eufelipemateus marked this conversation as resolved.
Show resolved Hide resolved
# it - Italian, by https://github.com/Steffo99
# en - English, by https://github.com/DarrenWestwood
# uk - Ukrainian, by https://github.com/pzhuk
Expand All @@ -11,9 +12,9 @@
# he - Hebrew, by https://github.com/netanelkoli
# es_mx - Spanish (Mexican), by https://github.com/mastersuv
# The lanugages that messages can be displayed in
enabled_languages = ["it", "en", "uk", "ru", "zh_cn", "he", "es_mx"]
enabled_languages = ["br","it", "en", "uk", "ru", "zh_cn", "he", "es_mx"]
eufelipemateus marked this conversation as resolved.
Show resolved Hide resolved
# The default language to be set for users whose language cannot be autodetected or whose language is not enabled
default_language = "it"
default_language = "br"
eufelipemateus marked this conversation as resolved.
Show resolved Hide resolved
# The language to fallback to if a string is missing in a specific language
# You should set it to either "it" or "en", other languages may be missing some strings as greed is updated
fallback_language = "en"
Expand Down
Loading