mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-27 06:52:35 -04:00
[calendar][en] iranian queer voice
This commit is contained in:
parent
1f451cd618
commit
d5a1e58420
@ -97,6 +97,7 @@ sources:
|
||||
Series: 'Series'
|
||||
Song: 'Music'
|
||||
Poetry: 'Poetry'
|
||||
Comics: 'Comics'
|
||||
Game: 'Game'
|
||||
Other: 'Other'
|
||||
submit:
|
||||
|
@ -208,6 +208,18 @@ module.exports = [
|
||||
}
|
||||
}, EventLevel.Day),
|
||||
|
||||
// Sep 24 - Oct 1
|
||||
new Event('Iranian Queer Voice Celebration Week', null, 9, function* (monthDays) {
|
||||
let lastDay = null;
|
||||
for (let d of monthDays) {
|
||||
if (d.day >= 24) {
|
||||
yield d;
|
||||
}
|
||||
lastDay = d;
|
||||
}
|
||||
yield new Day(lastDay.year, 12, 1);
|
||||
}, EventLevel.Week),
|
||||
|
||||
// one-off events
|
||||
new Event('Day of Silence', null, 4, dayYear(23, 2021), EventLevel.Day),
|
||||
new Event('Day of Silence', null, 4, dayYear(22, 2022), EventLevel.Day),
|
||||
|
Loading…
x
Reference in New Issue
Block a user