Fix incorrect language code for Japanese

This commit is contained in:
Raphael Michel
2025-01-07 15:12:08 +01:00
parent 0a334d1c67
commit d545b15d0d

View File

@@ -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')),