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

Unified Diff: chrome/browser/resources/help/help.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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/help/help.html
diff --git a/chrome/browser/resources/help/help.html b/chrome/browser/resources/help/help.html
index b5103b87e6f9baa7670675e58fb6f07db249d4b2..0124090e083becd6d241b2ed1f2b3fcf87fe1c15 100644
--- a/chrome/browser/resources/help/help.html
+++ b/chrome/browser/resources/help/help.html
@@ -2,7 +2,7 @@
<html i18n-values="dir:textdirection;lang:language">
<head>
<meta charset="utf-8">
- <title i18n-content="aboutTitle"></title>
+ <title>$i18n{aboutTitle}</title>
<link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
<link rel="stylesheet" href="../uber/uber_shared.css">
<link rel="stylesheet" href="help.css">
@@ -34,7 +34,7 @@
</head>
<body class="uber-frame">
<header>
- <h1 i18n-content="aboutTitle"></h1>
+ <h1>$i18n{aboutTitle}</h1>
</header>
<if expr="chromeos">
<div id="overlay-container-1" class="overlay transparent" hidden>
« no previous file with comments | « chrome/browser/resources/help/channel_change_page.html ('k') | chrome/browser/resources/help/help_content.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698