GPQAPP
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var vi = {5code: 'vi',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: 'Trước',12next: 'Tiếp',13today: 'Hôm nay',14month: 'Tháng',15week: 'Tuần',16day: 'Ngày',17list: 'Lịch biểu',18},19weekText: 'Tu',20allDayText: 'Cả ngày',21moreLinkText: function(n) {22return '+ thêm ' + n23},24noEventsText: 'Không có sự kiện để hiển thị',25};26
27return vi;28
29}());30