From bbcb7ea873b3d92af26285b488fc6c5ce89d8703 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Dembowski?= Date: Tue, 12 Jul 2022 22:21:42 +0000 Subject: [PATCH 01/14] [en] Update events.js --- locale/_/calendar/events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/_/calendar/events.js b/locale/_/calendar/events.js index bf27f3eb2..932fe41e1 100644 --- a/locale/_/calendar/events.js +++ b/locale/_/calendar/events.js @@ -78,7 +78,6 @@ module.exports = [ new Event('sex_worker_rights_day', '_sex-work', 3, day(3), EventLevel.Day), new Event('sex_worker_violence_day', '_sex-work', 12, day(17), EventLevel.Day), new Event('omnisexual_omniromantic_day', 'Omnisexual', 6, day(6), EventLevel.Day, ['omnisexual', 'omniromantic']), - new Event('omnisexual_awareness_day', 'Omnisexual', 3, day(21), EventLevel.Day, ['omnisexual']), new Event('mspec_gay_day', '_mspec_lesbians', 7, day(7), EventLevel.Day, ['mspec gay', 'bi gay']), new Event('mspec_gay_week', '_mspec_lesbians', 7, weekStarting(4), EventLevel.Week, ['mspec gay', 'bi gay']), new Event('hiv_is_not_a_crime', '_red-ribbon', 2, day(28), EventLevel.Day, ['aids']), @@ -87,6 +86,7 @@ module.exports = [ new Event('nonbinary_kids_day', 'Nonbinary', 10, day(1), EventLevel.Day, ['nonbinary']), new Event('masc_lesbian_day', 'Lesbian', 8, day(4), EventLevel.Day, ['lesbian']), new Event('masc_lesbian_week', 'Lesbian', 8, weekStarting(1), EventLevel.Week, ['lesbian']), + // --- dynamic date --- // full week starting on a Sunday following Valentine's Day From a8aa1bd8a40f72ee19ee385456d8a67b7678981c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Dembowski?= Date: Tue, 12 Jul 2022 22:23:46 +0000 Subject: [PATCH 02/14] [en] Update events.js --- locale/en/calendar/events.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locale/en/calendar/events.js b/locale/en/calendar/events.js index 5d07fb69b..d39705d56 100644 --- a/locale/en/calendar/events.js +++ b/locale/en/calendar/events.js @@ -28,7 +28,7 @@ module.exports = [ new Event('Freedom to Marry Day (US)', '_hrc', 2, day(12), EventLevel.Day), new Event('Anniversary of the Decriminalisation of Homosexuality in England and Wales (1967)', null, 7, day(27), EventLevel.Day), new Event('Anniversary of the Decriminalisation of Homosexuality in Scotland (1981)', '_law', 2, day(1), EventLevel.Day), - new Event('{/terminology#two%20spirit=Two Spirit} Awareness Day', 'Two Spirit', 7, day(11), EventLevel.Day, ['two spirit']), + new Event('{/terminology#two%20spirit=Two Spirit} Awareness Day (US)', 'Two Spirit', 7, day(11), EventLevel.Day, ['two spirit']), new Event('LGBT Center Awareness Day (US)', null, 10, day(19), EventLevel.Day), new Event('{https://twitter.com/_EQUALGROUND_/status/1440232964286124050=Lesbian Visibility Day} (Sri Lanka)', 'Lesbian', 9, day(21), EventLevel.Day), new Event('{https://www.cdc.gov/hiv/library/awareness/nlaad.html=Latinx AIDS Awareness Day} (US)', '_red-ribbon', 10, day(15), EventLevel.Day, ['aids']), @@ -94,6 +94,7 @@ module.exports = [ new Event('{https://napwha.org.au/about-us/national-network-of-women/=National Day of Women living with HIV} (Australia)', '_red-ribbon', 3, day(9), EventLevel.Day, ['aids']), new Event('{https://en.wikipedia.org/wiki/David_Kato=Kuchu Remembrance Day} (Uganda)', '_black-ribbon', 1, day(26), EventLevel.Day), new Event('{https://en.wikipedia.org/wiki/2022_Oslo_shooting=Oslo Pride Shooting} Remembrance Day', '_black-ribbon', 6, day(25), EventLevel.Day), + new Event('Two-Spirit and Indigenous LGBTQQIA+ Awareness to Celebration Day (Canada)', 'Two Spirit', 3, day(21), EventLevel.Day, ['two spirit']), // --- dynamic date --- From 84b6777074a8df3031771509e7abb969be5a11b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Dembowski?= Date: Tue, 12 Jul 2022 22:25:13 +0000 Subject: [PATCH 03/14] [es] Update events.js --- locale/es/calendar/events.js | 1 + 1 file changed, 1 insertion(+) diff --git a/locale/es/calendar/events.js b/locale/es/calendar/events.js index 764df7c5b..f4388d1c9 100644 --- a/locale/es/calendar/events.js +++ b/locale/es/calendar/events.js @@ -49,6 +49,7 @@ module.exports = [ new Event('Día Nacional de Afirmación Gay (Brasil)', 'LGBTQ', 2, day(28), EventLevel.Day, ['lgbtq', 'gay', 'homosexual']), new Event('Día de la Inclusión Social (Brasil)', null, 12, day(10), EventLevel.Day), new Event('{https://www.bng.gal/articulo/novas/dia-visibilidade-lesbica-galega/20210608103130030074.html=Día de la Visibilidad Lésbica} (Galiza)', 'Lesbian', 6, day(8), EventLevel.Day, ['lesbian']), + new Event('Día de la Conciencia y Celebración de Personas de Dos Espíritus y Queer Indígenas (Canada)', 'Two Spirit', 3, day(21), EventLevel.Day, ['two spirit']), // --- one-off events --- new Event('{https://www.facebook.com/marchadelorgulloar/=Marcha del Orgullo Buenos Aires} (Argentina)', 'LGBTQ', 11, dayYear(6, 2021), EventLevel.Day), From 611fa324049a4ec8da0f0467d050983917ff9812 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Dembowski?= Date: Tue, 12 Jul 2022 22:26:39 +0000 Subject: [PATCH 04/14] [fr] Update events.js --- locale/fr/calendar/events.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locale/fr/calendar/events.js b/locale/fr/calendar/events.js index 7930a8b69..aa39524f8 100644 --- a/locale/fr/calendar/events.js +++ b/locale/fr/calendar/events.js @@ -12,6 +12,8 @@ module.exports = [ new Event('Journée de sensibilité à la bispiritualité', 'Two Spirit', 7, day(11), EventLevel.Day, ['two spirit']), new Event('Journée de sensibilisation aux femmes, aux filles et aux personnes bispirituelles autochtones disparues et assassinées (Canada/USA)', 'Two Spirit', 5, day(5), EventLevel.Day, ['two spirit']), new Event('Anniversaire de la décrimilisation de l\'homosexualité (Canada)', '_law', 6, day(27), EventLevel.Day), + new Event('Journée de sensibilité à la bispiritualité (USA)', 'Two Spirit', 7, day(11), EventLevel.Day, ['two spirit']), + new Event('Journée de célébration bispirituelle (Canada)', 'Two Spirit', 7, day(11), EventLevel.Day, ['two spirit']), // --- dynamic date --- From c63fa39c4d99075b82eda1e223c815e8b5852ca7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Dembowski?= Date: Tue, 12 Jul 2022 22:30:26 +0000 Subject: [PATCH 05/14] [pt] Update events.js --- locale/pt/calendar/events.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/locale/pt/calendar/events.js b/locale/pt/calendar/events.js index 0db12c4f4..6cdb6fb0a 100644 --- a/locale/pt/calendar/events.js +++ b/locale/pt/calendar/events.js @@ -26,7 +26,8 @@ module.exports = [ new Event('Dia da Visibilidade Lésbica (Paraguay)', 'Lesbian', 9, day(16), EventLevel.Day, ['lesbian']), new Event('Dia do Ativismo pela Diversidade Sexual (Argentina)', 'LGBTQ', 8, day(20), EventLevel.Day), new Event('{https://www.bng.gal/articulo/novas/dia-visibilidade-lesbica-galega/20210608103130030074.html=Dia da Visibilidade Lésbica Galega} (Galiza)', 'Lesbian', 6, day(8), EventLevel.Day, ['lesbian']), - + new Event('Dia de Consciência de Pessoas Dois-Espíritos (EUA)', 'Two Spirit', 7, day(11), EventLevel.Day, ['two spirit']), + new Event('Dia de Consciência de Pessoas Dois-Espíritos (Canada)', 'Two Spirit', 3, day(21), EventLevel.Day, ['two spirit']), // --- one-off events --- new Event('{https://dezanove.pt/marcha-orgulho-lgbti-leiria-marcha-a-2-1523945=1ª Marcha do Orgulho LGBTI+ de Leiria} (Portugal)', 'LGBTQ', 10, dayYear(2, 2021), EventLevel.Day), new Event('{https://dezanove.pt/direitos-lgbti-viseu-marcha-a-10-de-1471763=Marcha pelos Direitos LGBTI+ de Viseu} (Portugal)', 'LGBTQ', 10, dayYear(10, 2021), EventLevel.Day), @@ -47,4 +48,5 @@ module.exports = [ new Event('{https://www.facebook.com/events/451121922567801/=4ª Parada do Orgulho LGBT de Rio Claro/SP} (Brasil)', 'LGBTQ', 10, dayYear(10, 2021), EventLevel.Day), new Event('{https://www.facebook.com/events/578588566271716/=1° Parada do Orgulho LGBTQIA+ de SJC} (Brasil)', 'LGBTQ', 6, dayYear(6, 2022), EventLevel.Day), new Event('{https://www.facebook.com/events/1175941416231293=15ª Parada do Orgulho LGBTI+ de Itaquaquecetuba} (Brasil)', 'LGBTQ', 8, dayYear(28, 2022), EventLevel.Day), + ]; From 3af31396725fb2b526bfecb38e3698f8d2c28ce8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Dembowski?= Date: Tue, 12 Jul 2022 22:32:02 +0000 Subject: [PATCH 06/14] [en] Update events.js --- locale/en/calendar/events.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/en/calendar/events.js b/locale/en/calendar/events.js index d39705d56..8908a9d9f 100644 --- a/locale/en/calendar/events.js +++ b/locale/en/calendar/events.js @@ -28,7 +28,7 @@ module.exports = [ new Event('Freedom to Marry Day (US)', '_hrc', 2, day(12), EventLevel.Day), new Event('Anniversary of the Decriminalisation of Homosexuality in England and Wales (1967)', null, 7, day(27), EventLevel.Day), new Event('Anniversary of the Decriminalisation of Homosexuality in Scotland (1981)', '_law', 2, day(1), EventLevel.Day), - new Event('{/terminology#two%20spirit=Two Spirit} Awareness Day (US)', 'Two Spirit', 7, day(11), EventLevel.Day, ['two spirit']), + new Event('{/terminology#two%20spirit=Two Spirit} Awareness Day (US)', 'Two Spirit_', 7, day(11), EventLevel.Day, ['two spirit']), new Event('LGBT Center Awareness Day (US)', null, 10, day(19), EventLevel.Day), new Event('{https://twitter.com/_EQUALGROUND_/status/1440232964286124050=Lesbian Visibility Day} (Sri Lanka)', 'Lesbian', 9, day(21), EventLevel.Day), new Event('{https://www.cdc.gov/hiv/library/awareness/nlaad.html=Latinx AIDS Awareness Day} (US)', '_red-ribbon', 10, day(15), EventLevel.Day, ['aids']), @@ -94,7 +94,7 @@ module.exports = [ new Event('{https://napwha.org.au/about-us/national-network-of-women/=National Day of Women living with HIV} (Australia)', '_red-ribbon', 3, day(9), EventLevel.Day, ['aids']), new Event('{https://en.wikipedia.org/wiki/David_Kato=Kuchu Remembrance Day} (Uganda)', '_black-ribbon', 1, day(26), EventLevel.Day), new Event('{https://en.wikipedia.org/wiki/2022_Oslo_shooting=Oslo Pride Shooting} Remembrance Day', '_black-ribbon', 6, day(25), EventLevel.Day), - new Event('Two-Spirit and Indigenous LGBTQQIA+ Awareness to Celebration Day (Canada)', 'Two Spirit', 3, day(21), EventLevel.Day, ['two spirit']), + new Event('Two-Spirit and Indigenous LGBTQQIA+ Awareness to Celebration Day (Canada)', 'Two Spirit_', 3, day(21), EventLevel.Day, ['two spirit']), // --- dynamic date --- From f67b6de196015a82f0d57a3f8184938c76f92325 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Dembowski?= Date: Tue, 12 Jul 2022 22:32:25 +0000 Subject: [PATCH 07/14] [pt] Update events.js --- locale/pt/calendar/events.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locale/pt/calendar/events.js b/locale/pt/calendar/events.js index 6cdb6fb0a..c093ea055 100644 --- a/locale/pt/calendar/events.js +++ b/locale/pt/calendar/events.js @@ -26,8 +26,8 @@ module.exports = [ new Event('Dia da Visibilidade Lésbica (Paraguay)', 'Lesbian', 9, day(16), EventLevel.Day, ['lesbian']), new Event('Dia do Ativismo pela Diversidade Sexual (Argentina)', 'LGBTQ', 8, day(20), EventLevel.Day), new Event('{https://www.bng.gal/articulo/novas/dia-visibilidade-lesbica-galega/20210608103130030074.html=Dia da Visibilidade Lésbica Galega} (Galiza)', 'Lesbian', 6, day(8), EventLevel.Day, ['lesbian']), - new Event('Dia de Consciência de Pessoas Dois-Espíritos (EUA)', 'Two Spirit', 7, day(11), EventLevel.Day, ['two spirit']), - new Event('Dia de Consciência de Pessoas Dois-Espíritos (Canada)', 'Two Spirit', 3, day(21), EventLevel.Day, ['two spirit']), + new Event('Dia de Consciência de Pessoas Dois-Espíritos (EUA)', 'Two Spirit_', 7, day(11), EventLevel.Day, ['two spirit']), + new Event('Dia de Consciência de Pessoas Dois-Espíritos (Canada)', 'Two Spirit_', 3, day(21), EventLevel.Day, ['two spirit']), // --- one-off events --- new Event('{https://dezanove.pt/marcha-orgulho-lgbti-leiria-marcha-a-2-1523945=1ª Marcha do Orgulho LGBTI+ de Leiria} (Portugal)', 'LGBTQ', 10, dayYear(2, 2021), EventLevel.Day), new Event('{https://dezanove.pt/direitos-lgbti-viseu-marcha-a-10-de-1471763=Marcha pelos Direitos LGBTI+ de Viseu} (Portugal)', 'LGBTQ', 10, dayYear(10, 2021), EventLevel.Day), @@ -47,6 +47,6 @@ module.exports = [ new Event('{https://www.facebook.com/events/558763492035269/=4ª Parada do Orgulho LGBT+ de Santos} (Brasil)', 'LGBTQ', 10, dayYear(3, 2021), EventLevel.Day), new Event('{https://www.facebook.com/events/451121922567801/=4ª Parada do Orgulho LGBT de Rio Claro/SP} (Brasil)', 'LGBTQ', 10, dayYear(10, 2021), EventLevel.Day), new Event('{https://www.facebook.com/events/578588566271716/=1° Parada do Orgulho LGBTQIA+ de SJC} (Brasil)', 'LGBTQ', 6, dayYear(6, 2022), EventLevel.Day), - new Event('{https://www.facebook.com/events/1175941416231293=15ª Parada do Orgulho LGBTI+ de Itaquaquecetuba} (Brasil)', 'LGBTQ', 8, dayYear(28, 2022), EventLevel.Day), + new Event('{https://www.facebook.com/events/1175941416231293=15ª Parada do Orgulho LGBTI+ de Itaquaquecetuba} (Brasil)', 'LGBTQ', 8, dayYear(28, 2022), EventLevel.Day), ]; From d0dff316b676ddcf07b0537a3fa5756ea527ac09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Dembowski?= Date: Tue, 12 Jul 2022 22:32:45 +0000 Subject: [PATCH 08/14] [fr] Update events.js --- locale/fr/calendar/events.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/fr/calendar/events.js b/locale/fr/calendar/events.js index aa39524f8..379ea6ea7 100644 --- a/locale/fr/calendar/events.js +++ b/locale/fr/calendar/events.js @@ -12,8 +12,8 @@ module.exports = [ new Event('Journée de sensibilité à la bispiritualité', 'Two Spirit', 7, day(11), EventLevel.Day, ['two spirit']), new Event('Journée de sensibilisation aux femmes, aux filles et aux personnes bispirituelles autochtones disparues et assassinées (Canada/USA)', 'Two Spirit', 5, day(5), EventLevel.Day, ['two spirit']), new Event('Anniversaire de la décrimilisation de l\'homosexualité (Canada)', '_law', 6, day(27), EventLevel.Day), - new Event('Journée de sensibilité à la bispiritualité (USA)', 'Two Spirit', 7, day(11), EventLevel.Day, ['two spirit']), - new Event('Journée de célébration bispirituelle (Canada)', 'Two Spirit', 7, day(11), EventLevel.Day, ['two spirit']), + new Event('Journée de sensibilité à la bispiritualité (USA)', 'Two Spirit_', 7, day(11), EventLevel.Day, ['two spirit']), + new Event('Journée de célébration bispirituelle (Canada)', 'Two Spirit_', 7, day(11), EventLevel.Day, ['two spirit']), // --- dynamic date --- From 29103dc1e5bcb03c37ac87b946cc334f4b13857c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Dembowski?= Date: Tue, 12 Jul 2022 22:33:17 +0000 Subject: [PATCH 09/14] [es] Update events.js --- locale/es/calendar/events.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locale/es/calendar/events.js b/locale/es/calendar/events.js index f4388d1c9..475bf98c0 100644 --- a/locale/es/calendar/events.js +++ b/locale/es/calendar/events.js @@ -33,8 +33,8 @@ module.exports = [ new Event('Día de la Conciencia de los Centros de la Comunidad LGBTQ+ (EE.UU.)', null, 10, day(19), EventLevel.Day), new Event('Día Latinx para la Concientización del SIDA (EE.UU.)', '_red-ribbon', 10, day(15), EventLevel.Day, ['aids']), new Event('Día de la Visibilidad Trans-, Travesti y No Binarie (Paraguay)', 'Transgender', 10, day(15), EventLevel.Day, ['transgender', 'travesti', 'nonbinary']), - new Event('Día de Concienciación de las Mujeres, Niñas y Personas Indígenas de Dos Espíritus Desaparecidas y Asesinadas', 'Two Spirit', 5, day(5), EventLevel.Day, ['two spirit']), - new Event('Día de la Conciencia de Personas de Dos Espíritus', 'Two Spirit', 7, day(11), EventLevel.Day, ['two spirit']), + new Event('Día de Concienciación de las Mujeres, Niñas y Personas Indígenas de Dos Espíritus Desaparecidas y Asesinadas', 'Two Spirit_', 5, day(5), EventLevel.Day, ['two spirit']), + new Event('Día de la Conciencia de Personas de Dos Espíritus', 'Two Spirit_', 7, day(11), EventLevel.Day, ['two spirit']), new Event('Día Nacional de lucha contra el VIH/SIDA (Uruguay)', '_red-ribbon', 7, day(29), EventLevel.Day, ['aids']), 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']), @@ -49,7 +49,7 @@ module.exports = [ new Event('Día Nacional de Afirmación Gay (Brasil)', 'LGBTQ', 2, day(28), EventLevel.Day, ['lgbtq', 'gay', 'homosexual']), new Event('Día de la Inclusión Social (Brasil)', null, 12, day(10), EventLevel.Day), new Event('{https://www.bng.gal/articulo/novas/dia-visibilidade-lesbica-galega/20210608103130030074.html=Día de la Visibilidad Lésbica} (Galiza)', 'Lesbian', 6, day(8), EventLevel.Day, ['lesbian']), - new Event('Día de la Conciencia y Celebración de Personas de Dos Espíritus y Queer Indígenas (Canada)', 'Two Spirit', 3, day(21), EventLevel.Day, ['two spirit']), + new Event('Día de la Conciencia y Celebración de Personas de Dos Espíritus y Queer Indígenas (Canada)', 'Two Spirit_', 3, day(21), EventLevel.Day, ['two spirit']), // --- one-off events --- new Event('{https://www.facebook.com/marchadelorgulloar/=Marcha del Orgullo Buenos Aires} (Argentina)', 'LGBTQ', 11, dayYear(6, 2021), EventLevel.Day), From 5641f69ee508d828785534786491e7e65eabdadf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Dembowski?= Date: Tue, 12 Jul 2022 22:33:39 +0000 Subject: [PATCH 10/14] [fr] Update events.js --- locale/fr/calendar/events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/fr/calendar/events.js b/locale/fr/calendar/events.js index 379ea6ea7..066d4dfe9 100644 --- a/locale/fr/calendar/events.js +++ b/locale/fr/calendar/events.js @@ -10,7 +10,7 @@ module.exports = [ new Event('Journée de le mariage pour tous (France)', '_hrc', 5, day(18), EventLevel.Day), new Event('Journée de le mariage pour tous (Belgique)', '_hrc', 6, day(1), EventLevel.Day), new Event('Journée de sensibilité à la bispiritualité', 'Two Spirit', 7, day(11), EventLevel.Day, ['two spirit']), - new Event('Journée de sensibilisation aux femmes, aux filles et aux personnes bispirituelles autochtones disparues et assassinées (Canada/USA)', 'Two Spirit', 5, day(5), EventLevel.Day, ['two spirit']), + new Event('Journée de sensibilisation aux femmes, aux filles et aux personnes bispirituelles autochtones disparues et assassinées (Canada/USA)', 'Two Spirit_', 5, day(5), EventLevel.Day, ['two spirit']), new Event('Anniversaire de la décrimilisation de l\'homosexualité (Canada)', '_law', 6, day(27), EventLevel.Day), new Event('Journée de sensibilité à la bispiritualité (USA)', 'Two Spirit_', 7, day(11), EventLevel.Day, ['two spirit']), new Event('Journée de célébration bispirituelle (Canada)', 'Two Spirit_', 7, day(11), EventLevel.Day, ['two spirit']), From 54cea1c59707aa9c40499f725653b174dca913cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Dembowski?= Date: Tue, 12 Jul 2022 22:34:24 +0000 Subject: [PATCH 11/14] [en] Update events.js --- locale/en/calendar/events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/en/calendar/events.js b/locale/en/calendar/events.js index 8908a9d9f..3334eb42a 100644 --- a/locale/en/calendar/events.js +++ b/locale/en/calendar/events.js @@ -47,7 +47,7 @@ module.exports = [ new Event('{/terminology#nonbinary=Nonbinary} People\'s Day (Poland)', 'Nonbinary', 3, day(9), EventLevel.Day, ['nonbinary']), new Event('{https://en.wikipedia.org/wiki/Matthew_Shepard=Matthew Shepard} Day of Remembrance', '_black-ribbon', 10, day(12), EventLevel.Day), new Event('{/terminology#transgender=Trans-}, {/terminology#travesti=Travesti} and {{/terminology#nonbinary=Non-Binary} Visibility Day (Paraguay)', 'Transgender', 10, day(15), EventLevel.Day, ['transgender', 'nonbinary', 'travesti']), - new Event('Missing and Murdered Indigenous Women, Girls, and {/terminology#two%20spirit=Two Spirit} Awareness Day', 'Two Spirit', 5, day(5), EventLevel.Day, ['two spirit']), + new Event('Missing and Murdered Indigenous Women, Girls, and {/terminology#two%20spirit=Two Spirit} Awareness Day', 'Two Spirit_', 5, day(5), EventLevel.Day, ['two spirit']), new Event('{/terminology#travesti=Travesti} and {/terminology#transgender=Transgender} Pride Day (Brazil)', 'Transgender', 5, day(15), EventLevel.Day, ['transgender', 'travesti']), new Event('National AIDS Day (Uruguay)', '_red-ribbon', 7, day(29), EventLevel.Day, ['aids']), new Event('National Day Against Violence and Homophobia Towards LGBTI People (Colombia)', null, 8, day(23), EventLevel.Day, ['homophobia', 'transphobia', 'biphobia']), From 6c715361e1b127f62d1813914b43d111b845ba7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Dembowski?= Date: Tue, 12 Jul 2022 22:37:26 +0000 Subject: [PATCH 12/14] [lad] Update events.js --- locale/lad/calendar/events.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/locale/lad/calendar/events.js b/locale/lad/calendar/events.js index fbfc41bd0..c8042f4d7 100644 --- a/locale/lad/calendar/events.js +++ b/locale/lad/calendar/events.js @@ -19,12 +19,13 @@ module.exports = [ new Event('Dia de la Konsensya de los Sentros de la Komunita LGBT (Estatos Unitos)', null, 10, day(19), EventLevel.Day), new Event('Dia Latinx para la Konsensya sovre AIDS (Estatos Unitos)', '_red-ribbon', 10, day(15), EventLevel.Day, ['aids']), new Event('Dia de la Visibilidad Trans-, Travesti i No Binarie (Paraguay)', 'Transgender', 10, day(15), EventLevel.Day, ['transgender', 'travesti', 'nonbinary']), - new Event('Dia de Konsensya de las Mujeres, Ninyas i Personas Indijenas de Dos Espiritos Dezaparesidas i Asasinadas', 'Two Spirit', 5, day(5), EventLevel.Day, ['two spirit']), - new Event('Dia de la Konsensya de Personas de Dos Espiritos', 'Two Spirit', 7, day(11), EventLevel.Day, ['two spirit']), + new Event('Dia de Konsensya de las Mujeres, Ninyas i Personas Indijenas de Dos Espiritos Dezaparesidas i Asasinadas', 'Two Spirit_', 5, day(5), EventLevel.Day, ['two spirit']), + new Event('Dia de la Konsensya de Personas de Dos Espiritos (Estatos Unitos)', 'Two Spirit_', 7, day(11), EventLevel.Day, ['two spirit']), new Event('Dia Nasional de Pelea kontra el HIV/AIDS (Uruguay)', '_red-ribbon', 7, day(29), EventLevel.Day, ['aids']), new Event('Dia Nasional por la NO Violensia i Omofobia kontra la Populasyon LGBTI (Kolombia)', null, 8, day(23), EventLevel.Day, ['homophobia', 'transphobia', 'biphobia']), new Event('Dia por los Diritos de las Personas LGBTI (Paraguay)', 'LGBTQ', 9, day(30), EventLevel.Day, ['lgbtq']), new Event('Dia kontra los Krimenes de Garez (Peru)', null, 5, day(31), EventLevel.Day, ['homophobia', 'transphobia', 'biphobia']), new Event('Dia Nasional para el Empedimyento del Suisidyo (Uruguay)', '_yellow-ribbon', 7, day(17), EventLevel.Day), new Event('Dia Nasional para el Empedimyento del Suisidyo (Puerto Riko)', '_yellow-ribbon', 8, day(12), EventLevel.Day), + new Event('Dia de la Konsensya de Personas de Dos Espiritos (Kanada)', 'Two Spirit_', 3, day(21), EventLevel.Day, ['two spirit']), ]; From 81b931f4c3d751020b69da062575fcee480e6a0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Dembowski?= Date: Tue, 12 Jul 2022 22:40:43 +0000 Subject: [PATCH 13/14] [pl] Update events.js --- locale/pl/calendar/events.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/locale/pl/calendar/events.js b/locale/pl/calendar/events.js index 1dd56ecd3..c29a85d20 100644 --- a/locale/pl/calendar/events.js +++ b/locale/pl/calendar/events.js @@ -8,7 +8,7 @@ module.exports = [ new Event('Miesiąc Historii LGBTQ+ (Kuba/Niemcy)', 'Progress Pride', 5, month, EventLevel.Month), new Event('Miesiąc Historii LGBTQ+ (Włochy)', 'Progress Pride', 4, month, EventLevel.Month), new Event('Miesiąc Historii LGBTQ+ (Finlandia)', 'Progress Pride', 11, month, EventLevel.Month), - new Event('Miesiąc Historii Osób {/terminology#transgender=Transpłciowych} (USA)', 'Transgender', 8, month, EventLevel.Month, ['transgender']), + new Event('Miesiąc Historii Osób {/terminologia#transgender=Transpłciowych} (USA)', 'Transgender', 8, month, EventLevel.Month, ['transgender']), new Event('Miesiąc Gniewu', 'Progress Pride', 7, month, EventLevel.Month), // --- static date --- @@ -23,6 +23,9 @@ module.exports = [ new Event('Dzień Pamięci {https://pl.wikipedia.org/wiki/Matthew_Shepard=Matthew Sheparda}', '_black-ribbon', 10, day(12), EventLevel.Day), new Event('Dzień Pamięci {https://pl.wikipedia.org/wiki/Marielle_Franco=Marielle Franco} (Brazylia)', '_black-ribbon', 3, day(14), EventLevel.Day), new Event('Dzień Niebinarnych Dzieci i Młodzieży', 'Nonbinary', 10, day(1), EventLevel.Day, ['nonbinary']), + new Event('Dzień Świadomości nt. Osób o {/terminologia#two%20spirit=Dwóch Duszach} (USA)', 'Two Spirit_', 7, day(11), EventLevel.Day, ['two spirit']), + new Event('Dzień Świadomości nt. Osób o {/terminologia#two%20spirit=Dwóch Duszach} (Kanada)', 'Two Spirit_', 3, day(21), EventLevel.Day, ['two spirit']), + new Event('Dzień Świadomości nt. Zaginionych i Zamordowanych Rdzennych Kobiet, Dziewczyn i Osób o {/terminologia#two%20spirit=Dwóch Duszach} (USA/Kanada)', 'Two Spirit_', 5, day(5), EventLevel.Day, ['two spirit']), // --- one-off events --- new Event('{https://www.facebook.com/events/494846264855467=Parada Równości 2021 (Warszawa)}', 'LGBTQ', 6, dayYear(19, 2021), EventLevel.Day), From c0faf2b975d2dcf33e2b54f860ee55efcc91015d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Dembowski?= Date: Wed, 13 Jul 2022 02:03:38 +0000 Subject: [PATCH 14/14] [en] Update pronounGroups.tsv --- locale/en/pronouns/pronounGroups.tsv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/en/pronouns/pronounGroups.tsv b/locale/en/pronouns/pronounGroups.tsv index 64e6902ce..2a19d61f1 100644 --- a/locale/en/pronouns/pronounGroups.tsv +++ b/locale/en/pronouns/pronounGroups.tsv @@ -2,4 +2,4 @@ key name pronouns description normative Binary forms she,he It's worth mentioning that pronouns ≠ gender. One can still be nonbinary while using pronouns that are congruent with (or opposite to) their gender assigned at birth. normative-ish Normative-ish forms they,they/them/themself,it,one Those pronouns have been in common use in normative English already, but recently they got a slightly different new usage: describing a single, specific person. If you want to link to plural “they”, use {/they,!5,Plural%20“they”=this link}. neopronouns Popular neopronouns ae,ey,fae,xe,ze,ze/zir Unlike the other pronouns, which are officially recognised as “grammatically correct”, albeit used in a different meaning than we're used to, neopronouns are novel. Not being included in dictionaries doesn't make them any worse, though! -neopronouns Other neopronouns co,e,e/em/es,hu,ne,ne/nir,per,s/he,thon,ve,vi,vi/vim,zhe These neopronouns are less often used than their more popular counterparts, but it doesn't make them any worse (and some of them are historically notable). Some neoprouns' names are derived from the names of their creators. If your pronoun is not on the list, use the generator below! +neopronouns Other neopronouns co,e,e/em/es,hu,ne,ne/nir,per,s/he,thon,ve,vi,vi/vim,zhe These neopronouns are less often used than their more popular counterparts, but it doesn't make them any worse (and some of them are historically notable). Some neopronouns' names are derived from the names of their creators. If your pronoun is not on the list, use the generator below!