mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-25 22:19:28 -04:00
[de] Update events.js
This commit is contained in:
parent
3f01cb4d98
commit
e739ae4b61
@ -3,4 +3,9 @@ const {Event, day, week, month, dayYear, EventLevel} = require("../../src/calend
|
||||
module.exports = [
|
||||
// months
|
||||
new Event('{https://queerhistory.de=Queer History Month}', 'Progress Pride', 5, month, EventLevel.Month),
|
||||
new Event('Jahrestag der Ehe für alle in Deutschland', null, 10, day(1), EventLevel.MajorDay),
|
||||
new Event('Jahrestag der Ehe für alle in Österreich', null, 1, day(1), EventLevel.MajorDay),
|
||||
new Event('Jahrestag der Ehe für alle in Belgien', null, 6, day(1), EventLevel.MajorDay),
|
||||
new Event('Jahrestag der Ehe für alle in Luxemburg', null, 1, day(1), EventLevel.MajorDay),
|
||||
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user