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

Unified Diff: pkg/intl/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/pubspec.yaml
diff --git a/pkg/intl/pubspec.yaml b/pkg/intl/pubspec.yaml
index 0a870a04920898ba701f6708473685e079bca1b0..a568a3afb2fca3ae41de854cd494e731d3c90f68 100644
--- a/pkg/intl/pubspec.yaml
+++ b/pkg/intl/pubspec.yaml
@@ -1,11 +1,9 @@
name: intl
-author: "Dart Team <misc@dartlang.org>"
+author: Dart Team <misc@dartlang.org>
+description: Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.
homepage: http://www.dartlang.org
documentation: http://api.dartlang.org/docs/pkg/intl
-description: >
- Contains code to deal with internationalized/localized
- messages, date and number formatting and parsing,
- bi-directional text, and other internationalization issues.
dependencies:
- unittest:
- sdk: unittest
+ unittest: any
+ analyzer_experimental: any
+ pathos: any

Powered by Google App Engine
This is Rietveld 408576698