Sha256: 4dc0cdfc17f072d3fff18cecc8ca444a555a23b9485eac31309b138e3dcca018

Contents?: true

Size: 932 Bytes

Versions: 4

Compression:

Stored size: 932 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.gl = factory()));
}(this, function () { 'use strict';

    var gl = {
        code: "gl",
        week: {
            dow: 1,
            doy: 4 // The week that contains Jan 4th is the first week of the year.
        },
        buttonText: {
            prev: "Ant",
            next: "Seg",
            today: "Hoxe",
            month: "Mes",
            week: "Semana",
            day: "Día",
            list: "Axenda"
        },
        weekLabel: "Sm",
        allDayHtml: "Todo<br/>o día",
        eventLimitText: "máis",
        noEventsMessage: "Non hai eventos para amosar"
    };

    return gl;

}));

Version data entries

4 entries across 4 versions & 2 rubygems

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