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

Unified Diff: dart/pkg/intl/example/basic/messages_de.dart

Issue 11233061: Revert "Parts must start with 'part of'" and "Attempt to fix VM build" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dart/pkg/intl/example/basic/messages_all.dart ('k') | dart/pkg/intl/example/basic/messages_th_th.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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]);
« no previous file with comments | « dart/pkg/intl/example/basic/messages_all.dart ('k') | dart/pkg/intl/example/basic/messages_th_th.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698