Add French to platform languages

This commit is contained in:
Livvy Mackintosh
2017-09-22 17:00:57 +02:00
parent 1ecafb71c5
commit 53cf5736fb
4 changed files with 69 additions and 4 deletions

View File

@ -147,6 +147,7 @@ USE_TZ = True
LANGUAGES = [
('en_GB', _('English (British)')),
('fr', _('French')),
('es', _('Spanish')),
]