Merge pull request #1528 from matmair/BUG/polish

fixed wrong i18n-code for polish
This commit is contained in:
Oliver 2021-04-28 22:21:57 +10:00 committed by GitHub
commit 28b4e12d8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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