summaryrefslogtreecommitdiff
path: root/src/main/resources/static/plugins/fullcalendar/locales/ug.js
blob: 266d436febb8380dd3675021d6dd2fe47a5ca117 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
FullCalendar.globalLocales.push(function () {
  'use strict';

  var ug = {
    code: 'ug',
    buttonText: {
      month: 'ئاي',
      week: 'ھەپتە',
      day: 'كۈن',
      list: 'كۈنتەرتىپ',
    },
    allDayText: 'پۈتۈن كۈن',
  };

  return ug;

}());