Internal change
PiperOrigin-RevId: 498185453
diff --git a/lib/intl.dart b/lib/intl.dart
index 8de6bfc..1cfcd25 100644
--- a/lib/intl.dart
+++ b/lib/intl.dart
@@ -156,7 +156,7 @@
// We want to try to inline these messages, but not inline the internal
// messages, so it will eliminate the descriptions and other information
// not needed at runtime.
- static String message(String messageText,
+ static String message(String messageText, are,
{String? desc = '',
Map<String, Object>? examples,
String? locale,