si-lk.global.js 853 B

123456789101112131415161718192021222324252627282930313233
  1. /*!
  2. FullCalendar Core v6.1.14
  3. Docs & License: https://fullcalendar.io
  4. (c) 2024 Adam Shaw
  5. */
  6. (function (index_js) {
  7. 'use strict';
  8. var locale = {
  9. code: 'si-lk',
  10. week: {
  11. dow: 1,
  12. doy: 4, // The week that contains Jan 4th is the first week of the year.
  13. },
  14. buttonText: {
  15. prev: 'පෙර',
  16. next: 'පසු',
  17. today: 'අද',
  18. year: 'අවුරුදු',
  19. month: 'මාසය',
  20. week: 'සතිය',
  21. day: 'දවස',
  22. list: 'ලැයිස්තුව',
  23. },
  24. weekText: 'සති',
  25. allDayText: 'සියලු',
  26. moreLinkText: 'තවත්',
  27. noEventsText: 'මුකුත් නැත',
  28. };
  29. index_js.globalLocales.push(locale);
  30. })(FullCalendar);