Is there a way to leave untranslated strings empty instead of populating them with source language?

Hello,

I have some files for which I need to generate strings without a fallback language. For untranslated strings, the "target" elements are expected to be empty and not contain any replacement text.

I cannot find a way to do this in Passolo, except manually removing the text from the right cells directly in the string lists, one by one...

Is it possible to set this up?

Thank you



title corrected
[edited by: Samy Valentin at 3:32 PM (GMT 1) on 3 Apr 2023]
emoji
Parents Reply
  • Yes I know for the RESX and JSON formats. The files I am working with are bilingual XLIFF. When I receive them, the "new" or "untranslated" strings are set like this:

    <target xml:lang="en-US" state="new"/>

    I would like Passolo not to change the target tag when the string remains untranslated. Otherwise, the system in which I re-import the file will detect a change and set the strings as "translated" even if the text is similar to the source element. And unfortunately, this is not something I can change in the import settings.

    emoji
Children