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

Side by Side Diff: pubspec.yaml

Issue 1244843002: Allow ClassName_methodName for a message name, easier to disambiguate duplicates (Closed) Base URL: https://github.com/dart-lang/intl.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « lib/src/intl_message.dart ('k') | test/message_extraction/make_hardcoded_translation.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: intl 1 name: intl
2 version: 0.12.4 2 version: 0.12.4+1
3 author: Dart Team <misc@dartlang.org> 3 author: Dart Team <misc@dartlang.org>
4 description: Contains code to deal with internationalized/localized messages, da te and number formatting and parsing, bi-directional text, and other internation alization issues. 4 description: Contains code to deal with internationalized/localized messages, da te and number formatting and parsing, bi-directional text, and other internation alization issues.
5 homepage: https://github.com/dart-lang/intl 5 homepage: https://github.com/dart-lang/intl
6 environment: 6 environment:
7 sdk: '>=1.4.0 <2.0.0' 7 sdk: '>=1.4.0 <2.0.0'
8 documentation: http://www.dartdocs.org/documentation/intl/latest 8 documentation: http://www.dartdocs.org/documentation/intl/latest
9 dependencies: 9 dependencies:
10 analyzer: '>=0.13.2 <0.26.0' 10 analyzer: '>=0.13.2 <0.26.0'
11 args: '>=0.12.1 <0.14.0' 11 args: '>=0.12.1 <0.14.0'
12 path: '>=0.9.0 <2.0.0' 12 path: '>=0.9.0 <2.0.0'
13 petitparser: '>=1.1.3 <2.0.0' 13 petitparser: '>=1.1.3 <2.0.0'
14 dev_dependencies: 14 dev_dependencies:
15 fixnum: '>=0.9.0 <0.10.0' 15 fixnum: '>=0.9.0 <0.10.0'
16 unittest: '>=0.10.0 <0.12.0' 16 unittest: '>=0.10.0 <0.12.0'
17 transformers: 17 transformers:
18 - $dart2js: 18 - $dart2js:
19 $exclude: 19 $exclude:
20 - test/date_time_format_file_even_test.dart 20 - test/date_time_format_file_even_test.dart
21 - test/date_time_format_file_odd_test.dart 21 - test/date_time_format_file_odd_test.dart
22 - test/find_default_locale_standalone_test.dart 22 - test/find_default_locale_standalone_test.dart
23 - test/message_extraction/embedded_plural_text_after_test.dart 23 - test/message_extraction/embedded_plural_text_after_test.dart
24 - test/message_extraction/embedded_plural_text_before_test.dart 24 - test/message_extraction/embedded_plural_text_before_test.dart
25 - test/message_extraction/examples_parsing_test.dart 25 - test/message_extraction/examples_parsing_test.dart
26 - test/message_extraction/failed_extraction_test.dart 26 - test/message_extraction/failed_extraction_test.dart
27 - test/message_extraction/make_hardcoded_translation.dart 27 - test/message_extraction/make_hardcoded_translation.dart
28 - test/message_extraction/message_extraction_no_deferred_test.dart 28 - test/message_extraction/message_extraction_no_deferred_test.dart
29 - test/message_extraction/message_extraction_test.dart 29 - test/message_extraction/message_extraction_test.dart
30 - test/message_extraction/really_fail_extraction_test.dart 30 - test/message_extraction/really_fail_extraction_test.dart
31 - test/intl_message_basic_example_test.dart # invalid import under pub's pac kage-layout 31 - test/intl_message_basic_example_test.dart # invalid import under pub's pac kage-layout
OLDNEW
« no previous file with comments | « lib/src/intl_message.dart ('k') | test/message_extraction/make_hardcoded_translation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698