| 1234567891011121314151617181920212223242526 |
- /*!
- FullCalendar Core v6.1.14
- Docs & License: https://fullcalendar.io
- (c) 2024 Adam Shaw
- */
- (function (index_js) {
- 'use strict';
- var locale = {
- code: 'ug',
- buttonText: {
- prev: 'ئالدىنقى',
- next: 'كېيىنكى',
- today: 'بۈگۈن',
- year: 'يىل',
- month: 'ئاي',
- week: 'ھەپتە',
- day: 'كۈن',
- list: 'كۈنتەرتىپ',
- },
- allDayText: 'پۈتۈن كۈن',
- };
- index_js.globalLocales.push(locale);
- })(FullCalendar);
|