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

Side by Side Diff: pkg/intl/example/basic/pubspec.yaml

Issue 12733003: Adds facilities for extracting Intl.message calls and generating code from translations (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixes from review comments, also made tests more robust, removed scheduled_test dependency Created 7 years, 9 months 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
1 name: IntlExample 1 name: IntlExample
2 description: > 2 description: An example using internationalization facilities
3 An example using internationalization facilities
4 dependencies: 3 dependencies:
5 intl: 4 intl: any
6 sdk: intl
7 htmlescape:
8 sdk: htmlescape
9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698