Skip to main content

Module runtime

Module runtime 

Source
Expand description

Runtime interpreter for the 'static AST nodes generated by load!(). Uses ICU4X for plurals resolution and number formatting.

Structs§

NumberArg
A numeric argument for keys containing {n, plural, ...} or {n, number}.

Enums§

Category
Plural category. Mirrors ICU4X PluralCategory.
Node
A node of the pre-parsed message AST.
Number
PluralArm
Value
A resolved translation argument, as passed to render.

Functions§

render
Renders a message AST to a string.