Skip to content

Commit

Permalink
fix: Added transalation for Breadcrumb and Address
Browse files Browse the repository at this point in the history
  • Loading branch information
vasmohi committed Jul 16, 2024
1 parent efa25d1 commit 1d9b522
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/component/src/Address/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ group:

<!-- prettier-ignore -->
:::info
新增了primaryLinkColor | primaryIconColor | addressHoverColor | addressActiveColor 这四个颜色的api设置,组件api设置之后将会覆盖token的设置
addedPrimaryLinkColor | primaryIconColor | addressHoverColor | addressActiveColor API settings for these four colors, After the component api is set, the token setting will be overwritten.
:::

```js
Expand Down
4 changes: 2 additions & 2 deletions packages/component/src/Breadcrumb/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ refer to [Breadcrumb Token](https://ant.design/components/breadcrumb-cn#%E4%B8%B

| Property | Description | Type | Default | Version |
| --- | --- | --- | --- | --- |
| separatorMode<Badge type='success'>新增</Badge> | 可选择的分隔符:箭头或者斜线 | `'slash' \| 'arrow'` | `slash` | - |
| size<Badge type='success'>新增</Badge> | 尺寸 | `small` | - | - |
| separatorMode<Badge type='success'>New</Badge> | Optional delimiter: arrow or slash | `'slash' \| 'arrow'` | `slash` | - |
| size<Badge type='success'>New</Badge> | size | `small` | - | - |

## Supported API

Expand Down

0 comments on commit 1d9b522

Please sign in to comment.