diff --git a/locale/en/calendar/events.js b/locale/en/calendar/events.js index d8581f60f..90cea3ecb 100644 --- a/locale/en/calendar/events.js +++ b/locale/en/calendar/events.js @@ -231,23 +231,6 @@ module.exports = [ } }, EventLevel.Day, [], null, 'Paush 6 / पौष ६'), - // last full week (Monday - Friday) in January - new Event('{https://nationaltransitionweek.wordpress.com/=Transition Week}', 'Transgender', 1, function* (monthDays) { - let lastFullWeek = []; - let currentWeek = []; - for (let d of monthDays) { - if (d.dayOfWeek === 1) { - lastFullWeek = currentWeek; - currentWeek = []; - } - if (d.dayOfWeek >= 1 && d.dayOfWeek <= 5) { - currentWeek.push(d); - } - } - yield* currentWeek.length === 5 - ? currentWeek - : lastFullWeek; - }, EventLevel.Week), // one-off events new Event('Day of Silence', null, 4, dayYear(23, 2021), EventLevel.Day),