Sha256: 7d84db336996ead35f9d340353762b80ce8e985b4ccc46273893a5cd43695f23

Contents?: true

Size: 1.76 KB

Versions: 1

Compression:

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

    const fp = typeof window !== "undefined" && window.flatpickr !== undefined
        ? window.flatpickr
        : {
            l10ns: {},
        };
    const Romanian = {
        weekdays: {
            shorthand: ["Dum", "Lun", "Mar", "Mie", "Joi", "Vin", "Sam"],
            longhand: [
                "Duminică",
                "Luni",
                "Marți",
                "Miercuri",
                "Joi",
                "Vineri",
                "Sâmbătă",
            ],
        },
        months: {
            shorthand: [
                "Ian",
                "Feb",
                "Mar",
                "Apr",
                "Mai",
                "Iun",
                "Iul",
                "Aug",
                "Sep",
                "Oct",
                "Noi",
                "Dec",
            ],
            longhand: [
                "Ianuarie",
                "Februarie",
                "Martie",
                "Aprilie",
                "Mai",
                "Iunie",
                "Iulie",
                "August",
                "Septembrie",
                "Octombrie",
                "Noiembrie",
                "Decembrie",
            ],
        },
        firstDayOfWeek: 1,
        ordinal: () => {
            return "";
        },
    };
    fp.l10ns.ro = Romanian;
    var ro = fp.l10ns;

    exports.Romanian = Romanian;
    exports.default = ro;

    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/ro.js