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

Side by Side Diff: samples/polymer_intl/web/polymerinternationalizedmessagesexample.html

Issue 105073003: Adds a sample for polymer internationalization/localization (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Made a line fit in the prescribed length Created 7 years 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>Localization Example</title>
6 <link rel="stylesheet" href="polymerinternationalizedmessagesexample.css">
7 <link rel="import" href="localized.html">
8
9 <script type="application/dart">export 'package:polymer/init.dart';</script>
10 <script src="packages/browser/dart.js"></script>
11 </head>
12 <body>
13 <localized-example></localized-example>
14 </body>
15 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698