mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 20:20:00 +08:00
7e0af50e1c
* fix: add ko_KR and ja_JP locale TimePicker.RangePicker placeholder * fix: ko_KR locale grammars in Table and Form messages * fix: locale ci
9 lines
196 B
TypeScript
9 lines
196 B
TypeScript
import { TimePickerLocale } from '../index';
|
|
|
|
const locale: TimePickerLocale = {
|
|
placeholder: '시간 선택',
|
|
rangePlaceholder: ['시작 시간', '종료 시간'],
|
|
};
|
|
|
|
export default locale;
|