mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-03 17:10:06 +08:00
13 lines
258 B
JavaScript
13 lines
258 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",
|
|
eventLimitText: "daha fazla"
|
|
});
|