# 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.
