Show notes or comments out of an XLIFF

Our client can generate his XLIFF's fairly flexible. But we would need a way to show comments or remarks that are stored in the XLIFF in Trados.

A custom XML filetype is not a good option, as we need the get both the source and the target text already aligned in the XLIFF. 

Supplying that with a TMX is not an option either, as there would be lots similar segments with different matches.

 

I've tried this:

 <unit id="1">
<notes>
<note id="n1" appliesTo="target">Please check the
translation for 'namespace'. On also can use 'espace de nom',
but I think most technical manuals use the English term.
</note>
</notes>
<segment>
<source>Namespace</source>
<target>Whatever the translation</target>
</segment>
</unit>

But those notes are ignored. Any ideas? Is there another way?

Parents
  • Hi Remy Blaettler,

    it seems to show up in Studio 2019:

    Trados Studio screenshot showing a comment in the Comments panel. The comment reads 'Please check the translation for 'namespace'. On also can use 'espace de nom', but I think most technical manuals use the English term.' No visible errors or warnings.

    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <xliff xmlns="urn:oasis:names:tc:xliff:document:2.0" version="2.0" srcLang="en-US" trgLang="de-DE">
      <file id="Document.xml.xlf" original="Document.xml">
        <unit id="1">
          <notes>
            <note id="n1" appliesTo="target">Please check the
         translation for 'namespace'. On also can use 'espace de nom',
         but I think most technical manuals use the English term.
            </note>
          </notes>
          <segment>
            <source>Namespace</source>
            <target>Whatever the translation</target>
          </segment>
        </unit>
      </file>
    </xliff>

    Regards

    Frank

    emoji


    Generated Image Alt-Text
    [edited by: Trados AI at 3:53 PM (GMT 0) on 28 Feb 2024]
Reply
  • Hi Remy Blaettler,

    it seems to show up in Studio 2019:

    Trados Studio screenshot showing a comment in the Comments panel. The comment reads 'Please check the translation for 'namespace'. On also can use 'espace de nom', but I think most technical manuals use the English term.' No visible errors or warnings.

    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <xliff xmlns="urn:oasis:names:tc:xliff:document:2.0" version="2.0" srcLang="en-US" trgLang="de-DE">
      <file id="Document.xml.xlf" original="Document.xml">
        <unit id="1">
          <notes>
            <note id="n1" appliesTo="target">Please check the
         translation for 'namespace'. On also can use 'espace de nom',
         but I think most technical manuals use the English term.
            </note>
          </notes>
          <segment>
            <source>Namespace</source>
            <target>Whatever the translation</target>
          </segment>
        </unit>
      </file>
    </xliff>

    Regards

    Frank

    emoji


    Generated Image Alt-Text
    [edited by: Trados AI at 3:53 PM (GMT 0) on 28 Feb 2024]
Children