resto-dhepot/public/assets/plugins/fullcalendar/locales/bn.js

30 lines
723 B
JavaScript

FullCalendar.globalLocales.push(function () {
'use strict';
var bn = {
code: 'bn',
week: {
dow: 0, // Sunday is the first day of the week.
doy: 6, // The week that contains Jan 1st is the first week of the year.
},
buttonText: {
prev: 'পেছনে',
next: 'সামনে',
today: 'আজ',
month: '',
week: 'সপ',
day: 'ি',
list: 'ি',
},
weekText: 'সপ',
allDayText: 'ি',
moreLinkText: function(n) {
return '+অন ' + n
},
noEventsText: ' ইভ ',
};
return bn;
}());