Files

5 lines
121 B
JavaScript

const locale = {
placeholder: 'Zeit auswählen',
rangePlaceholder: ['Startzeit', 'Endzeit']
};
export default locale;