diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json new file mode 100644 index 0000000..0194ecd --- /dev/null +++ b/.vs/VSWorkspaceState.json @@ -0,0 +1,9 @@ +{ + "ExpandedNodes": [ + "", + "\\config", + "\\strings" + ], + "SelectedNode": "\\config\\template_config.toml", + "PreviewInSolutionExplorer": false +} \ No newline at end of file diff --git a/.vs/greed-mastersuv-categories-impl/v16/.suo b/.vs/greed-mastersuv-categories-impl/v16/.suo index e1d196f..28544e7 100644 Binary files a/.vs/greed-mastersuv-categories-impl/v16/.suo and b/.vs/greed-mastersuv-categories-impl/v16/.suo differ diff --git a/config/template_config.toml b/config/template_config.toml index e8f4585..3acf6d3 100644 --- a/config/template_config.toml +++ b/config/template_config.toml @@ -9,7 +9,8 @@ # ru - Russian, by https://github.com/pzhuk # zh_cn - Simplified Chinese, by https://github.com/zhihuiyuze # he - Hebrew, by https://github.com/netanelkoli -# The lanugages that messages can be displayed in +# es_mx - Spanish (Mexican), by https://github.com/mastersuv +# The languages that messages can be displayed in 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"