Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ant-design/intl-example

🌏 example about`antd`/`antd-mobile` internationalization
https://github.com/ant-design/intl-example

Last synced: about 2 months ago
JSON representation

🌏 example about`antd`/`antd-mobile` internationalization

Awesome Lists containing this project

README

        

# intl-examples

![](https://zos.alipayobjects.com/rmsportal/JoGKhgfuFXaJNzK.gif)

## Code Style

https://github.com/airbnb/javascript

## Develop

```
$ npm install
$ npm run dev
$ npm run trans
```

- Chinese: http://127.0.0.1:8989
- English: http://127.0.0.1:8989/index-en.html

## Getting Start

* [Getting Start](docs/getting-start.md)
* [Understanding antd i18n](docs/understanding-antd-i18n.md)
* [React Intl Examples](docs/react-intl-corner-cases.md)