mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
28961856aa
* Added Dutch locale and bumped dep versions so they include Dutch locales Bumped versions so they include Dutch locales - rc-calendar to ~7.6.2 - rc-pagination to ~1.6.6 * Added dutch locale to LocaleProvider test
6 lines
77 B
TypeScript
6 lines
77 B
TypeScript
const locale = {
|
|
placeholder: 'Selecteer tijd',
|
|
};
|
|
|
|
export default locale;
|