]> git.saurik.com Git - android/aapt.git/commitdiff
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)
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


No differences found