modify TC

This commit is contained in:
Andley Chang 2023-07-25 07:43:02 +08:00
parent 43f1719230
commit 0de45d98e8
4 changed files with 238834 additions and 8 deletions

116080
OGNTa-TC.txt

File diff suppressed because it is too large Load Diff

View File

@ -115,9 +115,9 @@ for ol in Lines:
x[2] = x[2].replace('¬','')
# -------------- align 3Jo 1:15 & Rev 12:18 to meet TheWord Bible requirements.
if (x[1] == "Rev 12:18") or (x[1] == "3Jo 1:15") or (x[1]== bcv):
if (x[1] == " 12:18") or (x[1] == "約三 1:15") or (x[1]== bcv):
f.write(" ")
elif (x[1] == "Mat 1:1"):
elif (x[1] == " 1:1"):
bcv = x[1]
f.write(x[1]+" ")
else:

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff