Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

28 rindas
564B

  1. FullCalendar.globalLocales.push(function () {
  2. 'use strict';
  3. var gl = {
  4. code: 'gl',
  5. week: {
  6. dow: 1, // Monday is the first day of the week.
  7. doy: 4, // The week that contains Jan 4th is the first week of the year.
  8. },
  9. buttonText: {
  10. prev: 'Ant',
  11. next: 'Seg',
  12. today: 'Hoxe',
  13. month: 'Mes',
  14. week: 'Semana',
  15. day: 'Día',
  16. list: 'Axenda',
  17. },
  18. weekText: 'Sm',
  19. allDayText: 'Todo o día',
  20. moreLinkText: 'máis',
  21. noEventsText: 'Non hai eventos para amosar',
  22. };
  23. return gl;
  24. }());