Fix LANGUAGES en-gb

This commit is contained in:
Carl van Tonder 2018-05-19 14:24:21 -04:00
parent 39683a4ec0
commit 562fa1f270

View File

@ -179,7 +179,7 @@ USE_L10N = True
USE_TZ = True USE_TZ = True
LANGUAGES = [ LANGUAGES = [
('en_GB', _('English (British)')), ('en-gb', _('English (British)')),
('fr', _('French')), ('fr', _('French')),
('es', _('Spanish')), ('es', _('Spanish')),
] ]