Files

5 lines
121 B
JavaScript
Raw Permalink Normal View History

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