mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-26 06:23:35 -04:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
da53b9dcd7
@ -94,6 +94,7 @@ module.exports = [
|
||||
new Event('{https://en.wikipedia.org/wiki/2022_Oslo_shooting=Oslo Pride Shooting} Remembrance Day', '_black-ribbon', 6, day(25), EventLevel.Day),
|
||||
new Event('{/terminology#two%20spirit=Two-Spirit} and Indigenous LGBTQQIA+ Awareness to Celebration Day (Canada)', 'Two Spirit_', 3, day(21), EventLevel.Day, ['two spirit']),
|
||||
new Event('Marriage Equality Day (Slovenia)', '_hrc', 7, day(8), EventLevel.Day),
|
||||
new Event('Marriage Equality Day (Andorra)', '_hrc', 2, day(17), EventLevel.Day),
|
||||
new Event('Butch Appreciation Day', '_Butch', 8, day(18), EventLevel.Day),
|
||||
|
||||
// --- dynamic date ---
|
||||
|
@ -119,4 +119,16 @@ module.exports = [
|
||||
}
|
||||
}
|
||||
}, 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