Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 committed Apr 12, 2024
1 parent 17fe527 commit 67893d9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/web/api/tag-input.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Provide large, medium (default), small three different size of the label input b

### Tag Input Box for Customizable Tags

- `tag` is used to define the content of a single tag- `valueDispaly` is used to completely customize the full tag content
- `tag` is used to define the content of a single tag- `valueDisplay` is used to completely customize the full tag content

{{ custom-tag }}

Expand Down
2 changes: 1 addition & 1 deletion docs/web/api/tag-input.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spline: data
### 可自定义标签的标签输入框

- `tag` 用于定义单个标签的内容
- `valueDispaly` 用于完全自定义全量标签内容
- `valueDisplay` 用于完全自定义全量标签内容

{{ custom-tag }}

Expand Down
2 changes: 1 addition & 1 deletion js/global-config/locale/ar_KW.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export default {
},
typography: {
expand: 'توسيع',
collpase: 'طي',
collapse: 'طي',
copied: 'النسخ اكتمل'
}
} as const;
4 changes: 2 additions & 2 deletions js/global-config/locale/en_US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ export default {
showWeekend: 'Show Week',
today: 'Today',
thisMonth: 'This Month',
week: 'Monday,Tuesday,Wedsday,Thuresday,Friday,Staturday,Sunday',
week: 'Monday,Tuesday,Wedsday,Thuresday,Friday,Saturday,Sunday',
cellMonth:
'January,February,March,April,May,June,July,August,September,October,November,December',
},
transfer: {
title: '{checked} / {total}',
empty: 'Empty Data',
placeholder: 'enter keyworkd to search',
placeholder: 'enter keyword to search',
},
timePicker: {
dayjsLocale: 'en',
Expand Down
2 changes: 1 addition & 1 deletion js/global-config/locale/zh_TW.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export default {
weekAbbreviation: '週',
yearAriaLabel: '年',
monthAriaLabel: '月',
comfirm: '確認',
confirm: '確認',
selectTime: '選擇時間',
selectDate: '選擇日期',
nextYear: '下一年',
Expand Down

0 comments on commit 67893d9

Please sign in to comment.