mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix language code for pt-br (#5256)
- Has to be lowercase in settings.py to work correctly
This commit is contained in:
parent
370021bc7c
commit
20b59c3575
@ -762,14 +762,14 @@ LANGUAGES = [
|
||||
('no', _('Norwegian')),
|
||||
('pl', _('Polish')),
|
||||
('pt', _('Portuguese')),
|
||||
('pt-BR', _('Portuguese (Brazilian)')),
|
||||
('pt-br', _('Portuguese (Brazilian)')),
|
||||
('ru', _('Russian')),
|
||||
('sl', _('Slovenian')),
|
||||
('sv', _('Swedish')),
|
||||
('th', _('Thai')),
|
||||
('tr', _('Turkish')),
|
||||
('vi', _('Vietnamese')),
|
||||
('zh-hans', _('Chinese')),
|
||||
('zh-hans', _('Chinese (Simplified)')),
|
||||
]
|
||||
|
||||
# Testing interface translations
|
||||
|
Loading…
Reference in New Issue
Block a user