intor
Version:
A modular and extensible i18n core designed for TypeScript and JavaScript projects. Intor enables custom translation logic with support for both frontend and backend environments, featuring runtime configuration, caching, adapters, and message loaders.
23 lines (15 loc) • 319 B
Markdown
# Intor
A modular and extensible i18n core for JavaScript/TypeScript.
## Features
- ✅ Runtime configuration
- ✅ Backend and frontend support
- ✅ Custom messages and adapters
- ✅ Caching, error handling, and logging
## Installation
```bash
npm install intor
```
Or use **yarn**
```bash
yarn add intor
```