our blog

How to Turn 100% of Segments into XU and Vice Versa in TagEditor

How to Turn 100% of Segments into XU and Vice Versa in TagEditor - 1

You can turn 100% of segments into XU segments and vice versa even without TagEditor

It is a simple trick that can be done even without TagEditor.

To turn 100% of segments into XU segments (i.e., blocked protected segments) in a .ttx file, you need to make the following replacement:

<Tu MatchPercent="100">
to
<Tu MatchPercent="100" Origin="xtranslate">

To turn XU segments into 100% segments, you need to make the reverse replacement:

<Tu MatchPercent="100" Origin="xtranslate">
to
<Tu MatchPercent="100">

or (since the order of attributes in such strings is arbitrary):

<Tu Origin="xtranslate" MatchPercent="100">
to
<Tu MatchPercent="100">

Please note the a .ttx file can be edited as if it is a regular text file (.txt), directly in any text editor, for example, in Notepad.

Recommended content

How to Turn 100% of Segments into XU and Vice Versa in TagEditor - 2

Artificial Intelligence is not Intelligence

A few thoughts on artificial intelligence For an AI chatbot like ChatGPT to work, it first needs to train the Large Language Model (LLM) it relies on using a huge amount of text data. Modern LLMs are trained on almost everything that can be found on the internet. The texts generated by chatbots are often […]
How to Turn 100% of Segments into XU and Vice Versa in TagEditor - 3

Where will experienced translators come from if there are fewer inexperienced ones on the market?

Abstract semi-philosophical considerations Machine translation is gradually pushing out of the market those translators who cannot keep up with it in terms of quality, i.e., those who are not very experienced. As a result, the ratio of experienced to inexperienced translators should theoretically gradually change in favor of the former. This seems to be a […]
How to Turn 100% of Segments into XU and Vice Versa in TagEditor - 4

How to fix «Failed to save target content: Cannot find central directory» error in Trados Studio

About the ways to fix the issue in Trados Studio When trying to generate a translated document in Trados Studio, this error sometimes occurs: Failed to save target content: Cannot find central directory. It happens because of corrupted data in the source file used to create and store the SDLXLIFF file you translated in Trados […]
How to Turn 100% of Segments into XU and Vice Versa in TagEditor - 5

How to fix «Failed to open return package» error in Trados Studio

About another issue in Trados Studio When importing a package, Trados Studio might say that it Failed to open return package, because it contains a project that does not exist in your setup. That it’s not a Trados Studio issue, but yours: you tried to import a return package for a project Trados Studio doesn’t […]
How to Turn 100% of Segments into XU and Vice Versa in TagEditor - 6

Lorem ipsum

About the dummy or placeholder text Lorem ipsum is a meaningless Latin text, so-called dummy or placeholder text, which is used to estimate how a layout will look with text presented in a particular font. This is usually done by designers, but it is also needed for pseudo-localization. This text became widely popular due to […]