mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 19:45:46 +00:00
fixed wrong i18n-code for polish
This commit is contained in:
@ -491,7 +491,7 @@ LANGUAGES = [
|
||||
('en', _('English')),
|
||||
('fr', _('French')),
|
||||
('de', _('German')),
|
||||
('pk', _('Polish')),
|
||||
('pl', _('Polish')),
|
||||
('tr', _('Turkish')),
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user