tutor-discovery/tutordiscovery
Régis Behmo a41dcfddbb Fix incompatible zh-cn language
zh-cn is not a standard django language code. However, it's a language
code that is supported by edx-platform (and tutor). So we must convert
it to zh-hans, which is simplified Chinese. zh-hk and zh-tw are both
converted to zh-hant, which is traditional Chinese.

The list of languages supported by django is here:
https://github.com/django/django/blob/master/django/conf/global_settings.py

Close #7
2020-04-14 16:50:04 +02:00
..
2020-02-16 15:02:45 +01:00
2020-04-07 14:18:56 +02:00