PluginProbe
SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster / 2.7.0
SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster v2.7.0
2.7.0 2.6.0 trunk 1.1.0 1.1.4 1.2.1 1.2.2 1.2.3 1.2.5 1.2.9 1.3.1 1.3.2 1.5.0 1.5.1 1.5.4 1.5.7 1.5.8 1.5.9 1.6.2 1.6.5 1.6.8 1.7.2 1.7.4 1.7.5 1.7.9 All 43 releases
sellkit / assets / lib / flatpickr-locale / vn.js

vn.js in SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster 2.7.0, at assets/lib/flatpickr-locale/vn.js

67 lines 1.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 })));
67