android2po
android2po copied to clipboard
Respects explicit formatted="false" tag in strings
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:
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
Closes #24