OLD | NEW |
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 Loading... |
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> |
OLD | NEW |