This commit is contained in:
lijiejie
2022-04-10 01:36:18 +08:00
parent c004584df0
commit 27f570cd78
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ USE_L10N = True
USE_TZ = True
LANGUAGES = (
('zh-hans', _('中文')),
('en-us', _('English')),
('en', _('English')),
)
LOCALE_PATHS = (os.path.join(BASE_DIR, 'locale'),)