changed orig text dump to orig.json

This commit is contained in:
chinosk
2026-06-02 16:46:07 +08:00
parent a503243f13
commit 2d809b4caa
+1 -1
View File
@@ -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) {