It's lower case br
This commit is contained in:
parent
c47880a60f
commit
3a196043c6
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ CACHES = {
|
|||
}
|
||||
gettext = lambda s: s
|
||||
LANGUAGES = (
|
||||
('pt-BR', gettext('Brazilian Portuguese')),
|
||||
('pt-br', gettext('Brazilian Portuguese')),
|
||||
('es', gettext('Spanish')),
|
||||
('en', gettext('English')),
|
||||
('ru', gettext('Russian')),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue