mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2024-11-11 01:27:35 +08:00
Merge branch 'master' of https://gitee.com/EillesWan/Musicreater
This commit is contained in:
commit
7e0a127406
Binary file not shown.
Binary file not shown.
@ -1,5 +1,13 @@
|
|||||||
zh-CN
|
zh-ME
|
||||||
简体中文 中国大陆
|
喵喵文 中国大陆
|
||||||
Simplified Chinese, Chinese Mainland
|
Meow Catsese, China Mainland
|
||||||
简体中文 中国大陆
|
喵喵喵~ 祖国喵~
|
||||||
|
金羿,Email EillesWan@outlook.com,QQ 2647547478
|
||||||
|
音创创喵~
|
||||||
|
音·创 Musicreater
|
||||||
|
音创创喵的主人们
|
||||||
|
凌天之云创新我的世界开发团队\n×\n凌天之云创新计算机应用软件开发团队
|
||||||
|
~ 主人们 ~
|
||||||
|
~ 爸爸妈妈们 ~
|
||||||
|
好哒~
|
||||||
|
|
||||||
|
@ -84,6 +84,7 @@ def __loadLanguage(languageFilename: str):
|
|||||||
from msctLib.log import log
|
from msctLib.log import log
|
||||||
log(f'丢失对于 {line[0]} 的本地化文本', 'WARRING')
|
log(f'丢失对于 {line[0]} 的本地化文本', 'WARRING')
|
||||||
langkeys = _text.keys()
|
langkeys = _text.keys()
|
||||||
|
# print(_text)
|
||||||
return _text
|
return _text
|
||||||
|
|
||||||
|
|
||||||
@ -180,6 +181,8 @@ if __name__ == '__main__':
|
|||||||
Translatetextbar.edit_redo()
|
Translatetextbar.edit_redo()
|
||||||
Translatetextbar.bind("<Control-y>", ctrlY)
|
Translatetextbar.bind("<Control-y>", ctrlY)
|
||||||
|
|
||||||
|
Translatetextbar.bind("<Control-s>", _autoSave)
|
||||||
|
|
||||||
tk.Button(Translaterame, text='保存', command=_autoSave).pack(side='bottom', fill='x')
|
tk.Button(Translaterame, text='保存', command=_autoSave).pack(side='bottom', fill='x')
|
||||||
|
|
||||||
tk.Label(Orignrame, text='中文原文').pack(side='top')
|
tk.Label(Orignrame, text='中文原文').pack(side='top')
|
||||||
|
BIN
msctLib/__pycache__/__init__.cpython-39.pyc
Normal file
BIN
msctLib/__pycache__/__init__.cpython-39.pyc
Normal file
Binary file not shown.
BIN
msctLib/__pycache__/log.cpython-39.pyc
Normal file
BIN
msctLib/__pycache__/log.cpython-39.pyc
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user