You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
284B

  1. FullCalendar.globalLocales.push(function () {
  2. 'use strict';
  3. var ug = {
  4. code: 'ug',
  5. buttonText: {
  6. month: 'ئاي',
  7. week: 'ھەپتە',
  8. day: 'كۈن',
  9. list: 'كۈنتەرتىپ',
  10. },
  11. allDayText: 'پۈتۈن كۈن',
  12. };
  13. return ug;
  14. }());