Add catalan to production ask

This commit is contained in:
Kevin Fenzi 2015-04-03 20:02:34 +00:00
parent f620d99943
commit c14c0a3a22

View file

@ -289,6 +289,7 @@ CACHES = {
}
gettext = lambda s: s
LANGUAGES = (
('ca', gettext('Catalan')),
('el', gettext('Greek')),
('es', gettext('Spanish')),
('en', gettext('English')),