diff --git a/LunaTranslator/LunaTranslator/translator/sakura.py b/LunaTranslator/LunaTranslator/translator/sakura.py index bd5d57a4..e7b9b428 100644 --- a/LunaTranslator/LunaTranslator/translator/sakura.py +++ b/LunaTranslator/LunaTranslator/translator/sakura.py @@ -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 += (