可以用了现在

This commit is contained in:
Eilles 2023-02-05 17:45:58 +08:00
parent d95b8ad648
commit 1e8ae27fa3
3 changed files with 46 additions and 44 deletions

2
.gitignore vendored
View File

@ -10,6 +10,8 @@ __pycache__/
*.mcpack
*.bdx
*.json
/Musicreater
/logs
# C extensions
*.so

View File

@ -5,7 +5,7 @@
Copyright © 2023 all the developers of LinglunStudio
"""
from ..utils.io import *
from utils.io import *
DEFAULTLANGUAGE = 'ZH-CN'
@ -92,7 +92,7 @@ languages = {
}
}
def passbt():
def __loadLanguage(languageFilename: str):
with open(languageFilename, 'r', encoding='utf-8') as languageFile:

View File

@ -43,7 +43,7 @@ osc.version = __version__
def go_for_args(
languageChange: str = "ZH-CN", debugMode: str = False, logfile: str = True
languageChange: str = "ZH-CN", debugMode: str = 'False', logfile: str = 'True'
):
global currentLang
global logger