fixed wrong i18n-code for polish

This commit is contained in:
Matthias 2021-04-28 13:57:39 +02:00
parent 9feed0dcdc
commit 292944179e

View File

@ -491,7 +491,7 @@ LANGUAGES = [
('en', _('English')),
('fr', _('French')),
('de', _('German')),
('pk', _('Polish')),
('pl', _('Polish')),
('tr', _('Turkish')),
]