LaravelTest
27 строк · 741.0 Байт
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var ne = {5code: 'ne', // code for nepal6week: {7dow: 7, // Sunday is the first day of the week.8doy: 1, // The week that contains Jan 1st is the first week of the year.9},10buttonText: {11prev: 'अघिल्लो',12next: 'अर्को',13today: 'आज',14month: 'महिना',15week: 'हप्ता',16day: 'दिन',17list: 'सूची',18},19weekText: 'हप्ता',20allDayText: 'दिनभरि',21moreLinkText: 'थप लिंक',22noEventsText: 'देखाउनको लागि कुनै घटनाहरू छैनन्',23};24
25return ne;26
27}());28