1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 18:29:23 +00:00

update LOCALE_PATHS

This commit is contained in:
skywalker
2024-03-12 15:09:20 +08:00
parent 23c25de800
commit 43232ef3ec

View File

@@ -214,6 +214,7 @@ LANGUAGES = [
LOCALE_PATHS = [
os.path.join(PROJECT_ROOT, 'locale'),
os.path.join(PROJECT_ROOT, 'seahub/trusted_ip/locale'),
os.path.join(PROJECT_ROOT, 'seahub/help/locale'),
]
INSTALLED_APPS = [