UNPKG

@nexim/localizer

Version:

Lightweight i18n utilities to handle translations, number formatting, date/time localization using native browser APIs.

27 lines (17 loc) 763 B
# @nexim/localizer ![NPM Version](https://img.shields.io/npm/v/@nexim/localizer) ![npm bundle size](https://img.shields.io/bundlephobia/min/@nexim/localizer) ![Build & Lint & Test](https://github.com/the-nexim/nanolib/actions/workflows/build-lint-test.yaml/badge.svg) ![NPM Downloads](https://img.shields.io/npm/dm/@nexim/localizer) ![NPM License](https://img.shields.io/npm/l/@nexim/localizer) ## Overview `@nexim/localizer` is a Lightweight i18n utilities to handle translations, number formatting, date/time localization using native browser APIs. ## Installation Install the package using npm or yarn: ```sh npm install @nexim/localizer # Or using yarn yarn add @nexim/localizer ``` ## Documentation Read full documentation [here](./docs/README.md).