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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 name: PolymerInternationalizedMessagesExample
shailentuli 2013/12/06 22:33:38 underscore_case, not camelCase.
Alan Knight 2013/12/06 23:52:31 Done.
2 description: An example of using Polymer with localized Intl messages
3 dependencies:
4 intl: ">= 0.9.0 <0.10.0"
5 polymer: ">= 0.9.0 <0.10.0"
6 environment:
7 sdk: ">=1.0.0 <2.0.0"
8 transformers:
9 - polymer:
10 entry_points: web/polymerinternationalizedmessagesexample.html
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698