[pl] Update events.js

This commit is contained in:
Paweł Dembowski 2021-10-30 18:34:53 +00:00
parent fab8664c22
commit dc1dd0414c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ const {Event, day, week, month, dayYear, EventLevel} = require("../../src/calend
module.exports = [ module.exports = [
// months // 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 // static date
new Event('Tęczowa Noc', null, 8, day(7), EventLevel.Day), new Event('Tęczowa Noc', null, 8, day(7), EventLevel.Day),