Usage
---------

Create a directory with name "loc" and put locale files like "en.json" there.


**loc/en.json**
```json
{{{read 'example/example-locale.json'}}}
```

**loc/index.js**

```javascript
{{{read 'example/example-index.js'}}}
```


Then,

```javascript
{{{read 'example/example-usage.js'}}}
```
