Description[Template Expressions] changing ${ leader to $i18n{
This CL changes the Template Expressions from using
a ${ to identify the start of an expression, to using
$i18n{. The intention is to reduce (eliminate) false
positives when searching for expressions that need
replacement. This CL also prepares for the replacement
work to be done in a background thread and used on a
broader set of files.
BUG=506009
Committed: https://crrev.com/5aa7fd5f14e49c65ebba87e4248424d622b92930
Cr-Commit-Position: refs/heads/master@{#371537}
Committed: https://crrev.com/119857aa5b443f81ddbc8929ba510dd178b3ee69
Cr-Commit-Position: refs/heads/master@{#372239}
Patch Set 1 #
Total comments: 10
Patch Set 2 : review changes #
Total comments: 8
Patch Set 3 : review changes #
Total comments: 2
Patch Set 4 : review nit #Patch Set 5 : Fix for Incognito window #Patch Set 6 : Changing css_checker_test to use $i18n replacements #Patch Set 7 : updated comments #
Total comments: 2
Patch Set 8 : fix for $i18n comment #Messages
Total messages: 42 (13 generated)
|