mirror of
https://github.com/fastapi-practices/fastapi-best-architecture.git
synced 2026-09-21 21:15:13 +00:00
Update the i18n file storage directory (#1027)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user