Sha256: 368473337dcc8be03a0089499e9af8a868605438c80fc74f50fa7c166e86c671

Contents?: true

Size: 949 Bytes

Versions: 4

Compression:

Stored size: 949 Bytes

Contents

(function (global, factory) {
    typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
    typeof define === 'function' && define.amd ? define(factory) :
    (global = global || self, (global.FullCalendarLocales = global.FullCalendarLocales || {}, global.FullCalendarLocales.id = factory()));
}(this, function () { 'use strict';

    var id = {
        code: "id",
        week: {
            dow: 1,
            doy: 7 // The week that contains Jan 1st is the first week of the year.
        },
        buttonText: {
            prev: "mundur",
            next: "maju",
            today: "hari ini",
            month: "Bulan",
            week: "Minggu",
            day: "Hari",
            list: "Agenda"
        },
        weekLabel: "Mg",
        allDayHtml: "Sehari<br/>penuh",
        eventLimitText: "lebih",
        noEventsMessage: "Tidak ada acara untuk ditampilkan"
    };

    return id;

}));

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
decidim-calendar-0.19.0 vendor/assets/javascripts/fullcalendar/core/locales/id.js
full_calendar-4.2.0.1 vendor/assets/javascripts/fullcalendar/core/locales/id.js
full_calendar-4.2.0 vendor/assets/javascripts/fullcalendar/core/locales/id.js
decidim-calendar-0.13.1.3 vendor/assets/javascripts/fullcalendar/core/locales/id.js