First Commit
This commit is contained in:
27
html/sternwarte/kalender/lib/locales/tr.js
Normal file
27
html/sternwarte/kalender/lib/locales/tr.js
Normal file
@@ -0,0 +1,27 @@
|
||||
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;
|
||||
|
||||
}());
|
||||
Reference in New Issue
Block a user