From b83774120df98e609645ebeed79ee6617885508b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Dembowski?= Date: Thu, 13 Oct 2022 22:25:42 +0000 Subject: [PATCH 1/3] [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 55198a16d..62173e65e 100644 --- a/locale/en/calendar/events.js +++ b/locale/en/calendar/events.js @@ -91,7 +91,8 @@ module.exports = [ new Event('{/terminology#lesbian=Lesbian} {https://www.bng.gal/articulo/novas/dia-visibilidade-lesbica-galega/20210608103130030074.html=Visibility Day} (Galicia)', 'Lesbian', 6, day(8), EventLevel.Day, ['lesbian']), 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('{https://en.wikipedia.org/wiki/2022_Oslo_shooting=2022 Oslo Pride Shooting} Remembrance Day', '_black-ribbon', 6, day(25), EventLevel.Day), + new Event('{https://en.wikipedia.org/wiki/2022_Bratislava_shooting=2022 Bratislava 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), From 62dc5f3594762ded0767f27033bca9b8241a1fc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Dembowski?= Date: Thu, 13 Oct 2022 22:26:16 +0000 Subject: [PATCH 2/3] [pl] Update events.js --- locale/pl/calendar/events.js | 1 + 1 file changed, 1 insertion(+) diff --git a/locale/pl/calendar/events.js b/locale/pl/calendar/events.js index cab0a6aed..dd4cc53f6 100644 --- a/locale/pl/calendar/events.js +++ b/locale/pl/calendar/events.js @@ -67,6 +67,7 @@ module.exports = [ new Event('{https://www.facebook.com/marszrownosciwkatowicach/=6. Marsz Równości w Katowicach}', 'LGBTQ', 9, dayYear(3, 2022), EventLevel.Day), new Event('{https://www.facebook.com/events/815945746043394/=Marsz Równości w Pruszkowie}', 'LGBTQ', 7, dayYear(10, 2022), EventLevel.Day), new Event('Dzień Pamięci {https://pl.wikipedia.org/wiki/Zamach_w_Oslo_(2022)=Zamachu w Oslo}', '_black-ribbon', 6, day(25), EventLevel.Day), + new Event('Dzień Pamięci {https://en.wikipedia.org/wiki/2022_Bratislava_shooting=Zamachu w Bratysławie}', '_black-ribbon', 10, day(12), EventLevel.Day), new Event('{https://www.facebook.com/marsz.rownosci.rzeszow/=Marsz Równości w Rzeszowie}', 'LGBTQ', 9, dayYear(10, 2022), EventLevel.Day), new Event('{https://www.facebook.com/events/1062699238014633=IV Marsz Równości w Częstochowie}', 'LGBTQ', 7, dayYear(16, 2022), EventLevel.Day), From 264ab0204e59bfd1895de839264f1fe599d46afc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Dembowski?= Date: Thu, 13 Oct 2022 22:26:31 +0000 Subject: [PATCH 3/3] [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 62173e65e..df86aa470 100644 --- a/locale/en/calendar/events.js +++ b/locale/en/calendar/events.js @@ -92,7 +92,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=2022 Oslo Pride Shooting} Remembrance Day', '_black-ribbon', 6, day(25), EventLevel.Day), - new Event('{https://en.wikipedia.org/wiki/2022_Bratislava_shooting=2022 Bratislava Shooting} Remembrance Day', '_black-ribbon', 6, day(25), EventLevel.Day), + new Event('{https://en.wikipedia.org/wiki/2022_Bratislava_shooting=2022 Bratislava Shooting} Remembrance Day', '_black-ribbon', 10, day(12), 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),