From 9aceaabcb47667ef9c3eb621abc026ad8adf9f7a Mon Sep 17 00:00:00 2001 From: Santiago Valenzuela Date: Wed, 9 Dec 2020 04:26:54 -0600 Subject: [PATCH] Added "es_mx" to enabled_languages --- config/template_config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/template_config.toml b/config/template_config.toml index 4b4979e..e8f4585 100644 --- a/config/template_config.toml +++ b/config/template_config.toml @@ -10,7 +10,7 @@ # zh_cn - Simplified Chinese, by https://github.com/zhihuiyuze # he - Hebrew, by https://github.com/netanelkoli # 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 default_language = "it" # The language to fallback to if a string is missing in a specific language