Files
fullcalendar/lang/tr.js
T
2014-07-25 16:23:04 +01:00

12 lines
227 B
JavaScript

$.fullCalendar.lang("tr", {
defaultButtonText: {
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"
});