mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2025-01-01 10:04:12 +08:00
cht
This commit is contained in:
parent
d694a34d1a
commit
08ac6eb0c4
@ -107,7 +107,7 @@ class TS(basetrans):
|
|||||||
|
|
||||||
gpt_dict_raw_text = self.make_gpt_dict_text(gpt_dict)
|
gpt_dict_raw_text = self.make_gpt_dict_text(gpt_dict)
|
||||||
if self.needzhconv:
|
if self.needzhconv:
|
||||||
gpt_dict_raw_text = zhconv.convert(gpt_dict_raw_text, "zh-tw")
|
gpt_dict_raw_text = zhconv.convert(gpt_dict_raw_text, "zh-cn")
|
||||||
content += "根据以下术语表(可以为空):\n" + gpt_dict_raw_text + "\n\n"
|
content += "根据以下术语表(可以为空):\n" + gpt_dict_raw_text + "\n\n"
|
||||||
|
|
||||||
content += (
|
content += (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user