UNPKG

1.62 kBJavaScriptView Raw
1(function (global, factory) {
2 typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
3 typeof define === 'function' && define.amd ? define(['exports'], factory) :
4 (global = global || self, factory(global.ms = {}));
5}(this, (function (exports) { 'use strict';
6
7 var fp = typeof window !== "undefined" && window.flatpickr !== undefined
8 ? window.flatpickr
9 : {
10 l10ns: {},
11 };
12 var Malaysian = {
13 weekdays: {
14 shorthand: ["Min", "Isn", "Sel", "Rab", "Kha", "Jum", "Sab"],
15 longhand: [
16 "Minggu",
17 "Isnin",
18 "Selasa",
19 "Rabu",
20 "Khamis",
21 "Jumaat",
22 "Sabtu",
23 ],
24 },
25 months: {
26 shorthand: [
27 "Jan",
28 "Feb",
29 "Mac",
30 "Apr",
31 "Mei",
32 "Jun",
33 "Jul",
34 "Ogo",
35 "Sep",
36 "Okt",
37 "Nov",
38 "Dis",
39 ],
40 longhand: [
41 "Januari",
42 "Februari",
43 "Mac",
44 "April",
45 "Mei",
46 "Jun",
47 "Julai",
48 "Ogos",
49 "September",
50 "Oktober",
51 "November",
52 "Disember",
53 ],
54 },
55 firstDayOfWeek: 1,
56 ordinal: function () {
57 return "";
58 },
59 };
60 var ms = fp.l10ns;
61
62 exports.Malaysian = Malaysian;
63 exports.default = ms;
64
65 Object.defineProperty(exports, '__esModule', { value: true });
66
67})));