Left debug crap in it
This commit is contained in:
@ -45,7 +45,6 @@ for file in listdir(f"files_old"):
|
|||||||
|
|
||||||
parse(linesNew,dialogue_blocks_new)
|
parse(linesNew,dialogue_blocks_new)
|
||||||
parse(linesOld,dialogue_blocks_old)
|
parse(linesOld,dialogue_blocks_old)
|
||||||
print(menu_block)
|
|
||||||
|
|
||||||
if len(dialogue_blocks_old) != len(dialogue_blocks_new):
|
if len(dialogue_blocks_old) != len(dialogue_blocks_new):
|
||||||
print(f"ERROR processing {file}.\nThere's a mismatch in the dialogue blocks.\nCopy paste the missing dialogue blocks into your old translation file to properly merge them\n{len(dialogue_blocks_new)}/{len(dialogue_blocks_old)}")
|
print(f"ERROR processing {file}.\nThere's a mismatch in the dialogue blocks.\nCopy paste the missing dialogue blocks into your old translation file to properly merge them\n{len(dialogue_blocks_new)}/{len(dialogue_blocks_old)}")
|
||||||
|
Reference in New Issue
Block a user