Blueprint for a translatable message.
Used inside a message catalog created with defineMessageCatalog.
defineMessageCatalog
Parameter placeholders the message expects (e.g. { domain: string }).
{ domain: string }
Locale keys that must be provided (e.g. 'en' | 'fr').
'en' | 'fr'
Optional
Readonly
Placeholder values to interpolate into the translated string.
Translated strings keyed by locale.
Blueprint for a translatable message.
Used inside a message catalog created with
defineMessageCatalog.