root 2bb01ae691
All checks were successful
continuous-integration/drone/push Build is passing
🔁 Sync from production: settings and Docker updates
2025-05-15 06:30:43 +00:00

28 lines
471 B
JavaScript

FullCalendar.globalLocales.push(function () {
'use strict';
var tr = {
code: "tr",
week: {
dow: 1,
doy: 7
},
buttonText: {
prev: "geri",
next: "ileri",
today: "bug\xFCn",
month: "Ay",
week: "Hafta",
day: "G\xFCn",
list: "Ajanda"
},
weekText: "Hf",
allDayText: "T\xFCm g\xFCn",
moreLinkText: "daha fazla",
noEventsText: "G\xF6sterilecek etkinlik yok"
};
return tr;
}());