Add catalan to production ask
This commit is contained in:
parent
f620d99943
commit
c14c0a3a22
1 changed files with 1 additions and 0 deletions
|
@ -289,6 +289,7 @@ CACHES = {
|
|||
}
|
||||
gettext = lambda s: s
|
||||
LANGUAGES = (
|
||||
('ca', gettext('Catalan')),
|
||||
('el', gettext('Greek')),
|
||||
('es', gettext('Spanish')),
|
||||
('en', gettext('English')),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue