mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 16:44:13 +08:00
Update translatorUI.py
This commit is contained in:
parent
8cd089a0e0
commit
f0401dc946
@ -938,7 +938,7 @@ class TranslatorWindow(resizableframeless):
|
||||
{"orig": "\n", "hira": ""},
|
||||
]
|
||||
if getlanguse() == "zh":
|
||||
__text += "支持作者 QQ群"
|
||||
__text += "支持作者 QQ群 Bilibili"
|
||||
__tags += [
|
||||
{
|
||||
"orig": "支持作者",
|
||||
@ -953,6 +953,14 @@ class TranslatorWindow(resizableframeless):
|
||||
dynamiclink("{main_server}/Resource/QQGroup")
|
||||
),
|
||||
},
|
||||
{"orig": " ", "hira": ""},
|
||||
{
|
||||
"orig": "Bilibili",
|
||||
"hira": "1",
|
||||
"clickfunction": lambda s: gobject.baseobject.openlink(
|
||||
dynamiclink("{main_server}/Resource/Bilibili")
|
||||
),
|
||||
},
|
||||
]
|
||||
else:
|
||||
__text += "Discord Patreon"
|
||||
|
Loading…
x
Reference in New Issue
Block a user