vendor/assets/javascripts/flatpickr/l10n/cy.js in flatpickr-4.6.3.1 vs vendor/assets/javascripts/flatpickr/l10n/cy.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.cy = {})); -}(this, function (exports) { 'use strict'; +}(this, (function (exports) { 'use strict'; var fp = typeof window !== "undefined" && window.flatpickr !== undefined ? window.flatpickr : { - l10ns: {} + l10ns: {}, }; var Welsh = { weekdays: { shorthand: ["Sul", "Llun", "Maw", "Mer", "Iau", "Gwe", "Sad"], longhand: [ @@ -18,11 +18,11 @@ "Dydd Mawrth", "Dydd Mercher", "Dydd Iau", "Dydd Gwener", "Dydd Sadwrn", - ] + ], }, months: { shorthand: [ "Ion", "Chwef", @@ -48,11 +48,11 @@ "Awst", "Medi", "Hydref", "Tachwedd", "Rhagfyr", - ] + ], }, firstDayOfWeek: 1, ordinal: function (nth) { if (nth === 1) return "af"; @@ -78,16 +78,16 @@ if (nth >= 21 && nth <= 39) return "ain"; // Inconclusive. return ""; }, - time_24hr: true + time_24hr: true, }; fp.l10ns.cy = Welsh; var cy = fp.l10ns; exports.Welsh = Welsh; exports.default = cy; Object.defineProperty(exports, '__esModule', { value: true }); -})); +})));