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

Unified Diff: chrome/browser/resources/md_history/history_list.html

Issue 1609683002: MD History: Rewrite i18n system using ReplaceTemplateExpressions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@md_history_2
Patch Set: Rewrite with simpler new system Created 4 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/md_history/history_list.html
diff --git a/chrome/browser/resources/md_history/history_list.html b/chrome/browser/resources/md_history/history_list.html
index c18b649f9213c3aecd35645ce340e1fd60779a57..8076a59d223d990e19fd9b7807a4a6471277bf94 100644
--- a/chrome/browser/resources/md_history/history_list.html
+++ b/chrome/browser/resources/md_history/history_list.html
@@ -49,10 +49,11 @@
</template>
</iron-list>
<cr-shared-menu id="sharedMenu">
- <paper-item i18n-content="moreFromSite" on-tap="onMoreFromSiteTap_">
+ <paper-item on-tap="onMoreFromSiteTap_">
+ $i18n{moreFromSite}
</paper-item>
- <paper-item i18n-content="removeFromHistory"
- on-tap="onRemoveFromHistoryTap_">
+ <paper-item on-tap="onRemoveFromHistoryTap_">
+ $i18n{removeFromHistory}
</paper-item>
</cr-shared-menu>
</template>
« no previous file with comments | « chrome/browser/resources/md_history/history.html ('k') | chrome/browser/resources/md_history/history_toolbar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698