mirror of
https://git.chinosk6.cn/chinosk/gkms-local.git
synced 2026-07-01 13:32:58 +07:00
changed orig text dump to orig.json
This commit is contained in:
@@ -598,7 +598,7 @@ namespace GakumasLocal::Local {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (unTransResultRet.empty() || (splitTransStat == SplitTagsTranslationStat::NO_SPLIT)) {
|
if (unTransResultRet.empty() || (splitTransStat == SplitTagsTranslationStat::NO_SPLIT)) {
|
||||||
DumpGenericText(origText);
|
DumpGenericText(origText, DumpStrStat::SPLITTABLE_ORIG);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
for (const auto& i : unTransResultRet) {
|
for (const auto& i : unTransResultRet) {
|
||||||
|
|||||||
Reference in New Issue
Block a user