Datepicker Turkish Translation
-
I want to translate the day and month names in the Datepicker Fields into Turkish.I also want to translate the explanations in the hour and minute sections to Turkish. But I couldn’t do it. Moreover, although there is a Turkish translation file in the translation section in your plugin, the names of the day and month still come in English. I hope you can help.
$.datepicker.regional['tr'] = { closeText: 'kapat', prevText: 'geri', nextText: 'ileri', currentText: 'bugün', monthNames: ['Ocak','?ubat','Mart','Nisan','May?s','Haziran', 'Temmuz','A?ustos','Eylül','Ekim','Kas?m','Aral?k'], monthNamesShort: ['Oca','?ub','Mar','Nis','May','Haz', 'Tem','A?u','Eyl','Eki','Kas','Ara'], dayNames: ['Pazar','Pazartesi','Sal?','?ar?amba','Per?embe','Cuma','Cumartesi'], dayNamesShort: ['Pz','Pt','Sa','?a','Pe','Cu','Ct'], dayNamesMin: ['Pz','Pt','Sa','?a','Pe','Cu','Ct'], weekHeader: 'Hf', dateFormat: 'dd.mm.yy', firstDay: 1, isRTL: false, showMonthAfterYear: false, yearSuffix: ''};
If the code we wrote is correct, can you tell me where to add it?
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Datepicker Turkish Translation’ is closed to new replies.