mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-06-27 16:10:13 +08:00
12 lines
227 B
JavaScript
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"
|
|
});
|