Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(492)

Side by Side Diff: chrome/browser/resources/chromeos/first_run/tray_step.html

Issue 2653123003: Revert of [i18n] chromeos first run, i18n-content to $i18n{} (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/browser/resources/chromeos/first_run/help_step.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="tray" class="step bubble transparent hidden"> 1 <div id="tray" class="step bubble transparent hidden">
2 <h1>$i18n{trayHeader}</h1> 2 <h1 i18n-content="trayHeader"></h1>
3 <p>$i18n{trayText}<p> 3 <p i18n-content="trayText"><p>
4 <div class="controls"> 4 <div class="controls">
5 <button class="next-button custom-appearance blue-button"> 5 <button i18n-content="nextButton"
6 $i18n{nextButton} 6 class="next-button custom-appearance blue-button"></button>
7 </button>
8 </div> 7 </div>
9 </div> 8 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/first_run/help_step.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698