fixed wrong i18n-code for polish
This commit is contained in:
parent
9feed0dcdc
commit
292944179e
|
|
@ -491,7 +491,7 @@ LANGUAGES = [
|
|||
('en', _('English')),
|
||||
('fr', _('French')),
|
||||
('de', _('German')),
|
||||
('pk', _('Polish')),
|
||||
('pl', _('Polish')),
|
||||
('tr', _('Turkish')),
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue