stars0
forks0
watchers 0
MIT
Introduction
i18n-web
is a simple tool helps in externalizing the strings in a JavaScript based Application such that,
Internationalization(i18n) can be achieved easily. It has the additional capability of parameterizing the
strings to get the dynamic content Internationalized.
Install
- Using yarn: yarn add i18n-web
- Using npm: npm install i18n-web
NPM
How does it work?
Please check out the GitHub Repo for more details.