ant-design/components/time-picker/locale/ru_RU.tsx
2020-12-28 15:30:18 +08:00

10 lines
286 B
TypeScript

/** Created by Andrey Gayvoronsky on 13/04/16. */
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Выберите время',
rangePlaceholder: ['Время начала', 'Время окончания'],
};
export default locale;