From 2d809b4caa121442cae6bb77e6c5ce2a106e5077 Mon Sep 17 00:00:00 2001 From: chinosk <2248589280@qq.com> Date: Tue, 2 Jun 2026 16:46:07 +0800 Subject: [PATCH] changed orig text dump to orig.json --- src/GakumasLocalify/Local.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GakumasLocalify/Local.cpp b/src/GakumasLocalify/Local.cpp index 13c01e9..ec63c19 100644 --- a/src/GakumasLocalify/Local.cpp +++ b/src/GakumasLocalify/Local.cpp @@ -598,7 +598,7 @@ namespace GakumasLocal::Local { } if (unTransResultRet.empty() || (splitTransStat == SplitTagsTranslationStat::NO_SPLIT)) { - DumpGenericText(origText); + DumpGenericText(origText, DumpStrStat::SPLITTABLE_ORIG); } else { for (const auto& i : unTransResultRet) {