-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: <string name="discount" formatted="false">50% off</string> 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 <string> at this time, not <plurals> and <string-array>. Closes #24
- Loading branch information
1 parent
69b36b4
commit 4fb4362
Showing
1 changed file
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters