25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

29 satır
656B

  1. FullCalendar.globalLocales.push(function () {
  2. 'use strict';
  3. var ku = {
  4. code: 'ku',
  5. week: {
  6. dow: 6, // Saturday is the first day of the week.
  7. doy: 12, // The week that contains Jan 1st is the first week of the year.
  8. },
  9. direction: 'rtl',
  10. buttonText: {
  11. prev: 'پێشتر',
  12. next: 'دواتر',
  13. today: 'ئەمڕو',
  14. month: 'مانگ',
  15. week: 'هەفتە',
  16. day: 'ڕۆژ',
  17. list: 'بەرنامە',
  18. },
  19. weekText: 'هەفتە',
  20. allDayText: 'هەموو ڕۆژەکە',
  21. moreLinkText: 'زیاتر',
  22. noEventsText: 'هیچ ڕووداوێك نیە',
  23. };
  24. return ku;
  25. }());