Disable some little used languages in production askbot
This commit is contained in:
parent
18f7c28f9c
commit
ff604a1414
1 changed files with 0 additions and 3 deletions
|
@ -278,9 +278,6 @@ LANGUAGES = (
|
|||
('en', gettext('English')),
|
||||
('pt-br', gettext('Brazilian Portuguese')),
|
||||
('id', gettext('Indonesian')),
|
||||
('el', gettext('Greek')),
|
||||
('zh-cn', gettext('Simplified Chinese')),
|
||||
('hu', gettext('Hungarian')),
|
||||
)
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue