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

9 lines
206 B
Vue
Raw Normal View History

import type { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Zaman seç',
rangePlaceholder: ['Başlangıç zamanı', 'Bitiş zamanı'],
};
export default locale;