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

61
frontend/node_modules/flatpickr/dist/esm/l10n/km.js generated vendored Normal file
View File

@@ -0,0 +1,61 @@
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
? window.flatpickr
: {
l10ns: {},
};
export var Khmer = {
weekdays: {
shorthand: ["អាទិត្យ", "ចន្ទ", "អង្គារ", "ពុធ", "ព្រហស.", "សុក្រ", "សៅរ៍"],
longhand: [
"អាទិត្យ",
"ចន្ទ",
"អង្គារ",
"ពុធ",
"ព្រហស្បតិ៍",
"សុក្រ",
"សៅរ៍",
],
},
months: {
shorthand: [
"មករា",
"កុម្ភះ",
"មីនា",
"មេសា",
"ឧសភា",
"មិថុនា",
"កក្កដា",
"សីហា",
"កញ្ញា",
"តុលា",
"វិច្ឆិកា",
"ធ្នូ",
],
longhand: [
"មករា",
"កុម្ភះ",
"មីនា",
"មេសា",
"ឧសភា",
"មិថុនា",
"កក្កដា",
"សីហា",
"កញ្ញា",
"តុលា",
"វិច្ឆិកា",
"ធ្នូ",
],
},
ordinal: function () {
return "";
},
firstDayOfWeek: 1,
rangeSeparator: " ដល់ ",
weekAbbreviation: "សប្តាហ៍",
scrollTitle: "រំកិលដើម្បីបង្កើន",
toggleTitle: "ចុចដើម្បីផ្លាស់ប្ដូរ",
yearAriaLabel: "ឆ្នាំ",
time_24hr: true,
};
fp.l10ns.km = Khmer;
export default fp.l10ns;