From 2f91ae451e544ab801e0e8299d6ba458b8d46d62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Dembowski?= Date: Sat, 4 Dec 2021 00:11:56 +0000 Subject: [PATCH] [pl] Update events.js --- locale/pl/events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/pl/events.js b/locale/pl/events.js index 73b29683..c1ad489e 100644 --- a/locale/pl/events.js +++ b/locale/pl/events.js @@ -32,7 +32,7 @@ module.exports = [ new Event('{https://www.facebook.com/events/1549709465370766=I Wodzisławski Marsz Równości}', 'LGBTQ', 10, dayYear(16, 2021), EventLevel.Day), // dynamic date - new Event('{https://pl.wikipedia.org/wiki/T%C4%99czowy_Pi%C4%85tek=Tęczowy Piątek}', null, 10, function* (monthDays) { + new Event('{https://pl.wikipedia.org/wiki/T%C4%99czowy_Pi%C4%85tek=Tęczowy Piątek}', 'LGBTQ', 10, function* (monthDays) { let lastFriday = null; for (let d of monthDays) { if (d.dayOfWeek === 5) {