[pl] Update events.js
This commit is contained in:
parent
fab8664c22
commit
dc1dd0414c
|
@ -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),
|
||||||
|
|
Reference in New Issue