That's going to mess up the .msg files, because the translator sometimes rearranges the layout of the sentences (e.g. {123}{text} may become {text} 123 or something similar and that will crash the game when you get to that dialog). The only viable solution is to export the text strings alone, without all the additional stuff, then translate and put them back in (at least that's how I did it).
Last edited: