mirror of
https://github.com/pretix/pretix.git
synced 2026-02-25 09:52:27 +00:00
Fix incorrect language code for Japanese
This commit is contained in:
@@ -94,7 +94,7 @@ ALL_LANGUAGES = [
|
||||
('el', _('Greek')),
|
||||
('id', _('Indonesian')),
|
||||
('it', _('Italian')),
|
||||
('jp', _('Japanese')),
|
||||
('ja', _('Japanese')),
|
||||
('lv', _('Latvian')),
|
||||
('nb-no', _('Norwegian Bokmål')),
|
||||
('pl', _('Polish')),
|
||||
|
||||
Reference in New Issue
Block a user