Add some languages to staging to test
This commit is contained in:
parent
da98f8f0f3
commit
c47880a60f
1 changed files with 2 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue