show english first in language chooser
This commit is contained in:
@ -137,8 +137,8 @@ USE_L10N = True
|
|||||||
USE_TZ = True
|
USE_TZ = True
|
||||||
|
|
||||||
LANGUAGES = [
|
LANGUAGES = [
|
||||||
('de', _('German')),
|
|
||||||
('en', _('English')),
|
('en', _('English')),
|
||||||
|
('de', _('German')),
|
||||||
('nl', _('Dutch')),
|
('nl', _('Dutch')),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user