Sha256: 4a9ae900f87b59ee7c2144d53a54fa979fca24ad752a77178665edc9fc9db6ad

Contents?: true

Size: 1.83 KB

Versions: 1

Compression:

Stored size: 1.83 KB

Contents

/* flatpickr v4.5.2, @license MIT */
(function (global, factory) {
    typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
    typeof define === 'function' && define.amd ? define(['exports'], factory) :
    (factory((global.bg = {})));
}(this, (function (exports) { 'use strict';

    const fp = typeof window !== "undefined" && window.flatpickr !== undefined
        ? window.flatpickr
        : {
            l10ns: {},
        };
    const Bulgarian = {
        weekdays: {
            shorthand: ["Нд", "Пн", "Вт", "Ср", "Чт", "Пт", "Сб"],
            longhand: [
                "Неделя",
                "Понеделник",
                "Вторник",
                "Сряда",
                "Четвъртък",
                "Петък",
                "Събота",
            ],
        },
        months: {
            shorthand: [
                "Яну",
                "Фев",
                "Март",
                "Апр",
                "Май",
                "Юни",
                "Юли",
                "Авг",
                "Сеп",
                "Окт",
                "Ное",
                "Дек",
            ],
            longhand: [
                "Януари",
                "Февруари",
                "Март",
                "Април",
                "Май",
                "Юни",
                "Юли",
                "Август",
                "Септември",
                "Октомври",
                "Ноември",
                "Декември",
            ],
        },
    };
    fp.l10ns.bg = Bulgarian;
    var bg = fp.l10ns;

    exports.Bulgarian = Bulgarian;
    exports.default = bg;

    Object.defineProperty(exports, '__esModule', { value: true });

})));

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
flatpickr-4.5.2.0 vendor/assets/javascripts/flatpickr/l10n/bg.js