diff --git a/InvenTree/InvenTree/settings.py b/InvenTree/InvenTree/settings.py index 68d8d45659..cb19ddef7a 100644 --- a/InvenTree/InvenTree/settings.py +++ b/InvenTree/InvenTree/settings.py @@ -757,14 +757,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