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')),
|
||||
('fr', gettext('French')),
|
||||
('el', gettext('Greek')),
|
||||
('id', gettext('Indonesia')),
|
||||
('id', gettext('Indonesian')),
|
||||
)
|
||||
{% else %}
|
||||
DOMAIN_NAME = 'ask.fedoraproject.org'
|
||||
|
@ -275,6 +275,7 @@ gettext = lambda s: s
|
|||
LANGUAGES = (
|
||||
('es', gettext('Spanish')),
|
||||
('en', gettext('English')),
|
||||
('pt-br', gettext('Brazilian Portuguese')),
|
||||
)
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue