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

Unified Diff: samples/polymer_intl/pubspec.yaml

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 side-by-side diff with in-line comments
Download patch
Index: samples/polymer_intl/pubspec.yaml
diff --git a/samples/polymer_intl/pubspec.yaml b/samples/polymer_intl/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..8180ae8b36d3e66d34b26bffb9415f779b59e194
--- /dev/null
+++ b/samples/polymer_intl/pubspec.yaml
@@ -0,0 +1,10 @@
+name: PolymerInternationalizedMessagesExample
shailentuli 2013/12/06 22:33:38 underscore_case, not camelCase.
Alan Knight 2013/12/06 23:52:31 Done.
+description: An example of using Polymer with localized Intl messages
+dependencies:
+ intl: ">= 0.9.0 <0.10.0"
+ polymer: ">= 0.9.0 <0.10.0"
+environment:
+ sdk: ">=1.0.0 <2.0.0"
+transformers:
+- polymer:
+ entry_points: web/polymerinternationalizedmessagesexample.html

Powered by Google App Engine
This is Rietveld 408576698