Revert "Add yet-another-react-lightbox package and update .gitignore to exclude node_modules"
This reverts commit c92f4a5edd.
This commit is contained in:
55
frontend/node_modules/flatpickr/dist/esm/l10n/fa.js
generated
vendored
Normal file
55
frontend/node_modules/flatpickr/dist/esm/l10n/fa.js
generated
vendored
Normal file
@@ -0,0 +1,55 @@
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {},
|
||||
};
|
||||
export var Persian = {
|
||||
weekdays: {
|
||||
shorthand: ["یک", "دو", "سه", "چهار", "پنج", "جمعه", "شنبه"],
|
||||
longhand: [
|
||||
"یکشنبه",
|
||||
"دوشنبه",
|
||||
"سهشنبه",
|
||||
"چهارشنبه",
|
||||
"پنچشنبه",
|
||||
"جمعه",
|
||||
"شنبه",
|
||||
],
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"ژانویه",
|
||||
"فوریه",
|
||||
"مارس",
|
||||
"آوریل",
|
||||
"مه",
|
||||
"ژوئن",
|
||||
"ژوئیه",
|
||||
"اوت",
|
||||
"سپتامبر",
|
||||
"اکتبر",
|
||||
"نوامبر",
|
||||
"دسامبر",
|
||||
],
|
||||
longhand: [
|
||||
"ژانویه",
|
||||
"فوریه",
|
||||
"مارس",
|
||||
"آوریل",
|
||||
"مه",
|
||||
"ژوئن",
|
||||
"ژوئیه",
|
||||
"اوت",
|
||||
"سپتامبر",
|
||||
"اکتبر",
|
||||
"نوامبر",
|
||||
"دسامبر",
|
||||
],
|
||||
},
|
||||
firstDayOfWeek: 6,
|
||||
ordinal: function () {
|
||||
return "";
|
||||
},
|
||||
};
|
||||
fp.l10ns.fa = Persian;
|
||||
export default fp.l10ns;
|
||||
Reference in New Issue
Block a user