mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +08:00
* fix: incorrect locale in Korean for TimePicker #29536 * fix: incorrect locale in Korean for TimePicker #29536
This commit is contained in:
parent
727b3375b6
commit
1f1c57cb1c
@ -153369,7 +153369,7 @@ exports[`Locale Provider should display the text as ko 1`] = `
|
||||
>
|
||||
<input
|
||||
autocomplete="off"
|
||||
placeholder="날짜 선택"
|
||||
placeholder="시간 선택"
|
||||
readonly=""
|
||||
size="10"
|
||||
title=""
|
||||
|
@ -1,7 +1,7 @@
|
||||
import { TimePickerLocale } from '../index';
|
||||
|
||||
const locale: TimePickerLocale = {
|
||||
placeholder: '날짜 선택',
|
||||
placeholder: '시간 선택',
|
||||
};
|
||||
|
||||
export default locale;
|
||||
|
Loading…
Reference in New Issue
Block a user