ant-design/components/time-picker/locale/hi_IN.tsx
Jaideep Ghosh 599a8f82f9
fix: Updated hindi locale with missing messages. (#30541)
* fix: Updated hindi locale with missing messages.

* feat:Updating snapshots.
2021-05-18 10:48:05 +08:00

9 lines
243 B
TypeScript

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