mirror of
https://github.com/zulip/zulip.git
synced 2025-11-20 14:38:46 +00:00
In the UI we use locale as the code for the language. Django expects language code. For Simplified Chinese, 'zh_Hans' is the locale which maps to a directaory under static/locale, and 'zh-hans' is the language code, which is used in settings.LANGUAGES setting found in Django.
12 KiB
12 KiB