mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-06-27 16:10:13 +08:00
11 lines
210 B
JavaScript
11 lines
210 B
JavaScript
|
|
$.fullCalendar.lang("hi", {
|
|
defaultButtonText: {
|
|
month: "महीना",
|
|
week: "सप्ताह",
|
|
day: "दिन",
|
|
list: "कार्यसूची"
|
|
},
|
|
allDayText: "सभी दिन"
|
|
});
|