| Index: dart/pkg/intl/example/basic/messages_de.dart
|
| diff --git a/dart/pkg/intl/example/basic/messages_de.dart b/dart/pkg/intl/example/basic/messages_de.dart
|
| index 07e83319ceede0d082d5b8c8034f0bff8b56c23e..98fcc7576a41cd0d568e50327a5a2ef18251b9b2 100644
|
| --- a/dart/pkg/intl/example/basic/messages_de.dart
|
| +++ b/dart/pkg/intl/example/basic/messages_de.dart
|
| @@ -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]);
|
|
|