international
v1.0.0
Published
simple i18n library
Downloads
16
Maintainers
Readme
international
international
is a simple i18n library.
Usage
Can be installed with npm (npm install international
) and used with
browserify.
international(list, element)
list
is an object of translationselement
is the DOM element for which the translations should be done
Example
See the /example
directory.