vendor/assets/javascripts/flatpickr/l10n/fi.js in flatpickr-4.6.3.1 vs vendor/assets/javascripts/flatpickr/l10n/fi.js in flatpickr-4.6.6.0
- old
+ new
@@ -1,15 +1,15 @@
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
(global = global || self, factory(global.fi = {}));
-}(this, function (exports) { 'use strict';
+}(this, (function (exports) { 'use strict';
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
? window.flatpickr
: {
- l10ns: {}
+ l10ns: {},
};
var Finnish = {
firstDayOfWeek: 1,
weekdays: {
shorthand: ["Su", "Ma", "Ti", "Ke", "To", "Pe", "La"],
@@ -19,11 +19,11 @@
"Tiistai",
"Keskiviikko",
"Torstai",
"Perjantai",
"Lauantai",
- ]
+ ],
},
months: {
shorthand: [
"Tammi",
"Helmi",
@@ -49,21 +49,21 @@
"Elokuu",
"Syyskuu",
"Lokakuu",
"Marraskuu",
"Joulukuu",
- ]
+ ],
},
ordinal: function () {
return ".";
},
- time_24hr: true
+ time_24hr: true,
};
fp.l10ns.fi = Finnish;
var fi = fp.l10ns;
exports.Finnish = Finnish;
exports.default = fi;
Object.defineProperty(exports, '__esModule', { value: true });
-}));
+})));