]> git.saurik.com Git - android/aapt.git/commit - XMLNode.cpp
Add error checking for translatable strings
authorKenny Root <kroot@google.com>
Fri, 28 May 2010 22:44:32 +0000 (15:44 -0700)
committerKenny Root <kroot@google.com>
Thu, 3 Jun 2010 16:33:43 +0000 (09:33 -0700)
commit6b12183e3626207313a23f6419af4126cf0cb9b4
treefd1ae50730480a0a61b34977b8881cc8ae149cd9
parente8b1d1095bd7c2b3d0fb6c0ffa3e27f8ad54a74b
Add error checking for translatable strings

Translatable strings that have multiple substitutions should use
positional String.format() substitutions. This change makes it an error
not to use that format on translatable strings that have more than one
substitution in its text.

Change-Id: I3a19707f3804aa24e8568dc1653a11576cac5916
ResourceTable.cpp
XMLNode.cpp
XMLNode.h