Skip to content

Commit

Permalink
English Translations (umijs#1088)
Browse files Browse the repository at this point in the history
Just learning umi and I thought I'd help out with the translations. I used Google Translate to get started and then made some further edits. I'm hoping some more experienced umi users and/or Chinese-English speakers can build on this and help make umi more accessible to the world.
  • Loading branch information
khalibloo authored and sorrycc committed Sep 16, 2018
1 parent 70e0be6 commit a38a37e
Show file tree
Hide file tree
Showing 16 changed files with 470 additions and 367 deletions.
8 changes: 4 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ actionText: Get Started →
actionLink: /guide/
features:
- title: Pluggable
details: The entire lifecycle of umi is composed of plugins, and such as pwa, on-demand loading, one-click switching preact, one-button compatibility ie9, etc., all implemented by plugins.
details: The entire lifecycle of umi is composed of plugins. Features such as pwa, on-demand loading, one-click switching preact, one-button compatibility ie9, etc., are all implemented by plugins.
- title: Out Of Box
details: You only need a umi dependency to start development without having to install react, preact, webpack, react-router, babel, jest, and more.
details: You only need an umi dependency to start development without having to install react, preact, webpack, react-router, babel, jest, and more.
- title: Conventional Routing
details: Next.js like and full featured routing conventions, support permissions, dynamic routing, nested routing, and more.
footer: MIT Licensed | Copyright © 2017-present
Expand Down Expand Up @@ -43,6 +43,6 @@ $ umi build

<img src="https://gw.alipayobjects.com/zos/rmsportal/wsBGpRlCOkmxHzMHuyAT.jpg" width="60" />

### 微信群
### WeChat Group

群满 100 人,请加 `sorryccpro` 好友备注 `umi` 邀请加入。
Group of 100 people, please add `sorryccpro` friend note `umi` invite to join.
4 changes: 2 additions & 2 deletions docs/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ router.goBack();

### umi/navlink

详见:[https://reacttraining.com/react-router/web/api/NavLink](https://reacttraining.com/react-router/web/api/NavLink)
See: [https://reacttraining.com/react-router/web/api/NavLink](https://reacttraining.com/react-router/web/api/NavLink)

### umi/redirect

Expand All @@ -106,7 +106,7 @@ Detail: [https://reacttraining.com/react-router/web/api/Redirect](https://reactt

### umi/withRouter

详见:[https://reacttraining.com/react-router/web/api/withRouter](https://reacttraining.com/react-router/web/api/withRouter)
See: [https://reacttraining.com/react-router/web/api/withRouter](https://reacttraining.com/react-router/web/api/withRouter)

## Performance

Expand Down
Loading

0 comments on commit a38a37e

Please sign in to comment.