localang-i18n-js
v0.1.0
Published
Internationalize your JS projects easy
Downloads
13
Maintainers
Readme
Localang
This is a localization toolkit:
- I18n JS library
- ESLint plugin for automatic generation of files with translations
- Service for translators/managers/non-developers to change translations
- Ready-made Github Actions to synchronize translations between the service and your code
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-js
Documentation
License
Released under MIT License.