Enable Simplified Chinese in production. Ticket 4208.

This commit is contained in:
Kevin Fenzi 2014-02-03 17:15:26 +00:00
parent 5ab222ea2a
commit 2caf90aed2

View file

@ -278,6 +278,7 @@ LANGUAGES = (
('pt-br', gettext('Brazilian Portuguese')),
('id', gettext('Indonesian')),
('el', gettext('Greek')),
('zh-cn', gettext('Simplified Chinese')),
)
{% endif %}