android2po icon indicating copy to clipboard operation
android2po copied to clipboard

Respects explicit formatted="false" tag in strings

Open brentinrochester opened this issue 9 months ago • 0 comments

It is valid for Android XML files to have strings that disregard the formatting characters (like percent) by setting the tag formatted="false", such as:

50% off

This tag was previously not being carried through an export/import cycle. Now it is tracked properly. In the po file we will store the flag "no-c-format" to mean formatted="false" in the XML.

Note: this is only implemented for at this time, not and .

Closes #24

brentinrochester avatar Mar 07 '25 01:03 brentinrochester