mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +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
|
<input
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
placeholder="날짜 선택"
|
placeholder="시간 선택"
|
||||||
readonly=""
|
readonly=""
|
||||||
size="10"
|
size="10"
|
||||||
title=""
|
title=""
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
import { TimePickerLocale } from '../index';
|
import { TimePickerLocale } from '../index';
|
||||||
|
|
||||||
const locale: TimePickerLocale = {
|
const locale: TimePickerLocale = {
|
||||||
placeholder: '날짜 선택',
|
placeholder: '시간 선택',
|
||||||
};
|
};
|
||||||
|
|
||||||
export default locale;
|
export default locale;
|
||||||
|
Loading…
Reference in New Issue
Block a user