更新个屁,Gitee脸都不要了

This commit is contained in:
2022-05-21 00:45:10 +08:00
parent bc99f8f4be
commit 51d248cdc2
27 changed files with 47 additions and 705 deletions

View File

@ -2,7 +2,7 @@
'''对于音·创的语言支持兼语言文件编辑器'''
"""
Copyright 2022 Team-Ryoun
Copyright 2022 all the developers of Musicreater
Licensed under the Apache License, Version 2.0 (the 'License');
you may not use this file except in compliance with the License.
@ -55,13 +55,6 @@ LANGUAGELIST = {
)
}
# 对于旧版本音·创的语言支持
# 重构之后将停止使用
try:
from languages.zhCN import READABLETEXT
except:
pass
from msctLib.log import log