From dc1dd0414ccd1ece4c6f39397443c9a9585a2f8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Dembowski?= Date: Sat, 30 Oct 2021 18:34:53 +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 1c59390d..6a7cdc45 100644 --- a/locale/pl/events.js +++ b/locale/pl/events.js @@ -2,7 +2,7 @@ const {Event, day, week, month, dayYear, EventLevel} = require("../../src/calend module.exports = [ // months - new Event('{/spis=Niebinary Spis Powszechny}', 'Nonbinary', 2, month, EventLevel.Month, ['nonbinary']), + new Event('{/spis=Niebinarny Spis Powszechny}', 'Nonbinary', 2, month, EventLevel.Month, ['nonbinary']), // static date new Event('Tęczowa Noc', null, 8, day(7), EventLevel.Day),