mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-16 01:20:25 +08:00
10 lines
144 B
JavaScript
10 lines
144 B
JavaScript
|
|
$.fullCalendar.lang("ja", {
|
|
buttonText: {
|
|
month: "月",
|
|
week: "週",
|
|
day: "日",
|
|
list: "予定リスト"
|
|
},
|
|
allDayText: "終日"
|
|
}); |