compromise
Version:
natural language processing in the browser
156 lines (148 loc) • 2.87 kB
JavaScript
module.exports = [
'all hallows eve',
'all saints day',
'all sts day',
'april fools',
'armistice day',
'australia day',
'bastille day',
'boxing day',
'canada day',
'christmas',
'christmas eve',
'cinco de mayo',
'emancipation day',
'groundhog day',
'halloween',
'16 de septiembre',
'dieciseis de septiembre',
'grito de dolores',
'all hallows eve',
'day of the dead',
'dia de muertos',
'harvey milk day',
'inauguration day',
'independence day',
'independents day',
'juneteenth',
'labour day',
'national freedom day',
'national nurses day',
'new years',
'new years eve',
'purple heart day',
'rememberance day',
'rosa parks day',
'saint andrews day',
'saint patricks day',
'saint stephens day',
'saint valentines day',
'st andrews day',
'st patricks day',
'st stephens day',
'st valentines day ',
'valentines day',
'veterans day',
'victoria day',
'womens equality day',
'xmas',
// Fixed religious and cultural holidays
// Catholic + Christian
'epiphany',
'orthodox christmas day',
'orthodox new year',
'assumption of mary',
'all saints day',
'all souls day',
'feast of the immaculate conception',
'feast of our lady of guadalupe',
// Kwanzaa
'kwanzaa',
// Pagan / metal 🤘
'imbolc',
'beltaine',
'lughnassadh',
'samhain',
'martin luther king day',
'mlk day',
'presidents day',
'mardi gras',
'tax day',
'commonwealth day',
'mothers day',
'memorial day',
'fathers day',
'columbus day',
'indigenous peoples day',
'canadian thanksgiving',
'election day',
'thanksgiving',
't-day',
'turkey day',
'black friday',
'cyber monday',
// Astronomical religious and cultural holidays
// Catholic + Christian
'ash wednesday',
'palm sunday',
'maundy thursday',
'good friday',
'holy saturday',
'easter',
'easter sunday',
'easter monday',
'orthodox good friday',
'orthodox holy saturday',
'orthodox easter',
'orthodox easter monday',
'ascension day',
'pentecost',
'whitsunday',
'whit sunday',
'whit monday',
'trinity sunday',
'corpus christi',
'advent',
// Jewish
'tu bishvat',
'tu bshevat',
'purim',
'passover',
'yom hashoah',
'lag baomer',
'shavuot',
'tisha bav',
'rosh hashana',
'yom kippur',
'sukkot',
'shmini atzeret',
'simchat torah',
'chanukah',
'hanukkah',
// Muslim
'isra and miraj',
'lailat al-qadr',
'eid al-fitr',
'id al-Fitr',
'eid ul-Fitr',
'ramadan',
'eid al-adha',
'muharram',
'the prophets birthday',
// Pagan / metal 🤘
'ostara',
'march equinox',
'vernal equinox',
'litha',
'june solistice',
'summer solistice',
'mabon',
'september equinox',
'autumnal equinox',
'yule',
'december solstice',
'winter solstice',
// Additional important holidays
'chinese new year',
'diwali',
];