UNPKG

374 BJavaScriptView Raw
1FullCalendar.globalLocales.push(function () {
2 'use strict';
3
4 var uz = {
5 code: "uz",
6 buttonText: {
7 month: "Oy",
8 week: "Xafta",
9 day: "Kun",
10 list: "Kun tartibi"
11 },
12 allDayText: "Kun bo'yi",
13 moreLinkText: function(n) {
14 return "+ yana " + n;
15 },
16 noEventsText: "Ko'rsatish uchun voqealar yo'q"
17 };
18
19 return uz;
20
21}());