localang-i18n-js
v0.1.2
Published
Internationalize your JS projects easy
Maintainers
Readme
Localang
This is a localization toolkit:
- I18n JS library
- ESLint plugin for automatic generation of files with translations
Note: Localang previously offered a hosted service for translators, managers and non-developers, together with ready-made Github Actions and
push/pullhelpers to synchronize translations between that service and your code. The hosted service has been discontinued, so those sync helpers and Actions are deprecated and no longer functional. The library and the ESLint plugin remain fully usable on their own.
See documentation.

Installation
This library is published in the NPM registry and can be installed using any compatible package manager.
npm install localang-i18n-js --save
# For Yarn, use the command below.
yarn add localang-i18n-jsDocumentation
License
Released under MIT License.
