It's lower case br

This commit is contained in:
Kevin Fenzi 2014-01-21 18:16:25 +00:00
parent c47880a60f
commit 3a196043c6

View file

@ -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')),