ant-design/components/time-picker/locale/he_IL.tsx

8 lines
145 B
TypeScript
Raw Normal View History

import type { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
2018-09-19 20:03:08 +08:00
placeholder: 'בחר שעה',
};
export default locale;