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

Side by Side Diff: pkg/intl/test/message_extraction/foo_messages_de_DE.dart

Issue 143453011: pkg/intl: dartfmt (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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 /** 1 /**
2 * DO NOT EDIT. This is code generated via pkg/intl/generate_localized.dart 2 * DO NOT EDIT. This is code generated via pkg/intl/generate_localized.dart
3 * This is a library that provides messages for a de_DE locale. All the 3 * This is a library that provides messages for a de_DE locale. All the
4 * messages from the main program should be duplicated here with the same 4 * messages from the main program should be duplicated here with the same
5 * function name. 5 * function name.
6 */ 6 */
7 7
8 library messages_de_DE; 8 library messages_de_DE;
9 import 'package:intl/intl.dart'; 9 import 'package:intl/intl.dart';
10 import 'package:intl/message_lookup_by_library.dart'; 10 import 'package:intl/message_lookup_by_library.dart';
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 "originalNotInBMP" : originalNotInBMP, 73 "originalNotInBMP" : originalNotInBMP,
74 "outerGender" : outerGender, 74 "outerGender" : outerGender,
75 "outerPlural" : outerPlural, 75 "outerPlural" : outerPlural,
76 "outerSelect" : outerSelect, 76 "outerSelect" : outerSelect,
77 "plurals" : plurals, 77 "plurals" : plurals,
78 "staticMessage" : staticMessage, 78 "staticMessage" : staticMessage,
79 "trickyInterpolation" : trickyInterpolation, 79 "trickyInterpolation" : trickyInterpolation,
80 "types" : types, 80 "types" : types,
81 "whereTheyWentMessage" : whereTheyWentMessage 81 "whereTheyWentMessage" : whereTheyWentMessage
82 }; 82 };
83 } 83 }
OLDNEW
« no previous file with comments | « pkg/intl/test/message_extraction/examples_parsing_test.dart ('k') | pkg/intl/test/message_extraction/foo_messages_fr.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698