| 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 ee9fdb2821a1f565e6ff1240c11a19218b989a50..229d0446ad5e972d484c3068191427fa273cfb68 100644
|
| --- a/pkg/intl/lib/src/intl_helpers.dart
|
| +++ b/pkg/intl/lib/src/intl_helpers.dart
|
| @@ -27,7 +27,7 @@ class UninitializedLocaleData<F> {
|
|
|
| String lookupMessage(String message_str, [final String desc='',
|
| final Map examples=const {}, String locale,
|
| - String name, List<String> args]) => _throwException();
|
| + String name, List<String> args]) => message_str;
|
|
|
| List get keys => _throwException();
|
|
|
|
|