Skip to content

@jsvision/i18n / TranslateOptions

Interface: TranslateOptions

Defined in: types.ts:144

Options accepted by I18n.t.

Properties

defaultMessage?

readonly optional defaultMessage?: Message

Defined in: types.ts:148

English fallback evaluated after every catalog locale.


params?

readonly optional params?: Readonly<Record<string, MessageParameter>>

Defined in: types.ts:146

Safe named values used by interpolation and structured-message controllers.