Add pt-br to production askbot.
This commit is contained in:
parent
821aae5366
commit
2e909f8205
1 changed files with 2 additions and 1 deletions
|
@ -258,7 +258,7 @@ LANGUAGES = (
|
||||||
('zh-tw', gettext('Chinese')),
|
('zh-tw', gettext('Chinese')),
|
||||||
('fr', gettext('French')),
|
('fr', gettext('French')),
|
||||||
('el', gettext('Greek')),
|
('el', gettext('Greek')),
|
||||||
('id', gettext('Indonesia')),
|
('id', gettext('Indonesian')),
|
||||||
)
|
)
|
||||||
{% else %}
|
{% else %}
|
||||||
DOMAIN_NAME = 'ask.fedoraproject.org'
|
DOMAIN_NAME = 'ask.fedoraproject.org'
|
||||||
|
@ -275,6 +275,7 @@ gettext = lambda s: s
|
||||||
LANGUAGES = (
|
LANGUAGES = (
|
||||||
('es', gettext('Spanish')),
|
('es', gettext('Spanish')),
|
||||||
('en', gettext('English')),
|
('en', gettext('English')),
|
||||||
|
('pt-br', gettext('Brazilian Portuguese')),
|
||||||
)
|
)
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue