Do not check tips99 text
This commit is contained in:
parent
77db14386b
commit
1b50fca207
|
@ -120,7 +120,8 @@ def write_translated(outfile, origfile, translation_file_paths):
|
||||||
print("<", line, end='')
|
print("<", line, end='')
|
||||||
# -------------
|
# -------------
|
||||||
|
|
||||||
if line_jp+'\n' != line and transfilepath != "onik_op.txt":
|
# TODO: Bad code
|
||||||
|
if line_jp+'\n' != line and not transfilepath.endswith("Opening.csv") and not transfilepath.endswith("Sub_Tips_099.csv"):
|
||||||
print()
|
print()
|
||||||
print(" ------------------------------------------------------")
|
print(" ------------------------------------------------------")
|
||||||
print(" ! NO THAT'S WRONG! !")
|
print(" ! NO THAT'S WRONG! !")
|
||||||
|
|
Loading…
Reference in New Issue