mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-01 06:45:55 +00:00
refactor: rename folder i18n
This commit is contained in:
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
Block a user