mirror of
https://github.com/Minidoracat/mcp-feedback-enhanced.git
synced 2025-07-27 10:42:25 +08:00
🎨 轉移 GUI 語系檔案結構
This commit is contained in:
parent
5f6e8d1eef
commit
2ed1012f38
@ -35,7 +35,7 @@ class I18nManager:
|
|||||||
self._supported_languages = ['zh-TW', 'en', 'zh-CN']
|
self._supported_languages = ['zh-TW', 'en', 'zh-CN']
|
||||||
self._fallback_language = 'en'
|
self._fallback_language = 'en'
|
||||||
self._config_file = self._get_config_file_path()
|
self._config_file = self._get_config_file_path()
|
||||||
self._locales_dir = Path(__file__).parent / "locales"
|
self._locales_dir = Path(__file__).parent / "gui" / "locales"
|
||||||
|
|
||||||
# 載入翻譯
|
# 載入翻譯
|
||||||
self._load_all_translations()
|
self._load_all_translations()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user