ant-design/components/time-picker/locale/ga_IE.tsx
偏右 9d4d6f5402
Added Irish(ga_IE) locale (#24609)
🆙 upgrade rc-pagination and rc-picker

🇮🇪 docs and test case of Irish locale

Co-authored-by: AbhijeetGaware <56472463+AbhijeetGaware@users.noreply.github.com>
2020-05-31 12:40:10 +08:00

9 lines
189 B
TypeScript

import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Roghnaigh am',
rangePlaceholder: ['Am tosaigh', 'Am deiridh'],
};
export default locale;