Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2018-05-19 18:24:39 +00:00
commit ad90914ace

View File

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