mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 05:05:48 +08:00
fix: remove space (#32974)
Co-authored-by: machixian <machixian@myweimai.com>
This commit is contained in:
parent
c8cddc14b2
commit
38ecbd7573
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user