Overview of @generaltranslation/format
mainThe @generaltranslation/format package provides runtime-safe primitives for handling locales and string formatting within the General Translation ecosystem. It is designed to be a lightweight utility package for locale management and message formatting.
Core capabilities include:
- Locale Management: Normalization, validation, alias resolution, and matching.
- Message Formatting: ICU and string message formatting.
- Cutoff Formatting: Specialized formatting for cutoff values.
- LocaleConfig: A wrapper utility that encapsulates locale and formatting helpers for easier use in applications.