I'm using xliff 1.2 files.
After translating fields from the webapp, interpolation tags get removed from the target.
<trans-unit id="1014715239941102606" datatype="html">
<source>Remove <x id="linkedMethodName" equiv-text="name"/> </source>
<target>Remove <x id="linkedMethodName" equiv-text="name"/> </target>
<note priority="1" from="description">Action verb</note>
</trans-unit>
become
<trans-unit id="1014715239941102606" datatype="html">
<source>Remove <x id="linkedMethodName" equiv-text="name"/> </source>
<target>Supprimer</target>
<note priority="1" from="description">Action verb</note>
</trans-unit>
Then, it can't be used like this for Angular app.
I'm using xliff 1.2 files.
After translating fields from the webapp, interpolation tags get removed from the target.
become
Then, it can't be used like this for Angular app.