Properties

template

The template string to use. Can contain variables. Variables are defined with double curly braces.

template: string

variables

The variable keys that can be replaced

variables: { [key: string]: DynamicLocaleMap | { context?: string; map: DynamicLocaleMap; }; }