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

Side by Side Diff: chrome/browser/resources/chromeos/login/lock.html

Issue 2694353002: Revert of [i18n] chromeos login i18n-content to $i18n{} (Closed)
Patch Set: review changes, plus similar changes' Created 3 years, 10 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 unified diff | Download patch
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html i18n-values="dir:textdirection; 2 <html i18n-values="dir:textdirection;
3 build:buildType; 3 build:buildType;
4 highlight:highlightStrength; 4 highlight:highlightStrength;
5 lang:language"> 5 lang:language">
6 <head> 6 <head>
7 <meta charset="utf-8"> 7 <meta charset="utf-8">
8 <meta name="google" value="notranslate"> 8 <meta name="google" value="notranslate">
9 <title>$i18n{title}</title> 9 <title i18n-content="title"></title>
10 10
11 <include src="login_shared.html"> 11 <include src="login_shared.html">
12 12
13 <!-- custom_elements.html (polymer) gets lazily-loaded in lock.js --> 13 <!-- custom_elements.html (polymer) gets lazily-loaded in lock.js -->
14 14
15 <script src="chrome://oobe/lock.js"></script> 15 <script src="chrome://oobe/lock.js"></script>
16 16
17 </head> 17 </head>
18 <body i18n-values=".style.fontFamily:fontfamily;"> 18 <body i18n-values=".style.fontFamily:fontfamily;">
19 <include src="screen_container.html"> 19 <include src="screen_container.html">
20 <script src="chrome://resources/js/i18n_template.js"></script> 20 <script src="chrome://resources/js/i18n_template.js"></script>
21 </body> 21 </body>
22 </html> 22 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/host-pairing-screen.html ('k') | chrome/browser/resources/chromeos/login/login.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698