UNPKG

1.72 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.vn = {}));
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 Vietnamese = {
13 weekdays: {
14 shorthand: ["CN", "T2", "T3", "T4", "T5", "T6", "T7"],
15 longhand: [
16 "Chủ nhật",
17 "Thứ hai",
18 "Thứ ba",
19 "Thứ tư",
20 "Thứ năm",
21 "Thứ sáu",
22 "Thứ bảy",
23 ],
24 },
25 months: {
26 shorthand: [
27 "Th1",
28 "Th2",
29 "Th3",
30 "Th4",
31 "Th5",
32 "Th6",
33 "Th7",
34 "Th8",
35 "Th9",
36 "Th10",
37 "Th11",
38 "Th12",
39 ],
40 longhand: [
41 "Tháng một",
42 "Tháng hai",
43 "Tháng ba",
44 "Tháng tư",
45 "Tháng năm",
46 "Tháng sáu",
47 "Tháng bảy",
48 "Tháng tám",
49 "Tháng chín",
50 "Tháng mười",
51 "Tháng 11",
52 "Tháng 12",
53 ],
54 },
55 firstDayOfWeek: 1,
56 rangeSeparator: " đến ",
57 };
58 fp.l10ns.vn = Vietnamese;
59 var vn = fp.l10ns;
60
61 exports.Vietnamese = Vietnamese;
62 exports.default = vn;
63
64 Object.defineProperty(exports, '__esModule', { value: true });
65
66})));