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,51 +0,0 @@
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
? window.flatpickr
: {
l10ns: {},
};
export var Hindi = {
weekdays: {
shorthand: ["रवि", "सोम", "मंगल", "बुध", "गुरु", "शुक्र", "शनि"],
longhand: [
"रविवार",
"सोमवार",
"मंगलवार",
"बुधवार",
"गुरुवार",
"शुक्रवार",
"शनिवार",
],
},
months: {
shorthand: [
"जन",
"फर",
"मार्च",
"अप्रेल",
"मई",
"जून",
"जूलाई",
"अग",
"सित",
"अक्ट",
"नव",
"दि",
],
longhand: [
"जनवरी ",
"फरवरी",
"मार्च",
"अप्रेल",
"मई",
"जून",
"जूलाई",
"अगस्त ",
"सितम्बर",
"अक्टूबर",
"नवम्बर",
"दिसम्बर",
],
},
};
fp.l10ns.hi = Hindi;
export default fp.l10ns;