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

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

Issue 13817008: Fix some warnings in pub and pkg packages. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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_th_th.dart
diff --git a/pkg/intl/example/basic/messages_th_th.dart b/pkg/intl/example/basic/messages_th_th.dart
index 59c98dc316baf2f852ea822e9bc31013c1b4d881..8abbf080e8c669feef8558c87d9354da67ed0b98 100644
--- a/pkg/intl/example/basic/messages_th_th.dart
+++ b/pkg/intl/example/basic/messages_th_th.dart
@@ -17,6 +17,8 @@ class MessageLookup extends MessageLookupByLibrary {
get localeName => 'th_TH';
+ bool localeExists(localeName) => null;
+
final messages = {
"runAt" : (time, day) => Intl.message('วิ่ง $time on $day.')
};

Powered by Google App Engine
This is Rietveld 408576698