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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: pkg/intl/example/basic/pubspec.yaml
diff --git a/pkg/intl/example/basic/pubspec.yaml b/pkg/intl/example/basic/pubspec.yaml
index 868adbdf8705e156d7682bb1ca282e99dd56fa13..17ceb36fea1b251f4ff008474ea2a5493a2aa515 100644
--- a/pkg/intl/example/basic/pubspec.yaml
+++ b/pkg/intl/example/basic/pubspec.yaml
@@ -1,9 +1,4 @@
name: IntlExample
-description: >
- An example using internationalization facilities
+description: An example using internationalization facilities
dependencies:
- intl:
- sdk: intl
- htmlescape:
- sdk: htmlescape
-
+ intl: any

Powered by Google App Engine
This is Rietveld 408576698