Files

5 lines
113 B
JavaScript
Raw Permalink Normal View History

const locale = {
placeholder: 'Velg tid',
rangePlaceholder: ['Starttid', 'Sluttid']
};
export default locale;