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

Side by Side Diff: chrome/browser/resources/translate_internals/translate_internals.html

Issue 880313002: webui: add [lang] attribute to <html> element on all webui pages so (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cros Created 5 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;lang:language">
3 <!-- 3 <!--
4 Copyright 2013 The Chromium Authors. All rights reserved. 4 Copyright 2013 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be 5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file. 6 found in the LICENSE file.
7 --> 7 -->
8 <head> 8 <head>
9 <meta charset="utf-8"> 9 <meta charset="utf-8">
10 <title>Translate Internals</title> 10 <title>Translate Internals</title>
11 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> 11 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
12 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> 12 <link rel="stylesheet" href="chrome://resources/css/tabs.css">
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 </div> 57 </div>
58 </tabpanel> 58 </tabpanel>
59 59
60 </tabpanels> 60 </tabpanels>
61 </tabbox> 61 </tabbox>
62 62
63 <script src="chrome://resources/js/i18n_template2.js"></script> 63 <script src="chrome://resources/js/i18n_template2.js"></script>
64 </body> 64 </body>
65 65
66 </html> 66 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/sync_internals/index.html ('k') | chrome/browser/resources/uber/uber.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698