mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 12:43:48 -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
|
||||
baseUrl,
|
||||
2021,
|
||||
2024,
|
||||
2025,
|
||||
);
|
||||
};
|
||||
|
@ -260,7 +260,6 @@ export class NepaliEvent extends Event {
|
||||
for (let nDay = 1; nDay <= daysInMonth; nDay++) {
|
||||
const { gy, gm, gd } = nepali.toGregorian(gYear + possibleYearOffset, nMonth, nDay);
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user