ReadonlylocaleThe configured BCP-47 locale, or undefined for the runtime default.
ReadonlymessagesThe resolved messages (defaults merged with the host's overrides).
Format a price for this locale (auto-precision).
Format a volume for this locale (compact K/M/B).
Format a Unix-seconds timestamp for this locale at the given resolution.
Format a signed percentage for this locale.
Look up a translatable string by key (override → default).
The runtime i18n bundle the chart uses internally: translated string lookup (
t) plus locale-aware number/date/percent formatters bound to the configuredlocale. Built by createI18n.