You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, when they do, the synchronized resource is not parsed correctly. With the example above, the text (appearing in the left column) will contain the whole string tag, and not only its content.
A workaround for a correct parsing would be to include content in CDATA, but this would then lead to Android studio not replacing %1$s with example data, as it does with the initial syntax.
Is there any way to make the xml parser not fail and output the whole tag instead of only its content as it normally should ?
The text was updated successfully, but these errors were encountered:
Thanks for the report! We're in the process of switching file parsers and serializers to our new moz.l10n library, which will allow Pontoon to support cases like this.
As described here Android resources can contain xliff tags. For example :
Unfortunately, when they do, the synchronized resource is not parsed correctly. With the example above, the text (appearing in the left column) will contain the whole string tag, and not only its content.
A workaround for a correct parsing would be to include content in CDATA, but this would then lead to Android studio not replacing %1$s with example data, as it does with the initial syntax.
Is there any way to make the xml parser not fail and output the whole tag instead of only its content as it normally should ?
The text was updated successfully, but these errors were encountered: