i18not
v0.1.2
Published
Minimalist localization library
Downloads
58
Maintainers
Readme
Are you a React.js user? You might be interested in the react-i18not package.
Example usage
import { init } from 'i18not';
init({
ns: ['main'],
defaultNS: 'main',
load: 'languageOnly',
loadPath: '/locales/{{lng}}/{{ns}}.json',
fallbackLng: 'en',
});