Update the i18n file storage directory (#1027)

This commit is contained in:
Wu Clan
2026-01-21 12:03:40 +08:00
committed by GitHub
parent 1a6aba6105
commit 68d962f2f8
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ UPLOAD_DIR = STATIC_DIR / 'upload'
PLUGIN_DIR = BASE_PATH / 'plugin'
# 国际化文件目录
LOCALE_DIR = BASE_PATH / 'langs'
LOCALE_DIR = BASE_PATH / 'locale'
# MySQL 脚本目录
MYSQL_SCRIPT_DIR = BASE_PATH / 'sql' / 'mysql'