Hi There,
while using Passolo 2022 for our Android App translation, it destroys our workflow as it adds CDATA annotations to the output.
The following is a valid string resource (according to documentation https://developer.android.com/guide/topics/resources/string-resource):
<string name="ValidFrom"><b>Valid from:</b> %s</string>
But export creates the following:
<string name="ValidFrom"><![CDATA[<b>Valid from:</b> %s]]></string>
How can we disable the CDATA annotation?
Bests
Chris

Translate