This is a web component to exploit i18next.
A web component used to manage internationalization – replaces kwc-i18n
Install the component using Bower:
$ bower install kwc-i18next --save
Or download as ZIP.
<script src="bower_components/webcomponentsjs/webcomponents-lite.min.js"></script>
<link rel="import" href="bower_components/kwc-i18next/kwc-i18next.html">
<kwc-i18next property="value"></kwc-i18next>
See docs for options, children selector, methods, events and styles.
In order to run it locally you'll need to fetch some dependencies and a basic server setup.
$ npm install -g bower gulp
$ npm install gulp
$ bower install
$ npm install
$ gulp dev
$ gulp build
$ gulp verify # test minified file
For detailed changelog, check Releases.
MIT