I put the content of the file in column B, I copy column G to translate on Google, I put translation in column I, column H makes some adjustments like replacing ã with Ý removing õ (not accepted anywhere) column L is the final product of the translation.
Columns N and O are for integrity check,
the other columns are field separation formulas and validation conditions, the buttons help with copy/paste to determine which line the formulas are copied to, test integrity as in the case of variables delimited with #, this works for 99% of cases.
With this I can quickly translate each file just by copying and pasting while maintaining the original structure.
Unforeseen executions occur.
For example the line below
string = titleKAMSelectCharacter,"SELECT OUTFIT"§// changed after release of v11 by KAM
the final final product was:
string = titleKAMSelectCharacter,"SELECT OUTFIT§// changed after release of v11 by KAM"
Did you notice the §? This is a replacement of the tab, I do this before pasting otherwise it messes everything up, at the end I restore the tab.