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

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: 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..aaa79a7497afe9a806e1d3fb95317ee42fe605dd 100644
--- a/pkg/intl/pubspec.yaml
+++ b/pkg/intl/pubspec.yaml
@@ -1,11 +1,8 @@
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
+ analyzer-experimental: any
+ scheduled_test: any

Powered by Google App Engine
This is Rietveld 408576698