localizy
v0.1.6
Published
Simple/Safe/Strong i18n nodejs module
Downloads
14
Readme
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