Enable Hungarian in ask production. Ticket 4214

This commit is contained in:
Kevin Fenzi 2014-02-04 19:07:07 +00:00
parent 15503efdc9
commit 25e545ed5d

View file

@ -280,6 +280,7 @@ LANGUAGES = (
('id', gettext('Indonesian')),
('el', gettext('Greek')),
('zh-cn', gettext('Simplified Chinese')),
('hu', gettext('Hungarian')),
)
{% endif %}