Browse Source
fix: remove space (#32974)
Co-authored-by: machixian <machixian@myweimai.com>
pull/32975/head
WeijieChen
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
components/date-picker/locale/zh_CN.tsx
|
|
@ -22,7 +22,7 @@ const locale: PickerLocale = { |
|
|
|
}; |
|
|
|
|
|
|
|
// should add whitespace between char in Button
|
|
|
|
locale.lang.ok = '确 定'; |
|
|
|
locale.lang.ok = '确定'; |
|
|
|
|
|
|
|
// All settings at:
|
|
|
|
// https://github.com/ant-design/ant-design/blob/master/components/date-picker/locale/example.json
|
|
|
|