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

This reverts commit c92f4a5edd.
This commit is contained in:
Desktop
2025-11-13 00:36:40 +05:00
parent 77ec8af4d1
commit 84e12b5146
9304 changed files with 2008667 additions and 29 deletions

64
frontend/node_modules/flatpickr/dist/l10n/hi.js generated vendored Normal file
View File

@@ -0,0 +1,64 @@
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.hi = {}));
}(this, (function (exports) { 'use strict';
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
? window.flatpickr
: {
l10ns: {},
};
var Hindi = {
weekdays: {
shorthand: ["रवि", "सोम", "मंगल", "बुध", "गुरु", "शुक्र", "शनि"],
longhand: [
"रविवार",
"सोमवार",
"मंगलवार",
"बुधवार",
"गुरुवार",
"शुक्रवार",
"शनिवार",
],
},
months: {
shorthand: [
"जन",
"फर",
"मार्च",
"अप्रेल",
"मई",
"जून",
"जूलाई",
"अग",
"सित",
"अक्ट",
"नव",
"दि",
],
longhand: [
"जनवरी ",
"फरवरी",
"मार्च",
"अप्रेल",
"मई",
"जून",
"जूलाई",
"अगस्त ",
"सितम्बर",
"अक्टूबर",
"नवम्बर",
"दिसम्बर",
],
},
};
fp.l10ns.hi = Hindi;
var hi = fp.l10ns;
exports.Hindi = Hindi;
exports.default = hi;
Object.defineProperty(exports, '__esModule', { value: true });
})));