2020-03-11 21:08:15 +08:00
|
|
|
|
import { TimePickerLocale } from '../index';
|
|
|
|
|
|
|
|
|
|
const locale: TimePickerLocale = {
|
2020-06-20 18:10:52 +08:00
|
|
|
|
placeholder: 'Zaman seç',
|
|
|
|
|
rangePlaceholder: ['Başlangıç zamanı', 'Bitiş zamanı'],
|
2017-03-28 21:26:07 +08:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export default locale;
|