Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
76f53ab8bf
|
@ -6,7 +6,7 @@ module.exports = [
|
|||
new Event('trans_month', 'Transgender', 11, month, EventLevel.Month, ['transgender']),
|
||||
new Event('bi_health_month', 'Bisexual', 3, month, EventLevel.Month, ['bisexual']),
|
||||
new Event('aro_month', 'Aromantic', 2, month, EventLevel.Month, ['aromantic', 'aromantic spectrum']),
|
||||
new Event('suicide_prevention_month', null, 9, month, EventLevel.Month),
|
||||
new Event('suicide_prevention_month', '_yellow-ribbon', 9, month, EventLevel.Month),
|
||||
new Event('aids_awareness_month', '_red-ribbon', 12, month, EventLevel.Month, ['aids']),
|
||||
|
||||
// project celebrations
|
||||
|
@ -53,7 +53,7 @@ module.exports = [
|
|||
new Event('holocaust_remembrance_day', '_black-ribbon', 1, day(27), EventLevel.Day),
|
||||
new Event('black_ribbon_day', '_black-ribbon', 8, day(23), EventLevel.Day),
|
||||
new Event('mena_lesbian_day', 'Lesbian', 6, day(13), EventLevel.Day, ['lesbian', 'progress pride', 'homosexual']),
|
||||
new Event('suicide_prevention_day', null, 9, day(10), EventLevel.Day),
|
||||
new Event('suicide_prevention_day', '_yellow-ribbon', 9, day(10), EventLevel.Day),
|
||||
new Event('parents_day', '_hrc', 12, day(6), EventLevel.Day),
|
||||
new Event('hiv_testing_day', '_red-ribbon', 6, day(27), EventLevel.Day, ['aids']),
|
||||
|
||||
|
|
|
@ -60,8 +60,8 @@ module.exports = [
|
|||
new Event('National HIV Testing Day (Spain)', '_red-ribbon', 10, day(20), EventLevel.Day, ['aids']),
|
||||
new Event('National HIV Testing Day (Mexico)', '_red-ribbon', 11, day(23), EventLevel.Day, ['aids']),
|
||||
new Event('National HIV Testing Day (Peru)', '_red-ribbon', 6, day(10), EventLevel.Day, ['aids']),
|
||||
new Event('Suicide Prevention Day (Uruguay)', null, 7, day(17), EventLevel.Day),
|
||||
new Event('Sucide Prevention Day (Puerto Rico)', null, 8, day(12), EventLevel.Day),
|
||||
new Event('Suicide Prevention Day (Uruguay)', '_yellow-ribbon', 7, day(17), EventLevel.Day),
|
||||
new Event('Sucide Prevention Day (Puerto Rico)', '_yellow-ribbon', 8, day(12), EventLevel.Day),
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -41,8 +41,8 @@ module.exports = [
|
|||
new Event('Día nacional por la NO violencia y homofobia contra la población LGBTI (Colombia)', null, 8, day(23), EventLevel.Day, ['homophobia', 'transphobia', 'biphobia']),
|
||||
new Event('Día por los Derechos de las Personas LGBTI (Paraguay)', 'LGBTQ', 9, day(30), EventLevel.Day, ['lgbtq']),
|
||||
new Event('Día Contra los Crímenes de Odio (Perú)', null, 5, day(31), EventLevel.Day, ['homophobia', 'transphobia', 'biphobia']),
|
||||
new Event('Día Nacional para la Prevención del Suicidio (Uruguay)', null, 7, day(17), EventLevel.Day),
|
||||
new Event('Día Nacional para la Prevención del Suicidio (Puerto Rico)', null, 8, day(12), EventLevel.Day),
|
||||
new Event('Día Nacional para la Prevención del Suicidio (Uruguay)', '_yellow-ribbon', 7, day(17), EventLevel.Day),
|
||||
new Event('Día Nacional para la Prevención del Suicidio (Puerto Rico)', '_yellow-ribbon', 8, day(12), EventLevel.Day),
|
||||
|
||||
// one-off events
|
||||
new Event('{https://www.facebook.com/marchadelorgulloar/=Marcha del Orgullo Buenos Aires} (Argentina)', 'LGBTQ', 11, dayYear(6, 2021), EventLevel.Day),
|
||||
|
|
|
@ -51,6 +51,6 @@ module.exports = [
|
|||
}, EventLevel.Week, ['aids']),
|
||||
|
||||
// one-off events
|
||||
new Event('Journée de le mariage pour tous (Suisse)', null, 7, dayYear(1, 2022), EventLevel.Day),
|
||||
new Event('Journée de le mariage pour tous (Suisse)', '_hrc', 7, dayYear(1, 2022), EventLevel.Day),
|
||||
|
||||
];
|
||||
|
|
Reference in New Issue