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

52
frontend/node_modules/flatpickr/dist/esm/l10n/pa.js generated vendored Normal file
View File

@@ -0,0 +1,52 @@
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
? window.flatpickr
: {
l10ns: {},
};
export var Punjabi = {
weekdays: {
shorthand: ["ਐਤ", "ਸੋਮ", "ਮੰਗਲ", "ਬੁੱਧ", "ਵੀਰ", "ਸ਼ੁੱਕਰ", "ਸ਼ਨਿੱਚਰ"],
longhand: [
"ਐਤਵਾਰ",
"ਸੋਮਵਾਰ",
"ਮੰਗਲਵਾਰ",
"ਬੁੱਧਵਾਰ",
"ਵੀਰਵਾਰ",
"ਸ਼ੁੱਕਰਵਾਰ",
"ਸ਼ਨਿੱਚਰਵਾਰ",
],
},
months: {
shorthand: [
"ਜਨ",
"ਫ਼ਰ",
"ਮਾਰ",
"ਅਪ੍ਰੈ",
"ਮਈ",
"ਜੂਨ",
"ਜੁਲਾ",
"ਅਗ",
"ਸਤੰ",
"ਅਕ",
"ਨਵੰ",
"ਦਸੰ",
],
longhand: [
"ਜਨਵਰੀ",
"ਫ਼ਰਵਰੀ",
"ਮਾਰਚ",
"ਅਪ੍ਰੈਲ",
"ਮਈ",
"ਜੂਨ",
"ਜੁਲਾਈ",
"ਅਗਸਤ",
"ਸਤੰਬਰ",
"ਅਕਤੂਬਰ",
"ਨਵੰਬਰ",
"ਦਸੰਬਰ",
],
},
time_24hr: true,
};
fp.l10ns.pa = Punjabi;
export default fp.l10ns;