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

Side by Side Diff: pkg/intl/test/message_extraction/foo_messages_fr.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 fr locale. All the 3 * This is a library that provides messages for a fr 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_fr; 8 library messages_fr;
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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 "originalNotInBMP" : originalNotInBMP, 76 "originalNotInBMP" : originalNotInBMP,
77 "outerGender" : outerGender, 77 "outerGender" : outerGender,
78 "outerPlural" : outerPlural, 78 "outerPlural" : outerPlural,
79 "outerSelect" : outerSelect, 79 "outerSelect" : outerSelect,
80 "plurals" : plurals, 80 "plurals" : plurals,
81 "staticMessage" : staticMessage, 81 "staticMessage" : staticMessage,
82 "trickyInterpolation" : trickyInterpolation, 82 "trickyInterpolation" : trickyInterpolation,
83 "types" : types, 83 "types" : types,
84 "whereTheyWentMessage" : whereTheyWentMessage 84 "whereTheyWentMessage" : whereTheyWentMessage
85 }; 85 };
86 } 86 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698