GPQAPP
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var bn = {5code: 'bn',6week: {7dow: 0, // Sunday is the first day of the week.8doy: 6, // 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: function(n) {22return '+অন্যান্য ' + n23},24noEventsText: 'কোনো ইভেন্ট নেই',25};26
27return bn;28
29}());30