ant-design/components/time-picker/locale/ja_JP.tsx
Chalk 7e0af50e1c
fix: added ko_KR and ja_JP TimePicker.RangePicker placeholder (#30285)
* fix: add ko_KR and ja_JP locale TimePicker.RangePicker placeholder

* fix: ko_KR locale grammars in Table and Form messages

* fix: locale ci
2021-04-28 10:25:20 +08:00

9 lines
196 B
TypeScript

import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: '時間を選択',
rangePlaceholder: ['開始時間', '終了時間'],
};
export default locale;