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

8 lines
148 B
TypeScript
Raw Normal View History

import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
2017-07-18 13:23:16 +08:00
placeholder: 'انتخاب زمان',
};
export default locale;