Files

5 lines
153 B
JavaScript
Raw Permalink Normal View History

const locale = {
placeholder: 'اختيار الوقت',
rangePlaceholder: ['وقت البدء', 'وقت الانتهاء']
};
export default locale;