refactor: rename folder i18n

pull/1007/head
liuzheng 2018-01-29 11:53:50 +08:00 committed by liuzheng712
parent 04c344e2a0
commit e821d2995d
No known key found for this signature in database
GPG Key ID: 76B55D91E7BB2978
3 changed files with 1 additions and 1 deletions

View File

@ -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/