mitica / localizy

Simple/Safe/Strong i18n nodejs module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

localizy

Simple/Safe/Strong i18n nodejs module.

Localizy generates a TypeScript file from json files. It creates two classes that you can extend or rename: LocalizyLocalesProvider and LocalizyLocales.

Translations are in sprintf format.

Install

yarn add localizy
// or
npm i localizy

Generate TypeScript file

localizy --help

About

Simple/Safe/Strong i18n nodejs module


Languages

Language:TypeScript 99.6%Language:JavaScript 0.4%