Easiest way to do this: extract the script's HEP file, which contains the actual strings, find translations that are as long as the original, or shorter, and use a hex editor to insert the translations in place. If the translation is shorter, you can pad it out with null bytes.
Voila, no compiler needed.