mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 20:20:00 +08:00
9d4d6f5402
🆙 upgrade rc-pagination and rc-picker 🇮🇪 docs and test case of Irish locale Co-authored-by: AbhijeetGaware <56472463+AbhijeetGaware@users.noreply.github.com>
9 lines
189 B
TypeScript
9 lines
189 B
TypeScript
import { TimePickerLocale } from '../index';
|
|
|
|
const locale: TimePickerLocale = {
|
|
placeholder: 'Roghnaigh am',
|
|
rangePlaceholder: ['Am tosaigh', 'Am deiridh'],
|
|
};
|
|
|
|
export default locale;
|