Studio 2014 - Custom File Type - Lock Segment

Hi,

an internal customer requested to be able to see non-translation-relevant texts (marked in red in the screenshot of TagEditor) so that they know which section they are translating (a document always has the same section headers).

For the new solution "Studio", we created a custom file type for these documents and now want to display the section headers (declaring them as "not translatable" in the parser rules is not sufficient), but lock them, because otherwise (in the case of a 100% match) the translators would have to be payed.

Is there a setting for that in the definition of a custom file type or is this something that can only be achieved, if ever, using the Studio API / File Type Support Framework?

Thanks for any helpful hint in advance

Simon

Parents Reply
  • Hi,

    This would be going out of your way, but you could do this.

    In the XML file, do a search and replace on all relevant attribute values to include an identifying string in the value.

    Example:

    Replace

    <section id="02" title="Weitere Begriffe">

    with

    <section id="02" title="##title##Weitere Begriffe">

    Then, configure the file type parser so that this attribute is read in as translatable.

    In Editor, open the file, and use the filter to search for segments that include "##title##".

    Lock them.

    After translating and generating the translated XML, do another search and replace to take out the identifying string.

    Regards,

    Tak Osato

Children
No Data