@nexim/localizer
Version:
Lightweight i18n utilities to handle translations, number formatting, date/time localization using native browser APIs.
20 lines (13 loc) • 1.28 kB
Markdown
# @nexim/localizer
## Classes
| Class | Description |
| --------------------------------- | ------------------------------------------------------------- |
| [Localizer](classes/Localizer.md) | Provides localization and internationalization functionality. |
## Interfaces
| Interface | Description |
| ------------------------------ | ----------------------------------------------------------------------------- |
| [Locale](interfaces/Locale.md) | Represents a locale configuration with language code and language identifier. |
## Type Aliases
| Type Alias | Description |
| ---------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| [LocaleCode](type-aliases/LocaleCode.md) | Represents a locale code in the format "language-COUNTRY". The language part must be in lowercase, and the country part must be in uppercase. |