Add French to platform languages
This commit is contained in:
@ -147,6 +147,7 @@ USE_TZ = True
|
||||
|
||||
LANGUAGES = [
|
||||
('en_GB', _('English (British)')),
|
||||
('fr', _('French')),
|
||||
('es', _('Spanish')),
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user