mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 05:05:20 -04:00
(calendar) enable 2025
This commit is contained in:
parent
33dcdaf7c3
commit
29bf74c3f0
@ -17,6 +17,6 @@ export const buildCalendar = (baseUrl: string) => {
|
|||||||
[...internationalEvents, ...localEvents], // TODO , ...namedays
|
[...internationalEvents, ...localEvents], // TODO , ...namedays
|
||||||
baseUrl,
|
baseUrl,
|
||||||
2021,
|
2021,
|
||||||
2024,
|
2025,
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
@ -260,7 +260,6 @@ export class NepaliEvent extends Event {
|
|||||||
for (let nDay = 1; nDay <= daysInMonth; nDay++) {
|
for (let nDay = 1; nDay <= daysInMonth; nDay++) {
|
||||||
const { gy, gm, gd } = nepali.toGregorian(gYear + possibleYearOffset, nMonth, nDay);
|
const { gy, gm, gd } = nepali.toGregorian(gYear + possibleYearOffset, nMonth, nDay);
|
||||||
if (gy === gYear) {
|
if (gy === gYear) {
|
||||||
console.log(new NepaliDay(gy, gm, gd, null, gYear + possibleYearOffset, nMonth, nDay));
|
|
||||||
yield new NepaliDay(gy, gm, gd, null, gYear + possibleYearOffset, nMonth, nDay);
|
yield new NepaliDay(gy, gm, gd, null, gYear + possibleYearOffset, nMonth, nDay);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user