Explorar o código

HUE-8688 [core] update Chinese language code to enable Hue Chinese localization

Weixia Xu %!s(int64=6) %!d(string=hai) anos
pai
achega
cacf60f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      desktop/core/src/desktop/settings.py

+ 1 - 1
desktop/core/src/desktop/settings.py

@@ -90,7 +90,7 @@ LANGUAGES = [
   ('ko', _('Korean')),
   ('pt', _('Portuguese')),
   ('pt_BR', _('Brazilian Portuguese')),
-  ('zh_CN', _('Simplified Chinese')),
+  ('zh-CN', _('Simplified Chinese')),
 ]
 
 SITE_ID = 1