mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-28 15:31:11 -04:00
[calendar] enable english
This commit is contained in:
parent
7fcdf08333
commit
278eeeebf9
@ -255,7 +255,7 @@ profile:
|
|||||||
defaultPronoun: 'they'
|
defaultPronoun: 'they'
|
||||||
|
|
||||||
calendar:
|
calendar:
|
||||||
enabled: false
|
enabled: true
|
||||||
route: 'calendar'
|
route: 'calendar'
|
||||||
|
|
||||||
census:
|
census:
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
import {Event, day, week, month, dayYear} from "../../src/calendar/helpers";
|
import {Event, day, week, month, dayYear, EventLevel} from "../../src/calendar/helpers";
|
||||||
|
|
||||||
export default [
|
export default [
|
||||||
|
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),
|
||||||
];
|
];
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import { Day, Calendar } from './helpers';
|
import { Day, Calendar } from './helpers';
|
||||||
import internationalEvents from '../../locale/_/events';
|
import internationalEvents from '../../locale/_/events';
|
||||||
import localEvents from '../../locale/pl/events';
|
import localEvents from '../../data/events';
|
||||||
|
|
||||||
export const currentYear = new Calendar(
|
export const currentYear = new Calendar(
|
||||||
Day.today().year,
|
Day.today().year,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user