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

8 lines
148 B
TypeScript
Raw Normal View History

import type { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
2017-06-02 04:43:12 +08:00
placeholder: 'Wybierz godzinę',
};
export default locale;