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

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

Issue 2626123002: [i18n] chromeos login i18n-content to $i18n{} (Closed)
Patch Set: nit 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 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-content="title"></title> 9 <title>$i18n{title}</title>
10 <include src="login_shared.html"> 10 <include src="login_shared.html">
11 <include src="login_non_lock_shared.html"> 11 <include src="login_non_lock_shared.html">
12 <link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html"> 12 <link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
13 <link rel="import" href="chrome://oobe/custom_elements.html"> 13 <link rel="import" href="chrome://oobe/custom_elements.html">
14 <link rel="stylesheet" href="accessibility_menu.css"> 14 <link rel="stylesheet" href="accessibility_menu.css">
15 <script src="chrome://oobe/oobe.js"></script> 15 <script src="chrome://oobe/oobe.js"></script>
16 </head> 16 </head>
17 <body class="oobe-display" i18n-values=".style.fontFamily:fontfamily;"> 17 <body class="oobe-display" i18n-values=".style.fontFamily:fontfamily;">
18 <include src="screen_container.html"> 18 <include src="screen_container.html">
19 <include src="accessibility_menu.html"> 19 <include src="accessibility_menu.html">
20 <div id="popup-overlay" class="popup-overlay" hidden> 20 <div id="popup-overlay" class="popup-overlay" hidden>
21 <include src="oobe_screen_eula_installation_settings_overlay.html"> 21 <include src="oobe_screen_eula_installation_settings_overlay.html">
22 </div> 22 </div>
23 <script src="chrome://resources/js/i18n_template.js"></script> 23 <script src="chrome://resources/js/i18n_template.js"></script>
24 </body> 24 </body>
25 </html> 25 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/offline_gaia.html ('k') | chrome/browser/resources/chromeos/login/oobe_buttons.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698