hi.js 269 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 $.fullCalendar.lang("hi", { buttonText: { month: "महीना", week: "सप्ताह", day: "दिन", list: "कार्यसूची" }, allDayText: "सभी दिन", eventLimitText: function(n) { return "+अधिक " + n; } });