Fix language code for pt-br (#5256) (#5257)

- Has to be lowercase in settings.py to work correctly

(cherry picked from commit 20b59c3575)

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
github-actions[bot] 2023-07-16 19:37:27 +10:00 committed by GitHub
parent 8a58bf5ffa
commit ab22f2a04d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -757,14 +757,14 @@ LANGUAGES = [
('no', _('Norwegian')), ('no', _('Norwegian')),
('pl', _('Polish')), ('pl', _('Polish')),
('pt', _('Portuguese')), ('pt', _('Portuguese')),
('pt-BR', _('Portuguese (Brazilian)')), ('pt-br', _('Portuguese (Brazilian)')),
('ru', _('Russian')), ('ru', _('Russian')),
('sl', _('Slovenian')), ('sl', _('Slovenian')),
('sv', _('Swedish')), ('sv', _('Swedish')),
('th', _('Thai')), ('th', _('Thai')),
('tr', _('Turkish')), ('tr', _('Turkish')),
('vi', _('Vietnamese')), ('vi', _('Vietnamese')),
('zh-hans', _('Chinese')), ('zh-hans', _('Chinese (Simplified)')),
] ]
# Testing interface translations # Testing interface translations