diff --git a/languages/__pycache__/__init__.cpython-39.pyc b/languages/__pycache__/__init__.cpython-39.pyc index b74192e..eb9b629 100644 Binary files a/languages/__pycache__/__init__.cpython-39.pyc and b/languages/__pycache__/__init__.cpython-39.pyc differ diff --git a/languages/__pycache__/zhCN.cpython-39.pyc b/languages/__pycache__/zhCN.cpython-39.pyc index 2d8b476..4da8852 100644 Binary files a/languages/__pycache__/zhCN.cpython-39.pyc and b/languages/__pycache__/zhCN.cpython-39.pyc differ diff --git a/languages/autosave.tmp.txt b/languages/autosave.tmp.txt index db9a328..874d3f8 100644 --- a/languages/autosave.tmp.txt +++ b/languages/autosave.tmp.txt @@ -1,5 +1,13 @@ -zh-CN -简体中文 中国大陆 -Simplified Chinese, Chinese Mainland -简体中文 中国大陆 +zh-ME +喵喵文 中国大陆 +Meow Catsese, China Mainland +喵喵喵~ 祖国喵~ +金羿,Email EillesWan@outlook.com,QQ 2647547478 +音创创喵~ +音·创 Musicreater +音创创喵的主人们 +凌天之云创新我的世界开发团队\n×\n凌天之云创新计算机应用软件开发团队 +~ 主人们 ~ +~ 爸爸妈妈们 ~ +好哒~ diff --git a/languages/lang.py b/languages/lang.py index 4ed2ab4..e78dd08 100644 --- a/languages/lang.py +++ b/languages/lang.py @@ -84,6 +84,7 @@ def __loadLanguage(languageFilename: str): from msctLib.log import log log(f'丢失对于 {line[0]} 的本地化文本', 'WARRING') langkeys = _text.keys() + # print(_text) return _text @@ -180,6 +181,8 @@ if __name__ == '__main__': Translatetextbar.edit_redo() Translatetextbar.bind("", ctrlY) + Translatetextbar.bind("", _autoSave) + tk.Button(Translaterame, text='保存', command=_autoSave).pack(side='bottom', fill='x') tk.Label(Orignrame, text='中文原文').pack(side='top') diff --git a/msctLib/__pycache__/__init__.cpython-39.pyc b/msctLib/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000..033498f Binary files /dev/null and b/msctLib/__pycache__/__init__.cpython-39.pyc differ diff --git a/msctLib/__pycache__/log.cpython-39.pyc b/msctLib/__pycache__/log.cpython-39.pyc new file mode 100644 index 0000000..26b6f31 Binary files /dev/null and b/msctLib/__pycache__/log.cpython-39.pyc differ