Do not check tips99 text

This commit is contained in:
Dusk 2024-02-28 21:36:40 +01:00
parent 77db14386b
commit 1b50fca207
1 changed files with 2 additions and 1 deletions

View File

@ -120,7 +120,8 @@ def write_translated(outfile, origfile, translation_file_paths):
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(" ! NO THAT'S WRONG! !")