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

8 lines
137 B
TypeScript
Raw Normal View History

import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
2017-03-28 21:26:07 +08:00
placeholder: 'Zaman Seç',
};
export default locale;