GPQAPP
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var taIn = {5code: 'ta-in',6week: {7dow: 1, // Monday is the first day of the week.8doy: 4, // The week that contains Jan 4th 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 taIn;28
29}());30