We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20f27c3 commit db501a8Copy full SHA for db501a8
1 file changed
apps/common/locale/manager.py
@@ -25,7 +25,7 @@ def __init__(self, external_locale_path: str = None):
25
Args:
26
external_locale_path: 外置语言包路径,默认从配置读取
27
"""
28
- from apps.maxkb.const import CONFIG, PROJECT_DIR
+ from maxkb.const import CONFIG, PROJECT_DIR
29
30
self.PROJECT_DIR = PROJECT_DIR
31
self.external_locale_path = external_locale_path or CONFIG.get(
0 commit comments