Update language settings and locales
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user