DescriptionFix placeholder syntax for Chrome extensions.
This changes the output format for placeholders in Chrome extensions from $n (which is ambiguous in some circumstances) to $var$. For simplicity (and to keep the file size small), |var| is always |n|; in other words, we use placeholders named $1$, $2$, etc., regardless of the name given in the GRD file.
BUG=551100
r202
Patch Set 1 #
Total comments: 9
Patch Set 2 : Reviewer feedback. #Patch Set 3 : Added unit test. #
Messages
Total messages: 11 (4 generated)
|