Update translatorUI.py

This commit is contained in:
恍兮惚兮 2024-08-14 03:05:41 +08:00
parent 3d7462e7a5
commit dbf352e902

View File

@ -904,7 +904,7 @@ class TranslatorWindow(resizableframeless):
+ _TR("官方网站") + _TR("官方网站")
+ " " + " "
+ _TR("使用说明") + _TR("使用说明")
+ " " + "\n"
) )
__tags = [ __tags = [
{ {
@ -935,7 +935,7 @@ class TranslatorWindow(resizableframeless):
dynamiclink("{docs_server}/") dynamiclink("{docs_server}/")
), ),
}, },
{"orig": " ", "hira": ""}, {"orig": "\n", "hira": ""},
] ]
if getlanguse() == "zh": if getlanguse() == "zh":
__text += "支持作者 QQ群" __text += "支持作者 QQ群"