Compatibility issue between MemoQ and Trados 2015

Hello! We have a client who regularly sends us memoqxliff files and we have started having issues. When we import the files in Trados 2015, everything seems fine, but when we send back the target memoqxliff files, there is text missing. We can see all the text, they lose some text when they reimport the memoqxliffs created by us with Trados once the translation is finished. Does anyone know how to fix this? 

I tried putting memoqxliff at the top of the list in "file types" but haven't head from the client yet.

Thanks!

Parents Reply
  • Thats for sending me the files. The problem is that memoQ seems to have changed the mqstatus attribute they use in their XLIFF for translated files.  They probably have several statuses for "translated" now and I don't know what they all are... but for sure they use this:

    mq:status="ManuallyConfirmed"

    Studio exports with this status:

    mq:status="Translated"

    We don't differentiate between the way a file was confirmed in this attribute, we use something else for this.  Just one of the problems of the XLIFF standard... it's too loose.

    So for now the solution is still pretty simple... just unzip the mqxlz file created by Studio to a folder somewhere.  Search and replace this:

    mq:status="Translated"

    with this:

    mq:status="ManuallyConfirmed"

    Then save the files and zip them up again, finally renaming back to whatever the original mqxlz was called.  This way when they are opened in memoQ all the translated segments will appear as translated in memoQ.

    In the meantime I have emailed a development contact in memoQ to ask for a list of all the statuses they now use.  Once I have this I'll request a change in Studio to support the new statuses correctly.

    Paul Filkin | RWS Group

    ________________________
    Design your own training!

    You've done the courses and still need to go a little further, or still not clear? 
    Tell us what you need in our Community Solutions Hub

Children