mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 00:24:13 +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)
|
||||
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 += (
|
||||
|
Loading…
x
Reference in New Issue
Block a user