@daldalso/i18n
v0.9.4-7
Published
Yet another internationalization library for React.js
Downloads
23
Readme
@daldalso/i18n
Yet another internationalization library for React.js
Getting Started
yarn add @daldalso/i18n
npx i18n init
- Add
I18nInitializer
component in your root component.I18nInitializer
have to be the first child. - Call
useLexicon
in any components for i18n.