ant-design/components/time-picker/locale/da_DK.tsx

9 lines
193 B
TypeScript
Raw Normal View History

import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
2018-10-19 17:17:13 +08:00
placeholder: 'Vælg tid',
rangePlaceholder: ['Starttidspunkt', 'Sluttidspunkt'],
2018-10-19 17:17:13 +08:00
};
export default locale;