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

Unified Diff: components/sync/driver/resources/index.html

Issue 2908353003: [i18n] components directory to $i18n{} (Closed)
Patch Set: handle blank cohort name Created 3 years, 6 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: components/sync/driver/resources/index.html
diff --git a/components/sync/driver/resources/index.html b/components/sync/driver/resources/index.html
index 93d6b42055e16a2fafb1d22d1fbdb8e6806c455f..f37b632185a763e35eca967d69c93d7ec525afdb 100644
--- a/components/sync/driver/resources/index.html
+++ b/components/sync/driver/resources/index.html
@@ -1,5 +1,5 @@
<!doctype html>
-<html i18n-values="dir:textdirection;lang:language">
+<html dir="$i18n{textdirection}" lang="$i18n{language}">
<head>
<!-- If you change the title, make sure you also update
chrome/test/functional/special_tabs.py. -->

Powered by Google App Engine
This is Rietveld 408576698