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

9 lines
248 B
TypeScript
Raw Normal View History

import type { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
2018-12-21 13:21:13 +08:00
placeholder: 'समय का चयन करें',
rangePlaceholder: ['आरंभिक समय', 'अंत समय'],
2018-12-21 13:21:13 +08:00
};
export default locale;