| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |