AdminLTE/plugins/fullcalendar/locales/ne.js

28 lines
741 B
JavaScript
Raw Normal View History

2020-09-21 11:43:11 +02:00
FullCalendar.globalLocales.push(function () {
'use strict';
var ne = {
2020-11-25 10:31:52 +01:00
code: 'ne', // code for nepal
2020-09-21 11:43:11 +02:00
week: {
dow: 7, // Sunday is the first day of the week.
2020-11-25 10:31:52 +01:00
doy: 1, // The week that contains Jan 1st is the first week of the year.
2020-09-21 11:43:11 +02:00
},
buttonText: {
2020-11-25 10:31:52 +01:00
prev: 'अघिल्लो',
next: 'अर्को',
today: 'आज',
month: 'महिना',
week: 'हप्ता',
day: 'दिन',
list: 'सूची',
2020-09-21 11:43:11 +02:00
},
2020-11-25 10:31:52 +01:00
weekText: 'हप्ता',
allDayText: 'दिनभरि',
moreLinkText: 'थप लिंक',
noEventsText: 'देखाउनको लागि कुनै घटनाहरू छैनन्',
2020-09-21 11:43:11 +02:00
};
return ne;
}());