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

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

Issue 10952004: Change intl to use new pub layout (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 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 | « pkg/intl/example/basic/basic_example.dart ('k') | 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: pkg/intl/example/basic/messages_de_de.dart
===================================================================
--- pkg/intl/example/basic/messages_de_de.dart (revision 12515)
+++ pkg/intl/example/basic/messages_de_de.dart (working copy)
@@ -10,7 +10,7 @@
*/
#library('messages_de_DE');
-#import('../../intl.dart');
+#import('../../lib/intl.dart');
runAt(time, day) => Intl.message('Ausgedruckt am $time am $day.', name: 'runAt',
args: [time, day]);
« no previous file with comments | « pkg/intl/example/basic/basic_example.dart ('k') | pkg/intl/example/basic/messages_th_th.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698