LaravelTest
27 строк · 569.0 Байт
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var tr = {5code: 'tr',6week: {7dow: 1, // Monday is the first day of the week.8doy: 7, // The week that contains Jan 1st is the first week of the year.9},10buttonText: {11prev: 'geri',12next: 'ileri',13today: 'bugün',14month: 'Ay',15week: 'Hafta',16day: 'Gün',17list: 'Ajanda',18},19weekText: 'Hf',20allDayText: 'Tüm gün',21moreLinkText: 'daha fazla',22noEventsText: 'Gösterilecek etkinlik yok',23};24
25return tr;26
27}());28