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

Unified Diff: components/chrome_apps/webstore_widget/app/main.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/chrome_apps/webstore_widget/app/main.html
diff --git a/components/chrome_apps/webstore_widget/app/main.html b/components/chrome_apps/webstore_widget/app/main.html
index 36b65860b7b0c2c189447a5ba9e60daa61aada05..cb18c37a257592328ed4577db043b697c23cee5c 100644
--- a/components/chrome_apps/webstore_widget/app/main.html
+++ b/components/chrome_apps/webstore_widget/app/main.html
@@ -5,7 +5,7 @@
-- found in the LICENSE file.
-->
-<html i18n-values="dir:textdirection;lang:language">
+<html dir="$i18n{textdirection}" lang="$i18n{language}">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="chrome://resources/css/apps/topbutton_bar.css">

Powered by Google App Engine
This is Rietveld 408576698