Generate the missing translation message, which includes the full scope.
To use it, you have to set i18n.missingBehavior
to "message"
.
This is the default behavior.
The I18n instance.
The translation scope.
The translations' options.
The missing translation string.
Generated using TypeDoc
Throw an error whenever a translation cannot be found. The message will includes the full scope. To use it, you have to set
i18n.missingBehavior
to"error"
.