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

Side by Side Diff: chrome/browser/resources/help/help_page.html

Issue 2626083005: [i18n] browser help, i18n-content to $i18n{} (Closed)
Patch Set: Created 3 years, 11 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/help/help_content.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="help-page" class="page" hidden> 1 <div id="help-page" class="page" hidden>
2 <div class="close-button"></div> 2 <div class="close-button"></div>
3 <h1 i18n-content="aboutTitle"></h1> 3 <h1>$i18n{aboutTitle}</h1>
4 <include src="help_content.html"> 4 <include src="help_content.html">
5 <div class="action-area"> 5 <div class="action-area">
6 <div class="button-strip"> 6 <div class="button-strip">
7 <button id="about-done" class="default-button" i18n-content="done"> 7 <button id="about-done" class="default-button">$i18n{done}</button>
8 </button>
9 </div> 8 </div>
10 </div> 9 </div>
11 </div> 10 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/help/help_content.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698