mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 19:22:53 +01:00
parent
a8b4503891
commit
bbbe133978
@ -31,7 +31,7 @@ namespace Nikse.SubtitleEdit.Core.Common
|
||||
_splits.Add(new TextSplitResult(new List<string> { l1, l2 }));
|
||||
}
|
||||
}
|
||||
else if ((language == "zh" || language == "ja" || language == "ko") && ",。?".Contains(text[i]))
|
||||
else if ((language == "zh" || language == "ja" || language == "ko") && ",。?、".Contains(text[i]))
|
||||
{
|
||||
var l1 = text.Substring(0, i + 1).Trim();
|
||||
var l2 = text.Substring(i + 1).Trim();
|
||||
|
Loading…
Reference in New Issue
Block a user