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

9 lines
248 B
Vue

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