i18next.fssync

1.0.0 • Public • Published

i18next.fssync

Synchronous fs backend for i18next.

Usage

var i18n = require('i18next');
 
i18n.backend(require('i18next.fssync'));
i18n.init();
 
// you can now safely add resources
i18n.addResource('en', 'namespace', 'foo', 'bar');

Readme

Keywords

none

Package Sidebar

Install

npm i i18next.fssync

Weekly Downloads

1

Version

1.0.0

License

none

Last publish

Collaborators

  • lennym