| Index: pkg/intl/example/basic/messages_de.dart
|
| ===================================================================
|
| --- pkg/intl/example/basic/messages_de.dart (revision 14371)
|
| +++ pkg/intl/example/basic/messages_de.dart (working copy)
|
| @@ -9,8 +9,8 @@
|
| * up based on a naming convention.
|
| */
|
|
|
| -#library('messages_de');
|
| -#import('../../lib/intl.dart');
|
| +library messages_de;
|
| +import '../../lib/intl.dart';
|
|
|
| runAt(time, day) => Intl.message('Ausgedruckt am $time am $day.', name: 'runAt',
|
| args: [time, day]);
|
|
|