You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ant-design-vue/components/date-picker/locale/fa_IR.js

23 lines
543 B

import CalendarLocale from '../../vc-calendar/src/locale/fa_IR'
import TimePickerLocale from '../../time-picker/locale/fa_IR'
// Merge into a locale object
const locale = {
lang: {
placeholder: 'انتخاب تاریخ',
rangePlaceholder: [
'تاریخ شروع', 'تاریخ پایان',
],
...CalendarLocale,
},
timePickerLocale: {
...TimePickerLocale,
},
}
// All settings at:
// https://github.com/ant-design/ant-design/blob/master/components/date-picker/l
// o cale/example.json
export default locale