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 Chinese support #68

Merged
merged 12 commits into from
Aug 22, 2020
3 changes: 2 additions & 1 deletion config/template_config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ is_template = yes
; en - English, by https://github.com/DarrenWestwood
; uk - Ukrainian, by https://github.com/pzhuk
; ru - Russian, by https://github.com/pzhuk
; zh_cn - Simplified Chinese, by https://github.com/zhihuiyuze
; The lanugages that messages can be displayed in
enabled_languages = it | en | uk | ru
enabled_languages = it | en | uk | ru | zh_cn
; 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
Expand Down
2 changes: 1 addition & 1 deletion strings/en.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
menu_edit_admins = "🏵 Edit Managers"

# Menu: language
menu_language = "🇬🇧 Language"
menu_language = "🌐 Language"

# Emoji: unprocessed order
emoji_not_processed = "*️⃣"
Expand Down
2 changes: 1 addition & 1 deletion strings/it.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
menu_edit_admins = "🏵 Modifica gestori"

# Menu: language
menu_language = "🇮🇹 Lingua"
menu_language = "🌐 Lingua"

# Emoji: unprocessed order
emoji_not_processed = "*️⃣"
Expand Down
Loading