Merge branch 'VaultAusir-main-patch-81908' into 'main'

[en] Update events.js

See merge request Avris/Zaimki!211
This commit is contained in:
Avris 2021-09-14 15:16:40 +00:00
commit 7d0fad15bd
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
import {Event, day, week, month, dayYear, EventLevel} from "../../src/calendar/helpers";
export default [
new Event('LGBT History Month (UK)', 'Progress Pride', 2, month, EventLevel.Month),
new Event('LGBT History Month (UK/Hungary/Netherlands)', 'Progress Pride', 2, month, EventLevel.Month),
new Event('LGBT History Month (US/Canada/Australia)', 'Progress Pride', 10, month, EventLevel.Month),
new Event('LGBT History Month (Ireland)', 'Progress Pride', 5, month, EventLevel.Month),
new Event('LGBT History Month (Ireland/Germany)', 'Progress Pride', 5, month, EventLevel.Month),
];