From 9640156716b55de90be639c9cf79dd26c74a7d3d Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 3 Dec 2020 07:51:14 +0100 Subject: [PATCH] Add `es_mx` language --- config/template_config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/template_config.toml b/config/template_config.toml index 77e0761..eb1f00b 100644 --- a/config/template_config.toml +++ b/config/template_config.toml @@ -9,8 +9,9 @@ # ru - Russian, by https://github.com/pzhuk # zh_cn - Simplified Chinese, by https://github.com/zhihuiyuze # 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"] +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