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

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

Issue 11086033: Make verifiedLocale work differently depending on what it's verifying for (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
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
Index: pkg/intl/example/basic/messages_all.dart
===================================================================
--- pkg/intl/example/basic/messages_all.dart (revision 13446)
+++ pkg/intl/example/basic/messages_all.dart (working copy)
@@ -11,4 +11,4 @@
#library('messages_all.dart');
#import('messages_th_th.dart', prefix: 'th_TH');
-#import('messages_de_de.dart', prefix: 'de_DE');
+#import('messages_de.dart', prefix: 'de');

Powered by Google App Engine
This is Rietveld 408576698