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

Unified Diff: pkg/intl/lib/src/intl_helpers.dart

Issue 182443003: Add 'meaning' to Intl.messages (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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/lib/message_lookup_by_library.dart ('k') | pkg/intl/lib/src/intl_message.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/intl/lib/src/intl_helpers.dart
diff --git a/pkg/intl/lib/src/intl_helpers.dart b/pkg/intl/lib/src/intl_helpers.dart
index 0aa3f4d80c8ba91a46a4ef67f76d4bcb0425a186..e6ef5c54d3bb52a049448df4ab382115e0240ba0 100644
--- a/pkg/intl/lib/src/intl_helpers.dart
+++ b/pkg/intl/lib/src/intl_helpers.dart
@@ -26,7 +26,7 @@ class UninitializedLocaleData<F> {
String lookupMessage(String message_str, [final String desc='',
final Map examples=const {}, String locale,
- String name, List<String> args]) => message_str;
+ String name, List<String> args, String meaning]) => message_str;
List get keys => _throwException();
« no previous file with comments | « pkg/intl/lib/message_lookup_by_library.dart ('k') | pkg/intl/lib/src/intl_message.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698