This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Zaimki/locale/en/events.js

8 lines
397 B
JavaScript
Raw Normal View History

2021-09-14 05:12:17 -07:00
import {Event, day, week, month, dayYear, EventLevel} from "../../src/calendar/helpers";
2021-08-14 07:22:30 -07:00
export default [
2021-09-14 05:12:17 -07:00
new Event('LGBT History Month (UK)', '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),
2021-08-14 07:22:30 -07:00
];