changed orig text dump to orig.json

This commit is contained in:
chinosk
2026-06-02 16:50:06 +08:00
parent b9b1474414
commit b39dc37801
+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) {