From 08ac6eb0c4f0b8b500c95a28a9f0db858309d8cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=81=8D=E5=85=AE=E6=83=9A=E5=85=AE?= <101191390+HIllya51@users.noreply.github.com> Date: Thu, 1 Aug 2024 22:46:53 +0800 Subject: [PATCH] cht --- LunaTranslator/LunaTranslator/translator/sakura.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 += (