Translation into english
See original GitHub issueCould you help with translation:
- all wiki pages
- development.md
Updated from maintainers:
Volunteer Wanted
Hey, guys! We are going to provide English documentation.
But we are short of staff 😦 So, we want some volunteers to help us to translate antd-mobile
’s documentation into English. Every translation task needs a translator and a reviewer. Both of them are expected that they had used the component(Menu
Drawer
etc…) in real world.
Translator
A translator should be familiar with both Chinese and English.
If you want to be a volunteer translator, just comment this issue. For example, “I want to be the translator of button and modal …”. And then, we will update this issue(e.g. button (translator: @benjycui, reviewer: @waywardmonkeys )), and ping you.
Contributing:
- Fork ant-design-mobile and
git clone
- Create a branch starting at
master
and name it astranslation-button
npm install && npm start
, see: Development- Find Markdown files under
components/xxx
(xxx is the component which you need to translate),index.md
anddemo/*.md
use different format, see: https://github.com/ant-design/ant-design/issues/1423 - Just translate it, and you had better read our advice first.
- Create a pull request to
ant-design-mobile:master
when your translation is done, and ping your reviewer. - PR will be merged, if your reviewer think it is OK.
See:
- https://github.com/ant-design/ant-design/tree/master/components/button
- https://github.com/ant-design/ant-design/blob/master/components/button/demo/basic.md
Reviewer
A reviewer should be a native English speaker.
If you want to be a volunteer reviewer, just comment this issue. For example, “I want to be the reviewer of button and alert…”. And then, we will update this issue(e.g. button (translator: @benjycui, reviewer: @waywardmonkeys )), and ping you.
After your corresponding translator finish his/her work, you should review and provide some advice.
Example: https://github.com/ant-design/ant-design/pull/1932
TODOs
- development.md @paranoidjk
/docs/react
/components
- checkbox @paranoidjk
- grid @liqi07
- locale-provider @liqi07
- search-bar @warmhug
- switch @iyutao
- toast @iyutao
- accordion @warmhug
- icon
- menu @yesmeck
- popover @warmhug
- segmented-control @silentcloud
- tab-bar @zhang740
- action-sheet @warmhug
- create-tooltip
- image-picker @silentcloud
- modal @lixiaoyang1992
- popup @warmhug
- slider @silentcloud
- table
- activity-indicator @silentcloud
- date-picker @warmhug
- nav-bar @warmhug
- progress @afc163
- stepper @silentcloud
- tabs @silentcloud
- uploader @afc163
- badge @afc163
- drawer @yesmeck
- notice-bar @ddcat1115
- radio @ddcat1115
- steps @ddcat1115
- tag @ddcat1115
- button @warmhug
- input-item @silentcloud
- range @silentcloud
- card @silentcloud
- flex @zhang740
- list @silentcloud
- pagination @slientcloud
- refresh-control @warmhug
- textarea-item @silentcloud
- carousel @silentcloud
- list-view @warmhug
- picker @warmhug
- picker-view @warmhug
- result @afc163
- swipe-action @silentcloud
- white-space / wing-blank @warmhug
Update by @paranoidjk
Start to Translate 🎉 🎉
Since https://github.com/ant-design/ant-design-mobile/pull/907 had been merged to master. The next step is to translate.
We need help, please feel free to open a Pull Request 😄
How to ?
git clone git@github.com:ant-design/ant-design-mobile.git
cd antd-mobile
npm install
npm start
Then open http://127.0.0.1:8001
on your favorite browser, you will see that the default language of the site had been changed to English.
- but the homepage will auto detect your system language
- and still you can switch to Chinese by click the button on the upper right corner of page
Tasks
-
all files which extension name is
.en-US.md
should be translate to English.include
components/{foo}/index.md
, and/doc/react/{bar}.md
, andwiki page
right now the content of foo.en-US.md is just a copy of it’s Chinese version foo.zh-CN.md -
all
components/{foo}/demo/{bar}.md
should change it’s title syntax.see Flex or CheckboxItem as a example
Issue Analytics
- State:
- Created 7 years ago
- Reactions:11
- Comments:22 (19 by maintainers)
Top GitHub Comments
English translation would be amazing!
All works have been done.