Files
fullcalendar/lang/tr.js
T
2014-01-24 23:50:42 -08:00

11 lines
219 B
JavaScript

$.fullCalendar.lang("tr", {
buttonText: {
next: "ileri", // override JQUI's, which has a non-closing HTML entity in it
month: "Ay",
week: "Hafta",
day: "Gün",
list: "Ajanda"
},
allDayText: "Tüm gün"
});