Hello,
it is possible to replace a text in any target file? The text is not part of the texts to be translated.
The files are .c files.
Regards,
Simon Eckert
Hello,
it is possible to replace a text in any target file? The text is not part of the texts to be translated.
The files are .c files.
Regards,
Simon Eckert
Not out of the box. The generation of the target files are just changing the texts to be translated. If you would like to change other parts of the target file you have to implement a post-process. In SDL Passolo this can be done automatically using a system macro that implements the PSL_AfterGenerateTarget() event.