2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00

fix language name

missing closing bracket
This commit is contained in:
Matthias
2021-11-19 23:41:15 +01:00
parent 27f3cc251c
commit 74b3cad566

View File

@ -664,7 +664,7 @@ LANGUAGES = [
('el', _('Greek')),
('en', _('English')),
('es', _('Spanish')),
('es-mx', _('Spanish (Mexican')),
('es-mx', _('Spanish (Mexican)')),
('fr', _('French')),
('he', _('Hebrew')),
('it', _('Italian')),