Skip to content

Commit 1fa7ebc

Browse files
committed
docs: localize Chinese README descriptions
1 parent 6d3cc72 commit 1fa7ebc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ npm start
7676
| `itemWrapperRender` | `(originNode) => ReactNode` | - | 自定义步骤项包装渲染器。 |
7777
| `items` | StepItem[] | [] | 步骤数据。 |
7878
| `onChange` | `(current: number) => void` | - | 当可单击步骤发生更改时触发。 |
79-
| `orientation` | `'horizontal' \| 'vertical'` | `'horizontal'` | Layout orientation. |
79+
| `orientation` | `'horizontal' \| 'vertical'` | `'horizontal'` | 布局方向。 |
8080
| `prefixCls` | string | `'rc-steps'` | 前缀className。 |
8181
| `rootClassName` | string | - | 根className。 |
8282
| `status` | `'error' \| 'process' \| 'finish' \| 'wait'` | `'process'` | 当前步骤状态。 |

0 commit comments

Comments
 (0)