chore: docs update (#41368)

* chore: docs update

* chore: docs update
This commit is contained in:
Amumu 2023-03-21 10:45:50 +08:00 committed by GitHub
parent fd933437ac
commit bb8b52936c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -111,8 +111,8 @@ Do it step by step:
```bash ```bash
git clone git@github.com:<your organization>/ant-design.git git clone git@github.com:<your organization>/ant-design.git
cd ant-design/ cd ant-design/
git remote add upstream origin git@github.com:ant-design/ant-design.git git remote add upstream git@github.com:ant-design/ant-design.git
git checkout -b <your new branch name> 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). 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).

View File

@ -108,8 +108,8 @@ return (
```bash ```bash
git clone git@github.com:<your organization>/ant-design.git git clone git@github.com:<your organization>/ant-design.git
cd ant-design/ cd ant-design/
git remote add upstream origin git@github.com:ant-design/ant-design.git git remote add upstream git@github.com:ant-design/ant-design.git
git checkout -b <your new branch name> 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)。 2. 为 [rc-picker](https://github.com/react-component/picker) 添加对应语言,参考 [这个](https://github.com/react-component/picker/blob/master/src/locale/en_US.ts)。