add zh_CN language

This commit is contained in:
Ford Guo
2014-09-26 11:43:53 +08:00
parent 1050fc71af
commit b15100c2ea
32 changed files with 7959 additions and 1 deletions

View File

@@ -173,6 +173,7 @@ LANGUAGES = (
('sl', ugettext('Slovenian')),
('tr', ugettext('Turkish')),
('vi', ugettext('Vietnamese (Viet Nam)')),
('zh-cn', ugettext('Chinese (China)')),
)
SITE_ID = 1