[en] Update events.js
This commit is contained in:
parent
eb95ab59bc
commit
d8e850783c
|
@ -23,6 +23,7 @@ module.exports = [
|
||||||
new Event('National Black HIV Testing Day (US)', null, 2, day(7), EventLevel.MajorDay),
|
new Event('National Black HIV Testing Day (US)', null, 2, day(7), EventLevel.MajorDay),
|
||||||
new Event('Anniversary of the Decriminalisation of Homosexuality in England and Wales (1967)', null, 7, day(27), EventLevel.MajorDay),
|
new Event('Anniversary of the Decriminalisation of Homosexuality in England and Wales (1967)', null, 7, day(27), EventLevel.MajorDay),
|
||||||
new Event('Anniversary of the Decriminalisation of Homosexuality in Scotland (1981)', null, 2, day(1), EventLevel.MajorDay),
|
new Event('Anniversary of the Decriminalisation of Homosexuality in Scotland (1981)', null, 2, day(1), EventLevel.MajorDay),
|
||||||
|
new Event('Two Spirit Awareness Day', 'Two Spirit', 7, day(11), EventLevel.MajorDay),
|
||||||
|
|
||||||
// dynamic date
|
// dynamic date
|
||||||
new Event('Wear it Purple Day (Australia)', null, 8, function* (monthDays) {
|
new Event('Wear it Purple Day (Australia)', null, 8, function* (monthDays) {
|
||||||
|
|
Reference in New Issue