Files
copilot-toolbox-template-123/node_modules/antd/es/time-picker/locale/nl_BE.js
2026-01-09 14:52:46 +00:00

5 lines
123 B
JavaScript

const locale = {
placeholder: 'Selecteer tijd',
rangePlaceholder: ['Start tijd', 'Eind tijd']
};
export default locale;