mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-08-31 22:58:35 +02:00
19 lines
312 B
JavaScript
19 lines
312 B
JavaScript
FullCalendar.globalLocales.push(
|
|
(function() {
|
|
"use strict";
|
|
|
|
var ug = {
|
|
code: "ug",
|
|
buttonText: {
|
|
month: "ئاي",
|
|
week: "ھەپتە",
|
|
day: "كۈن",
|
|
list: "كۈنتەرتىپ"
|
|
},
|
|
allDayText: "پۈتۈن كۈن"
|
|
};
|
|
|
|
return ug;
|
|
})()
|
|
);
|