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