Update language settings and locales

This commit is contained in:
Livvy Mackintosh
2017-06-16 18:18:59 +02:00
parent 0811936382
commit 1238ff5258
3 changed files with 36 additions and 11 deletions

View File

@ -146,12 +146,12 @@ USE_L10N = True
USE_TZ = True
LANGUAGES = [
('en', _('English')),
('en_GB', _('English (British)')),
('es', _('Spanish')),
]
LOCALE_PATHS = [
os.path.join(BASE_DIR, 'support/locales')
os.path.join(BASE_DIR, 'support/locale')
]
# Static files (CSS, JavaScript, Images)