# Locales

This directory contains your Application Internationalization.
The framework reads all the `*.js` files inside this directory and creates internationalization the  of your application.

eg.
```js
export default {
  internationalization: {
    en: 'internationalization',
    zh_CN: '国际化',
    zh_TW: '國際化',
  },
}
```
