mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
parent
fd933437ac
commit
bb8b52936c
@ -111,8 +111,8 @@ Do it step by step:
|
||||
```bash
|
||||
git clone git@github.com:<your organization>/ant-design.git
|
||||
cd ant-design/
|
||||
git remote add upstream origin git@github.com:ant-design/ant-design.git
|
||||
git checkout -b <your new branch name>
|
||||
git remote add upstream git@github.com:ant-design/ant-design.git
|
||||
git checkout -b <your new branch name> upstream/feature
|
||||
```
|
||||
|
||||
2. Add the language support for [rc-picker](https://github.com/react-component/picker), for example [this](https://github.com/react-component/picker/blob/master/src/locale/en_US.ts).
|
||||
|
@ -108,8 +108,8 @@ return (
|
||||
```bash
|
||||
git clone git@github.com:<your organization>/ant-design.git
|
||||
cd ant-design/
|
||||
git remote add upstream origin git@github.com:ant-design/ant-design.git
|
||||
git checkout -b <your new branch name>
|
||||
git remote add upstream git@github.com:ant-design/ant-design.git
|
||||
git checkout -b <your new branch name> upstream/feature
|
||||
```
|
||||
|
||||
2. 为 [rc-picker](https://github.com/react-component/picker) 添加对应语言,参考 [这个](https://github.com/react-component/picker/blob/master/src/locale/en_US.ts)。
|
||||
|
Loading…
Reference in New Issue
Block a user