Add some languages to staging to test

This commit is contained in:
Kevin Fenzi 2014-01-21 18:11:35 +00:00
parent da98f8f0f3
commit c47880a60f

View file

@ -251,12 +251,14 @@ CACHES = {
}
gettext = lambda s: s
LANGUAGES = (
('pt-BR', gettext('Brazilian Portuguese')),
('es', gettext('Spanish')),
('en', gettext('English')),
('ru', gettext('Russian')),
('zh-tw', gettext('Chinese')),
('fr', gettext('French')),
('el', gettext('Greek')),
('id', gettext('Indonesia')),
)
{% else %}
DOMAIN_NAME = 'ask.fedoraproject.org'