From 0225bdb772d1334cc1aa7ab0fc3678df0864df6b Mon Sep 17 00:00:00 2001 From: AlisaLinUwU Date: Sun, 26 Jan 2025 10:42:28 +0500 Subject: Initialize --- .../static/plugins/fullcalendar/locales/mk.js | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/main/resources/static/plugins/fullcalendar/locales/mk.js (limited to 'src/main/resources/static/plugins/fullcalendar/locales/mk.js') diff --git a/src/main/resources/static/plugins/fullcalendar/locales/mk.js b/src/main/resources/static/plugins/fullcalendar/locales/mk.js new file mode 100644 index 0000000..9eb98f4 --- /dev/null +++ b/src/main/resources/static/plugins/fullcalendar/locales/mk.js @@ -0,0 +1,25 @@ +FullCalendar.globalLocales.push(function () { + 'use strict'; + + var mk = { + code: 'mk', + buttonText: { + prev: 'претходно', + next: 'следно', + today: 'Денес', + month: 'Месец', + week: 'Недела', + day: 'Ден', + list: 'График', + }, + weekText: 'Сед', + allDayText: 'Цел ден', + moreLinkText: function(n) { + return '+повеќе ' + n + }, + noEventsText: 'Нема настани за прикажување', + }; + + return mk; + +}()); -- cgit v1.2.3