Skip to content

Commit

Permalink
fix: enable all languages
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsRqtl committed Dec 25, 2023
1 parent 02a3fda commit b99acd5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/client/i18n.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ class I18n:
Provides a simple interface to get translated strings.
"""

# locales = ("en-US", "zh-TW", "zh-CN")
locales = ("en-US",)
locales = ("en-US", "zh-TW", "zh-CN")
i18n_instance = PyI18n(locales, loader=PyI18nYamlLoader("locales", namespaced=True))
i18n_get = i18n_instance.gettext

Expand Down

0 comments on commit b99acd5

Please sign in to comment.