mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-27 06:52:35 -04:00
[pl] Update events.js
This commit is contained in:
parent
74fc9a851e
commit
b62f0fb962
@ -119,4 +119,16 @@ module.exports = [
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, EventLevel.Day),
|
}, EventLevel.Day),
|
||||||
|
|
||||||
|
// Sep 24 - Oct 1
|
||||||
|
new Event('{https://www.facebook.com/voicecelebration/=Tydzień Głosu Osób Queerowych w Iranie}', 'Progress Pride', 9, function* (monthDays) {
|
||||||
|
let lastDay = null;
|
||||||
|
for (let d of monthDays) {
|
||||||
|
if (d.day >= 24) {
|
||||||
|
yield d;
|
||||||
|
}
|
||||||
|
lastDay = d;
|
||||||
|
}
|
||||||
|
yield new Day(lastDay.year, 10, 1);
|
||||||
|
}, EventLevel.Week),
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user