mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-04 08:59:40 +08:00
9 lines
268 B
TypeScript
9 lines
268 B
TypeScript
|
import { TimePickerLocale } from '../index';
|
||
|
|
||
|
const locale: TimePickerLocale = {
|
||
|
placeholder: 'აირჩიეთ დრო',
|
||
|
rangePlaceholder: ['საწყისი თარიღი', 'საბოლოო თარიღი'],
|
||
|
};
|
||
|
|
||
|
export default locale;
|