Re-enable Greek in ask per request.
This commit is contained in:
parent
218f4450df
commit
c79320ddf1
1 changed files with 1 additions and 0 deletions
|
@ -274,6 +274,7 @@ CACHES = {
|
|||
}
|
||||
gettext = lambda s: s
|
||||
LANGUAGES = (
|
||||
('el', gettext('Greek')),
|
||||
('es', gettext('Spanish')),
|
||||
('en', gettext('English')),
|
||||
('pt-br', gettext('Brazilian Portuguese')),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue