show english first in language chooser

This commit is contained in:
vabene1111 2020-06-04 09:58:18 +02:00
parent 8aa8f15ad7
commit dc7c688ed5

View File

@ -137,8 +137,8 @@ USE_L10N = True
USE_TZ = True
LANGUAGES = [
('de', _('German')),
('en', _('English')),
('de', _('German')),
('nl', _('Dutch')),
]