aboutsummaryrefslogblamecommitdiffstats
path: root/library/fullcalendar/packages/core/locales/mk.global.js
blob: a91dcc55c42c8d246ef9548593b0986dd248718f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
   
                        
                                       
                  









                                       
                                 















                                                                            
/*!
FullCalendar Core v6.1.8
Docs & License: https://fullcalendar.io
(c) 2023 Adam Shaw
*/
(function (index_js) {
    'use strict';

    var locale = {
        code: 'mk',
        buttonText: {
            prev: 'претходно',
            next: 'следно',
            today: 'Денес',
            year: 'година',
            month: 'Месец',
            week: 'Недела',
            day: 'Ден',
            list: 'График',
        },
        weekText: 'Сед',
        allDayText: 'Цел ден',
        moreLinkText(n) {
            return '+повеќе ' + n;
        },
        noEventsText: 'Нема настани за прикажување',
    };

    index_js.globalLocales.push(locale);

})(FullCalendar);