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.

2 vuotta sitten
123456789101112131415161718192021222324252627
  1. FullCalendar.globalLocales.push(function () {
  2. 'use strict';
  3. var ne = {
  4. code: 'ne', // code for nepal
  5. week: {
  6. dow: 7, // Sunday is the first day of the week.
  7. doy: 1, // The week that contains Jan 1st is the first week of the year.
  8. },
  9. buttonText: {
  10. prev: 'अघिल्लो',
  11. next: 'अर्को',
  12. today: 'आज',
  13. month: 'महिना',
  14. week: 'हप्ता',
  15. day: 'दिन',
  16. list: 'सूची',
  17. },
  18. weekText: 'हप्ता',
  19. allDayText: 'दिनभरि',
  20. moreLinkText: 'थप लिंक',
  21. noEventsText: 'देखाउनको लागि कुनै घटनाहरू छैनन्',
  22. };
  23. return ne;
  24. }());