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

Unified Diff: lib/i18n/intl_message.dart

Issue 10536105: Make Intl.message static (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 6 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: lib/i18n/intl_message.dart
===================================================================
--- lib/i18n/intl_message.dart (revision 8515)
+++ lib/i18n/intl_message.dart (working copy)
@@ -77,4 +77,8 @@
this._languageCode = locale;
}
+ /**
+ * Return an internationalized message.
+ */
+ String format() => _message;
}

Powered by Google App Engine
This is Rietveld 408576698