Regenerated .po file; made zh_CN translation available

This commit is contained in:
GuDzpoz
2021-03-02 18:52:01 +08:00
parent 4f58e1b488
commit e2617dde37
3 changed files with 43 additions and 49 deletions

View File

@ -141,6 +141,7 @@ LANGUAGE_CODE = 'en-us'
LANGUAGES = [
('en-us', _('English')),
('fr-fr', _('French')),
('zh-cn', _('中文')),
]