The name of the variable that holds the default locale or a source code of a literal default locale string. By default, the serialized defaultLocale is used.
The name of the temporary variable used by plural
, select
and selectordinal
to store the detected index.
The name of the variable that holds the locale passed to the message function.
The list of all supported locales stored in localesVarName.
The attentive reader might ask why not use the keys from the localeNodeMap
. The reason is to preserve the same
order of locales between different messages.
The name of the variable that holds an array of locales supported by the message.
The key that is used as the default for select
.
Triggered if a function node was rendered.
The node that was rendered.
Triggered if a runtime method usage was rendered.
The name of the used runtime method.
true
if the method used an index var to store temporary runtime result.
Triggered if a select node was rendered.
The node that was rendered.
Returns the name of the the variable that holds an argument value.
Generated using TypeDoc
The default locale from locales. If omitted then an empty fragment would be returned if an unsupported locale is passed to a message function.