ant-design/components/time-picker/locale/nl_NL.tsx
Lewis 5996854094
feat: Add missing dutch translations (#30389)
* feat: Add missing dutch translations

* fix: Translate remaining english values

* fix: Update snapshot for ui tests
2021-05-06 15:18:53 +08:00

9 lines
190 B
TypeScript

import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Selecteer tijd',
rangePlaceholder: ['Start tijd', 'Eind tijd'],
};
export default locale;