international
Version:
simple i18n library
18 lines (10 loc) • 369 B
Markdown
# international
`international` is a simple i18n library.
## Usage
Can be installed with npm (`npm install international`) and used with
[browserify](https://browserify.org).
### `international(list, element)`
- `list` is an object of translations
- `element` is the DOM element for which the translations should be done
## Example
See the `/example` directory.