Add yet-another-react-lightbox package and update .gitignore to exclude node_modules

This commit is contained in:
IGNY8 VPS (Salman)
2025-11-12 18:50:30 +00:00
parent bd2a5570a9
commit c92f4a5edd
9304 changed files with 29 additions and 2008667 deletions

View File

@@ -1,53 +0,0 @@
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
? window.flatpickr
: {
l10ns: {},
};
export var Vietnamese = {
weekdays: {
shorthand: ["CN", "T2", "T3", "T4", "T5", "T6", "T7"],
longhand: [
"Chủ nhật",
"Thứ hai",
"Thứ ba",
"Thứ tư",
"Thứ năm",
"Thứ sáu",
"Thứ bảy",
],
},
months: {
shorthand: [
"Th1",
"Th2",
"Th3",
"Th4",
"Th5",
"Th6",
"Th7",
"Th8",
"Th9",
"Th10",
"Th11",
"Th12",
],
longhand: [
"Tháng một",
"Tháng hai",
"Tháng ba",
"Tháng tư",
"Tháng năm",
"Tháng sáu",
"Tháng bảy",
"Tháng tám",
"Tháng chín",
"Tháng mười",
"Tháng mười một",
"Tháng mười hai",
],
},
firstDayOfWeek: 1,
rangeSeparator: " đến ",
};
fp.l10ns.vn = Vietnamese;
export default fp.l10ns;