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

Unified Diff: chrome/browser/resources/md_history/history.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
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/history_list.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_history/history.html
diff --git a/chrome/browser/resources/md_history/history.html b/chrome/browser/resources/md_history/history.html
index fe45a411ca0cec071afd20e18c55c1b5d67d47df..0eebc3004b606f0c192ea4416cd4c5e6bb7cc029 100644
--- a/chrome/browser/resources/md_history/history.html
+++ b/chrome/browser/resources/md_history/history.html
@@ -2,7 +2,7 @@
<html i18n-values="dir:textdirection;lang:language">
<head>
<meta charset="utf8">
- <title i18n-content="title"></title>
+ <title>$i18n{title}</title>
<link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
@@ -64,7 +64,11 @@
<script src="history.js"></script>
- <!-- Prepare strings and perform i18n substitutions. -->
+ <!--
+ Prepare strings and perform i18n substitutions.
+ TODO(tsergeant): Remove once we are fully converted to
+ ReplaceTemplateExpressions. It is currently only used for the <html> tag.
+ -->
<link rel="import" href="chrome://resources/html/i18n_template.html">
</body>
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/history_list.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698