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

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: Changes from review 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
« no previous file with comments | « samples/polymer_intl/build.dart ('k') | samples/polymer_intl/test/polymer_intl_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..696495891ee74ee702f115c52ed20df0efddb799
--- /dev/null
+++ b/samples/polymer_intl/pubspec.yaml
@@ -0,0 +1,11 @@
+name: polymer_intl
+description: An example of using Polymer with localized Intl messages
+environment:
+ sdk: '>=1.0.0 <2.0.0'
+dependencies:
+ intl: '>= 0.9.0 <0.10.0'
+ polymer: '>= 0.9.0 <0.10.0'
+ unittest: any
+transformers:
+- polymer:
+ entry_points: web/polymer_intl.html
« no previous file with comments | « samples/polymer_intl/build.dart ('k') | samples/polymer_intl/test/polymer_intl_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698