1
Fork 0
mirror of https://github.com/Steffo99/greed.git synced 2024-11-24 14:54:18 +00:00

Added "es_mx" to enabled_languages

This commit is contained in:
Santiago Valenzuela 2020-12-09 04:26:54 -06:00
parent 1aa9a5376f
commit 9aceaabcb4

View file

@ -10,7 +10,7 @@
# zh_cn - Simplified Chinese, by https://github.com/zhihuiyuze # zh_cn - Simplified Chinese, by https://github.com/zhihuiyuze
# he - Hebrew, by https://github.com/netanelkoli # he - Hebrew, by https://github.com/netanelkoli
# The lanugages that messages can be displayed in # The lanugages that messages can be displayed in
enabled_languages = ["it", "en", "uk", "ru", "zh_cn", "he"] enabled_languages = ["it", "en", "uk", "ru", "zh_cn", "he", "es_mx"]
# The default language to be set for users whose language cannot be autodetected or whose language is not enabled # The default language to be set for users whose language cannot be autodetected or whose language is not enabled
default_language = "it" default_language = "it"
# The language to fallback to if a string is missing in a specific language # The language to fallback to if a string is missing in a specific language