mirror of https://github.com/jumpserver/jumpserver
refactor: rename folder i18n
parent
04c344e2a0
commit
e821d2995d
|
@ -241,7 +241,7 @@ USE_L10N = True
|
|||
USE_TZ = True
|
||||
|
||||
# I18N translation
|
||||
LOCALE_PATHS = [os.path.join(BASE_DIR, 'locale'), ]
|
||||
LOCALE_PATHS = [os.path.join(BASE_DIR, 'i18n'), ]
|
||||
|
||||
# Static files (CSS, JavaScript, Images)
|
||||
# https://docs.djangoproject.com/en/1.10/howto/static-files/
|
||||
|
|
Loading…
Reference in New Issue