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

Unified Diff: chrome/browser/resources/settings/settings.html

Issue 1976003002: [MD settings] change i18n() use in html to $i18n (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: line wrapping Created 4 years, 7 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/settings/settings.html
diff --git a/chrome/browser/resources/settings/settings.html b/chrome/browser/resources/settings/settings.html
index 2b210fcc197de2b1df3a5bb40f2fa813e0b99a8d..601874f79fdbc0f12930c8745029e1617bc8bb7e 100644
--- a/chrome/browser/resources/settings/settings.html
+++ b/chrome/browser/resources/settings/settings.html
@@ -1,8 +1,8 @@
<!doctype html>
-<html i18n-values="dir:textdirection;lang:language">
+<html dir="$i18n{textdirection}" lang="$i18n{language}">
<head>
<meta charset="utf-8">
- <title i18n-content="settings"></title>
+ <title>$i18n{settings}</title>
<base href="chrome://md-settings">
<link rel="import" href="chrome://resources/html/polymer.html">
<link rel="import" href="chrome://md-settings/i18n_setup.html">

Powered by Google App Engine
This is Rietveld 408576698