diff options
Diffstat (limited to 'library/fullcalendar/packages/core/locales/uz.js')
-rw-r--r-- | library/fullcalendar/packages/core/locales/uz.js | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/library/fullcalendar/packages/core/locales/uz.js b/library/fullcalendar/packages/core/locales/uz.js deleted file mode 100644 index 24089756d..000000000 --- a/library/fullcalendar/packages/core/locales/uz.js +++ /dev/null @@ -1,24 +0,0 @@ -(function (global, factory) { - typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : - typeof define === 'function' && define.amd ? define(factory) : - (global = global || self, (global.FullCalendarLocales = global.FullCalendarLocales || {}, global.FullCalendarLocales.uz = factory())); -}(this, function () { 'use strict'; - - var uz = { - code: "uz", - buttonText: { - month: "Oy", - week: "Xafta", - day: "Kun", - list: "Kun tartibi" - }, - allDayText: "Kun bo'yi", - eventLimitText: function (n) { - return "+ yana " + n; - }, - noEventsMessage: "Ko'rsatish uchun voqealar yo'q" - }; - - return uz; - -})); |