Localized message carrying translations and interpolation parameters.
Returned by the factory functions generated by defineMessageCatalog. Pass it to resolveMessage to get the final string for a given locale.
defineMessageCatalog
Readonly
Locale used when no explicit locale is passed to resolveMessage.
resolveMessage
Optional
Parameter values to interpolate into {{placeholder}} tokens.
{{placeholder}}
All available translations keyed by locale.
Localized message carrying translations and interpolation parameters.
Returned by the factory functions generated by
defineMessageCatalog. Pass it to resolveMessage to get the final string for a given locale.