We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 990e714 commit 7b527eeCopy full SHA for 7b527ee
genSRT.js
@@ -54,6 +54,9 @@ for (i = 1; i <= 114; i++) {
54
vttArr.push(j)
55
textArr.push(srtTimings[counter])
56
vttArr.push(srtTimings[counter].replace(/,/gi,".")+verticalTopPosition)
57
+ if(file.startsWith('jpn')||file.startsWith('zho'))
58
+ textArr.push(tranArr[counter].replace(/。/gi,'。 ').replace(/,/gi,', '))
59
+ else
60
textArr.push(tranArr[counter])
61
vttArr.push(tranArr[counter])
62
textArr.push("")
0 commit comments