Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ant-design/intl-example
- Owner: ant-design
- Archived: true
- Created: 2015-12-18T15:24:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-20T11:25:07.000Z (over 5 years ago)
- Last Synced: 2024-05-01T09:53:00.925Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 32.2 KB
- Stars: 204
- Watchers: 37
- Forks: 49
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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)