| Index: chrome/browser/resources/demo_ui/strings/strings-demo.html
|
| diff --git a/chrome/browser/resources/demo_ui/strings/strings-demo.html b/chrome/browser/resources/demo_ui/strings/strings-demo.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3d6f7d7b5bfb6bc7cf3df273304453f3894654fc
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/demo_ui/strings/strings-demo.html
|
| @@ -0,0 +1,12 @@
|
| +<!-- Copyright 2015 The Chromium Authors. All rights reserved.
|
| + Use of this source code is governed by a BSD-style license that can be
|
| + found in the LICENSE file. -->
|
| +
|
| +<link rel="import" href="../components/demo_ui/strings/strings-demo-view.html">
|
| +
|
| +<polymer-element name="strings-demo" extends="strings-demo-view" noscript>
|
| + <template>
|
| + <div>{{'regularString' | i18n}}</div>
|
| + <div>{{['timeTemplate', C.hours, C.minutes, C.seconds] | i18n}}</div>
|
| + </template>
|
| +</polymer-element>
|
|
|