Versions in this module Expand all Collapse all v0 v0.0.1 Nov 5, 2023 Changes in this version + type Namespace struct + func New(deps *deps.Deps, translator locales.Translator) *Namespace + func (ns *Namespace) FormatAccounting(precision, currency, number any) (string, error) + func (ns *Namespace) FormatCurrency(precision, currency, number any) (string, error) + func (ns *Namespace) FormatNumber(precision, number any) (string, error) + func (ns *Namespace) FormatNumberCustom(precision, number any, options ...any) (string, error) + func (ns *Namespace) FormatPercent(precision, number any) (string, error) + func (ns *Namespace) Merge(p2, p1 any) (any, error) + func (ns *Namespace) NumFmt(precision, number any, options ...any) (string, error) + func (ns *Namespace) Translate(ctx context.Context, id any, args ...any) (string, error)