Re-enable simplified chinese ask. Ticket 5095

This commit is contained in:
Kevin Fenzi 2016-02-08 13:45:13 +00:00
parent c7926dde24
commit 1e3adf6ab9

View file

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