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

9 lines
219 B
Vue

import type { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'انتخاب زمان',
rangePlaceholder: ['زمان شروع', 'زمان پایان'],
};
export default locale;