diff --git a/.gitattributes b/.gitattributes index 4282322ac..6dbf0a547 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ # Set the default behavior, in case people don't have core.autocrlf set. * text eol=lf +*.cmd text eol=crlf diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 70411d131..d834a04c6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,6 +11,7 @@ repos: - id: mixed-line-ending args: - --fix=lf + exclude: make.cmd - id: trailing-whitespace exclude_types: - rst @@ -23,7 +24,7 @@ repos: - --py39-plus - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.4 + rev: v0.9.6 hooks: - id: ruff - id: ruff-format @@ -54,7 +55,7 @@ repos: exclude: ^(docs) - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.14.1 + rev: v1.15.0 hooks: - id: mypy additional_dependencies: diff --git a/AUTHORS b/AUTHORS index b5ec7377b..7957507aa 100644 --- a/AUTHORS +++ b/AUTHORS @@ -29,6 +29,7 @@ Chanran Kim Chris McKeague Chris Turra Christian Alexander +Colin Watson Dan Gentry Daniel Musketa Daniël Niemeijer diff --git a/CHANGES b/CHANGES index e1c412b32..1192ac401 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,24 @@ +Version 0.67 +============ + +Released February 17, 2025 + +- Add Saint Lucia holidays (#2266 by @Prateekshit73) +- Add Tuvalu holidays (#2295 by @Prateekshit73, @arkid15r) +- Update Greenland holidays l10n (#2288 by @KJhellico) +- Update Hong Kong holidays: add l10n support (#2268 by @PPsyrius) +- Update Hong Kong holidays: fix `th` l10n typo (#2293 by @PPsyrius) +- Update Panama holidays, add l10n support (#2275 by @KJhellico) +- Update README: add DOI (#2286 by @arkid15r) +- Update United Kingdom & Isle of Man holidays: add l10n support (#2258 by @PPsyrius, @arkid15r, @KJhellico) +- Update internal scripts (#2284 by @KJhellico) +- Update subdivision names for Presidents' Day in the United States (#2299 by @parkerbxyz, @arkid15r, @KJhellico) +- Add Python syntax check with ruff-pyupgrade rules (#2294 by @KJhellico) +- Add make script for Windows (#2277 by @KJhellico) +- Check .mo rather than .po files in TestListLocalizedEntities (#2273 by @cjwatson, @arkid15r) +- Implement HolidayBase::get_closest_holiday functionality (#2211 by @Rosi2143, @arkid15r) +- Unify certain holidays names translation (#2285 by @KJhellico) + Version 0.66 ============ diff --git a/README.rst b/README.rst index 2550e14d0..4188096f3 100644 --- a/README.rst +++ b/README.rst @@ -59,15 +59,21 @@ flexible as possible. :target: https://github.com/vacanza/holidays/commits/dev :alt: GitHub last commit -+--------+------------------------------------------------+ -| PyPI | |downloads| |version| |release date| | -+--------+------------------------------------------------+ -| CI/CD | |status| |documentation| | -+--------+------------------------------------------------+ -| Code | |license| |python versions| |style| |coverage| | -+--------+------------------------------------------------+ -| GitHub | |stars| |forks| |contributors| |last commit| | -+--------+------------------------------------------------+ +.. |doi| image:: https://img.shields.io/badge/DOI-10.5281/zenodo.14847397-41B5BE?style=flat + :target: https://doi.org/10.5281/zenodo.14847397 + :alt: Open World Holidays Franework DOI + ++----------+------------------------------------------------+ +| PyPI | |downloads| |version| |release date| | ++----------+------------------------------------------------+ +| CI/CD | |status| |documentation| | ++----------+------------------------------------------------+ +| Code | |license| |python versions| |style| |coverage| | ++----------+------------------------------------------------+ +| GitHub | |stars| |forks| |contributors| |last commit| | ++----------+------------------------------------------------+ +| Citation | |doi| | ++----------+------------------------------------------------+ Install ------- @@ -146,7 +152,7 @@ Available Countries .. _ISO 639-1 code: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes .. _ISO 639-2 code: https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes -We currently support 157 country codes. The standard way to refer to a country +We currently support 159 country codes. The standard way to refer to a country is by using its `ISO 3166-1 alpha-2 code`_, the same used for domain names, and for a subdivision its `ISO 3166-2 code`_. Some countries have common or foreign names or abbreviations as aliases for their subdivisions. These are defined in @@ -473,7 +479,7 @@ All other default values are highlighted with bold: * - Greenland - GL - - - da, en_US, **kl** + - da, en_US, fi, is, **kl**, no, sv, uk - OPTIONAL * - Guam - GU @@ -503,7 +509,7 @@ All other default values are highlighted with bold: * - Hong Kong - HK - - - + - en_HK, en_US, th, zh_CN, **zh_HK** - OPTIONAL * - Hungary - HU @@ -538,7 +544,7 @@ All other default values are highlighted with bold: * - Isle of Man - IM - - - + - **en_GB**, en_US, th - * - Israel - IL @@ -738,8 +744,8 @@ All other default values are highlighted with bold: * - Panama - PA - - - - - + - en_US, **es**, uk + - BANK * - Papua New Guinea - PG - @@ -790,6 +796,11 @@ All other default values are highlighted with bold: - - - HALF_DAY, WORKDAY + * - Saint Lucia + - LC + - + - **en_LC**, en_US + - * - Samoa - WS - @@ -895,6 +906,11 @@ All other default values are highlighted with bold: - - en_US, **tr**, uk - HALF_DAY + * - Tuvalu + - TV + - Town/Island Councils: FUN (Funafuti), NIT (Niutao), NKF (Nukufetau), NKL (Nukulaelae), NMA (Nanumea), NMG (Nanumaga, Nanumanga), NUI (Nui), VAI (Vaitupu) + - en_GB, en_US, **tvl** + - * - Ukraine - UA - @@ -908,7 +924,7 @@ All other default values are highlighted with bold: * - United Kingdom - GB - Subdivisions: ENG (England), NIR (Northern Ireland), SCT (Scotland), WLS (Wales) - - + - **en_GB**, en_US, th - * - United States Minor Outlying Islands - UM diff --git a/SECURITY.md b/SECURITY.md index a2b23f359..6658a7ab4 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -3,9 +3,9 @@ ## Supported Versions | Version | Supported | -| ------- | ------------------ | -| 0.66 | :white_check_mark: | -| < 0.66 | :x: | +|---------| ------------------ | +| 0.67 | :white_check_mark: | +| < 0.67 | :x: | ## Reporting a Vulnerability diff --git a/docs/source/examples.rst b/docs/source/examples.rst index f43a76909..3db462678 100644 --- a/docs/source/examples.rst +++ b/docs/source/examples.rst @@ -214,6 +214,53 @@ To calculate the number or working days between two specified dates: Here we calculate the number of working days in Q2 2024. +Getting the closest (next or previous) holiday +---------------------------------------------- + +You can fetch next or previous holiday for a target date of your selected calendar. +The function returns found holiday's date and name excluding the target date. + +Get the next holiday for the current date: + +.. code-block:: python + + >>> us_holidays = holidays.US(years=2025) + >>> us_holidays.get_closest_holiday() + (datetime.date(2025, 1, 20), 'Martin Luther King Jr. Day') + +Get the previous holiday for the current date: + +.. code-block:: python + + >>> us_holidays = holidays.US(years=2025) + >>> us_holidays.get_closest_holiday(direction="backward") + (datetime.date(2025, 1, 1), "New Year's Day") + +Get the next holiday for a specific target date: + +.. code-block:: python + + >>> us_holidays = holidays.US(years=2025) + >>> us_holidays.get_closest_holiday("2025-02-01") + (datetime.date(2025, 2, 17), "Washington's Birthday") + +Get the previous holiday for a specific target date: + +.. code-block:: python + + >>> us_holidays = holidays.US(years=2025) + >>> us_holidays.get_closest_holiday("2025-02-01", direction="backward") + (datetime.date(2025, 1, 20), 'Martin Luther King Jr. Day') + +If the closest holiday cannot be found None is returned. + +.. code-block:: python + + >>> print(us_holidays.get_closest_holiday("2100-12-31")) + None + >>> print(us_holidays.get_closest_holiday("1777-01-01", direction="backward")) + None + Date from holiday name ---------------------- diff --git a/holidays/countries/__init__.py b/holidays/countries/__init__.py index dc2a555d2..79d81e855 100644 --- a/holidays/countries/__init__.py +++ b/holidays/countries/__init__.py @@ -134,6 +134,7 @@ from .romania import Romania, RO, ROU from .russia import Russia, RU, RUS from .saint_kitts_and_nevis import SaintKittsAndNevis, KN, KNA +from .saint_lucia import SaintLucia, LC, LCA from .samoa import Samoa, WS, WSM from .san_marino import SanMarino, SM, SMR from .saudi_arabia import SaudiArabia, SA, SAU @@ -155,6 +156,7 @@ from .tonga import Tonga, TO, TON from .tunisia import Tunisia, TN, TUN from .turkey import Turkey, TR, TUR +from .tuvalu import Tuvalu, TV, TUV from .ukraine import Ukraine, UA, UKR from .united_arab_emirates import UnitedArabEmirates, AE, ARE from .united_kingdom import UnitedKingdom, GB, GBR, UK diff --git a/holidays/countries/australia.py b/holidays/countries/australia.py index 689aeb903..b5b94f58f 100644 --- a/holidays/countries/australia.py +++ b/holidays/countries/australia.py @@ -216,7 +216,7 @@ def _populate_subdiv_act_public_holidays(self): # Family & Community Day. self._add_holiday(tr("Family & Community Day"), fc_dates[self._year]) - # Labour Day. + # Labor Day. self._add_holiday_1st_mon_of_oct(tr("Labour Day")) # Christmas Day. @@ -317,7 +317,7 @@ def _populate_subdiv_nsw_public_holidays(self): if self._year <= 2010: self._add_observed(apr_25) - # Labour Day. + # Labor Day. self._add_holiday_1st_mon_of_oct(tr("Labour Day")) # Sovereign's Birthday. @@ -493,7 +493,7 @@ def _populate_subdiv_qld_public_holidays(self): else: self._add_anzac_day(name) - # Labour Day. + # Labor Day. name = tr("Labour Day") if 2013 <= self._year <= 2015: self._add_holiday_1st_mon_of_oct(name) @@ -631,7 +631,7 @@ def _populate_subdiv_sa_public_holidays(self): if self._year >= 1936: self._add_holiday_2nd_mon_of_jun(self.sovereign_birthday) - # Labour Day. + # Labor Day. self._add_holiday_1st_mon_of_oct(tr("Labour Day")) # Proclamation Day. @@ -799,7 +799,7 @@ def _populate_subdiv_vic_public_holidays(self): else: self._add_holiday_jan_26(self.australia_day) - # Labour Day. + # Labor Day. self._add_holiday_2nd_mon_of_mar(tr("Labour Day")) if self._year >= 2003: @@ -893,7 +893,7 @@ def _populate_subdiv_wa_public_holidays(self): else: self._add_holiday_jan_26(self.australia_day) - # Labour Day. + # Labor Day. self._add_holiday_1st_mon_of_mar(tr("Labour Day")) if self._year >= 2022: diff --git a/holidays/countries/cambodia.py b/holidays/countries/cambodia.py index 1edb93cd4..a4f8b4f8b 100644 --- a/holidays/countries/cambodia.py +++ b/holidays/countries/cambodia.py @@ -149,7 +149,7 @@ def _populate_public_holidays(self): # Assumed to start in 1993, defunct from 2020 onwards. if self._year <= 2019: - # International Children Day + # International Children's Day self._add_childrens_day(tr("ទិវាកុមារអន្តរជាតិ")) # ព្រះរាជពិធីបុណ្យចម្រើនព្រះជន្ម សម្តេចព្រះមហាក្សត្រី ព្រះវររាជមាតា នរោត្តម មុនិនាថ សីហនុ diff --git a/holidays/countries/chile.py b/holidays/countries/chile.py index 002c7174f..482798e2a 100644 --- a/holidays/countries/chile.py +++ b/holidays/countries/chile.py @@ -129,7 +129,7 @@ def _populate_public_holidays(self): self._add_holiday(name, self._summer_solstice_date) if self._year <= 1967 or self._year >= 1986: - # Saint Peter and Saint Paul. + # Saint Peter and Saint Paul's Day. self._move_holiday(self._add_saints_peter_and_paul_day(tr("San Pedro y San Pablo"))) if self._year >= 2007: diff --git a/holidays/countries/cuba.py b/holidays/countries/cuba.py index 32ce1567d..1c8b44951 100644 --- a/holidays/countries/cuba.py +++ b/holidays/countries/cuba.py @@ -64,7 +64,7 @@ def _populate_public_holidays(self): # Good Friday. self._add_good_friday(tr("Viernes Santo")) - # International Worker's Day. + # International Workers' Day. self._add_observed(self._add_labor_day(tr("Día Internacional de los Trabajadores"))) # Commemoration of the Assault of the Moncada garrison. diff --git a/holidays/countries/denmark.py b/holidays/countries/denmark.py index 25aea5249..4c8645643 100644 --- a/holidays/countries/denmark.py +++ b/holidays/countries/denmark.py @@ -73,7 +73,7 @@ def _populate_public_holidays(self): self._add_christmas_day_two(tr("Anden juledag")) def _populate_optional_holidays(self): - # International Workers' Day. + # Workers' Day. self._add_labor_day(tr("Arbejdernes kampdag")) # Constitution Day. diff --git a/holidays/countries/finland.py b/holidays/countries/finland.py index 6797cc1f9..743e65bb6 100644 --- a/holidays/countries/finland.py +++ b/holidays/countries/finland.py @@ -107,79 +107,79 @@ def _populate_public_holidays(self): def _populate_unofficial_holidays(self): if self._year >= 1854: - # Runeberg Day + # Runeberg Day. self._add_holiday_feb_5(tr("Runebergin päivä")) if self._year >= 1860: - # Kalevala Day, Day of Finnish Culture + # Kalevala Day, Day of Finnish Culture. self._add_holiday_feb_28(tr("Kalevalan päivä, suomalaisen kulttuurin päivä")) if self._year >= 2007: - # Minna Canth Day, Day of Equality + # Minna Canth Day, Day of Equality. self._add_holiday_mar_19(tr("Minna Canthin päivä, tasa-arvon päivä")) if self._year >= 1978: - # Mikael Agricola Day, Day of the Finnish Language + # Mikael Agricola Day, Day of the Finnish Language. self._add_holiday_apr_9(tr("Mikael Agricolan päivä, suomen kielen päivä")) if self._year >= 1987: - # National War Veterans' Day + # National War Veterans' Day. self._add_holiday_apr_27(tr("Kansallinen veteraanipäivä")) if self._year >= 2019: - # Europe Day + # Europe Day. self._add_europe_day(tr("Eurooppa-päivä")) if self._year >= 1918: - # Mothers' Day + # Mother's Day. self._add_holiday_2nd_sun_of_may(tr("Äitienpäivä")) if self._year >= 1952: - # J. V. Snellman Day, Day of Finnish Heritage + # J. V. Snellman Day, Day of Finnish Heritage. self._add_holiday_may_12(tr("J.V. Snellmanin päivä, suomalaisuuden päivä")) if self._year >= 1977: - # Remembrance Day + # Remembrance Day. self._add_holiday_3rd_sun_of_may(tr("Kaatuneitten muistopäivä")) if self._year >= 1942: - # Flag Day of the Finnish Defense Forces + # Flag Day of the Finnish Defense Forces. self._add_holiday_jun_6(tr("Puolustusvoimain lippujuhlan päivä")) if self._year >= 1992: - # Eino Leino Day, Day of Summer and Poetry + # Eino Leino Day, Day of Summer and Poetry. self._add_holiday_jul_6(tr("Eino Leinon päivä, runon ja suven päivä")) if self._year >= 2013: - # Finland's Nature Day + # Finland's Nature Day. self._add_holiday_last_sat_of_aug(tr("Suomen luonnon päivä")) if self._year >= 2016: - # Miina Sillanpää Day, Day of Civic Participation + # Miina Sillanpää Day, Day of Civic Participation. self._add_holiday_oct_1(tr("Miina Sillanpään ja kansalaisvaikuttamisen päivä")) if self._year >= 1950: - # Aleksis Kivi Day, Day of Finnish Literature + # Aleksis Kivi Day, Day of Finnish Literature. self._add_holiday_oct_10(tr("Aleksis Kiven päivä, suomalaisen kirjallisuuden päivä")) if self._year >= 1987: - # United Nations Day + # United Nations Day. self._add_united_nations_day(tr("YK:n päivä")) if self._year >= 1908: - # Finnish Swedish Heritage Day, svenska dagen + # Finnish Swedish Heritage Day, svenska dagen. self._add_holiday_nov_6(tr("Ruotsalaisuuden päivä, Kustaa Aadolfin päivä")) if self._year >= 1949: - # Fathers' Day + # Father's Day. self._add_holiday_2nd_sun_of_nov(tr("Isänpäivä")) if self._year >= 2020: - # Day of Children's Rights + # Day of Children's Rights. self._add_holiday_nov_20(tr("Lapsen oikeuksien päivä")) if self._year >= 2007: - # Jean Sibelius Day, Day of Finnish Music + # Jean Sibelius Day, Day of Finnish Music. self._add_holiday_dec_8(tr("Jean Sibeliuksen päivä, suomalaisen musiikin päivä")) diff --git a/holidays/countries/greenland.py b/holidays/countries/greenland.py index e75d6af25..fd2a15161 100644 --- a/holidays/countries/greenland.py +++ b/holidays/countries/greenland.py @@ -19,18 +19,20 @@ class Greenland(HolidayBase, ChristianHolidays, InternationalHolidays): """ - Greenlandic holidays. + Greenland holidays. References: - - https://en.wikipedia.org/wiki/Public_holidays_in_Greenland - - https://www.norden.org/en/info-norden/public-holidays-greenland - - https://www.timeanddate.com/holidays/greenland/ + - https://en.wikipedia.org/wiki/Public_holidays_in_Greenland + - `Greenlandic names source `_ + - `Translation source `_ """ country = "GL" default_language = "kl" supported_categories = (OPTIONAL, PUBLIC) - supported_languages = ("da", "en_US", "kl") + supported_languages = ("da", "en_US", "fi", "is", "kl", "no", "sv", "uk") + # Greenland Home Rule Act 1978. + start_year = 1979 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) @@ -39,50 +41,51 @@ def __init__(self, *args, **kwargs): def _populate_public_holidays(self): # New Year's Day. - self._add_new_years_day(tr("Ukioq nutaaq")) + self._add_new_years_day(tr("Ukiortaaq")) # Maundy Thursday. - self._add_holy_thursday(tr("Sisamanngornermi illernartumi")) + self._add_holy_thursday(tr("Sisamanngortoq illernartoq")) # Good Friday. - self._add_good_friday(tr("Tallimanngorneq ajortorsiorneq")) + self._add_good_friday(tr("Tallimanngorneq tannaartoq")) # Easter Sunday. - self._add_easter_sunday(tr("Poorskimi")) + self._add_easter_sunday(tr("Poorskip ullua")) # Easter Monday. - self._add_easter_monday(tr("Poorskimi ullut aappaat")) + self._add_easter_monday(tr("Poorskip-aappaa")) - # Great Day of Prayers. + # Great Prayer Day. self._add_holiday_26_days_past_easter(tr("Ulloq qinuffiusoq")) # Ascension Day. - self._add_ascension_thursday(tr("Ulloq Kristusip qilaliarnera")) + self._add_ascension_thursday(tr("Qilaliarfik")) # Whit Sunday. self._add_whit_sunday(tr("Piinsip ullua")) # Whit Monday. - self._add_whit_monday(tr("Piinsip ulluisa aappaanni")) + self._add_whit_monday(tr("Piinsip-aappaa")) # Christmas Day. - self._add_christmas_day(tr("Juulli")) + self._add_christmas_day(tr("Juullip ullua")) # Second Day of Christmas. - self._add_christmas_day_two(tr("Juullip aappaa")) + self._add_christmas_day_two(tr("Juullip-aappaa")) def _populate_optional_holidays(self): # Epiphany. - self._add_epiphany_day(tr("Mitaarneq")) + self._add_epiphany_day(tr("Kunngit pingasut ulluat")) # International Workers' Day. self._add_labor_day(tr("Sulisartut ulluat")) - # National Day. - self._add_holiday_jun_21(tr("Ullortuneq")) + if self._year >= 1983: + # National Day. + self._add_holiday_jun_21(tr("Ullortuneq")) # Christmas Eve. - self._add_christmas_eve(tr("Juulliaqqami")) + self._add_christmas_eve(tr("Juulliaraq")) # New Year's Eve. self._add_new_years_eve(tr("Ukiortaami")) diff --git a/holidays/countries/guatemala.py b/holidays/countries/guatemala.py index 6bdb66a80..9afeb8987 100644 --- a/holidays/countries/guatemala.py +++ b/holidays/countries/guatemala.py @@ -56,7 +56,7 @@ def _populate_public_holidays(self): self._add_good_friday(tr("Viernes Santo")) # Holy Saturday. - self._add_holy_saturday(tr("Sabado Santo")) + self._add_holy_saturday(tr("Sábado Santo")) # Labor Day. dt = self._add_labor_day(tr("Día del Trabajo")) diff --git a/holidays/countries/haiti.py b/holidays/countries/haiti.py index 430d15675..5f53ee6e4 100644 --- a/holidays/countries/haiti.py +++ b/holidays/countries/haiti.py @@ -76,13 +76,13 @@ def _populate_public_holidays(self): # Good Friday. self._add_good_friday(tr("Vendredi Saint")) - # Easter. + # Easter Sunday. self._add_easter_sunday(tr("Pâques")) # Corpus Christi. self._add_corpus_christi_day(tr("Fête-Dieu")) - # Assumption of Mary. + # Assumption Day. self._add_assumption_of_mary_day(tr("Assomption de Marie")) # Death of Dessalines. @@ -110,7 +110,7 @@ def _populate_optional_holidays(self): # Feast of Lady of Perpetual Help, Patroness of Haiti. self._add_holiday_jun_27(tr("Fête de Notre-Dame du Perpétuel Secours, patronne d'Haiti")) - # Ascension. + # Ascension Day. self._add_ascension_thursday(tr("Ascension")) # Birth Anniversary of Jean-Jacques Dessalines. diff --git a/holidays/countries/hongkong.py b/holidays/countries/hongkong.py index e1bbed807..04e1d6191 100644 --- a/holidays/countries/hongkong.py +++ b/holidays/countries/hongkong.py @@ -11,6 +11,7 @@ # License: MIT (see LICENSE file) from datetime import date +from gettext import gettext as tr from holidays.calendars.gregorian import ( JAN, @@ -56,17 +57,19 @@ class HongKong( - `Chinese Wikipedia `_ Statutory Holidays: - `Section 39 of Cap. 57 Employment Ordinance `_ - - `Holidays for 2010-2024 `_ + - `Holidays for 2010-2025 `_ General Holidays: - `Cap. 149 General Holidays Ordinance `_ - - `Holidays for 2007–2024 `_ + - `Holidays for 2007–2025 `_ """ country = "HK" + default_language = "zh_HK" default_preferred_discretionary_holidays = (CHRISTMAS,) - # %s(慶祝). - observed_label = "%s (observed)" + # %s (observed). + observed_label = tr("%s(慶祝)") supported_categories = (OPTIONAL, PUBLIC) + supported_languages = ("en_HK", "en_US", "th", "zh_CN", "zh_HK") weekend = {SUN} # Current set of holidays actually valid since 1946 start_year = 1946 @@ -88,18 +91,20 @@ def _add_mid_autumn(self) -> date: mid_autumn_date = self._mid_autumn_festival if self._year >= 1968: mid_autumn_date = _timedelta(mid_autumn_date, +1) - # 中秋節翌日. - name = "The day following the Chinese Mid-Autumn Festival" - # 中秋節後第二日. - second_name = "The second day following the Chinese Mid-Autumn Festival" + # The day following the Chinese Mid-Autumn Festival. + name = tr("中秋節翌日") + # The second day following the Chinese Mid-Autumn Festival. + second_name = tr("中秋節後第二日") else: - # 中秋節. - name = "Chinese Mid-Autumn Festival" - second_name = "The day following the Chinese Mid-Autumn Festival" + # Chinese Mid-Autumn Festival. + name = tr("中秋節") + # The day following the Chinese Mid-Autumn Festival. + second_name = tr("中秋節翌日") if self._is_sunday(mid_autumn_date): if 1983 <= self._year <= 2010: - self._add_holiday("Chinese Mid-Autumn Festival", _timedelta(mid_autumn_date, -1)) + # Chinese Mid-Autumn Festival. + self._add_holiday(tr("中秋節"), _timedelta(mid_autumn_date, -1)) else: self._add_holiday(second_name, _timedelta(mid_autumn_date, +1)) else: @@ -107,17 +112,16 @@ def _add_mid_autumn(self) -> date: return mid_autumn_date def _add_lunar_new_year(self, day_three_start_year: int): - # Lunar New Year. - # 農曆年初一. - name = "Lunar New Year's Day" - # 農曆年初一的前一日. - preceding_day_lunar = "The day preceding Lunar New Year's Day" - # 農曆年初二. - second_day_lunar = "The second day of Lunar New Year" - # 農曆年初三. - third_day_lunar = "The third day of Lunar New Year" - # 農曆年初四. - fourth_day_lunar = "The fourth day of Lunar New Year" + # Lunar New Year's Day. + name = tr("農曆年初一") + # The day preceding Lunar New Year's Day. + preceding_day_lunar = tr("農曆年初一的前一日") + # The second day of Lunar New Year. + second_day_lunar = tr("農曆年初二") + # The third day of Lunar New Year. + third_day_lunar = tr("農曆年初三") + # The fourth day of Lunar New Year. + fourth_day_lunar = tr("農曆年初四") dt_lunar_new_year = self._chinese_new_year if self._year >= 1983: if ( @@ -151,67 +155,52 @@ def _populate_public_holidays(self): if self._year <= 1962: return None - # The first day of January. - # 一月一日. if self._year >= 1977: - self._add_observed(self._add_new_years_day("The first day of January")) + # The first day of January. + self._add_observed(self._add_new_years_day(tr("一月一日"))) self._add_lunar_new_year(day_three_start_year=1977) - # Good Friday. - # 耶穌受難節. if self._year >= 2028: - self._add_good_friday("Good Friday") + # Good Friday. + self._add_good_friday(tr("耶穌受難節")) - # The day following Good Friday. - # 耶穌受難節翌日. if self._year >= 2030: - self._add_holy_saturday("The day following Good Friday") + # The day following Good Friday. + self._add_holy_saturday(tr("耶穌受難節翌日")) - # Easter Monday. - # 復活節星期一. if self._year >= 2026: - self._add_easter_monday("Easter Monday") + # Easter Monday. + self._add_easter_monday(tr("復活節星期一")) # Ching Ming Festival. - # 清明節. - self._add_observed(self._add_qingming_festival("Ching Ming Festival")) + self._add_observed(self._add_qingming_festival(tr("清明節"))) - # The Birthday of the Buddha. - # 佛誕. if self._year >= 2022: - self._add_observed(self._add_chinese_birthday_of_buddha("The Birthday of the Buddha")) + # The Birthday of the Buddha. + self._add_observed(self._add_chinese_birthday_of_buddha(tr("佛誕"))) - # Labour Day. - # 勞動節. if self._year >= 1999: - self._add_observed(self._add_labor_day("Labour Day")) + # Labor Day. + self._add_observed(self._add_labor_day(tr("勞動節"))) # Tuen Ng Festival. - # 端午節. - self._add_observed(self._add_dragon_boat_festival("Tuen Ng Festival")) + self._add_observed(self._add_dragon_boat_festival(tr("端午節"))) - # Hong Kong Special Administrative Region Establishment Day. - # 香港特別行政區成立紀念日. if self._year >= 1997: - self._add_observed( - self._add_holiday_jul_1( - "Hong Kong Special Administrative Region Establishment Day" - ) - ) + # Hong Kong Special Administrative Region Establishment Day. + self._add_observed(self._add_holiday_jul_1(tr("香港特別行政區成立紀念日"))) mid_autumn_date = self._add_mid_autumn() - # Chung Yeung Festival. - # 重陽節. if self._year >= 1977: - dt_double_ninth = self._add_double_ninth_festival("Chung Yeung Festival") + # Chung Yeung Festival. + dt_double_ninth = self._add_double_ninth_festival(tr("重陽節")) self._add_observed(dt_double_ninth) - # National Day. - # 國慶日. if self._year >= 1997: - name = "National Day" + # National Day. + name = tr("國慶日") oct_1 = self._add_holiday_oct_1(name) self._add_observed( oct_1, @@ -221,146 +210,116 @@ def _populate_public_holidays(self): else SUN_TO_NEXT_WORKDAY, ) - # Chinese Winter Solstice Festival. - # 冬節. if WINTER_SOLSTICE in self.preferred_discretionary_holidays: - self._add_observed( - self._add_holiday("Chinese Winter Solstice Festival", self._winter_solstice_date) - ) + # Chinese Winter Solstice Festival. + self._add_observed(self._add_holiday(tr("冬節"), self._winter_solstice_date)) if self._year >= 2024: - # 聖誕節後第一個周日. - self._add_observed( - self._add_christmas_day_two("The first weekday after Christmas Day") - ) + # The first weekday after Christmas Day. + self._add_observed(self._add_christmas_day_two(tr("聖誕節後第一個周日"))) - # Christmas Day. - # 聖誕節. if CHRISTMAS in self.preferred_discretionary_holidays: - self._add_observed(self._add_christmas_day("Christmas Day")) + # Christmas Day. + self._add_observed(self._add_christmas_day(tr("聖誕節"))) def _populate_optional_holidays(self): # General Holidays. - # The first day of January. if self._is_sunday(JAN, 1): - # 一月一日翌日. - self._add_new_years_day_two("The day following the first day of January") + # The day following the first day of January. + self._add_new_years_day_two(tr("一月一日翌日")) else: - # 一月一日. - self._add_new_years_day("The first day of January") + # The first day of January. + self._add_new_years_day(tr("一月一日")) self._add_lunar_new_year(day_three_start_year=1968) - # Ching Ming Festival. if self._year >= 1968: dt_qingming = self._qingming_date if self._is_sunday(dt_qingming) or dt_qingming == _timedelta(self._easter_sunday, +1): - # 清明節翌日. - self._add_holiday( - "The day following Ching Ming Festival", _timedelta(dt_qingming, +1) - ) + # The day following Ching Ming Festival. + self._add_holiday(tr("清明節翌日"), _timedelta(dt_qingming, +1)) else: - # 清明節. - self._add_qingming_festival("Ching Ming Festival") + # Ching Ming Festival. + self._add_qingming_festival(tr("清明節")) # Good Friday. - # 耶穌受難節. - self._add_good_friday("Good Friday") + self._add_good_friday(tr("耶穌受難節")) # The day following Good Friday. - # 耶穌受難節翌日. - self._add_holy_saturday("The day following Good Friday") + self._add_holy_saturday(tr("耶穌受難節翌日")) - # Easter Monday. if self._year >= 1968 and dt_qingming == self._easter_sunday: - # 復活節星期一翌日. - self._add_easter_tuesday("The day following Easter Monday") + # The day following Easter Monday. + self._add_easter_tuesday(tr("復活節星期一翌日")) else: - # 復活節星期一. - self._add_easter_monday("Easter Monday") + # Easter Monday. + self._add_easter_monday(tr("復活節星期一")) - # The Birthday of the Buddha. if self._year >= 1999: dt_birthday_of_buddha = self._chinese_calendar.buddha_birthday_date(self._year)[0] if self._is_sunday(dt_birthday_of_buddha): - # 佛誕翌日. - self._add_holiday( - "The day following the Birthday of the Buddha", - _timedelta(dt_birthday_of_buddha, +1), - ) + # The day following the Birthday of the Buddha. + self._add_holiday(tr("佛誕翌日"), _timedelta(dt_birthday_of_buddha, +1)) else: - # 佛誕. - self._add_chinese_birthday_of_buddha("The Birthday of the Buddha") + # The Birthday of the Buddha. + self._add_chinese_birthday_of_buddha(tr("佛誕")) - # Labour Day. if self._year >= 1999: if self._is_sunday(MAY, 1): - # 勞動節翌日. - self._add_labor_day_two("The day following Labour Day") + # The day following Labor Day. + self._add_labor_day_two(tr("勞動節翌日")) else: - # 勞動節. - self._add_labor_day("Labour Day") + # Labor Day. + self._add_labor_day(tr("勞動節")) - # Tuen Ng Festival. if self._year >= 1968: dt_dragon_boat = self._chinese_calendar.dragon_boat_date(self._year)[0] if self._is_sunday(dt_dragon_boat): - # 端午節翌日. - self._add_holiday( - "The day following Tuen Ng Festival", _timedelta(dt_dragon_boat, +1) - ) + # The day following Tuen Ng Festival. + self._add_holiday(tr("端午節翌日"), _timedelta(dt_dragon_boat, +1)) else: - # 端午節. - self._add_dragon_boat_festival("Tuen Ng Festival") + # Tuen Ng Festival. + self._add_dragon_boat_festival(tr("端午節")) - # Hong Kong Special Administrative Region Establishment Day. if self._year >= 1997: if self._is_sunday(JUL, 1): - # 香港特別行政區成立紀念日翌日. - self._add_holiday_jul_2( - "The day following Hong Kong Special Administrative Region Establishment Day" - ) + # The day following Hong Kong Special Administrative Region Establishment Day. + self._add_holiday_jul_2(tr("香港特別行政區成立紀念日翌日")) else: - # 香港特別行政區成立紀念日. - self._add_holiday_jul_1( - "Hong Kong Special Administrative Region Establishment Day" - ) + # Hong Kong Special Administrative Region Establishment Day. + self._add_holiday_jul_1(tr("香港特別行政區成立紀念日")) mid_autumn_date = self._add_mid_autumn() - # Chung Yeung Festival. if self._year >= 1968: dt_double_ninth = self._chinese_calendar.double_ninth_date(self._year)[0] if self._is_sunday(dt_double_ninth): - # 重陽節翌日. - self._add_holiday( - "The day following Chung Yeung Festival", _timedelta(dt_double_ninth, +1) - ) + # The day following Chung Yeung Festival. + self._add_holiday(tr("重陽節翌日"), _timedelta(dt_double_ninth, +1)) else: - # 重陽節. - self._add_double_ninth_festival("Chung Yeung Festival") + # Chung Yeung Festival. + self._add_double_ninth_festival(tr("重陽節")) - # National Day. if self._year >= 1997: dt = date(self._year, OCT, 1) + # The day following National Day. + name = tr("國慶日翌日") if self._is_sunday(dt) or dt == mid_autumn_date or dt == dt_double_ninth: - # 國慶日翌日. - self._add_holiday("The day following National Day", self._get_next_workday(dt)) + self._add_holiday(name, self._get_next_workday(dt)) else: - # 國慶日. - self._add_holiday_oct_1("National Day") - if self._year in {1997, 1998}: - # 國慶日翌日. - self._add_holiday_oct_2("The day following National Day") + # National Day. + self._add_holiday_oct_1(tr("國慶日")) + + if self._year <= 1998: + self._add_holiday_oct_2(name) # Christmas Day. - # 聖誕節. - name = "Christmas Day" - # 聖誕節後第一個周日. - first_after_christmas = "The first weekday after Christmas Day" - # 聖誕節後第二個周日. - second_after_christmas = "The second weekday after Christmas Day" + name = tr("聖誕節") + # The first weekday after Christmas Day. + first_after_christmas = tr("聖誕節後第一個周日") + # The second weekday after Christmas Day. + second_after_christmas = tr("聖誕節後第二個周日") dt_christmas = self._christmas_day if self._is_sunday(dt_christmas): self._add_christmas_day_two(first_after_christmas) @@ -374,10 +333,9 @@ def _populate_optional_holidays(self): # Previous holidays. - # Queen's Birthday. - # 英女皇壽辰. if 1952 <= self._year <= 1996: - name = "Queen's Birthday" + # Queen's Birthday. + name = tr("英女皇壽辰") if self._year >= 1983: self._add_holiday_2nd_sat_of_jun(name) self._add_holiday_2_days_past_2nd_sat_of_jun(name) @@ -389,21 +347,17 @@ def _populate_optional_holidays(self): if self._year <= 1967: # Monday after Pentecost. - # 靈降臨節後星期一. - self._add_whit_monday("Monday after Pentecost") + self._add_whit_monday(tr("靈降臨節後星期一")) # National Day of the Republic of China. - # 中華民國國慶日. - self._add_holiday_2nd_mon_of_oct("National Day of the Republic of China") + self._add_holiday_2nd_mon_of_oct(tr("中華民國國慶日")) - # Monday after Peace Memorial Day. - # 和平紀念日後星期一. - self._add_holiday_1_day_past_2nd_sun_of_nov("Monday after Peace Memorial Day") + # Monday after Remembrance Day. + self._add_holiday_1_day_past_2nd_sun_of_nov(tr("和平紀念日後星期一")) if self._year <= 1996: # Anniversary of the liberation of Hong Kong. - # 重光紀念日. - name = "Anniversary of the liberation of Hong Kong" + name = tr("重光紀念日") if self._year >= 1983: self._add_holiday_last_mon_of_aug(name) self._add_holiday_2_days_prior_last_mon_of_aug(name) @@ -437,34 +391,30 @@ class HKG(HongKong): class HongKongStaticHolidays: - # 英國王儲查理斯王子與戴安娜婚禮. - wedding_of_charles_and_diana = "Wedding of Prince Charles and Diana" + # Wedding of Prince Charles and Diana. + wedding_of_charles_and_diana = tr("英國王儲查理斯王子與戴安娜婚禮") - # 英女王伊利沙伯二世伉儷訪港的第二天. - queen_visit_hk = "Second day of Queen Elizabeth II and her husband's visit to Hong Kong" + # Second day of Queen Elizabeth II and her husband's visit to Hong Kong. + queen_visit_hk = tr("英女王伊利沙伯二世伉儷訪港的第二天") - # 英女皇壽辰. - queen_birthday = "Queen's Birthday" + # Queen's Birthday. + queen_birthday = tr("英女皇壽辰") - # 香港特別行政區成立紀念日翌日. - day_following_hksar_establishment_day = ( - "The day following Hong Kong Special Administrative Region Establishment Day" - ) + # The day following Hong Kong Special Administrative Region Establishment Day. + day_following_hksar_establishment_day = tr("香港特別行政區成立紀念日翌日") - # 中國人民抗日戰爭勝利70周年紀念日. - victory_70th_anniversary = ( - "The 70th anniversary day of the victory of the Chinese " - "people's war of resistance against Japanese aggression" - ) + # The 70th anniversary day of the victory of + # the Chinese people's war of resistance against Japanese aggression. + victory_70th_anniversary = tr("中國人民抗日戰爭勝利70周年紀念日") - # 抗日戰爭勝利紀念日. - war_victory_day = "Sino-Japanese War Victory Day" + # Sino-Japanese War Victory Day. + war_victory_day = tr("抗日戰爭勝利紀念日") - # 國慶日翌日. - day_following_national_day = "The day following National Day" + # The day following National Day. + day_following_national_day = tr("國慶日翌日") - # 額外公眾假期. - additional_public_holiday = "Additional public holiday" + # Additional public holiday. + additional_public_holiday = tr("額外公眾假期") special_public_holidays = { 1981: (JUL, 29, wedding_of_charles_and_diana), diff --git a/holidays/countries/isle_of_man.py b/holidays/countries/isle_of_man.py index 2828deaa6..748a1ee93 100644 --- a/holidays/countries/isle_of_man.py +++ b/holidays/countries/isle_of_man.py @@ -10,6 +10,8 @@ # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) +from gettext import gettext as tr + from holidays.countries.united_kingdom import UnitedKingdom, UnitedKingdomStaticHolidays from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.observed_holiday_base import ObservedHolidayBase, SAT_SUN_TO_NEXT_MON @@ -19,6 +21,7 @@ class IsleOfMan(UnitedKingdom): """Using existing code in UnitedKingdom for now.""" country = "IM" + parent_entity = UnitedKingdom subdivisions = () # Override UnitedKingdom subdivisions. subdivisions_aliases = {} # Override UnitedKingdom subdivisions aliases. @@ -31,25 +34,26 @@ def __init__(self, *args, **kwargs): # Override UnitedKingdom __init__(). def _populate_public_holidays(self) -> None: super()._populate_public_holidays() - # Easter Monday - self._add_easter_monday("Easter Monday") + # Easter Monday. + self._add_easter_monday(tr("Easter Monday")) - # Whit Monday. if self._year <= 1970: - self._add_whit_monday("Whit Monday") + # Whit Monday. + self._add_whit_monday(tr("Whit Monday")) - # Late Summer bank holiday (last Monday in August) if self._year >= 1971: - self._add_holiday_last_mon_of_aug("Late Summer Bank Holiday") + # Late Summer Bank Holiday. + self._add_holiday_last_mon_of_aug(tr("Late Summer Bank Holiday")) # Isle of Man exclusive holidays - # TT bank holiday (first Friday in June) - self._add_holiday_1st_fri_of_jun("TT Bank Holiday") - # Tynwald Day - # Move to the next Monday if falls on a weekend. - jul_5 = self._add_holiday_jul_5("Tynwald Day") + # TT Bank Holiday. + self._add_holiday_1st_fri_of_jun(tr("TT Bank Holiday")) + + # Tynwald Day. + jul_5 = self._add_holiday_jul_5(tr("Tynwald Day")) if self._year >= 1992: + # Move to the next Monday if falls on a weekend. self._move_holiday(jul_5, show_observed_label=False) diff --git a/holidays/countries/kazakhstan.py b/holidays/countries/kazakhstan.py index b896d6b1d..2eb90c7f0 100644 --- a/holidays/countries/kazakhstan.py +++ b/holidays/countries/kazakhstan.py @@ -117,7 +117,7 @@ def _populate_public_holidays(self): dts_observed.add(self._add_womens_day(tr("Халықаралық әйелдер күні"))) if self._year >= 2002: - # Nowruz holiday. + # Nowruz Holiday. name = tr("Наурыз мейрамы") dts_observed.add(self._add_holiday_mar_22(name)) if self._year >= 2010: diff --git a/holidays/countries/laos.py b/holidays/countries/laos.py index 87cad68a4..8eb62f91a 100644 --- a/holidays/countries/laos.py +++ b/holidays/countries/laos.py @@ -156,7 +156,7 @@ def _populate_public_holidays(self): # Became defunct from 2018 onwards. Still accessible in `WORKDAY` category. if 1990 <= self._year <= 2017: - # International Children Day. + # International Children's Day. self._add_childrens_day(tr("ວັນເດັກສາກົນ")) # ວັນຊາດ @@ -281,7 +281,7 @@ def _populate_workday_holidays(self): # Became defunct from 2018 onwards. Still accessible in `WORKDAY` category. if self._year >= 2018: - # International Children Day. + # International Children's Day. self._add_childrens_day(tr("ວັນເດັກສາກົນ")) # ວັນປູກຕົ້ນໄມ້ແຫ່ງຊາດ diff --git a/holidays/countries/nicaragua.py b/holidays/countries/nicaragua.py index d06d4eb2b..e37a19b78 100644 --- a/holidays/countries/nicaragua.py +++ b/holidays/countries/nicaragua.py @@ -98,7 +98,7 @@ def _populate_public_holidays(self): # Independence Day. self._add_holiday_sep_15(tr("Día de la Independencia")) - # Virgin's Day. + # Immaculate Conception. self._add_immaculate_conception_day(tr("Concepción de María")) # Christmas Day. diff --git a/holidays/countries/panama.py b/holidays/countries/panama.py index 818c9d1f2..432cffada 100644 --- a/holidays/countries/panama.py +++ b/holidays/countries/panama.py @@ -10,66 +10,94 @@ # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) -from holidays.groups import ChristianHolidays, InternationalHolidays +from gettext import gettext as tr + +from holidays.calendars.gregorian import JUL +from holidays.constants import BANK, PUBLIC +from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.observed_holiday_base import ObservedHolidayBase, SUN_TO_NEXT_MON -class Panama(ObservedHolidayBase, ChristianHolidays, InternationalHolidays): +class Panama(ObservedHolidayBase, ChristianHolidays, InternationalHolidays, StaticHolidays): """ References: - - https://en.wikipedia.org/wiki/Public_holidays_in_Panama - - https://publicholidays.com.pa/ + - https://en.wikipedia.org/wiki/Public_holidays_in_Panama + - `Labor Code 1947 `_ + - `Cabinet Decree #347 of 1969 `_ + - `Labor Code 1971 `_ + - `Law #4 of Jun 25, 1990 `_ + - `Law #55 of Nov 7, 2001 `_ """ country = "PA" - observed_label = "%s (observed)" + default_language = "es" + # %s (observed). + observed_label = tr("%s (puente)") + supported_categories = (BANK, PUBLIC) + supported_languages = ("en_US", "es", "uk") + start_year = 1948 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) + StaticHolidays.__init__(self, PanamaStaticHolidays) kwargs.setdefault("observed_rule", SUN_TO_NEXT_MON) + kwargs.setdefault("observed_since", 1972) super().__init__(*args, **kwargs) def _populate_public_holidays(self): - # New Year's Day - self._add_observed(self._add_new_years_day("New Year's Day")) + # New Year's Day. + self._add_observed(self._add_new_years_day(tr("Año Nuevo"))) - # Martyrs' Day - self._add_observed(self._add_holiday_jan_9("Martyrs' Day")) + if self._year >= 1972: + # Martyrs' Day. + self._add_observed(self._add_holiday_jan_9(tr("Día de los Mártires"))) - # Carnival - self._add_carnival_tuesday("Carnival") + if self._year <= 1971: + # Constitution Day. + self._add_holiday_mar_1(tr("Día de la Constitución")) - # Good Friday - self._add_good_friday("Good Friday") + # Carnival Tuesday. + self._add_carnival_tuesday(tr("Martes de Carnaval")) - # Labour Day - self._add_observed(self._add_labor_day("Labour Day")) + # Good Friday. + self._add_good_friday(tr("Viernes Santo")) - # Separation Day - self._add_holiday_nov_3("Separation Day") + # Labor Day. + self._add_observed(self._add_labor_day(tr("Día del Trabajo"))) - # National Symbols Day - self._add_holiday_nov_4("National Symbols Day") + # Separation Day. + self._add_observed(self._add_holiday_nov_3(tr("Separación de Panamá de Colombia"))) - # Colon Day - self._add_holiday_nov_5("Colon Day") + # Law #55 of Nov 7, 2001. + if self._year >= 2002: + # Colon Day. + self._add_observed(self._add_holiday_nov_5(tr("Día de Colón"))) - # Los Santos Uprising Day - self._add_holiday_nov_10("Los Santos Uprising Day") + # Cabinet Decree #347 of 1969. + if self._year >= 1969: + # Los Santos Uprising Day. + self._add_observed(self._add_holiday_nov_10(tr("Primer Grito de Independencia"))) - # Independence Day - self._add_observed(self._add_holiday_nov_28("Independence Day")) + # Independence Day. + self._add_observed(self._add_holiday_nov_28(tr("Independencia de Panamá de España"))) - # Mother's Day - self._add_observed(self._add_holiday_dec_8("Mother's Day")) + # Mother's Day. + self._add_observed(self._add_holiday_dec_8(tr("Día de la Madre"))) - # National Mourning Day if self._year >= 2022: - self._add_observed(self._add_holiday_dec_20("National Mourning Day")) + # National Mourning Day. + self._add_observed(self._add_holiday_dec_20(tr("Día de Duelo Nacional"))) + + # Christmas Day. + self._add_observed(self._add_christmas_day(tr("Navidad"))) + + def _populate_bank_holidays(self): + # Carnival Monday. + self._add_carnival_monday(tr("Lunes de Carnaval")) - # Christmas Day - self._add_observed(self._add_christmas_day("Christmas Day")) + # National Symbols Day. + self._add_holiday_nov_4(tr("Día de los Símbolos Patrios")) class PA(Panama): @@ -78,3 +106,13 @@ class PA(Panama): class PAN(Panama): pass + + +class PanamaStaticHolidays: + # Presidential Inauguration Day. + presidential_inauguration_day = tr("Toma posesión del Presidente de la república") + special_public_holidays = { + 2014: (JUL, 1, presidential_inauguration_day), + 2019: (JUL, 1, presidential_inauguration_day), + 2024: (JUL, 1, presidential_inauguration_day), + } diff --git a/holidays/countries/peru.py b/holidays/countries/peru.py index 74361817a..cde5663de 100644 --- a/holidays/countries/peru.py +++ b/holidays/countries/peru.py @@ -50,7 +50,7 @@ def _populate_public_holidays(self): # Labor Day. self._add_labor_day(tr("Día del Trabajo")) - # Saint Peter and Saint Paul. + # Saint Peter and Saint Paul's Day. self._add_saints_peter_and_paul_day(tr("San Pedro y San Pablo")) # Independence Day. diff --git a/holidays/countries/saint_lucia.py b/holidays/countries/saint_lucia.py new file mode 100644 index 000000000..7180c2613 --- /dev/null +++ b/holidays/countries/saint_lucia.py @@ -0,0 +1,88 @@ +# holidays +# -------- +# A fast, efficient Python library for generating country, province and state +# specific sets of holidays on the fly. It aims to make determining whether a +# specific date is a holiday as fast and flexible as possible. +# +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 +# ryanss (c) 2014-2017 +# Website: https://github.com/vacanza/holidays +# License: MIT (see LICENSE file) + +from gettext import gettext as tr + +from holidays.groups import ChristianHolidays, InternationalHolidays +from holidays.observed_holiday_base import ObservedHolidayBase, SUN_TO_NEXT_MON, SUN_TO_NEXT_TUE + + +class SaintLucia(ObservedHolidayBase, ChristianHolidays, InternationalHolidays): + """ + References: + - https://en.wikipedia.org/wiki/Public_holidays_in_Saint_Lucia + - https://www.timeanddate.com/holidays/saint-lucia/ + - https://archive.stlucia.gov.lc/saint_lucia/public_holidays.htm + - https://archive.stlucia.gov.lc/stluciasilver/national_holidays.htm + - https://web.archive.org/web/20160314100648/http://www.stluciachamber.org/uploadedImages/contentImg/file/List%20of%20Holidays%20for%202015%20(1).pdf + """ + + country = "LC" + default_language = "en_LC" + # %s (observed). + observed_label = tr("%s (observed)") + supported_languages = ("en_LC", "en_US") + start_year = 1979 + + def __init__(self, *args, **kwargs): + ChristianHolidays.__init__(self) + InternationalHolidays.__init__(self) + kwargs.setdefault("observed_rule", SUN_TO_NEXT_MON) + super().__init__(*args, **kwargs) + + def _populate_public_holidays(self): + # New Year's Day. + self._add_observed(self._add_new_years_day(tr("New Year's Day")), rule=SUN_TO_NEXT_TUE) + + # New Year's Holiday. + self._add_observed(self._add_new_years_day_two(tr("New Year's Holiday"))) + + # Independence Day. + self._add_observed(self._add_holiday_feb_22(tr("Independence Day"))) + + # Good Friday. + self._add_good_friday(tr("Good Friday")) + + # Easter Monday. + self._add_easter_monday(tr("Easter Monday")) + + # Labor Day. + self._add_observed(self._add_labor_day(tr("Labour Day"))) + + # Whit Monday. + self._add_whit_monday(tr("Whit Monday")) + + # Corpus Christi. + self._add_corpus_christi_day(tr("Corpus Christi")) + + # Emancipation Day. + self._add_observed(self._add_holiday_aug_1(tr("Emancipation Day"))) + + # Thanksgiving Day. + self._add_holiday_1st_mon_of_oct(tr("Thanksgiving Day")) + + # National Day. + self._add_observed(self._add_holiday_dec_13(tr("National Day"))) + + # Christmas Day. + self._add_observed(self._add_christmas_day(tr("Christmas Day")), rule=SUN_TO_NEXT_TUE) + + # Boxing Day. + self._add_observed(self._add_christmas_day_two(tr("Boxing Day"))) + + +class LC(SaintLucia): + pass + + +class LCA(SaintLucia): + pass diff --git a/holidays/countries/seychelles.py b/holidays/countries/seychelles.py index 0c3049809..280b2ac80 100644 --- a/holidays/countries/seychelles.py +++ b/holidays/countries/seychelles.py @@ -68,10 +68,10 @@ def _populate_public_holidays(self): # Easter Monday. self._add_easter_monday(tr("Easter Monday")) - # Labour Day. + # Labor Day. self._add_observed(self._add_labor_day(tr("Labour Day"))) - # The Fete Dieu. + # Corpus Christi. self._add_corpus_christi_day(tr("The Fete Dieu")) if self._year <= 2016: @@ -101,11 +101,11 @@ def _populate_public_holidays(self): # Assumption Day. self._add_observed(self._add_assumption_of_mary_day(tr("Assumption Day"))) - # All Saints Day. + # All Saints' Day. self._add_observed(self._add_all_saints_day(tr("All Saints Day"))) self._add_observed( - # The Feast of the Immaculate Conception. + # Immaculate Conception. self._add_immaculate_conception_day(tr("The Feast of the Immaculate Conception")) ) diff --git a/holidays/countries/singapore.py b/holidays/countries/singapore.py index e78617e38..0c68bdd70 100644 --- a/holidays/countries/singapore.py +++ b/holidays/countries/singapore.py @@ -142,7 +142,7 @@ def _populate_public_holidays(self) -> None: dts_observed.add(self._add_christmas_day(tr("Christmas Day"))) if self._year <= 1968: - # Boxing day. + # Boxing Day. self._add_christmas_day_two(tr("Boxing Day")) if self.observed: diff --git a/holidays/countries/spain.py b/holidays/countries/spain.py index 435d83643..d42a781e0 100644 --- a/holidays/countries/spain.py +++ b/holidays/countries/spain.py @@ -89,7 +89,7 @@ def __init__(self, *args, **kwargs): def _populate_public_holidays(self): if self._year not in {2012, 2017, 2023}: # New Year's Day. - self._add_new_years_day(tr("Año nuevo")) + self._add_new_years_day(tr("Año Nuevo")) if self._year not in {2013, 2019}: # Epiphany. @@ -127,7 +127,7 @@ def _populate_public_holidays(self): def _populate_subdiv_an_public_holidays(self): if self._year in {2012, 2017, 2023}: - self._move_holiday(self._add_new_years_day(tr("Año nuevo"))) + self._move_holiday(self._add_new_years_day(tr("Año Nuevo"))) if self._year in {2013, 2019}: self._move_holiday(self._add_epiphany_day(tr("Epifanía del Señor"))) @@ -161,7 +161,7 @@ def _populate_subdiv_an_public_holidays(self): def _populate_subdiv_ar_public_holidays(self): if self._year in {2012, 2017, 2023}: - self._move_holiday(self._add_new_years_day(tr("Año nuevo"))) + self._move_holiday(self._add_new_years_day(tr("Año Nuevo"))) if self._year in {2013, 2019}: self._move_holiday(self._add_epiphany_day(tr("Epifanía del Señor"))) @@ -194,7 +194,7 @@ def _populate_subdiv_ar_public_holidays(self): def _populate_subdiv_as_public_holidays(self): if self._year in {2012, 2017, 2023}: - self._move_holiday(self._add_new_years_day(tr("Año nuevo"))) + self._move_holiday(self._add_new_years_day(tr("Año Nuevo"))) if self._year in {2013, 2019}: self._move_holiday(self._add_epiphany_day(tr("Epifanía del Señor"))) @@ -262,7 +262,7 @@ def _populate_subdiv_cb_public_holidays(self): def _populate_subdiv_ce_public_holidays(self): if self._year == 2012: - self._move_holiday(self._add_new_years_day(tr("Año nuevo"))) + self._move_holiday(self._add_new_years_day(tr("Año Nuevo"))) if self._year in {2013, 2019}: self._move_holiday(self._add_epiphany_day(tr("Epifanía del Señor"))) @@ -306,7 +306,7 @@ def _populate_subdiv_ce_public_holidays(self): def _populate_subdiv_cl_public_holidays(self): if self._year in {2017, 2023}: - self._move_holiday(self._add_new_years_day(tr("Año nuevo"))) + self._move_holiday(self._add_new_years_day(tr("Año Nuevo"))) if self._year in {2013, 2019}: self._move_holiday(self._add_epiphany_day(tr("Epifanía del Señor"))) @@ -417,7 +417,7 @@ def _populate_subdiv_ct_public_holidays(self): def _populate_subdiv_ex_public_holidays(self): if self._year == 2012: - self._move_holiday(self._add_new_years_day(tr("Año nuevo"))) + self._move_holiday(self._add_new_years_day(tr("Año Nuevo"))) if self._year in {2013, 2019}: self._move_holiday(self._add_epiphany_day(tr("Epifanía del Señor"))) @@ -498,7 +498,7 @@ def _populate_subdiv_ib_public_holidays(self): def _populate_subdiv_mc_public_holidays(self): if self._year in {2017, 2023}: - self._move_holiday(self._add_new_years_day(tr("Año nuevo"))) + self._move_holiday(self._add_new_years_day(tr("Año Nuevo"))) if self._year in {2013, 2019}: self._move_holiday(self._add_epiphany_day(tr("Epifanía del Señor"))) @@ -557,7 +557,7 @@ def _populate_subdiv_md_public_holidays(self): def _populate_subdiv_ml_public_holidays(self): if self._year == 2017: - self._move_holiday(self._add_new_years_day(tr("Año nuevo"))) + self._move_holiday(self._add_new_years_day(tr("Año Nuevo"))) if self._year in {2013, 2019}: self._move_holiday(self._add_epiphany_day(tr("Epifanía del Señor"))) diff --git a/holidays/countries/sri_lanka.py b/holidays/countries/sri_lanka.py index a3ba0f387..ded4bb192 100644 --- a/holidays/countries/sri_lanka.py +++ b/holidays/countries/sri_lanka.py @@ -239,7 +239,7 @@ def _populate_public_holidays(self): # Eid al-Adha. self._add_eid_al_adha_day(tr("ඊදුල් අල්හා")) - # The Prophet's Birthday. + # Prophet's Birthday. self._add_mawlid_day(tr("නබි නායකතුමාගේ උපන් දිනය")) diff --git a/holidays/countries/switzerland.py b/holidays/countries/switzerland.py index 11bc9e068..eaa07dfe3 100644 --- a/holidays/countries/switzerland.py +++ b/holidays/countries/switzerland.py @@ -79,7 +79,7 @@ def _populate_public_holidays(self): self._add_christmas_day(tr("Weihnachten")) def _populate_subdiv_ag_public_holidays(self): - # Berchtold's Day. + # Saint Berchtold's Day. self._add_new_years_day_two(tr("Berchtoldstag")) # Good Friday. diff --git a/holidays/countries/tuvalu.py b/holidays/countries/tuvalu.py new file mode 100644 index 000000000..86c3650d8 --- /dev/null +++ b/holidays/countries/tuvalu.py @@ -0,0 +1,174 @@ +# holidays +# -------- +# A fast, efficient Python library for generating country, province and state +# specific sets of holidays on the fly. It aims to make determining whether a +# specific date is a holiday as fast and flexible as possible. +# +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 +# ryanss (c) 2014-2017 +# Website: https://github.com/vacanza/holidays +# License: MIT (see LICENSE file) + +from gettext import gettext as tr + +from holidays.groups import ChristianHolidays, InternationalHolidays +from holidays.observed_holiday_base import ( + ObservedHolidayBase, + SAT_SUN_TO_NEXT_MON, + SAT_SUN_TO_NEXT_MON_TUE, +) + + +class Tuvalu(ObservedHolidayBase, ChristianHolidays, InternationalHolidays): + """ + References: + - `Public holidays in Tuvalu `_ + - `Today's and Upcoming Holidays in Tuvalu `_ + - `Public Holidays (Amendment) Act 1990 `_ + - `Public Holidays Act 1 `_ + - `Public Holidays (Amendment) Act 2018 `_ + - `Public Holidays (Amendment) Act 2020 `_ + - `Public Holidays Act 2 `_ + - `Codes for the representation of names of countries and their subdivisions `_ + - `TUVALU-NEWS.TV `_ + """ + + country = "TV" + default_language = "tvl" + # %s (observed). + observed_label = tr("%s (fakamatakuga)") + supported_languages = ("en_GB", "en_US", "tvl") + subdivisions = ( + "FUN", # Funafuti. + "NIT", # Niutao. + "NKF", # Nukufetau. + "NKL", # Nukulaelae. + "NMA", # Nanumea. + "NMG", # Nanumaga. + "NUI", # Nui. + "VAI", # Vaitupu. + ) + subdivisions_aliases = { + # Town/Island Councils. + "Funafuti": "FUN", + "Niutao": "NIT", + "Nukufetau": "NKF", + "Nukulaelae": "NKL", + "Nanumea": "NMA", + "Nanumaga": "NMG", + "Nanumanga": "NMG", # Ex-ISO code alias + "Nui": "NUI", + "Vaitupu": "VAI", + } + # Tuvalu became fully independent of the United Kingdom on October 1, 1978 + # Tuvalu's PUBLIC HOLIDAYS (AMENDMENT) ACT 1990 (Act 2 of 1990) + # It was first proclaimed on FEB 7th, 1990 + start_year = 1990 + + def __init__(self, *args, **kwargs): + ChristianHolidays.__init__(self) + InternationalHolidays.__init__(self) + kwargs.setdefault("observed_rule", SAT_SUN_TO_NEXT_MON) + super().__init__(*args, **kwargs) + + def _populate_public_holidays(self): + # New Year's Day. + self._add_observed(self._add_new_years_day(tr("Tausaga Fou"))) + + if self._year <= 2020: + # Commonwealth Day. + self._add_holiday_2nd_mon_of_mar(tr("Aso Atefenua")) + + # Good Friday. + self._add_good_friday(tr("Aso toe tu")) + + # Easter Monday. + self._add_easter_monday(tr("Toe Tu aso gafua")) + + # Gospel Day. + self._add_holiday_1_day_past_2nd_sun_of_may(tr("Te Aso o te Tala Lei")) + + self._add_holiday_2nd_sat_of_jun( + # King's Birthday. + tr("Asofanau Tupu") + if self._year >= 2023 + # Queen's Birthday. + else tr("Asofanau Fafine") + ) + + # National Children's Day. + name = tr("Aso Tamaliki") + if self._year >= 2019: + # National Youth Day. + self._add_holiday_1st_mon_of_aug(tr("Aso tupulaga")) + + # National Children's Day. + self._add_holiday_1_day_past_2nd_sun_of_oct(name) + else: + # National Children's Day. + self._add_holiday_1st_mon_of_aug(name) + + # Tuvalu Day. + name = tr("Tutokotasi") + self._add_observed(self._add_holiday_oct_1(name), rule=SAT_SUN_TO_NEXT_MON_TUE) + self._add_observed(self._add_holiday_oct_2(name), rule=SAT_SUN_TO_NEXT_MON_TUE) + + # https://en.wikipedia.org/wiki/King%27s_Official_Birthday#Tuvalu + if self._year <= 2022: + # Heir to the Throne's Birthday. + self._add_holiday_2nd_mon_of_nov(tr("Aso fanau o te sui ote Tupu")) + + # Christmas Day. + self._add_observed(self._add_christmas_day(tr("Kilisimasi")), rule=SAT_SUN_TO_NEXT_MON_TUE) + self._add_observed( + # Boxing Day. + self._add_christmas_day_two(tr("Aso Faipele")), + rule=SAT_SUN_TO_NEXT_MON_TUE, + ) + + def _populate_subdiv_fun_public_holidays(self): + # The Day of the Bombing. + self._add_holiday_apr_23(tr("Te Aso o te Paula")) + + # Cyclone Day. + self._add_holiday_oct_21(tr("Aso o te matagi")) + + def _populate_subdiv_nit_public_holidays(self): + # Niutao Day. + self._add_holiday_sep_17(tr("Te Aso o te Setema")) + + def _populate_subdiv_nkf_public_holidays(self): + # Nukufetau Day. + self._add_holiday_feb_11(tr("Te Aso O Tutasi")) + + def _populate_subdiv_nkl_public_holidays(self): + # Gospel Day. + self._add_holiday_may_10(tr("Te Aso o te Tala Lei")) + + def _populate_subdiv_nma_public_holidays(self): + # Golden Jubilee. + self._add_holiday_jan_8(tr("Te Po o Tefolaha")) + + # Big Day. + self._add_holiday_feb_3(tr("Po Lahi")) + + def _populate_subdiv_nmg_public_holidays(self): + # Nanumaga Day. + self._add_holiday_apr_15(tr("Aho o te Fakavae")) + + def _populate_subdiv_nui_public_holidays(self): + # Day of the Flood. + self._add_holiday_feb_16(tr("Bogin te Ieka")) + + def _populate_subdiv_vai_public_holidays(self): + # Happy Day. + self._add_holiday_nov_25(tr("Te Aso Fiafia")) + + +class TV(Tuvalu): + pass + + +class TUV(Tuvalu): + pass diff --git a/holidays/countries/united_kingdom.py b/holidays/countries/united_kingdom.py index f2c0b8c6b..b87ea8984 100644 --- a/holidays/countries/united_kingdom.py +++ b/holidays/countries/united_kingdom.py @@ -10,6 +10,7 @@ # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) +from gettext import gettext as tr from typing import Union from holidays.calendars.gregorian import APR, MAY, JUN, JUL, SEP, DEC @@ -37,7 +38,9 @@ class UnitedKingdom(ObservedHolidayBase, ChristianHolidays, InternationalHoliday """ country = "GB" - observed_label = "%s (observed)" + default_language = "en_GB" + # %s (observed). + observed_label = tr("%s (observed)") subdivisions: Union[tuple[()], tuple[str, ...]] = ( "ENG", # England "NIR", # Northern Ireland @@ -50,6 +53,7 @@ class UnitedKingdom(ObservedHolidayBase, ChristianHolidays, InternationalHoliday "Scotland": "SCT", "Wales": "WLS", } + supported_languages = ("en_GB", "en_US", "th") _deprecated_subdivisions = ("UK",) # Bank Holidays Act 1871 start_year = 1872 @@ -64,25 +68,25 @@ def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs) def _populate_public_holidays(self) -> None: - # Good Friday - self._add_good_friday("Good Friday") + # Good Friday. + self._add_good_friday(tr("Good Friday")) - # May Day bank holiday (first Monday in May) if self._year >= 1978: - name = "May Day" + # May Day. + name = tr("May Day") if self._year in {1995, 2020}: self._add_holiday_may_8(name) else: self._add_holiday_1st_mon_of_may(name) - # Spring bank holiday (last Monday in May) if self._year >= 1971: spring_bank_dates = { 2002: (JUN, 4), 2012: (JUN, 4), 2022: (JUN, 2), } - name = "Spring Bank Holiday" + # Spring Bank Holiday. + name = tr("Spring Bank Holiday") if self._year in spring_bank_dates: self._add_holiday(name, spring_bank_dates[self._year]) else: @@ -90,94 +94,97 @@ def _populate_public_holidays(self) -> None: def _populate_subdiv_holidays(self): if self.subdiv != "SCT": - # New Year's Day if self._year >= 1975: - self._add_observed(self._add_new_years_day("New Year's Day")) + # New Year's Day. + self._add_observed(self._add_new_years_day(tr("New Year's Day"))) - # Christmas Day self._add_observed( - self._add_christmas_day("Christmas Day"), rule=SAT_SUN_TO_NEXT_MON_TUE + # Christmas Day. + self._add_christmas_day(tr("Christmas Day")), + rule=SAT_SUN_TO_NEXT_MON_TUE, ) - # Boxing Day self._add_observed( - self._add_christmas_day_two("Boxing Day"), rule=SAT_SUN_TO_NEXT_MON_TUE + # Boxing Day. + self._add_christmas_day_two(tr("Boxing Day")), + rule=SAT_SUN_TO_NEXT_MON_TUE, ) super()._populate_subdiv_holidays() def _populate_subdiv_eng_public_holidays(self): - # Easter Monday - self._add_easter_monday("Easter Monday") + # Easter Monday. + self._add_easter_monday(tr("Easter Monday")) - # Whit Monday. if self._year <= 1970: - self._add_whit_monday("Whit Monday") + # Whit Monday. + self._add_whit_monday(tr("Whit Monday")) - # Late Summer bank holiday (last Monday in August) if self._year >= 1971: - self._add_holiday_last_mon_of_aug("Late Summer Bank Holiday") + # Late Summer Bank Holiday. + self._add_holiday_last_mon_of_aug(tr("Late Summer Bank Holiday")) def _populate_subdiv_nir_public_holidays(self): if self._year >= 1903: - # Saint Patrick's Day - self._add_observed(self._add_holiday_mar_17("Saint Patrick's Day")) + # Saint Patrick's Day. + self._add_observed(self._add_holiday_mar_17(tr("Saint Patrick's Day"))) - # Easter Monday - self._add_easter_monday("Easter Monday") + # Easter Monday. + self._add_easter_monday(tr("Easter Monday")) - # Whit Monday. if self._year <= 1970: - self._add_whit_monday("Whit Monday") + # Whit Monday. + self._add_whit_monday(tr("Whit Monday")) - # Battle of the Boyne - self._add_observed(self._add_holiday_jul_12("Battle of the Boyne")) + # Battle of the Boyne. + self._add_observed(self._add_holiday_jul_12(tr("Battle of the Boyne"))) - # Late Summer bank holiday (last Monday in August) if self._year >= 1971: - self._add_holiday_last_mon_of_aug("Late Summer Bank Holiday") + # Late Summer Bank Holiday. + self._add_holiday_last_mon_of_aug(tr("Late Summer Bank Holiday")) def _populate_subdiv_sct_public_holidays(self): - # New Year's Day - jan_1 = self._add_new_years_day("New Year's Day") + # New Year's Day. + jan_1 = self._add_new_years_day(tr("New Year's Day")) - # New Year Holiday self._add_observed( - self._add_new_years_day_two("New Year Holiday"), + # New Year Holiday. + self._add_new_years_day_two(tr("New Year Holiday")), rule=SAT_SUN_TO_NEXT_MON_TUE + MON_TO_NEXT_TUE, ) self._add_observed(jan_1) - # Summer bank holiday (first Monday in August) - self._add_holiday_1st_mon_of_aug("Summer Bank Holiday") + # Summer Bank Holiday. + self._add_holiday_1st_mon_of_aug(tr("Summer Bank Holiday")) if self._year >= 2006: - # Saint Andrew's Day - self._add_observed(self._add_holiday_nov_30("Saint Andrew's Day")) + # Saint Andrew's Day. + self._add_observed(self._add_holiday_nov_30(tr("Saint Andrew's Day"))) - # Christmas Day self._add_observed( - self._add_christmas_day("Christmas Day"), + # Christmas Day. + self._add_christmas_day(tr("Christmas Day")), rule=SAT_SUN_TO_NEXT_MON_TUE if self._year >= 1974 else SAT_SUN_TO_NEXT_MON, ) if self._year >= 1974: - # Boxing Day self._add_observed( - self._add_christmas_day_two("Boxing Day"), rule=SAT_SUN_TO_NEXT_MON_TUE + # Boxing Day. + self._add_christmas_day_two(tr("Boxing Day")), + rule=SAT_SUN_TO_NEXT_MON_TUE, ) def _populate_subdiv_wls_public_holidays(self): - # Easter Monday - self._add_easter_monday("Easter Monday") + # Easter Monday. + self._add_easter_monday(tr("Easter Monday")) - # Whit Monday. if self._year <= 1970: - self._add_whit_monday("Whit Monday") + # Whit Monday. + self._add_whit_monday(tr("Whit Monday")) - # Late Summer bank holiday (last Monday in August) if self._year >= 1971: - self._add_holiday_last_mon_of_aug("Late Summer Bank Holiday") + # Late Summer Bank Holiday. + self._add_holiday_last_mon_of_aug(tr("Late Summer Bank Holiday")) class UK(UnitedKingdom): @@ -194,15 +201,24 @@ class GBR(UnitedKingdom): class UnitedKingdomStaticHolidays: special_public_holidays = { - 1977: (JUN, 7, "Silver Jubilee of Elizabeth II"), - 1981: (JUL, 29, "Wedding of Charles and Diana"), - 1999: (DEC, 31, "Millennium Celebrations"), - 2002: (JUN, 3, "Golden Jubilee of Elizabeth II"), - 2011: (APR, 29, "Wedding of William and Catherine"), - 2012: (JUN, 5, "Diamond Jubilee of Elizabeth II"), + # Silver Jubilee of Elizabeth II. + 1977: (JUN, 7, tr("Silver Jubilee of Elizabeth II")), + # Wedding of Charles and Diana. + 1981: (JUL, 29, tr("Wedding of Charles and Diana")), + # Millennium Celebrations. + 1999: (DEC, 31, tr("Millennium Celebrations")), + # Golden Jubilee of Elizabeth II. + 2002: (JUN, 3, tr("Golden Jubilee of Elizabeth II")), + # Wedding of William and Catherine. + 2011: (APR, 29, tr("Wedding of William and Catherine")), + # Diamond Jubilee of Elizabeth II. + 2012: (JUN, 5, tr("Diamond Jubilee of Elizabeth II")), 2022: ( - (JUN, 3, "Platinum Jubilee of Elizabeth II"), - (SEP, 19, "State Funeral of Queen Elizabeth II"), + # Platinum Jubilee of Elizabeth II. + (JUN, 3, tr("Platinum Jubilee of Elizabeth II")), + # State Funeral of Queen Elizabeth II. + (SEP, 19, tr("State Funeral of Queen Elizabeth II")), ), - 2023: (MAY, 8, "Coronation of Charles III"), + # Coronation of Charles III. + 2023: (MAY, 8, tr("Coronation of Charles III")), } diff --git a/holidays/countries/united_states.py b/holidays/countries/united_states.py index 56031dbca..3ca39fba3 100644 --- a/holidays/countries/united_states.py +++ b/holidays/countries/united_states.py @@ -49,11 +49,36 @@ class UnitedStates(ObservedHolidayBase, ChristianHolidays, InternationalHolidays Frances Xavier Cabrini Day: - https://leg.colorado.gov/sites/default/files/2020a_1031_signed.pdf - Washington's Birthday (GA): - - https://www.gasupreme.us/court-information/holidays-2/ - - Washington's Birthday (IN): - - https://www.in.gov/spd/benefits/state-holidays/ + Washington's Birthday: + - AK: https://doa.alaska.gov/calendar/ + - AL: https://admincode.legislature.state.al.us/administrative-code/670-X-12-.01 + - AR: https://arkleg.state.ar.us/Home/FTPDocument?path=/ACTS/2001/Public/ACT304.pdf + - AZ: https://www.azleg.gov/ars/1/00301.htm + - CA: https://www.sos.ca.gov/state-holidays + - CO: https://leg.colorado.gov/sites/default/files/images/olls/crs2023-title-24.pdf + - GA: https://www.gasupreme.us/court-information/holidays-2/ + - HI: https://www.capitol.hawaii.gov/hrscurrent/Vol01_Ch0001-0042F/HRS0008/HRS_0008-0001.htm + - ID: https://idaho.gov/government/state-holidays/ + - IN: https://digital.statelib.lib.in.us/infoexpress/holidays.aspx + https://www.in.gov/spd/benefits/state-holidays/ + - MD: https://msa.maryland.gov/msa/mdmanual/01glance/html/holidayl.html + - MN: https://www.revisor.mn.gov/statutes/cite/645.44 + - MT: https://archive.legmt.gov/bills/mca/title_0010/chapter_0010/part_0020/section_0160/0010-0010-0020-0160.html + - NJ: https://nj.gov/nj/about/facts/holidays/ + - OH: https://codes.ohio.gov/ohio-revised-code/section-1.14 + - OK: https://oklahoma.gov/omes/divisions/human-capital-management/employee-benefits/leave-holidays/holidays.html + - OR: https://www.oregonlegislature.gov/bills_laws/ors/ors187.html + - PA: https://www.legis.state.pa.us/WU01/LI/LI/US/PDF/1893/0/0138..PDF + - PR: https://en.wikipedia.org/wiki/Public_holidays_in_Puerto_Rico + - SC: https://www.scstatehouse.gov/code/t53c005.php + - TN: https://www.tn.gov/about-tn/state-holidays.html + - TX: https://www.tsl.texas.gov/ref/abouttx/holidays + - UT: https://le.utah.gov/xcode/Title63G/Chapter1/63G-1-S301.html + - VA: https://law.lis.virginia.gov/vacode/title2.2/chapter33/section2.2-3300/ + - VT: https://legislature.vermont.gov/statutes/section/01/007/00371 + - WA: https://app.leg.wa.gov/rcw/default.aspx?cite=1.16.050 + - WV: https://code.wvlegislature.gov/2-2-1/ + - WY: https://ai.wyo.gov/about-us/state-holidays-and-office-closures American Samoa holidays: - https://asbar.org/code-annotated/1-0501-public-holidays/ @@ -197,15 +222,38 @@ def _populate_subdiv_holidays(self): # Washington's Birthday if self._year >= 1879 and self.subdiv not in { + "AK", "AL", "AR", + "AZ", + "CA", + "CO", "DE", "FL", "GA", + "HI", + "ID", "IN", + "MD", + "MN", + "MT", + "NJ", "NM", + "OH", + "OK", + "OR", + "PA", "PR", + "SC", + "TN", + "TX", + "UT", + "VA", "VI", + "VT", + "WA", + "WV", + "WY", }: name = "Washington's Birthday" if self._year >= 1971: @@ -246,6 +294,10 @@ def _populate_subdiv_holidays(self): super()._populate_subdiv_holidays() def _populate_subdiv_ak_public_holidays(self): + # Washington's Birthday + if self._year >= 1971: + self._add_holiday_3rd_mon_of_feb("Presidents' Day") + # Seward's Day # No observance in 1921: https://chroniclingamerica.loc.gov/lccn/sn86072239/1922-03-29/ed-1/seq-8/ if self._year >= 1918 and self._year != 1921: @@ -327,11 +379,19 @@ def _populate_subdiv_az_public_holidays(self): if self._year >= 1986: self._add_holiday_3rd_mon_of_jan("Dr. Martin Luther King Jr. / Civil Rights Day") + # Washington's Birthday + if self._year >= 1971: + self._add_holiday_3rd_mon_of_feb("Lincoln/Washington Presidents' Day") + def _populate_subdiv_ca_public_holidays(self): # Lincoln's Birthday if 1971 <= self._year <= 2009: self._add_observed(self._add_holiday_feb_12("Lincoln's Birthday")) + # Washington's Birthday + if self._year >= 1971: + self._add_holiday_3rd_mon_of_feb("Presidents' Day") + # Susan B. Anthony Day if self._year >= 2014: self._add_holiday_feb_15("Susan B. Anthony Day") @@ -349,6 +409,10 @@ def _populate_subdiv_ca_public_holidays(self): self._add_holiday_1_day_past_4th_thu_of_nov("Day After Thanksgiving") def _populate_subdiv_co_public_holidays(self): + # Washington's Birthday + if self._year >= 1971: + self._add_holiday_3rd_mon_of_feb("Washington-Lincoln Day") + # Cesar Chavez Day if self._year >= 2001: self._add_holiday_mar_31("Cesar Chavez Day") @@ -453,6 +517,10 @@ def _populate_subdiv_gu_public_holidays(self): self._add_immaculate_conception_day("Lady of Camarin Day") def _populate_subdiv_hi_public_holidays(self): + # Washington's Birthday + if self._year >= 1971: + self._add_holiday_3rd_mon_of_feb("Presidents' Day") + # Prince Jonah Kuhio Kalanianaole Day if self._year >= 1949: self._add_observed(self._add_holiday_mar_26("Prince Jonah Kuhio Kalanianaole Day")) @@ -485,6 +553,10 @@ def _populate_subdiv_id_public_holidays(self): else "Martin Luther King Jr. Day" ) + # Washington's Birthday + if self._year >= 1971: + self._add_holiday_3rd_mon_of_feb("Presidents' Day") + def _populate_subdiv_il_public_holidays(self): # Lincoln's Birthday if self._year >= 1971: @@ -581,6 +653,10 @@ def _populate_subdiv_md_public_holidays(self): rule=SUN_TO_NEXT_MON, ) + # Washington's Birthday + if self._year >= 1971: + self._add_holiday_3rd_mon_of_feb("Presidents' Day") + # American Indian Heritage Day if self._year >= 2008: self._add_holiday_1_day_past_4th_thu_of_nov("American Indian Heritage Day") @@ -609,7 +685,9 @@ def _populate_subdiv_mi_public_holidays(self): self._add_observed(self._add_new_years_eve("New Year's Eve")) def _populate_subdiv_mn_public_holidays(self): - pass + # Washington's Birthday + if self._year >= 1971: + self._add_holiday_3rd_mon_of_feb("Washington's and Lincoln's Birthday") def _populate_subdiv_mo_public_holidays(self): # Truman Day @@ -648,6 +726,10 @@ def _populate_subdiv_ms_public_holidays(self): self._add_holiday_last_mon_of_apr("Confederate Memorial Day") def _populate_subdiv_mt_public_holidays(self): + # Washington's Birthday + if self._year >= 1971: + self._add_holiday_3rd_mon_of_feb("Lincoln's and Washington's Birthdays") + # Election Day if self._year >= 2008 and self._year % 2 == 0: self._add_holiday_1_day_past_1st_mon_of_nov("Election Day") @@ -711,6 +793,10 @@ def _populate_subdiv_nj_public_holidays(self): if self._year >= 1971: self._add_observed(self._add_holiday_feb_12("Lincoln's Birthday")) + # Washington's Birthday + if self._year >= 1971: + self._add_holiday_3rd_mon_of_feb("Presidents Day") + # Good Friday self._add_good_friday("Good Friday") @@ -755,17 +841,29 @@ def _populate_subdiv_ny_public_holidays(self): self._add_holiday_1_day_past_1st_mon_of_nov("Election Day") def _populate_subdiv_oh_public_holidays(self): - pass + # Washington's Birthday + if self._year >= 1971: + self._add_holiday_3rd_mon_of_feb("Washington-Lincoln Day") def _populate_subdiv_ok_public_holidays(self): + # Washington's Birthday + if self._year >= 1971: + self._add_holiday_3rd_mon_of_feb("Presidents' Day") + # Day After Thanksgiving if self._year >= 1975: self._add_holiday_1_day_past_4th_thu_of_nov("Day After Thanksgiving") def _populate_subdiv_or_public_holidays(self): - pass + # Washington's Birthday + if self._year >= 1971: + self._add_holiday_3rd_mon_of_feb("Presidents Day") def _populate_subdiv_pa_public_holidays(self): + # Washington's Birthday + if self._year >= 1971: + self._add_holiday_3rd_mon_of_feb("Presidents' Day") + # Day After Thanksgiving self._add_holiday_1_day_past_4th_thu_of_nov("Day After Thanksgiving") @@ -800,6 +898,10 @@ def _populate_subdiv_ri_public_holidays(self): ) def _populate_subdiv_sc_public_holidays(self): + # Washington's Birthday + if self._year >= 1971: + self._add_holiday_3rd_mon_of_feb("President's Day") + # Confederate Memorial Day if self._year >= 1866: self._add_holiday_4th_mon_of_apr("Confederate Memorial Day") @@ -814,6 +916,10 @@ def _populate_subdiv_sd_public_holidays(self): self._add_columbus_day(name) def _populate_subdiv_tn_public_holidays(self): + # Washington's Birthday + if self._year >= 1971: + self._add_holiday_3rd_mon_of_feb("President's Day") + # Good Friday self._add_good_friday("Good Friday") @@ -822,6 +928,10 @@ def _populate_subdiv_tx_public_holidays(self): if self._year >= 1931: self._add_holiday_jan_19("Confederate Memorial Day") + # Washington's Birthday + if self._year >= 1971: + self._add_holiday_3rd_mon_of_feb("Presidents' Day") + # Texas Independence Day if self._year >= 1874: self._add_holiday_mar_2("Texas Independence Day") @@ -861,6 +971,10 @@ def _populate_subdiv_um_public_holidays(self): pass def _populate_subdiv_ut_public_holidays(self): + # Washington's Birthday + if self._year >= 1971: + self._add_holiday_3rd_mon_of_feb("Washington and Lincoln Day") + # Pioneer Day if self._year >= 1849: self._add_observed(self._add_holiday_jul_24("Pioneer Day")) @@ -885,6 +999,11 @@ def _populate_subdiv_va_public_holidays(self): else self._add_holiday_mar_4(name), rule=SUN_TO_NEXT_MON, ) + + # Washington's Birthday + if self._year >= 1971: + self._add_holiday_3rd_mon_of_feb("George Washington Day") + # Indigenous Peoples' Day if self._year >= 1971: self._add_holiday_2nd_mon_of_oct( @@ -932,6 +1051,10 @@ def _populate_subdiv_vi_public_holidays(self): self._add_christmas_day_two("Christmas Second Day") def _populate_subdiv_vt_public_holidays(self): + # Washington's Birthday + if self._year >= 1971: + self._add_holiday_3rd_mon_of_feb("Presidents' Day") + # Town Meeting Day if self._year >= 1800: self._add_holiday_1st_tue_of_mar("Town Meeting Day") @@ -941,7 +1064,9 @@ def _populate_subdiv_vt_public_holidays(self): self._add_observed(self._add_holiday_aug_16("Bennington Battle Day")) def _populate_subdiv_wa_public_holidays(self): - pass + # Washington's Birthday + if self._year >= 1971: + self._add_holiday_3rd_mon_of_feb("Presidents' Day") def _populate_subdiv_wi_public_holidays(self): # Susan B. Anthony Day @@ -956,6 +1081,10 @@ def _populate_subdiv_wi_public_holidays(self): self._add_observed(self._add_new_years_eve("New Year's Eve")) def _populate_subdiv_wv_public_holidays(self): + # Washington's Birthday + if self._year >= 1971: + self._add_holiday_3rd_mon_of_feb("Presidents' Day") + # West Virginia Day if self._year >= 1927: self._add_observed(self._add_holiday_jun_20("West Virginia Day")) @@ -969,7 +1098,9 @@ def _populate_subdiv_wv_public_holidays(self): self._add_holiday_1_day_past_4th_thu_of_nov("Day After Thanksgiving") def _populate_subdiv_wy_public_holidays(self): - pass + # Washington's Birthday + if self._year >= 1971: + self._add_holiday_3rd_mon_of_feb("President's Day") def _populate_unofficial_holidays(self): # Very common celebrated cultural days, but no official observance. diff --git a/holidays/countries/uruguay.py b/holidays/countries/uruguay.py index 7afddb5fa..a5b7f411d 100644 --- a/holidays/countries/uruguay.py +++ b/holidays/countries/uruguay.py @@ -61,7 +61,7 @@ def _populate_public_holidays(self): # Cry of Asencio. self._add_holiday_feb_28(tr("Grito de Asencio")) - # International Workers' Day. + # Workers' Day. dt = self._add_labor_day(tr("Día de los Trabajadores")) if self._year <= 1983: self._move_holiday(dt) diff --git a/holidays/financial/brasil_bolsa_balcao.py b/holidays/financial/brasil_bolsa_balcao.py index 94ea0129d..ddf660f56 100644 --- a/holidays/financial/brasil_bolsa_balcao.py +++ b/holidays/financial/brasil_bolsa_balcao.py @@ -70,7 +70,7 @@ def _populate_public_holidays(self): self._add_holiday_apr_21(tr("Tiradentes")) if self._year >= 1925: - # Workers' Day. + # Worker's Day. self._add_labor_day(tr("Dia do Trabalhador")) # Corpus Christi. diff --git a/holidays/holiday_base.py b/holidays/holiday_base.py index 4cf888317..5ad0ebd56 100644 --- a/holidays/holiday_base.py +++ b/holidays/holiday_base.py @@ -14,13 +14,14 @@ import copy import warnings +from bisect import bisect_left, bisect_right from calendar import isleap from collections.abc import Iterable from datetime import date, datetime, timedelta, timezone from functools import cached_property from gettext import gettext, translation from pathlib import Path -from typing import Any, Dict, Optional, Union, cast +from typing import Any, Literal, Optional, Union, cast from dateutil.parser import parse @@ -249,6 +250,8 @@ def _populate(self, year): """Start year of holidays presence for this entity.""" end_year: int = DEFAULT_END_YEAR """End year of holidays presence for this entity.""" + parent_entity: Optional[type["HolidayBase"]] = None + """Optional parent entity to reference as a base.""" def __init__( self, @@ -364,16 +367,32 @@ def __init__( self.weekend_workdays = getattr(self, "weekend_workdays", set()) supported_languages = set(self.supported_languages) - self.tr = ( - translation( + if self._entity_code is not None: + fallback = language not in supported_languages + languages = [language] if language in supported_languages else None + locale_directory = str(Path(__file__).with_name("locale")) + + # Add entity native content translations. + entity_translation = translation( self._entity_code, - fallback=language not in supported_languages, - languages=[language] if language in supported_languages else None, - localedir=str(Path(__file__).with_name("locale")), - ).gettext - if self._entity_code is not None - else gettext - ) + fallback=fallback, + languages=languages, + localedir=locale_directory, + ) + # Add a fallback if entity has parent translations. + if parent_entity := self.parent_entity: + entity_translation.add_fallback( + translation( + parent_entity.country or parent_entity.market, + fallback=fallback, + languages=languages, + localedir=locale_directory, + ) + ) + self.tr = entity_translation.gettext + else: + self.tr = gettext + self.years = _normalize_arguments(int, years) # Populate holidays. @@ -418,7 +437,7 @@ def __contains__(self, key: object) -> bool: if not isinstance(key, (date, datetime, float, int, str)): raise TypeError(f"Cannot convert type '{type(key)}' to date.") - return dict.__contains__(cast("Dict[Any, Any]", self), self.__keytransform__(key)) + return dict.__contains__(cast("dict[Any, Any]", self), self.__keytransform__(key)) def __eq__(self, other: object) -> bool: if not isinstance(other, HolidayBase): @@ -428,7 +447,7 @@ def __eq__(self, other: object) -> bool: if getattr(self, attribute_name, None) != getattr(other, attribute_name, None): return False - return dict.__eq__(cast("Dict[Any, Any]", self), other) + return dict.__eq__(cast("dict[Any, Any]", self), other) def __getattr__(self, name): try: @@ -967,6 +986,36 @@ def get_named( raise AttributeError(f"Unknown lookup type: {lookup}") + def get_closest_holiday( + self, + target_date: DateLike = None, + direction: Literal["forward", "backward"] = "forward", + ) -> Optional[tuple[date, str]]: + """Return the date and name of the next holiday for a target_date + if direction is "forward" or the previous holiday if direction is "backward". + If target_date is not provided the current date will be used by default.""" + + if direction not in {"backward", "forward"}: + raise AttributeError(f"Unknown direction: {direction}") + + dt = self.__keytransform__(target_date or datetime.now().date()) + if direction == "forward" and (next_year := dt.year + 1) not in self.years: + self._populate(next_year) + elif direction == "backward" and (previous_year := dt.year - 1) not in self.years: + self._populate(previous_year) + + sorted_dates = sorted(self.keys()) + position = ( + bisect_right(sorted_dates, dt) + if direction == "forward" + else bisect_left(sorted_dates, dt) - 1 + ) + if 0 <= position < len(sorted_dates): + dt = sorted_dates[position] + return dt, self[dt] + + return None + def get_nth_working_day(self, key: DateLike, n: int) -> date: """Return n-th working day from provided date (if n is positive) or n-th working day before provided date (if n is negative). @@ -1201,4 +1250,4 @@ def __init__( def _populate(self, year): for operand in self.holidays: operand._populate(year) - self.update(cast("Dict[DateLike, str]", operand)) + self.update(cast("dict[DateLike, str]", operand)) diff --git a/holidays/locale/da/LC_MESSAGES/DK.po b/holidays/locale/da/LC_MESSAGES/DK.po index 730289040..62c453a06 100644 --- a/holidays/locale/da/LC_MESSAGES/DK.po +++ b/holidays/locale/da/LC_MESSAGES/DK.po @@ -70,7 +70,7 @@ msgstr "" msgid "Anden juledag" msgstr "" -#. International Workers' Day. +#. Workers' Day. msgid "Arbejdernes kampdag" msgstr "" diff --git a/holidays/locale/da/LC_MESSAGES/GL.po b/holidays/locale/da/LC_MESSAGES/GL.po index 0615a6b87..6db375099 100644 --- a/holidays/locale/da/LC_MESSAGES/GL.po +++ b/holidays/locale/da/LC_MESSAGES/GL.po @@ -10,44 +10,48 @@ # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # -# Greenland holidays. +# Greenland holidays da localization. # msgid "" msgstr "" -"Project-Id-Version: Holidays 0.50\n" +"Project-Id-Version: Holidays 0.67\n" "POT-Creation-Date: 2023-02-15 08:13-0800\n" -"PO-Revision-Date: 2024-05-30 16:36+0200\n" -"Last-Translator: ~Klintrup \n" +"PO-Revision-Date: 2025-02-11 17:41+0200\n" +"Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Lingua 4.15.0\n" -"X-Generator: Poedit 3.2.2\n" +"Generated-By: Lingva 5.0.5\n" +"X-Generator: Poedit 3.5\n" #. New Year's Day. -msgid "Ukioq nutaaq" +msgid "Ukiortaaq" msgstr "Nytårsdag" #. Maundy Thursday. -msgid "Sisamanngornermi illernartumi" +msgid "Sisamanngortoq illernartoq" msgstr "Skærtorsdag" +#. Good Friday. +msgid "Tallimanngorneq tannaartoq" +msgstr "Langfredag" + #. Easter Sunday. -msgid "Poorskimi" +msgid "Poorskip ullua" msgstr "Påskedag" #. Easter Monday. -msgid "Poorskimi ullut aappaat" +msgid "Poorskip-aappaa" msgstr "Anden påskedag" -#. Great Day of Prayers. +#. Great Prayer Day. msgid "Ulloq qinuffiusoq" msgstr "Store bededag" #. Ascension Day. -msgid "Ulloq Kristusip qilaliarnera" +msgid "Qilaliarfik" msgstr "Kristi himmelfartsdag" #. Whit Sunday. @@ -55,37 +59,33 @@ msgid "Piinsip ullua" msgstr "Pinsedag" #. Whit Monday. -msgid "Piinsip ulluisa aappaanni" +msgid "Piinsip-aappaa" msgstr "Anden pinsedag" #. Christmas Day. -msgid "Juulli" +msgid "Juullip ullua" msgstr "Juledag" #. Second Day of Christmas. -msgid "Juullip aappaa" +msgid "Juullip-aappaa" msgstr "Anden juledag" +#. Epiphany. +msgid "Kunngit pingasut ulluat" +msgstr "Helligtrekongersdag" + #. International Workers' Day. msgid "Sulisartut ulluat" msgstr "Arbejdernes kampdag" +#. National Day. +msgid "Ullortuneq" +msgstr "Nationaldag" + #. Christmas Eve. -msgid "Juulliaqqami" +msgid "Juulliaraq" msgstr "Juleaftensdag" #. New Year's Eve. msgid "Ukiortaami" msgstr "Nytårsaften" - -#. National Day. -msgid "Ullortuneq" -msgstr "Nationaldag" - -#. Good Friday. -msgid "Tallimanngorneq ajortorsiorneq" -msgstr "Langfredag" - -#. Epiphany. -msgid "Mitaarneq" -msgstr "Helligtrekongersdag" diff --git a/holidays/locale/de/LC_MESSAGES/CH.po b/holidays/locale/de/LC_MESSAGES/CH.po index 89cc75d39..f658d3d77 100644 --- a/holidays/locale/de/LC_MESSAGES/CH.po +++ b/holidays/locale/de/LC_MESSAGES/CH.po @@ -58,7 +58,7 @@ msgstr "" msgid "Stephanstag" msgstr "" -#. Berchtold's Day. +#. Saint Berchtold's Day. msgid "Berchtoldstag" msgstr "" diff --git a/holidays/locale/en_AU/LC_MESSAGES/AU.po b/holidays/locale/en_AU/LC_MESSAGES/AU.po index b961c8f36..ebf4906d1 100644 --- a/holidays/locale/en_AU/LC_MESSAGES/AU.po +++ b/holidays/locale/en_AU/LC_MESSAGES/AU.po @@ -91,7 +91,7 @@ msgstr "" msgid "Family & Community Day" msgstr "" -#. Labour Day. +#. Labor Day. msgid "Labour Day" msgstr "" diff --git a/holidays/locale/en_GB/LC_MESSAGES/GB.po b/holidays/locale/en_GB/LC_MESSAGES/GB.po new file mode 100644 index 000000000..f51aacec9 --- /dev/null +++ b/holidays/locale/en_GB/LC_MESSAGES/GB.po @@ -0,0 +1,124 @@ +# holidays +# -------- +# A fast, efficient Python library for generating country, province and state +# specific sets of holidays on the fly. It aims to make determining whether a +# specific date is a holiday as fast and flexible as possible. +# +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 +# ryanss (c) 2014-2017 +# Website: https://github.com/vacanza/holidays +# License: MIT (see LICENSE file) +# +# United Kingdom holidays. +# +msgid "" +msgstr "" +"Project-Id-Version: Holidays 0.66\n" +"POT-Creation-Date: 2025-01-29 14:18+0700\n" +"PO-Revision-Date: 2025-01-31 13:54+0700\n" +"Last-Translator: PPsyrius \n" +"Language-Team: Holidays Localization Team\n" +"Language: en_GB\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Lingva 5.0.3\n" +"X-Generator: Poedit 3.5\n" + +#. %s (observed). +#, c-format +msgid "%s (observed)" +msgstr "" + +#. Good Friday. +msgid "Good Friday" +msgstr "" + +#. May Day. +msgid "May Day" +msgstr "" + +#. Spring Bank Holiday. +msgid "Spring Bank Holiday" +msgstr "" + +#. New Year's Day. +msgid "New Year's Day" +msgstr "" + +#. Christmas Day. +msgid "Christmas Day" +msgstr "" + +#. Boxing Day. +msgid "Boxing Day" +msgstr "" + +#. Easter Monday. +msgid "Easter Monday" +msgstr "" + +#. Whit Monday. +msgid "Whit Monday" +msgstr "" + +#. Late Summer Bank Holiday. +msgid "Late Summer Bank Holiday" +msgstr "" + +#. Saint Patrick's Day. +msgid "Saint Patrick's Day" +msgstr "" + +#. Battle of the Boyne. +msgid "Battle of the Boyne" +msgstr "" + +#. New Year Holiday. +msgid "New Year Holiday" +msgstr "" + +#. Summer Bank Holiday. +msgid "Summer Bank Holiday" +msgstr "" + +#. Saint Andrew's Day. +msgid "Saint Andrew's Day" +msgstr "" + +#. Silver Jubilee of Elizabeth II. +msgid "Silver Jubilee of Elizabeth II" +msgstr "" + +#. Wedding of Charles and Diana. +msgid "Wedding of Charles and Diana" +msgstr "" + +#. Millennium Celebrations. +msgid "Millennium Celebrations" +msgstr "" + +#. Golden Jubilee of Elizabeth II. +msgid "Golden Jubilee of Elizabeth II" +msgstr "" + +#. Wedding of William and Catherine. +msgid "Wedding of William and Catherine" +msgstr "" + +#. Diamond Jubilee of Elizabeth II. +msgid "Diamond Jubilee of Elizabeth II" +msgstr "" + +#. Platinum Jubilee of Elizabeth II. +msgid "Platinum Jubilee of Elizabeth II" +msgstr "" + +#. State Funeral of Queen Elizabeth II. +msgid "State Funeral of Queen Elizabeth II" +msgstr "" + +#. Coronation of Charles III. +msgid "Coronation of Charles III" +msgstr "" diff --git a/holidays/locale/en_GB/LC_MESSAGES/IM.po b/holidays/locale/en_GB/LC_MESSAGES/IM.po new file mode 100644 index 000000000..e67983601 --- /dev/null +++ b/holidays/locale/en_GB/LC_MESSAGES/IM.po @@ -0,0 +1,47 @@ +# holidays +# -------- +# A fast, efficient Python library for generating country, province and state +# specific sets of holidays on the fly. It aims to make determining whether a +# specific date is a holiday as fast and flexible as possible. +# +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 +# ryanss (c) 2014-2017 +# Website: https://github.com/vacanza/holidays +# License: MIT (see LICENSE file) +# +# Isle of Man holidays. +# +msgid "" +msgstr "" +"Project-Id-Version: Holidays 0.66\n" +"POT-Creation-Date: 2025-01-31 13:46+0700\n" +"PO-Revision-Date: 2025-01-31 13:54+0700\n" +"Last-Translator: PPsyrius \n" +"Language-Team: Holidays Localization Team\n" +"Language: en_GB\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Lingva 5.0.3\n" +"X-Generator: Poedit 3.5\n" + +#. Easter Monday. +msgid "Easter Monday" +msgstr "" + +#. Whit Monday. +msgid "Whit Monday" +msgstr "" + +#. Late Summer Bank Holiday. +msgid "Late Summer Bank Holiday" +msgstr "" + +#. TT Bank Holiday. +msgid "TT Bank Holiday" +msgstr "" + +#. Tynwald Day. +msgid "Tynwald Day" +msgstr "" diff --git a/holidays/locale/en_GB/LC_MESSAGES/TV.po b/holidays/locale/en_GB/LC_MESSAGES/TV.po new file mode 100644 index 000000000..138e78746 --- /dev/null +++ b/holidays/locale/en_GB/LC_MESSAGES/TV.po @@ -0,0 +1,119 @@ +# holidays +# -------- +# A fast, efficient Python library for generating country, province and state +# specific sets of holidays on the fly. It aims to make determining whether a +# specific date is a holiday as fast and flexible as possible. +# +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 +# ryanss (c) 2014-2017 +# Website: https://github.com/vacanza/holidays +# License: MIT (see LICENSE file) +# +# Tuvalu holidays en_GB localization. +# +msgid "" +msgstr "" +"Project-Id-Version: Holidays 0.67\n" +"POT-Creation-Date: 2025-02-11 23:23+0530\n" +"PO-Revision-Date: 2025-02-11 23:23+0530\n" +"Last-Translator: Prateekshit Jaiswal \n" +"Language-Team: Holidays Localization Team\n" +"Language: en_GB\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Lingva 5.0.4\n" + +#. New Year's Day. +msgid "Tausaga Fou" +msgstr "New Year's Day" + +#. Commonwealth Day. +msgid "Aso Atefenua" +msgstr "Commonwealth Day" + +#. Gospel Day. +msgid "Te Aso o te Tala Lei" +msgstr "Gospel Day" + +#. King's Birthday. +msgid "Asofanau Tupu" +msgstr "King's Birthday" + +#. National Children's Day. +msgid "Aso Tamaliki" +msgstr "National Children's Day" + +#. Tuvalu Day. +msgid "Tutokotasi" +msgstr "Tuvalu Day" + +#. Heir to the Throne's Birthday. +msgid "Aso fanau o te sui ote Tupu" +msgstr "Heir to the Throne's Birthday" + +#. Boxing Day. +msgid "Aso Faipele" +msgstr "Boxing Day" + +#. Good Friday. +msgid "Aso toe tu" +msgstr "Good Friday" + +#. Easter Monday. +msgid "Toe Tu aso gafua" +msgstr "Easter Monday" + +#. Christmas Day. +msgid "Kilisimasi" +msgstr "Christmas Day" + +#. Golden Jubilee. +msgid "Te Po o Tefolaha" +msgstr "Golden Jubilee" + +#. Big Day. +msgid "Po Lahi" +msgstr "Big Day" + +#. Day of the Flood. +msgid "Bogin te Ieka" +msgstr "Day of the Flood" + +#. Nanumaga Day. +msgid "Aho o te Fakavae" +msgstr "Nanumaga Day" + +#. The Day of the Bombing. +msgid "Te Aso o te Paula" +msgstr "The Day of the Bombing" + +#. Niutao Day. +msgid "Te Aso o te Setema" +msgstr "Niutao Day" + +#. Cyclone Day. +msgid "Aso o te matagi" +msgstr "Cyclone Day" + +#. Happy Day. +msgid "Te Aso Fiafia" +msgstr "Happy Day" + +#. National Youth Day. +msgid "Aso tupulaga" +msgstr "National Youth Day" + +#. Nukufetau Day. +msgid "Te Aso O Tutasi" +msgstr "Nukufetau Day" + +#. %s (observed). +#, c-format +msgid "%s (fakamatakuga)" +msgstr "%s (observed)" + +#. Queen's Birthday. +msgid "Asofanau Fafine" +msgstr "Queen's Birthday" diff --git a/holidays/locale/en_HK/LC_MESSAGES/HK.po b/holidays/locale/en_HK/LC_MESSAGES/HK.po new file mode 100644 index 000000000..d07b99c8c --- /dev/null +++ b/holidays/locale/en_HK/LC_MESSAGES/HK.po @@ -0,0 +1,206 @@ +# holidays +# -------- +# A fast, efficient Python library for generating country, province and state +# specific sets of holidays on the fly. It aims to make determining whether a +# specific date is a holiday as fast and flexible as possible. +# +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 +# ryanss (c) 2014-2017 +# Website: https://github.com/vacanza/holidays +# License: MIT (see LICENSE file) +# +# Hong Kong holidays en_HK localization. +# +msgid "" +msgstr "" +"Project-Id-Version: Holidays 0.67\n" +"POT-Creation-Date: 2025-02-04 14:03+0700\n" +"PO-Revision-Date: 2025-02-04 22:55+0700\n" +"Last-Translator: PPsyrius \n" +"Language-Team: Holidays Localization Team\n" +"Language: en_HK\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Lingva 5.0.3\n" +"X-Generator: Poedit 3.5\n" + +#. %s (observed). +#, c-format +msgid "%s(慶祝)" +msgstr "%s (observed)" + +#. The day following the Chinese Mid-Autumn Festival. +msgid "中秋節翌日" +msgstr "The day following the Chinese Mid-Autumn Festival" + +#. The second day following the Chinese Mid-Autumn Festival. +msgid "中秋節後第二日" +msgstr "The second day following the Chinese Mid-Autumn Festival" + +#. Chinese Mid-Autumn Festival. +msgid "中秋節" +msgstr "Chinese Mid-Autumn Festival" + +#. Lunar New Year's Day. +msgid "農曆年初一" +msgstr "Lunar New Year's Day" + +#. The day preceding Lunar New Year's Day. +msgid "農曆年初一的前一日" +msgstr "The day preceding Lunar New Year's Day" + +#. The second day of Lunar New Year. +msgid "農曆年初二" +msgstr "The second day of Lunar New Year" + +#. The third day of Lunar New Year. +msgid "農曆年初三" +msgstr "The third day of Lunar New Year" + +#. The fourth day of Lunar New Year. +msgid "農曆年初四" +msgstr "The fourth day of Lunar New Year" + +#. The first day of January. +msgid "一月一日" +msgstr "The first day of January" + +#. Good Friday. +msgid "耶穌受難節" +msgstr "Good Friday" + +#. The day following Good Friday. +msgid "耶穌受難節翌日" +msgstr "The day following Good Friday" + +#. Easter Monday. +msgid "復活節星期一" +msgstr "Easter Monday" + +#. Ching Ming Festival. +msgid "清明節" +msgstr "Ching Ming Festival" + +#. The Birthday of the Buddha. +msgid "佛誕" +msgstr "The Birthday of the Buddha" + +#. Labor Day. +msgid "勞動節" +msgstr "Labour Day" + +#. Tuen Ng Festival. +msgid "端午節" +msgstr "Tuen Ng Festival" + +#. Hong Kong Special Administrative Region Establishment Day. +msgid "香港特別行政區成立紀念日" +msgstr "Hong Kong Special Administrative Region Establishment Day" + +#. Chung Yeung Festival. +msgid "重陽節" +msgstr "Chung Yeung Festival" + +#. National Day. +msgid "國慶日" +msgstr "National Day" + +#. Chinese Winter Solstice Festival. +msgid "冬節" +msgstr "Chinese Winter Solstice Festival" + +#. The first weekday after Christmas Day. +msgid "聖誕節後第一個周日" +msgstr "The first weekday after Christmas Day" + +#. Christmas Day. +msgid "聖誕節" +msgstr "Christmas Day" + +#. The day following the first day of January. +msgid "一月一日翌日" +msgstr "The day following the first day of January" + +#. The day following Ching Ming Festival. +msgid "清明節翌日" +msgstr "The day following Ching Ming Festival" + +#. The day following Easter Monday. +msgid "復活節星期一翌日" +msgstr "The day following Easter Monday" + +#. The day following the Birthday of the Buddha. +msgid "佛誕翌日" +msgstr "The day following the Birthday of the Buddha" + +#. The day following Labor Day. +msgid "勞動節翌日" +msgstr "The day following Labour Day" + +#. The day following Tuen Ng Festival. +msgid "端午節翌日" +msgstr "The day following Tuen Ng Festival" + +#. The day following Hong Kong Special Administrative Region Establishment +#. Day. +msgid "香港特別行政區成立紀念日翌日" +msgstr "" +"The day following Hong Kong Special Administrative Region Establishment Day" + +#. The day following Chung Yeung Festival. +msgid "重陽節翌日" +msgstr "The day following Chung Yeung Festival" + +#. The day following National Day. +msgid "國慶日翌日" +msgstr "The day following National Day" + +#. The second weekday after Christmas Day. +msgid "聖誕節後第二個周日" +msgstr "The second weekday after Christmas Day" + +#. Queen's Birthday. +msgid "英女皇壽辰" +msgstr "Queen's Birthday" + +#. Monday after Pentecost. +msgid "靈降臨節後星期一" +msgstr "Monday after Pentecost" + +#. National Day of the Republic of China. +msgid "中華民國國慶日" +msgstr "National Day of the Republic of China" + +#. Monday after Remembrance Day. +msgid "和平紀念日後星期一" +msgstr "Monday after Remembrance Day" + +#. Anniversary of the liberation of Hong Kong. +msgid "重光紀念日" +msgstr "Anniversary of the liberation of Hong Kong" + +#. Wedding of Prince Charles and Diana. +msgid "英國王儲查理斯王子與戴安娜婚禮" +msgstr "Wedding of Prince Charles and Diana" + +#. Second day of Queen Elizabeth II and her husband's visit to Hong Kong. +msgid "英女王伊利沙伯二世伉儷訪港的第二天" +msgstr "Second day of Queen Elizabeth II and her husband's visit to Hong Kong" + +#. The 70th anniversary day of the victory of the Chinese people's war of +#. resistance against +#. Japanese aggression. +msgid "中國人民抗日戰爭勝利70周年紀念日" +msgstr "" +"The 70th anniversary day of the victory of the Chinese people's war of " +"resistance against Japanese aggression" + +#. Sino-Japanese War Victory Day. +msgid "抗日戰爭勝利紀念日" +msgstr "Sino-Japanese War Victory Day" + +#. Additional public holiday. +msgid "額外公眾假期" +msgstr "Additional public holiday" diff --git a/holidays/locale/en_LC/LC_MESSAGES/LC.po b/holidays/locale/en_LC/LC_MESSAGES/LC.po new file mode 100644 index 000000000..a9ec5206a --- /dev/null +++ b/holidays/locale/en_LC/LC_MESSAGES/LC.po @@ -0,0 +1,83 @@ +# holidays +# -------- +# A fast, efficient Python library for generating country, province and state +# specific sets of holidays on the fly. It aims to make determining whether a +# specific date is a holiday as fast and flexible as possible. +# +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 +# ryanss (c) 2014-2017 +# Website: https://github.com/vacanza/holidays +# License: MIT (see LICENSE file) +# +# Saint Lucia holidays. +# +msgid "" +msgstr "" +"Project-Id-Version: Holidays 0.67\n" +"POT-Creation-Date: 2025-02-03 23:27+0530\n" +"PO-Revision-Date: 2025-02-03 23:27+0530\n" +"Last-Translator: Prateekshit Jaiswal \n" +"Language-Team: Holidays Localization Team\n" +"Language: en_LC\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Lingva 5.0.4\n" + +#. New Year's Day. +msgid "New Year's Day" +msgstr "" + +#. Independence Day. +msgid "Independence Day" +msgstr "" + +#. Good Friday. +msgid "Good Friday" +msgstr "" + +#. Easter Monday. +msgid "Easter Monday" +msgstr "" + +#. Labor Day. +msgid "Labour Day" +msgstr "" + +#. Whit Monday. +msgid "Whit Monday" +msgstr "" + +#. Corpus Christi. +msgid "Corpus Christi" +msgstr "" + +#. Emancipation Day. +msgid "Emancipation Day" +msgstr "" + +#. National Day. +msgid "National Day" +msgstr "" + +#. Christmas Day. +msgid "Christmas Day" +msgstr "" + +#. Boxing Day. +msgid "Boxing Day" +msgstr "" + +#. New Year's Holiday. +msgid "New Year's Holiday" +msgstr "" + +#. %s (observed). +#, c-format +msgid "%s (observed)" +msgstr "" + +#. Thanksgiving Day. +msgid "Thanksgiving Day" +msgstr "" diff --git a/holidays/locale/en_SC/LC_MESSAGES/SC.po b/holidays/locale/en_SC/LC_MESSAGES/SC.po index 5b4cbc323..a5beb8634 100644 --- a/holidays/locale/en_SC/LC_MESSAGES/SC.po +++ b/holidays/locale/en_SC/LC_MESSAGES/SC.po @@ -52,11 +52,11 @@ msgstr "" msgid "Easter Monday" msgstr "" -#. Labour Day. +#. Labor Day. msgid "Labour Day" msgstr "" -#. The Fete Dieu. +#. Corpus Christi. msgid "The Fete Dieu" msgstr "" @@ -84,11 +84,11 @@ msgstr "" msgid "Assumption Day" msgstr "" -#. All Saints Day. +#. All Saints' Day. msgid "All Saints Day" msgstr "" -#. The Feast of the Immaculate Conception. +#. Immaculate Conception. msgid "The Feast of the Immaculate Conception" msgstr "" diff --git a/holidays/locale/en_SG/LC_MESSAGES/SG.po b/holidays/locale/en_SG/LC_MESSAGES/SG.po index e92825134..b4bfdfc63 100644 --- a/holidays/locale/en_SG/LC_MESSAGES/SG.po +++ b/holidays/locale/en_SG/LC_MESSAGES/SG.po @@ -85,7 +85,7 @@ msgstr "" msgid "Christmas Day" msgstr "" -#. Boxing day. +#. Boxing Day. msgid "Boxing Day" msgstr "" diff --git a/holidays/locale/en_US/LC_MESSAGES/AR.po b/holidays/locale/en_US/LC_MESSAGES/AR.po index 75fdb4dae..f157c2678 100644 --- a/holidays/locale/en_US/LC_MESSAGES/AR.po +++ b/holidays/locale/en_US/LC_MESSAGES/AR.po @@ -127,7 +127,7 @@ msgstr "Respect for Cultural Diversity Day" #. Columbus Day. msgid "Día de la Raza" -msgstr "Columbus day" +msgstr "Columbus Day" #. National Sovereignty Day. msgid "Día de la Soberanía Nacional" diff --git a/holidays/locale/en_US/LC_MESSAGES/AU.po b/holidays/locale/en_US/LC_MESSAGES/AU.po index ba982d565..77105ebbf 100644 --- a/holidays/locale/en_US/LC_MESSAGES/AU.po +++ b/holidays/locale/en_US/LC_MESSAGES/AU.po @@ -91,7 +91,7 @@ msgstr "Reconciliation Day" msgid "Family & Community Day" msgstr "Family & Community Day" -#. Labour Day. +#. Labor Day. msgid "Labour Day" msgstr "Labor Day" diff --git a/holidays/locale/en_US/LC_MESSAGES/BVMF.po b/holidays/locale/en_US/LC_MESSAGES/BVMF.po index 38f4eac19..0a7c73f83 100644 --- a/holidays/locale/en_US/LC_MESSAGES/BVMF.po +++ b/holidays/locale/en_US/LC_MESSAGES/BVMF.po @@ -46,7 +46,7 @@ msgstr "Good Friday" msgid "Tiradentes" msgstr "Tiradentes' Day" -#. Workers' Day. +#. Worker's Day. msgid "Dia do Trabalhador" msgstr "Worker's Day" diff --git a/holidays/locale/en_US/LC_MESSAGES/CH.po b/holidays/locale/en_US/LC_MESSAGES/CH.po index b24b31b8a..e7f6ff930 100644 --- a/holidays/locale/en_US/LC_MESSAGES/CH.po +++ b/holidays/locale/en_US/LC_MESSAGES/CH.po @@ -59,9 +59,9 @@ msgstr "Whit Monday" msgid "Stephanstag" msgstr "Saint Stephen's Day" -#. Berchtold's Day. +#. Saint Berchtold's Day. msgid "Berchtoldstag" -msgstr "Berchtold's Day" +msgstr "Saint Berchtold's Day" #. Corpus Christi. msgid "Fronleichnam" diff --git a/holidays/locale/en_US/LC_MESSAGES/CL.po b/holidays/locale/en_US/LC_MESSAGES/CL.po index de691bea0..477ad0ab3 100644 --- a/holidays/locale/en_US/LC_MESSAGES/CL.po +++ b/holidays/locale/en_US/LC_MESSAGES/CL.po @@ -63,9 +63,9 @@ msgstr "Navy Day" msgid "Día Nacional de los Pueblos Indígenas" msgstr "National Day of Indigenous Peoples" -#. Saint Peter and Saint Paul. +#. Saint Peter and Saint Paul's Day. msgid "San Pedro y San Pablo" -msgstr "Saint Peter and Saint Paul" +msgstr "Saint Peter and Saint Paul's Day" #. Day of Virgin of Carmen. msgid "Virgen del Carmen" diff --git a/holidays/locale/en_US/LC_MESSAGES/CO.po b/holidays/locale/en_US/LC_MESSAGES/CO.po index 2bc404a63..198f69460 100644 --- a/holidays/locale/en_US/LC_MESSAGES/CO.po +++ b/holidays/locale/en_US/LC_MESSAGES/CO.po @@ -45,7 +45,7 @@ msgstr "Labor Day" #. Saint Peter and Saint Paul's Day. msgid "San Pedro y San Pablo" -msgstr "Saint Peter and Saint Paul" +msgstr "Saint Peter and Saint Paul's Day" #. Independence Day. msgid "Día de la Independencia" diff --git a/holidays/locale/en_US/LC_MESSAGES/CU.po b/holidays/locale/en_US/LC_MESSAGES/CU.po index b0ec2d57e..8b32c4901 100644 --- a/holidays/locale/en_US/LC_MESSAGES/CU.po +++ b/holidays/locale/en_US/LC_MESSAGES/CU.po @@ -44,9 +44,9 @@ msgstr "Victory Day" msgid "Viernes Santo" msgstr "Good Friday" -#. International Worker's Day. +#. International Workers' Day. msgid "Día Internacional de los Trabajadores" -msgstr "International Worker's Day" +msgstr "International Workers' Day" #. Commemoration of the Assault of the Moncada garrison. msgid "Conmemoración del asalto a Moncada" diff --git a/holidays/locale/en_US/LC_MESSAGES/DK.po b/holidays/locale/en_US/LC_MESSAGES/DK.po index 03baa0164..765d14ff3 100644 --- a/holidays/locale/en_US/LC_MESSAGES/DK.po +++ b/holidays/locale/en_US/LC_MESSAGES/DK.po @@ -71,9 +71,9 @@ msgstr "Christmas Day" msgid "Anden juledag" msgstr "Second Day of Christmas" -#. International Workers' Day. +#. Workers' Day. msgid "Arbejdernes kampdag" -msgstr "International Workers' Day" +msgstr "Workers' Day" #. Constitution Day. msgid "Grundlovsdag" diff --git a/holidays/locale/en_US/LC_MESSAGES/ES.po b/holidays/locale/en_US/LC_MESSAGES/ES.po index 555a36ee4..c6593e2a4 100644 --- a/holidays/locale/en_US/LC_MESSAGES/ES.po +++ b/holidays/locale/en_US/LC_MESSAGES/ES.po @@ -33,7 +33,7 @@ msgid "Lunes siguiente a %s" msgstr "Monday following %s" #. New Year's Day. -msgid "Año nuevo" +msgid "Año Nuevo" msgstr "New Year's Day" #. Epiphany. diff --git a/holidays/locale/en_US/LC_MESSAGES/FI.po b/holidays/locale/en_US/LC_MESSAGES/FI.po index 9152fdb2c..d27c32fe5 100644 --- a/holidays/locale/en_US/LC_MESSAGES/FI.po +++ b/holidays/locale/en_US/LC_MESSAGES/FI.po @@ -87,78 +87,78 @@ msgstr "Christmas Day" msgid "Tapaninpäivä" msgstr "Second Day of Christmas" -#. Runeberg Day +#. Runeberg Day. msgid "Runebergin päivä" msgstr "Runeberg Day" -#. Kalevala Day, Day of Finnish Culture +#. Kalevala Day, Day of Finnish Culture. msgid "Kalevalan päivä, suomalaisen kulttuurin päivä" msgstr "Kalevala Day, Day of Finnish Culture" -#. Minna Canth Day, Day of Equality +#. Minna Canth Day, Day of Equality. msgid "Minna Canthin päivä, tasa-arvon päivä" msgstr "Minna Canth Day, Day of Equality" -#. Mikael Agricola Day, Day of the Finnish Language +#. Mikael Agricola Day, Day of the Finnish Language. msgid "Mikael Agricolan päivä, suomen kielen päivä" msgstr "Mikael Agricola Day, Day of the Finnish Language" -#. National War Veterans' Day +#. National War Veterans' Day. msgid "Kansallinen veteraanipäivä" msgstr "National War Veterans' Day" -#. Europe Day +#. Europe Day. msgid "Eurooppa-päivä" msgstr "Europe Day" -#. Mothers' Day +#. Mother's Day. msgid "Äitienpäivä" -msgstr "Mothers' Day" +msgstr "Mother's Day" -#. J. V. Snellman Day, Day of Finnish Heritage +#. J. V. Snellman Day, Day of Finnish Heritage. msgid "J.V. Snellmanin päivä, suomalaisuuden päivä" msgstr "J. V. Snellman Day, Day of Finnish Heritage" -#. Remembrance Day +#. Remembrance Day. msgid "Kaatuneitten muistopäivä" msgstr "Remembrance Day" -#. Flag Day of the Finnish Defense Forces +#. Flag Day of the Finnish Defense Forces. msgid "Puolustusvoimain lippujuhlan päivä" msgstr "Flag Day of the Finnish Defense Forces" -#. Eino Leino Day, Day of Summer and Poetry +#. Eino Leino Day, Day of Summer and Poetry. msgid "Eino Leinon päivä, runon ja suven päivä" msgstr "Eino Leino Day, Day of Summer and Poetry" -#. Finland's Nature Day +#. Finland's Nature Day. msgid "Suomen luonnon päivä" msgstr "Finland's Nature Day" -#. Miina Sillanpää Day, Day of Civic Participation +#. Miina Sillanpää Day, Day of Civic Participation. msgid "Miina Sillanpään ja kansalaisvaikuttamisen päivä" msgstr "Miina Sillanpää Day, Day of Civic Participation" -#. Aleksis Kivi Day, Day of Finnish Literature +#. Aleksis Kivi Day, Day of Finnish Literature. msgid "Aleksis Kiven päivä, suomalaisen kirjallisuuden päivä" msgstr "Aleksis Kivi Day, Day of Finnish Literature" -#. United Nations Day +#. United Nations Day. msgid "YK:n päivä" msgstr "United Nations Day" -#. Finnish Swedish Heritage Day, svenska dagen +#. Finnish Swedish Heritage Day, svenska dagen. msgid "Ruotsalaisuuden päivä, Kustaa Aadolfin päivä" msgstr "Finnish Swedish Heritage Day, svenska dagen" -#. Fathers' Day +#. Father's Day. msgid "Isänpäivä" -msgstr "Fathers' Day" +msgstr "Father's Day" -#. Day of Children's Rights +#. Day of Children's Rights. msgid "Lapsen oikeuksien päivä" msgstr "Day of Children's Rights" -#. Jean Sibelius Day, Day of Finnish Music +#. Jean Sibelius Day, Day of Finnish Music. msgid "Jean Sibeliuksen päivä, suomalaisen musiikin päivä" msgstr "Jean Sibelius Day, Day of Finnish Music" diff --git a/holidays/locale/en_US/LC_MESSAGES/GB.po b/holidays/locale/en_US/LC_MESSAGES/GB.po new file mode 100644 index 000000000..b65c54b17 --- /dev/null +++ b/holidays/locale/en_US/LC_MESSAGES/GB.po @@ -0,0 +1,124 @@ +# holidays +# -------- +# A fast, efficient Python library for generating country, province and state +# specific sets of holidays on the fly. It aims to make determining whether a +# specific date is a holiday as fast and flexible as possible. +# +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 +# ryanss (c) 2014-2017 +# Website: https://github.com/vacanza/holidays +# License: MIT (see LICENSE file) +# +# United Kingdom holidays en_US localization. +# +msgid "" +msgstr "" +"Project-Id-Version: Holidays 0.66\n" +"POT-Creation-Date: 2025-01-29 14:18+0700\n" +"PO-Revision-Date: 2025-01-31 13:54+0700\n" +"Last-Translator: PPsyrius \n" +"Language-Team: Holidays Localization Team\n" +"Language: en_US\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Lingva 5.0.3\n" +"X-Generator: Poedit 3.5\n" + +#. %s (observed). +#, c-format +msgid "%s (observed)" +msgstr "%s (observed)" + +#. Good Friday. +msgid "Good Friday" +msgstr "Good Friday" + +#. May Day. +msgid "May Day" +msgstr "May Day" + +#. Spring Bank Holiday. +msgid "Spring Bank Holiday" +msgstr "Spring Bank Holiday" + +#. New Year's Day. +msgid "New Year's Day" +msgstr "New Year's Day" + +#. Christmas Day. +msgid "Christmas Day" +msgstr "Christmas Day" + +#. Boxing Day. +msgid "Boxing Day" +msgstr "Boxing Day" + +#. Easter Monday. +msgid "Easter Monday" +msgstr "Easter Monday" + +#. Whit Monday. +msgid "Whit Monday" +msgstr "Whit Monday" + +#. Late Summer Bank Holiday. +msgid "Late Summer Bank Holiday" +msgstr "Late Summer Bank Holiday" + +#. Saint Patrick's Day. +msgid "Saint Patrick's Day" +msgstr "Saint Patrick's Day" + +#. Battle of the Boyne. +msgid "Battle of the Boyne" +msgstr "Battle of the Boyne" + +#. New Year Holiday. +msgid "New Year Holiday" +msgstr "New Year Holiday" + +#. Summer Bank Holiday. +msgid "Summer Bank Holiday" +msgstr "Summer Bank Holiday" + +#. Saint Andrew's Day. +msgid "Saint Andrew's Day" +msgstr "Saint Andrew's Day" + +#. Silver Jubilee of Elizabeth II. +msgid "Silver Jubilee of Elizabeth II" +msgstr "Silver Jubilee of Elizabeth II" + +#. Wedding of Charles and Diana. +msgid "Wedding of Charles and Diana" +msgstr "Wedding of Charles and Diana" + +#. Millennium Celebrations. +msgid "Millennium Celebrations" +msgstr "Millennium Celebrations" + +#. Golden Jubilee of Elizabeth II. +msgid "Golden Jubilee of Elizabeth II" +msgstr "Golden Jubilee of Elizabeth II" + +#. Wedding of William and Catherine. +msgid "Wedding of William and Catherine" +msgstr "Wedding of William and Catherine" + +#. Diamond Jubilee of Elizabeth II. +msgid "Diamond Jubilee of Elizabeth II" +msgstr "Diamond Jubilee of Elizabeth II" + +#. Platinum Jubilee of Elizabeth II. +msgid "Platinum Jubilee of Elizabeth II" +msgstr "Platinum Jubilee of Elizabeth II" + +#. State Funeral of Queen Elizabeth II. +msgid "State Funeral of Queen Elizabeth II" +msgstr "State Funeral of Queen Elizabeth II" + +#. Coronation of Charles III. +msgid "Coronation of Charles III" +msgstr "Coronation of Charles III" diff --git a/holidays/locale/en_US/LC_MESSAGES/GL.po b/holidays/locale/en_US/LC_MESSAGES/GL.po index c68da984f..6514fd03f 100644 --- a/holidays/locale/en_US/LC_MESSAGES/GL.po +++ b/holidays/locale/en_US/LC_MESSAGES/GL.po @@ -14,41 +14,44 @@ # msgid "" msgstr "" -"Project-Id-Version: Holidays 0.50\n" +"Project-Id-Version: Holidays 0.67\n" "POT-Creation-Date: 2023-02-15 08:13-0800\n" -"PO-Revision-Date: 2023-11-12 16:36+0200\n" -"Last-Translator: ~Klintrup \n" +"PO-Revision-Date: 2025-02-11 17:41+0200\n" +"Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"Generated-By: pygettext.py 1.5\n" -"X-Generator: Poedit 3.2.2\n" +"Generated-By: Lingva 5.0.5\n" +"X-Generator: Poedit 3.5\n" #. New Year's Day. -msgid "Ukioq nutaaq" +msgid "Ukiortaaq" msgstr "New Year's Day" #. Maundy Thursday. -msgid "Sisamanngornermi illernartumi" +msgid "Sisamanngortoq illernartoq" msgstr "Maundy Thursday" +#. Good Friday. +msgid "Tallimanngorneq tannaartoq" +msgstr "Good Friday" + #. Easter Sunday. -msgid "Poorskimi" +msgid "Poorskip ullua" msgstr "Easter Sunday" #. Easter Monday. -msgid "Poorskimi ullut aappaat" +msgid "Poorskip-aappaa" msgstr "Easter Monday" -#. Great Day of Prayers. +#. Great Prayer Day. msgid "Ulloq qinuffiusoq" msgstr "Great Prayer Day" #. Ascension Day. -msgid "Ulloq Kristusip qilaliarnera" +msgid "Qilaliarfik" msgstr "Ascension Day" #. Whit Sunday. @@ -56,37 +59,33 @@ msgid "Piinsip ullua" msgstr "Whit Sunday" #. Whit Monday. -msgid "Piinsip ulluisa aappaanni" +msgid "Piinsip-aappaa" msgstr "Whit Monday" #. Christmas Day. -msgid "Juulli" +msgid "Juullip ullua" msgstr "Christmas Day" #. Second Day of Christmas. -msgid "Juullip aappaa" +msgid "Juullip-aappaa" msgstr "Second Day of Christmas" +#. Epiphany. +msgid "Kunngit pingasut ulluat" +msgstr "Epiphany" + #. International Workers' Day. msgid "Sulisartut ulluat" msgstr "International Workers' Day" +#. National Day. +msgid "Ullortuneq" +msgstr "National Day" + #. Christmas Eve. -msgid "Juulliaqqami" +msgid "Juulliaraq" msgstr "Christmas Eve" #. New Year's Eve. msgid "Ukiortaami" msgstr "New Year's Eve" - -#. National Day. -msgid "Ullortuneq" -msgstr "National Day" - -#. Good Friday. -msgid "Tallimanngorneq ajortorsiorneq" -msgstr "Good Friday" - -#. Epiphany. -msgid "Mitaarneq" -msgstr "Epiphany" diff --git a/holidays/locale/en_US/LC_MESSAGES/GT.po b/holidays/locale/en_US/LC_MESSAGES/GT.po index 3717e49d1..c1ae0cfea 100644 --- a/holidays/locale/en_US/LC_MESSAGES/GT.po +++ b/holidays/locale/en_US/LC_MESSAGES/GT.po @@ -60,7 +60,7 @@ msgid "Día de la Revolución" msgstr "Revolution Day" #. Holy Saturday. -msgid "Sabado Santo" +msgid "Sábado Santo" msgstr "Holy Saturday" #. Labor Day. diff --git a/holidays/locale/en_US/LC_MESSAGES/HK.po b/holidays/locale/en_US/LC_MESSAGES/HK.po new file mode 100644 index 000000000..1f788f1e8 --- /dev/null +++ b/holidays/locale/en_US/LC_MESSAGES/HK.po @@ -0,0 +1,206 @@ +# holidays +# -------- +# A fast, efficient Python library for generating country, province and state +# specific sets of holidays on the fly. It aims to make determining whether a +# specific date is a holiday as fast and flexible as possible. +# +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 +# ryanss (c) 2014-2017 +# Website: https://github.com/vacanza/holidays +# License: MIT (see LICENSE file) +# +# Hong Kong holidays en_US localization. +# +msgid "" +msgstr "" +"Project-Id-Version: Holidays 0.67\n" +"POT-Creation-Date: 2025-02-04 14:03+0700\n" +"PO-Revision-Date: 2025-02-04 22:55+0700\n" +"Last-Translator: PPsyrius \n" +"Language-Team: Holidays Localization Team\n" +"Language: en_US\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Lingva 5.0.3\n" +"X-Generator: Poedit 3.5\n" + +#. %s (observed). +#, c-format +msgid "%s(慶祝)" +msgstr "%s (observed)" + +#. The day following the Chinese Mid-Autumn Festival. +msgid "中秋節翌日" +msgstr "The day following the Chinese Mid-Autumn Festival" + +#. The second day following the Chinese Mid-Autumn Festival. +msgid "中秋節後第二日" +msgstr "The second day following the Chinese Mid-Autumn Festival" + +#. Chinese Mid-Autumn Festival. +msgid "中秋節" +msgstr "Chinese Mid-Autumn Festival" + +#. Lunar New Year's Day. +msgid "農曆年初一" +msgstr "Lunar New Year's Day" + +#. The day preceding Lunar New Year's Day. +msgid "農曆年初一的前一日" +msgstr "The day preceding Lunar New Year's Day" + +#. The second day of Lunar New Year. +msgid "農曆年初二" +msgstr "The second day of Lunar New Year" + +#. The third day of Lunar New Year. +msgid "農曆年初三" +msgstr "The third day of Lunar New Year" + +#. The fourth day of Lunar New Year. +msgid "農曆年初四" +msgstr "The fourth day of Lunar New Year" + +#. The first day of January. +msgid "一月一日" +msgstr "The first day of January" + +#. Good Friday. +msgid "耶穌受難節" +msgstr "Good Friday" + +#. The day following Good Friday. +msgid "耶穌受難節翌日" +msgstr "The day following Good Friday" + +#. Easter Monday. +msgid "復活節星期一" +msgstr "Easter Monday" + +#. Ching Ming Festival. +msgid "清明節" +msgstr "Ching Ming Festival" + +#. The Birthday of the Buddha. +msgid "佛誕" +msgstr "The Birthday of the Buddha" + +#. Labor Day. +msgid "勞動節" +msgstr "Labor Day" + +#. Tuen Ng Festival. +msgid "端午節" +msgstr "Tuen Ng Festival" + +#. Hong Kong Special Administrative Region Establishment Day. +msgid "香港特別行政區成立紀念日" +msgstr "Hong Kong Special Administrative Region Establishment Day" + +#. Chung Yeung Festival. +msgid "重陽節" +msgstr "Chung Yeung Festival" + +#. National Day. +msgid "國慶日" +msgstr "National Day" + +#. Chinese Winter Solstice Festival. +msgid "冬節" +msgstr "Chinese Winter Solstice Festival" + +#. The first weekday after Christmas Day. +msgid "聖誕節後第一個周日" +msgstr "The first weekday after Christmas Day" + +#. Christmas Day. +msgid "聖誕節" +msgstr "Christmas Day" + +#. The day following the first day of January. +msgid "一月一日翌日" +msgstr "The day following the first day of January" + +#. The day following Ching Ming Festival. +msgid "清明節翌日" +msgstr "The day following Ching Ming Festival" + +#. The day following Easter Monday. +msgid "復活節星期一翌日" +msgstr "The day following Easter Monday" + +#. The day following the Birthday of the Buddha. +msgid "佛誕翌日" +msgstr "The day following the Birthday of the Buddha" + +#. The day following Labor Day. +msgid "勞動節翌日" +msgstr "The day following Labor Day" + +#. The day following Tuen Ng Festival. +msgid "端午節翌日" +msgstr "The day following Tuen Ng Festival" + +#. The day following Hong Kong Special Administrative Region Establishment +#. Day. +msgid "香港特別行政區成立紀念日翌日" +msgstr "" +"The day following Hong Kong Special Administrative Region Establishment Day" + +#. The day following Chung Yeung Festival. +msgid "重陽節翌日" +msgstr "The day following Chung Yeung Festival" + +#. The day following National Day. +msgid "國慶日翌日" +msgstr "The day following National Day" + +#. The second weekday after Christmas Day. +msgid "聖誕節後第二個周日" +msgstr "The second weekday after Christmas Day" + +#. Queen's Birthday. +msgid "英女皇壽辰" +msgstr "Queen's Birthday" + +#. Monday after Pentecost. +msgid "靈降臨節後星期一" +msgstr "Monday after Pentecost" + +#. National Day of the Republic of China. +msgid "中華民國國慶日" +msgstr "National Day of the Republic of China" + +#. Monday after Remembrance Day. +msgid "和平紀念日後星期一" +msgstr "Monday after Remembrance Day" + +#. Anniversary of the liberation of Hong Kong. +msgid "重光紀念日" +msgstr "Anniversary of the liberation of Hong Kong" + +#. Wedding of Prince Charles and Diana. +msgid "英國王儲查理斯王子與戴安娜婚禮" +msgstr "Wedding of Prince Charles and Diana" + +#. Second day of Queen Elizabeth II and her husband's visit to Hong Kong. +msgid "英女王伊利沙伯二世伉儷訪港的第二天" +msgstr "Second day of Queen Elizabeth II and her husband's visit to Hong Kong" + +#. The 70th anniversary day of the victory of the Chinese people's war of +#. resistance against +#. Japanese aggression. +msgid "中國人民抗日戰爭勝利70周年紀念日" +msgstr "" +"The 70th anniversary day of the victory of the Chinese people's war of " +"resistance against Japanese aggression" + +#. Sino-Japanese War Victory Day. +msgid "抗日戰爭勝利紀念日" +msgstr "Sino-Japanese War Victory Day" + +#. Additional public holiday. +msgid "額外公眾假期" +msgstr "Additional public holiday" diff --git a/holidays/locale/en_US/LC_MESSAGES/HT.po b/holidays/locale/en_US/LC_MESSAGES/HT.po index 262501a9c..c142f1311 100644 --- a/holidays/locale/en_US/LC_MESSAGES/HT.po +++ b/holidays/locale/en_US/LC_MESSAGES/HT.po @@ -70,17 +70,17 @@ msgstr "Fat Tuesday" msgid "Vendredi Saint" msgstr "Good Friday" -#. Easter. +#. Easter Sunday. msgid "Pâques" -msgstr "Easter" +msgstr "Easter Sunday" #. Corpus Christi. msgid "Fête-Dieu" msgstr "Corpus Christi" -#. Assumption of Mary. +#. Assumption Day. msgid "Assomption de Marie" -msgstr "Assumption of Mary" +msgstr "Assumption Day" #. Death of Dessalines. msgid "Mort de Dessalines" @@ -114,9 +114,9 @@ msgstr "National Sovereignty Day" msgid "Fête de Notre-Dame du Perpétuel Secours, patronne d'Haiti" msgstr "Feast of Lady of Perpetual Help, Patroness of Haiti" -#. Ascension. +#. Ascension Day. msgid "Ascension" -msgstr "Ascension" +msgstr "Ascension Day" #. Birth Anniversary of Jean-Jacques Dessalines. msgid "Anniversaire de Naissance de Jean-Jacques Dessalines" diff --git a/holidays/locale/en_US/LC_MESSAGES/IM.po b/holidays/locale/en_US/LC_MESSAGES/IM.po new file mode 100644 index 000000000..5d5b8ffb4 --- /dev/null +++ b/holidays/locale/en_US/LC_MESSAGES/IM.po @@ -0,0 +1,47 @@ +# holidays +# -------- +# A fast, efficient Python library for generating country, province and state +# specific sets of holidays on the fly. It aims to make determining whether a +# specific date is a holiday as fast and flexible as possible. +# +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 +# ryanss (c) 2014-2017 +# Website: https://github.com/vacanza/holidays +# License: MIT (see LICENSE file) +# +# Isle of Man holidays en_US localization. +# +msgid "" +msgstr "" +"Project-Id-Version: Holidays 0.66\n" +"POT-Creation-Date: 2025-01-31 13:46+0700\n" +"PO-Revision-Date: 2025-01-31 13:54+0700\n" +"Last-Translator: PPsyrius \n" +"Language-Team: Holidays Localization Team\n" +"Language: en_US\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Lingva 5.0.3\n" +"X-Generator: Poedit 3.5\n" + +#. Easter Monday. +msgid "Easter Monday" +msgstr "Easter Monday" + +#. Whit Monday. +msgid "Whit Monday" +msgstr "Whit Monday" + +#. Late Summer Bank Holiday. +msgid "Late Summer Bank Holiday" +msgstr "Late Summer Bank Holiday" + +#. TT Bank Holiday. +msgid "TT Bank Holiday" +msgstr "TT Bank Holiday" + +#. Tynwald Day. +msgid "Tynwald Day" +msgstr "Tynwald Day" diff --git a/holidays/locale/en_US/LC_MESSAGES/KH.po b/holidays/locale/en_US/LC_MESSAGES/KH.po index 78a47c369..0b0d14ad5 100644 --- a/holidays/locale/en_US/LC_MESSAGES/KH.po +++ b/holidays/locale/en_US/LC_MESSAGES/KH.po @@ -65,9 +65,9 @@ msgstr "HM King Norodom Sihamoni's Birthday" msgid "ទិវាជាតិនៃការចងចាំ" msgstr "National Day of Remembrance" -#. International Children Day +#. International Children's Day msgid "ទិវាកុមារអន្តរជាតិ" -msgstr "International Children Day" +msgstr "International Children's Day" #. Birthday of Her Majesty the Queen-Mother NORODOM MONINEATH SIHANOUK of #. Cambodia diff --git a/holidays/locale/en_US/LC_MESSAGES/KZ.po b/holidays/locale/en_US/LC_MESSAGES/KZ.po index 48940de1b..ab70b8f5e 100644 --- a/holidays/locale/en_US/LC_MESSAGES/KZ.po +++ b/holidays/locale/en_US/LC_MESSAGES/KZ.po @@ -53,9 +53,9 @@ msgstr "Orthodox Christmas" msgid "Халықаралық әйелдер күні" msgstr "International Women's Day" -#. Nowruz holiday. +#. Nowruz Holiday. msgid "Наурыз мейрамы" -msgstr "Nowruz holiday" +msgstr "Nowruz Holiday" #. Kazakhstan's People Solidarity Holiday. msgid "Қазақстан халқының бірлігі мерекесі" diff --git a/holidays/locale/en_US/LC_MESSAGES/LA.po b/holidays/locale/en_US/LC_MESSAGES/LA.po index 4db9a65ba..7d9db11e1 100644 --- a/holidays/locale/en_US/LC_MESSAGES/LA.po +++ b/holidays/locale/en_US/LC_MESSAGES/LA.po @@ -47,9 +47,9 @@ msgstr "Lao New Year's Day" msgid "ວັນກຳມະກອນສາກົນ" msgstr "International Labor Day" -#. International Children Day. +#. International Children's Day. msgid "ວັນເດັກສາກົນ" -msgstr "International Children Day" +msgstr "International Children's Day" #. Lao National Day. msgid "ວັນຊາດ" diff --git a/holidays/locale/en_US/LC_MESSAGES/LC.po b/holidays/locale/en_US/LC_MESSAGES/LC.po new file mode 100644 index 000000000..eaf787188 --- /dev/null +++ b/holidays/locale/en_US/LC_MESSAGES/LC.po @@ -0,0 +1,83 @@ +# holidays +# -------- +# A fast, efficient Python library for generating country, province and state +# specific sets of holidays on the fly. It aims to make determining whether a +# specific date is a holiday as fast and flexible as possible. +# +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 +# ryanss (c) 2014-2017 +# Website: https://github.com/vacanza/holidays +# License: MIT (see LICENSE file) +# +# Saint Lucia holidays en_US localization. +# +msgid "" +msgstr "" +"Project-Id-Version: Holidays 0.67\n" +"POT-Creation-Date: 2025-02-03 23:27+0530\n" +"PO-Revision-Date: 2025-02-03 23:27+0530\n" +"Last-Translator: Prateekshit Jaiswal \n" +"Language-Team: Holidays Localization Team\n" +"Language: en_US\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Lingva 5.0.4\n" + +#. New Year's Day. +msgid "New Year's Day" +msgstr "New Year's Day" + +#. Independence Day. +msgid "Independence Day" +msgstr "Independence Day" + +#. Good Friday. +msgid "Good Friday" +msgstr "Good Friday" + +#. Easter Monday. +msgid "Easter Monday" +msgstr "Easter Monday" + +#. Labor Day. +msgid "Labour Day" +msgstr "Labor Day" + +#. Whit Monday. +msgid "Whit Monday" +msgstr "Whit Monday" + +#. Corpus Christi. +msgid "Corpus Christi" +msgstr "Corpus Christi" + +#. Emancipation Day. +msgid "Emancipation Day" +msgstr "Emancipation Day" + +#. National Day. +msgid "National Day" +msgstr "National Day" + +#. Christmas Day. +msgid "Christmas Day" +msgstr "Christmas Day" + +#. Boxing Day. +msgid "Boxing Day" +msgstr "Boxing Day" + +#. New Year's Holiday. +msgid "New Year's Holiday" +msgstr "New Year's Holiday" + +#. %s (observed). +#, c-format +msgid "%s (observed)" +msgstr "%s (observed)" + +#. Thanksgiving Day. +msgid "Thanksgiving Day" +msgstr "Thanksgiving Day" diff --git a/holidays/locale/en_US/LC_MESSAGES/LK.po b/holidays/locale/en_US/LC_MESSAGES/LK.po index d7c521ba7..855096c02 100644 --- a/holidays/locale/en_US/LC_MESSAGES/LK.po +++ b/holidays/locale/en_US/LC_MESSAGES/LK.po @@ -127,9 +127,9 @@ msgstr "Eid al-Fitr" msgid "ඊදුල් අල්හා" msgstr "Eid al-Adha" -#. The Prophet's Birthday. +#. Prophet's Birthday. msgid "නබි නායකතුමාගේ උපන් දිනය" -msgstr "The Prophet's Birthday" +msgstr "Prophet's Birthday" #. Adhi Vesak Full Mon Poya Day. msgid "අධි වෙසක් පුර පසළොස්වක පෝය දිනය" diff --git a/holidays/locale/en_US/LC_MESSAGES/NI.po b/holidays/locale/en_US/LC_MESSAGES/NI.po index 36b4cf026..98ea75b32 100644 --- a/holidays/locale/en_US/LC_MESSAGES/NI.po +++ b/holidays/locale/en_US/LC_MESSAGES/NI.po @@ -59,9 +59,9 @@ msgstr "Battle of San Jacinto Day" msgid "Día de la Independencia" msgstr "Independence Day" -#. Virgin's Day. +#. Immaculate Conception. msgid "Concepción de María" -msgstr "Virgin's Day" +msgstr "Immaculate Conception" #. Christmas Day. msgid "Navidad" diff --git a/holidays/locale/en_US/LC_MESSAGES/PA.po b/holidays/locale/en_US/LC_MESSAGES/PA.po new file mode 100644 index 000000000..c3c2b4aba --- /dev/null +++ b/holidays/locale/en_US/LC_MESSAGES/PA.po @@ -0,0 +1,96 @@ +# holidays +# -------- +# A fast, efficient Python library for generating country, province and state +# specific sets of holidays on the fly. It aims to make determining whether a +# specific date is a holiday as fast and flexible as possible. +# +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 +# ryanss (c) 2014-2017 +# Website: https://github.com/vacanza/holidays +# License: MIT (see LICENSE file) +# +# Panama holidays en_US localization. +# +msgid "" +msgstr "" +"Project-Id-Version: Holidays 0.67\n" +"POT-Creation-Date: 2025-02-06 22:15+0200\n" +"PO-Revision-Date: 2025-02-06 22:16+0200\n" +"Last-Translator: ~Jhellico \n" +"Language-Team: Holidays Localization Team\n" +"Language: en_US\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Lingva 5.0.5\n" +"X-Generator: Poedit 3.5\n" + +#. %s (observed). +#, c-format +msgid "%s (puente)" +msgstr "%s (observed)" + +#. New Year's Day. +msgid "Año Nuevo" +msgstr "New Year's Day" + +#. Martyrs' Day. +msgid "Día de los Mártires" +msgstr "Martyrs' Day" + +#. Constitution Day. +msgid "Día de la Constitución" +msgstr "Constitution Day" + +#. Carnival Tuesday. +msgid "Martes de Carnaval" +msgstr "Carnival Tuesday" + +#. Good Friday. +msgid "Viernes Santo" +msgstr "Good Friday" + +#. Labor Day. +msgid "Día del Trabajo" +msgstr "Labor Day" + +#. Separation Day. +msgid "Separación de Panamá de Colombia" +msgstr "Separation Day" + +#. Colon Day. +msgid "Día de Colón" +msgstr "Colon Day" + +#. Los Santos Uprising Day. +msgid "Primer Grito de Independencia" +msgstr "Los Santos Uprising Day" + +#. Independence Day. +msgid "Independencia de Panamá de España" +msgstr "Independence Day" + +#. Mother's Day. +msgid "Día de la Madre" +msgstr "Mother's Day" + +#. National Mourning Day. +msgid "Día de Duelo Nacional" +msgstr "National Mourning Day" + +#. Christmas Day. +msgid "Navidad" +msgstr "Christmas Day" + +#. Carnival Monday. +msgid "Lunes de Carnaval" +msgstr "Carnival Monday" + +#. National Symbols Day. +msgid "Día de los Símbolos Patrios" +msgstr "National Symbols Day" + +#. Presidential Inauguration Day. +msgid "Toma posesión del Presidente de la república" +msgstr "Presidential Inauguration Day" diff --git a/holidays/locale/en_US/LC_MESSAGES/PE.po b/holidays/locale/en_US/LC_MESSAGES/PE.po index 7de2989a4..5afdb87d0 100644 --- a/holidays/locale/en_US/LC_MESSAGES/PE.po +++ b/holidays/locale/en_US/LC_MESSAGES/PE.po @@ -47,9 +47,9 @@ msgstr "Easter Sunday" msgid "Día del Trabajo" msgstr "Labor Day" -#. Saint Peter and Saint Paul. +#. Saint Peter and Saint Paul's Day. msgid "San Pedro y San Pablo" -msgstr "Saint Peter and Saint Paul" +msgstr "Saint Peter and Saint Paul's Day" #. Independence Day. msgid "Día de la Independencia" @@ -77,7 +77,7 @@ msgstr "All Saints' Day" #. Immaculate Conception. msgid "Inmaculada Concepción" -msgstr "Immaculate Conception Day" +msgstr "Immaculate Conception" #. Battle of Ayacucho. msgid "Batalla de Ayacucho" diff --git a/holidays/locale/en_US/LC_MESSAGES/RU.po b/holidays/locale/en_US/LC_MESSAGES/RU.po index 3cfeec7c1..f5c97ea2f 100644 --- a/holidays/locale/en_US/LC_MESSAGES/RU.po +++ b/holidays/locale/en_US/LC_MESSAGES/RU.po @@ -41,7 +41,7 @@ msgstr "Christmas Day" #. Defender of the Fatherland Day. msgid "День защитника Отечества" -msgstr "Fatherland Defender's Day" +msgstr "Defender of the Fatherland Day" #. International Women's Day. msgid "Международный женский день" diff --git a/holidays/locale/en_US/LC_MESSAGES/SC.po b/holidays/locale/en_US/LC_MESSAGES/SC.po index 472ed6338..16283ccf9 100644 --- a/holidays/locale/en_US/LC_MESSAGES/SC.po +++ b/holidays/locale/en_US/LC_MESSAGES/SC.po @@ -52,11 +52,11 @@ msgstr "Easter Saturday" msgid "Easter Monday" msgstr "Easter Monday" -#. Labour Day. +#. Labor Day. msgid "Labour Day" msgstr "Labor Day" -#. The Fete Dieu. +#. Corpus Christi. msgid "The Fete Dieu" msgstr "Corpus Christi" @@ -84,11 +84,11 @@ msgstr "Independence (National) Day" msgid "Assumption Day" msgstr "Assumption Day" -#. All Saints Day. +#. All Saints' Day. msgid "All Saints Day" -msgstr "All Saints Day" +msgstr "All Saints' Day" -#. The Feast of the Immaculate Conception. +#. Immaculate Conception. msgid "The Feast of the Immaculate Conception" msgstr "Immaculate Conception" diff --git a/holidays/locale/en_US/LC_MESSAGES/SG.po b/holidays/locale/en_US/LC_MESSAGES/SG.po index 618a0004c..42acdb9c4 100644 --- a/holidays/locale/en_US/LC_MESSAGES/SG.po +++ b/holidays/locale/en_US/LC_MESSAGES/SG.po @@ -85,7 +85,7 @@ msgstr "Deepavali" msgid "Christmas Day" msgstr "Christmas Day" -#. Boxing day. +#. Boxing Day. msgid "Boxing Day" msgstr "Boxing Day" diff --git a/holidays/locale/en_US/LC_MESSAGES/TV.po b/holidays/locale/en_US/LC_MESSAGES/TV.po new file mode 100644 index 000000000..594355e4d --- /dev/null +++ b/holidays/locale/en_US/LC_MESSAGES/TV.po @@ -0,0 +1,119 @@ +# holidays +# -------- +# A fast, efficient Python library for generating country, province and state +# specific sets of holidays on the fly. It aims to make determining whether a +# specific date is a holiday as fast and flexible as possible. +# +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 +# ryanss (c) 2014-2017 +# Website: https://github.com/vacanza/holidays +# License: MIT (see LICENSE file) +# +# Tuvalu holidays en_US localization. +# +msgid "" +msgstr "" +"Project-Id-Version: Holidays 0.67\n" +"POT-Creation-Date: 2025-02-11 23:23+0530\n" +"PO-Revision-Date: 2025-02-11 23:23+0530\n" +"Last-Translator: Prateekshit Jaiswal \n" +"Language-Team: Holidays Localization Team\n" +"Language: en_US\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Lingva 5.0.4\n" + +#. New Year's Day. +msgid "Tausaga Fou" +msgstr "New Year's Day" + +#. Commonwealth Day. +msgid "Aso Atefenua" +msgstr "Commonwealth Day" + +#. Gospel Day. +msgid "Te Aso o te Tala Lei" +msgstr "Gospel Day" + +#. King's Birthday. +msgid "Asofanau Tupu" +msgstr "King's Birthday" + +#. National Children's Day. +msgid "Aso Tamaliki" +msgstr "National Children's Day" + +#. Tuvalu Day. +msgid "Tutokotasi" +msgstr "Tuvalu Day" + +#. Heir to the Throne's Birthday. +msgid "Aso fanau o te sui ote Tupu" +msgstr "Heir to the Throne's Birthday" + +#. Boxing Day. +msgid "Aso Faipele" +msgstr "Boxing Day" + +#. Good Friday. +msgid "Aso toe tu" +msgstr "Good Friday" + +#. Easter Monday. +msgid "Toe Tu aso gafua" +msgstr "Easter Monday" + +#. Christmas Day. +msgid "Kilisimasi" +msgstr "Christmas Day" + +#. Golden Jubilee. +msgid "Te Po o Tefolaha" +msgstr "Golden Jubilee" + +#. Big Day. +msgid "Po Lahi" +msgstr "Big Day" + +#. Day of the Flood. +msgid "Bogin te Ieka" +msgstr "Day of the Flood" + +#. Nanumaga Day. +msgid "Aho o te Fakavae" +msgstr "Nanumaga Day" + +#. The Day of the Bombing. +msgid "Te Aso o te Paula" +msgstr "The Day of the Bombing" + +#. Niutao Day. +msgid "Te Aso o te Setema" +msgstr "Niutao Day" + +#. Cyclone Day. +msgid "Aso o te matagi" +msgstr "Cyclone Day" + +#. Happy Day. +msgid "Te Aso Fiafia" +msgstr "Happy Day" + +#. National Youth Day. +msgid "Aso tupulaga" +msgstr "National Youth Day" + +#. Nukufetau Day. +msgid "Te Aso O Tutasi" +msgstr "Nukufetau Day" + +#. %s (observed). +#, c-format +msgid "%s (fakamatakuga)" +msgstr "%s (observed)" + +#. Queen's Birthday. +msgid "Asofanau Fafine" +msgstr "Queen's Birthday" diff --git a/holidays/locale/en_US/LC_MESSAGES/UY.po b/holidays/locale/en_US/LC_MESSAGES/UY.po index b0c23cb41..48513b253 100644 --- a/holidays/locale/en_US/LC_MESSAGES/UY.po +++ b/holidays/locale/en_US/LC_MESSAGES/UY.po @@ -39,9 +39,9 @@ msgstr "New Year's Day" msgid "Grito de Asencio" msgstr "Cry of Asencio" -#. International Workers' Day. +#. Workers' Day. msgid "Día de los Trabajadores" -msgstr "International Workers' Day" +msgstr "Workers' Day" #. Spain Day. msgid "Día de España" diff --git a/holidays/locale/es/LC_MESSAGES/CL.po b/holidays/locale/es/LC_MESSAGES/CL.po index 626a15bdd..f6866d3b8 100644 --- a/holidays/locale/es/LC_MESSAGES/CL.po +++ b/holidays/locale/es/LC_MESSAGES/CL.po @@ -63,7 +63,7 @@ msgstr "" msgid "Día Nacional de los Pueblos Indígenas" msgstr "" -#. Saint Peter and Saint Paul. +#. Saint Peter and Saint Paul's Day. msgid "San Pedro y San Pablo" msgstr "" diff --git a/holidays/locale/es/LC_MESSAGES/CU.po b/holidays/locale/es/LC_MESSAGES/CU.po index 49a1565de..88646085c 100644 --- a/holidays/locale/es/LC_MESSAGES/CU.po +++ b/holidays/locale/es/LC_MESSAGES/CU.po @@ -44,7 +44,7 @@ msgstr "" msgid "Viernes Santo" msgstr "" -#. International Worker's Day. +#. International Workers' Day. msgid "Día Internacional de los Trabajadores" msgstr "" diff --git a/holidays/locale/es/LC_MESSAGES/ES.po b/holidays/locale/es/LC_MESSAGES/ES.po index fb4690f5b..baef8c743 100644 --- a/holidays/locale/es/LC_MESSAGES/ES.po +++ b/holidays/locale/es/LC_MESSAGES/ES.po @@ -33,7 +33,7 @@ msgid "Lunes siguiente a %s" msgstr "" #. New Year's Day. -msgid "Año nuevo" +msgid "Año Nuevo" msgstr "" #. Epiphany. diff --git a/holidays/locale/es/LC_MESSAGES/GT.po b/holidays/locale/es/LC_MESSAGES/GT.po index 990faaab3..6bc5a61c6 100644 --- a/holidays/locale/es/LC_MESSAGES/GT.po +++ b/holidays/locale/es/LC_MESSAGES/GT.po @@ -56,7 +56,7 @@ msgid "Día de la Revolución" msgstr "" #. Holy Saturday. -msgid "Sabado Santo" +msgid "Sábado Santo" msgstr "" #. Labor Day. diff --git a/holidays/locale/es/LC_MESSAGES/HT.po b/holidays/locale/es/LC_MESSAGES/HT.po index 959332029..c6e553def 100644 --- a/holidays/locale/es/LC_MESSAGES/HT.po +++ b/holidays/locale/es/LC_MESSAGES/HT.po @@ -70,7 +70,7 @@ msgstr "Martes Gordo" msgid "Vendredi Saint" msgstr "Viernes Santo" -#. Easter. +#. Easter Sunday. msgid "Pâques" msgstr "Pascua" @@ -78,7 +78,7 @@ msgstr "Pascua" msgid "Fête-Dieu" msgstr "Fête-Dieu" -#. Assumption of Mary. +#. Assumption Day. msgid "Assomption de Marie" msgstr "Asunción de María" @@ -114,7 +114,7 @@ msgstr "Día de la Soberanía Nacional" msgid "Fête de Notre-Dame du Perpétuel Secours, patronne d'Haiti" msgstr "Fiesta de Nuestra Señora del Perpetuo Socorro, patrona de Haití" -#. Ascension. +#. Ascension Day. msgid "Ascension" msgstr "Ascensión" diff --git a/holidays/locale/es/LC_MESSAGES/NI.po b/holidays/locale/es/LC_MESSAGES/NI.po index e3b3d8e86..c4c6f64d9 100644 --- a/holidays/locale/es/LC_MESSAGES/NI.po +++ b/holidays/locale/es/LC_MESSAGES/NI.po @@ -59,7 +59,7 @@ msgstr "" msgid "Día de la Independencia" msgstr "" -#. Virgin's Day. +#. Immaculate Conception. msgid "Concepción de María" msgstr "" diff --git a/holidays/locale/es/LC_MESSAGES/PA.po b/holidays/locale/es/LC_MESSAGES/PA.po new file mode 100644 index 000000000..0a60bdefb --- /dev/null +++ b/holidays/locale/es/LC_MESSAGES/PA.po @@ -0,0 +1,96 @@ +# holidays +# -------- +# A fast, efficient Python library for generating country, province and state +# specific sets of holidays on the fly. It aims to make determining whether a +# specific date is a holiday as fast and flexible as possible. +# +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 +# ryanss (c) 2014-2017 +# Website: https://github.com/vacanza/holidays +# License: MIT (see LICENSE file) +# +# Panama holidays. +# +msgid "" +msgstr "" +"Project-Id-Version: Holidays 0.67\n" +"POT-Creation-Date: 2025-02-06 22:15+0200\n" +"PO-Revision-Date: 2025-02-06 22:16+0200\n" +"Last-Translator: ~Jhellico \n" +"Language-Team: Holidays Localization Team\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Lingva 5.0.5\n" +"X-Generator: Poedit 3.5\n" + +#. %s (observed). +#, c-format +msgid "%s (puente)" +msgstr "" + +#. New Year's Day. +msgid "Año Nuevo" +msgstr "" + +#. Martyrs' Day. +msgid "Día de los Mártires" +msgstr "" + +#. Constitution Day. +msgid "Día de la Constitución" +msgstr "" + +#. Carnival Tuesday. +msgid "Martes de Carnaval" +msgstr "" + +#. Good Friday. +msgid "Viernes Santo" +msgstr "" + +#. Labor Day. +msgid "Día del Trabajo" +msgstr "" + +#. Separation Day. +msgid "Separación de Panamá de Colombia" +msgstr "" + +#. Colon Day. +msgid "Día de Colón" +msgstr "" + +#. Los Santos Uprising Day. +msgid "Primer Grito de Independencia" +msgstr "" + +#. Independence Day. +msgid "Independencia de Panamá de España" +msgstr "" + +#. Mother's Day. +msgid "Día de la Madre" +msgstr "" + +#. National Mourning Day. +msgid "Día de Duelo Nacional" +msgstr "" + +#. Christmas Day. +msgid "Navidad" +msgstr "" + +#. Carnival Monday. +msgid "Lunes de Carnaval" +msgstr "" + +#. National Symbols Day. +msgid "Día de los Símbolos Patrios" +msgstr "" + +#. Presidential Inauguration Day. +msgid "Toma posesión del Presidente de la república" +msgstr "" diff --git a/holidays/locale/es/LC_MESSAGES/PE.po b/holidays/locale/es/LC_MESSAGES/PE.po index a654a5e13..faa4cacba 100644 --- a/holidays/locale/es/LC_MESSAGES/PE.po +++ b/holidays/locale/es/LC_MESSAGES/PE.po @@ -47,7 +47,7 @@ msgstr "" msgid "Día del Trabajo" msgstr "" -#. Saint Peter and Saint Paul. +#. Saint Peter and Saint Paul's Day. msgid "San Pedro y San Pablo" msgstr "" diff --git a/holidays/locale/es/LC_MESSAGES/UY.po b/holidays/locale/es/LC_MESSAGES/UY.po index 7c0425053..2df78367f 100644 --- a/holidays/locale/es/LC_MESSAGES/UY.po +++ b/holidays/locale/es/LC_MESSAGES/UY.po @@ -39,7 +39,7 @@ msgstr "" msgid "Grito de Asencio" msgstr "" -#. International Workers' Day. +#. Workers' Day. msgid "Día de los Trabajadores" msgstr "" diff --git a/holidays/locale/fi/LC_MESSAGES/FI.po b/holidays/locale/fi/LC_MESSAGES/FI.po index 5e923bea8..e2ee26dae 100644 --- a/holidays/locale/fi/LC_MESSAGES/FI.po +++ b/holidays/locale/fi/LC_MESSAGES/FI.po @@ -87,78 +87,78 @@ msgstr "" msgid "Tapaninpäivä" msgstr "" -#. Runeberg Day +#. Runeberg Day. msgid "Runebergin päivä" msgstr "" -#. Kalevala Day, Day of Finnish Culture +#. Kalevala Day, Day of Finnish Culture. msgid "Kalevalan päivä, suomalaisen kulttuurin päivä" msgstr "" -#. Minna Canth Day, Day of Equality +#. Minna Canth Day, Day of Equality. msgid "Minna Canthin päivä, tasa-arvon päivä" msgstr "" -#. Mikael Agricola Day, Day of the Finnish Language +#. Mikael Agricola Day, Day of the Finnish Language. msgid "Mikael Agricolan päivä, suomen kielen päivä" msgstr "" -#. National War Veterans' Day +#. National War Veterans' Day. msgid "Kansallinen veteraanipäivä" msgstr "" -#. Europe Day +#. Europe Day. msgid "Eurooppa-päivä" msgstr "" -#. Mothers' Day +#. Mother's Day. msgid "Äitienpäivä" msgstr "" -#. J. V. Snellman Day, Day of Finnish Heritage +#. J. V. Snellman Day, Day of Finnish Heritage. msgid "J.V. Snellmanin päivä, suomalaisuuden päivä" msgstr "" -#. Remembrance Day +#. Remembrance Day. msgid "Kaatuneitten muistopäivä" msgstr "" -#. Flag Day of the Finnish Defense Forces +#. Flag Day of the Finnish Defense Forces. msgid "Puolustusvoimain lippujuhlan päivä" msgstr "" -#. Eino Leino Day, Day of Summer and Poetry +#. Eino Leino Day, Day of Summer and Poetry. msgid "Eino Leinon päivä, runon ja suven päivä" msgstr "" -#. Finland's Nature Day +#. Finland's Nature Day. msgid "Suomen luonnon päivä" msgstr "" -#. Miina Sillanpää Day, Day of Civic Participation +#. Miina Sillanpää Day, Day of Civic Participation. msgid "Miina Sillanpään ja kansalaisvaikuttamisen päivä" msgstr "" -#. Aleksis Kivi Day, Day of Finnish Literature +#. Aleksis Kivi Day, Day of Finnish Literature. msgid "Aleksis Kiven päivä, suomalaisen kirjallisuuden päivä" msgstr "" -#. United Nations Day +#. United Nations Day. msgid "YK:n päivä" msgstr "" -#. Finnish Swedish Heritage Day, svenska dagen +#. Finnish Swedish Heritage Day, svenska dagen. msgid "Ruotsalaisuuden päivä, Kustaa Aadolfin päivä" msgstr "" -#. Fathers' Day +#. Father's Day. msgid "Isänpäivä" msgstr "" -#. Day of Children's Rights +#. Day of Children's Rights. msgid "Lapsen oikeuksien päivä" msgstr "" -#. Jean Sibelius Day, Day of Finnish Music +#. Jean Sibelius Day, Day of Finnish Music. msgid "Jean Sibeliuksen päivä, suomalaisen musiikin päivä" msgstr "" diff --git a/holidays/locale/fi/LC_MESSAGES/GL.po b/holidays/locale/fi/LC_MESSAGES/GL.po new file mode 100644 index 000000000..750cf174f --- /dev/null +++ b/holidays/locale/fi/LC_MESSAGES/GL.po @@ -0,0 +1,91 @@ +# holidays +# -------- +# A fast, efficient Python library for generating country, province and state +# specific sets of holidays on the fly. It aims to make determining whether a +# specific date is a holiday as fast and flexible as possible. +# +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 +# ryanss (c) 2014-2017 +# Website: https://github.com/vacanza/holidays +# License: MIT (see LICENSE file) +# +# Greenland holidays fi localization. +# +msgid "" +msgstr "" +"Project-Id-Version: Holidays 0.67\n" +"POT-Creation-Date: 2023-02-15 08:13-0800\n" +"PO-Revision-Date: 2025-02-11 18:40+0200\n" +"Last-Translator: ~Jhellico \n" +"Language-Team: Holidays Localization Team\n" +"Language: fi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Lingva 5.0.5\n" +"X-Generator: Poedit 3.5\n" + +#. New Year's Day. +msgid "Ukiortaaq" +msgstr "Uudenvuodenpäivä" + +#. Maundy Thursday. +msgid "Sisamanngortoq illernartoq" +msgstr "Kiirastorstai" + +#. Good Friday. +msgid "Tallimanngorneq tannaartoq" +msgstr "Pitkäperjantai" + +#. Easter Sunday. +msgid "Poorskip ullua" +msgstr "Pääsiäispäivä" + +#. Easter Monday. +msgid "Poorskip-aappaa" +msgstr "Toinen pääsiäispäivä" + +#. Great Prayer Day. +msgid "Ulloq qinuffiusoq" +msgstr "Suuri rukouspäivä" + +#. Ascension Day. +msgid "Qilaliarfik" +msgstr "Helatorstai" + +#. Whit Sunday. +msgid "Piinsip ullua" +msgstr "Helluntaipäivä" + +#. Whit Monday. +msgid "Piinsip-aappaa" +msgstr "Toinen helluntaipäivä" + +#. Christmas Day. +msgid "Juullip ullua" +msgstr "Joulupäivä" + +#. Second Day of Christmas. +msgid "Juullip-aappaa" +msgstr "Tapaninpäivä" + +#. Epiphany. +msgid "Kunngit pingasut ulluat" +msgstr "Loppiainen" + +#. International Workers' Day. +msgid "Sulisartut ulluat" +msgstr "Kansainvälinen työn päivä" + +#. National Day. +msgid "Ullortuneq" +msgstr "Kansallispäivä" + +#. Christmas Eve. +msgid "Juulliaraq" +msgstr "Jouluaatto" + +#. New Year's Eve. +msgid "Ukiortaami" +msgstr "Uudenvuodenaatto" diff --git a/holidays/locale/fr/LC_MESSAGES/CH.po b/holidays/locale/fr/LC_MESSAGES/CH.po index 96474de65..ad8211061 100644 --- a/holidays/locale/fr/LC_MESSAGES/CH.po +++ b/holidays/locale/fr/LC_MESSAGES/CH.po @@ -58,7 +58,7 @@ msgstr "Lundi de Pentecôte" msgid "Stephanstag" msgstr "Saint-Étienne" -#. Berchtold's Day. +#. Saint Berchtold's Day. msgid "Berchtoldstag" msgstr "Saint-Berchtold" diff --git a/holidays/locale/fr_HT/LC_MESSAGES/HT.po b/holidays/locale/fr_HT/LC_MESSAGES/HT.po index 885ddbb8f..bd349e0b4 100644 --- a/holidays/locale/fr_HT/LC_MESSAGES/HT.po +++ b/holidays/locale/fr_HT/LC_MESSAGES/HT.po @@ -70,7 +70,7 @@ msgstr "" msgid "Vendredi Saint" msgstr "" -#. Easter. +#. Easter Sunday. msgid "Pâques" msgstr "" @@ -78,7 +78,7 @@ msgstr "" msgid "Fête-Dieu" msgstr "" -#. Assumption of Mary. +#. Assumption Day. msgid "Assomption de Marie" msgstr "" @@ -114,7 +114,7 @@ msgstr "" msgid "Fête de Notre-Dame du Perpétuel Secours, patronne d'Haiti" msgstr "" -#. Ascension. +#. Ascension Day. msgid "Ascension" msgstr "" diff --git a/holidays/locale/ht/LC_MESSAGES/HT.po b/holidays/locale/ht/LC_MESSAGES/HT.po index 5dddab24d..99d765d9a 100644 --- a/holidays/locale/ht/LC_MESSAGES/HT.po +++ b/holidays/locale/ht/LC_MESSAGES/HT.po @@ -70,7 +70,7 @@ msgstr "Madi Gras" msgid "Vendredi Saint" msgstr "Vandredi Sen" -#. Easter. +#. Easter Sunday. msgid "Pâques" msgstr "Pak" @@ -78,7 +78,7 @@ msgstr "Pak" msgid "Fête-Dieu" msgstr "Fèt Dye" -#. Assumption of Mary. +#. Assumption Day. msgid "Assomption de Marie" msgstr "Sipozisyon Mari" @@ -114,7 +114,7 @@ msgstr "Jounen Nasyonal Souverènte" msgid "Fête de Notre-Dame du Perpétuel Secours, patronne d'Haiti" msgstr "Fèt Manman Pèpetyèl Sekou, Patwòn Peyi Dayiti" -#. Ascension. +#. Ascension Day. msgid "Ascension" msgstr "Asansyon" diff --git a/holidays/locale/is/LC_MESSAGES/GL.po b/holidays/locale/is/LC_MESSAGES/GL.po new file mode 100644 index 000000000..fca0f8d17 --- /dev/null +++ b/holidays/locale/is/LC_MESSAGES/GL.po @@ -0,0 +1,91 @@ +# holidays +# -------- +# A fast, efficient Python library for generating country, province and state +# specific sets of holidays on the fly. It aims to make determining whether a +# specific date is a holiday as fast and flexible as possible. +# +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 +# ryanss (c) 2014-2017 +# Website: https://github.com/vacanza/holidays +# License: MIT (see LICENSE file) +# +# Greenland holidays is localization. +# +msgid "" +msgstr "" +"Project-Id-Version: Holidays 0.67\n" +"POT-Creation-Date: 2023-02-15 08:13-0800\n" +"PO-Revision-Date: 2025-02-11 18:30+0200\n" +"Last-Translator: ~Jhellico \n" +"Language-Team: Holidays Localization Team\n" +"Language: is\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Lingva 5.0.5\n" +"X-Generator: Poedit 3.5\n" + +#. New Year's Day. +msgid "Ukiortaaq" +msgstr "Nýársdagur" + +#. Maundy Thursday. +msgid "Sisamanngortoq illernartoq" +msgstr "Skírdagur" + +#. Good Friday. +msgid "Tallimanngorneq tannaartoq" +msgstr "Föstudagurinn langi" + +#. Easter Sunday. +msgid "Poorskip ullua" +msgstr "Páskadagur" + +#. Easter Monday. +msgid "Poorskip-aappaa" +msgstr "Annar í páskum" + +#. Great Prayer Day. +msgid "Ulloq qinuffiusoq" +msgstr "Kóngsbænadagur" + +#. Ascension Day. +msgid "Qilaliarfik" +msgstr "Uppstigningardagur" + +#. Whit Sunday. +msgid "Piinsip ullua" +msgstr "Hvítasunnudagur" + +#. Whit Monday. +msgid "Piinsip-aappaa" +msgstr "Annar í hvítasunnu" + +#. Christmas Day. +msgid "Juullip ullua" +msgstr "Jóladagur" + +#. Second Day of Christmas. +msgid "Juullip-aappaa" +msgstr "Annar í jólum" + +#. Epiphany. +msgid "Kunngit pingasut ulluat" +msgstr "Þrettándinn" + +#. International Workers' Day. +msgid "Sulisartut ulluat" +msgstr "Frídagur verkalýðsins" + +#. National Day. +msgid "Ullortuneq" +msgstr "Þjóðhátíðardagur" + +#. Christmas Eve. +msgid "Juulliaraq" +msgstr "Aðfangadagur" + +#. New Year's Eve. +msgid "Ukiortaami" +msgstr "Gamlársdagur" diff --git a/holidays/locale/it/LC_MESSAGES/CH.po b/holidays/locale/it/LC_MESSAGES/CH.po index 3e96d74a1..3adda0329 100644 --- a/holidays/locale/it/LC_MESSAGES/CH.po +++ b/holidays/locale/it/LC_MESSAGES/CH.po @@ -58,7 +58,7 @@ msgstr "Lunedì di Pentecoste" msgid "Stephanstag" msgstr "Giorno di Santo Stefano" -#. Berchtold's Day. +#. Saint Berchtold's Day. msgid "Berchtoldstag" msgstr "Giorno di Bertoldo" diff --git a/holidays/locale/kk/LC_MESSAGES/KZ.po b/holidays/locale/kk/LC_MESSAGES/KZ.po index b49d8b848..8a258894d 100644 --- a/holidays/locale/kk/LC_MESSAGES/KZ.po +++ b/holidays/locale/kk/LC_MESSAGES/KZ.po @@ -53,7 +53,7 @@ msgstr "" msgid "Халықаралық әйелдер күні" msgstr "" -#. Nowruz holiday. +#. Nowruz Holiday. msgid "Наурыз мейрамы" msgstr "" diff --git a/holidays/locale/kl/LC_MESSAGES/GL.po b/holidays/locale/kl/LC_MESSAGES/GL.po index b7b4d7a5d..989143501 100644 --- a/holidays/locale/kl/LC_MESSAGES/GL.po +++ b/holidays/locale/kl/LC_MESSAGES/GL.po @@ -14,40 +14,44 @@ # msgid "" msgstr "" -"Project-Id-Version: Holidays 0.50\n" +"Project-Id-Version: Holidays 0.67\n" "POT-Creation-Date: 2023-02-15 08:13-0800\n" -"PO-Revision-Date: 2024-05-30 16:36+0200\n" -"Last-Translator: ~Klintrup \n" +"PO-Revision-Date: 2025-02-11 17:41+0200\n" +"Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: kl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Lingua 4.15.0\n" -"X-Generator: Poedit 3.2.2\n" +"Generated-By: Lingva 5.0.5\n" +"X-Generator: Poedit 3.5\n" #. New Year's Day. -msgid "Ukioq nutaaq" +msgid "Ukiortaaq" msgstr "" #. Maundy Thursday. -msgid "Sisamanngornermi illernartumi" +msgid "Sisamanngortoq illernartoq" +msgstr "" + +#. Good Friday. +msgid "Tallimanngorneq tannaartoq" msgstr "" #. Easter Sunday. -msgid "Poorskimi" +msgid "Poorskip ullua" msgstr "" #. Easter Monday. -msgid "Poorskimi ullut aappaat" +msgid "Poorskip-aappaa" msgstr "" -#. Great Day of Prayers. +#. Great Prayer Day. msgid "Ulloq qinuffiusoq" msgstr "" #. Ascension Day. -msgid "Ulloq Kristusip qilaliarnera" +msgid "Qilaliarfik" msgstr "" #. Whit Sunday. @@ -55,37 +59,33 @@ msgid "Piinsip ullua" msgstr "" #. Whit Monday. -msgid "Piinsip ulluisa aappaanni" +msgid "Piinsip-aappaa" msgstr "" #. Christmas Day. -msgid "Juulli" +msgid "Juullip ullua" msgstr "" #. Second Day of Christmas. -msgid "Juullip aappaa" +msgid "Juullip-aappaa" msgstr "" -#. International Workers' Day. -msgid "Sulisartut ulluat" -msgstr "" - -#. Christmas Eve. -msgid "Juulliaqqami" +#. Epiphany. +msgid "Kunngit pingasut ulluat" msgstr "" -#. New Year's Eve. -msgid "Ukiortaami" +#. International Workers' Day. +msgid "Sulisartut ulluat" msgstr "" #. National Day. msgid "Ullortuneq" msgstr "" -#. Good Friday. -msgid "Tallimanngorneq ajortorsiorneq" +#. Christmas Eve. +msgid "Juulliaraq" msgstr "" -#. Epiphany. -msgid "Mitaarneq" +#. New Year's Eve. +msgid "Ukiortaami" msgstr "" diff --git a/holidays/locale/km/LC_MESSAGES/KH.po b/holidays/locale/km/LC_MESSAGES/KH.po index c8beb2936..c0503e895 100644 --- a/holidays/locale/km/LC_MESSAGES/KH.po +++ b/holidays/locale/km/LC_MESSAGES/KH.po @@ -65,7 +65,7 @@ msgstr "" msgid "ទិវាជាតិនៃការចងចាំ" msgstr "" -#. International Children Day +#. International Children's Day msgid "ទិវាកុមារអន្តរជាតិ" msgstr "" diff --git a/holidays/locale/lo/LC_MESSAGES/LA.po b/holidays/locale/lo/LC_MESSAGES/LA.po index 61479e24f..9b6acbead 100644 --- a/holidays/locale/lo/LC_MESSAGES/LA.po +++ b/holidays/locale/lo/LC_MESSAGES/LA.po @@ -47,7 +47,7 @@ msgstr "" msgid "ວັນກຳມະກອນສາກົນ" msgstr "" -#. International Children Day. +#. International Children's Day. msgid "ວັນເດັກສາກົນ" msgstr "" diff --git a/holidays/locale/no/LC_MESSAGES/GL.po b/holidays/locale/no/LC_MESSAGES/GL.po new file mode 100644 index 000000000..c8e0bf32c --- /dev/null +++ b/holidays/locale/no/LC_MESSAGES/GL.po @@ -0,0 +1,91 @@ +# holidays +# -------- +# A fast, efficient Python library for generating country, province and state +# specific sets of holidays on the fly. It aims to make determining whether a +# specific date is a holiday as fast and flexible as possible. +# +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 +# ryanss (c) 2014-2017 +# Website: https://github.com/vacanza/holidays +# License: MIT (see LICENSE file) +# +# Greenland holidays no localization. +# +msgid "" +msgstr "" +"Project-Id-Version: Holidays 0.67\n" +"POT-Creation-Date: 2023-02-15 08:13-0800\n" +"PO-Revision-Date: 2025-02-11 18:23+0200\n" +"Last-Translator: ~Jhellico \n" +"Language-Team: Holidays Localization Team\n" +"Language: no\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Lingva 5.0.5\n" +"X-Generator: Poedit 3.5\n" + +#. New Year's Day. +msgid "Ukiortaaq" +msgstr "Nyttårsdag" + +#. Maundy Thursday. +msgid "Sisamanngortoq illernartoq" +msgstr "Skjærtorsdag" + +#. Good Friday. +msgid "Tallimanngorneq tannaartoq" +msgstr "Langfredag" + +#. Easter Sunday. +msgid "Poorskip ullua" +msgstr "Første påskedag" + +#. Easter Monday. +msgid "Poorskip-aappaa" +msgstr "Andre påskedag" + +#. Great Prayer Day. +msgid "Ulloq qinuffiusoq" +msgstr "Store bededag" + +#. Ascension Day. +msgid "Qilaliarfik" +msgstr "Kristi himmelfartsdag" + +#. Whit Sunday. +msgid "Piinsip ullua" +msgstr "Første pinsedag" + +#. Whit Monday. +msgid "Piinsip-aappaa" +msgstr "Andre pinsedag" + +#. Christmas Day. +msgid "Juullip ullua" +msgstr "Juledag" + +#. Second Day of Christmas. +msgid "Juullip-aappaa" +msgstr "Andre juledag" + +#. Epiphany. +msgid "Kunngit pingasut ulluat" +msgstr "Helligtrekongersdag" + +#. International Workers' Day. +msgid "Sulisartut ulluat" +msgstr "Arbeidernes internasjonale kampdag" + +#. National Day. +msgid "Ullortuneq" +msgstr "Nasjonaldag" + +#. Christmas Eve. +msgid "Juulliaraq" +msgstr "Julaften" + +#. New Year's Eve. +msgid "Ukiortaami" +msgstr "Nyttårsaften" diff --git a/holidays/locale/pt_BR/LC_MESSAGES/BVMF.po b/holidays/locale/pt_BR/LC_MESSAGES/BVMF.po index bf3715943..10c81f6d7 100644 --- a/holidays/locale/pt_BR/LC_MESSAGES/BVMF.po +++ b/holidays/locale/pt_BR/LC_MESSAGES/BVMF.po @@ -46,7 +46,7 @@ msgstr "" msgid "Tiradentes" msgstr "" -#. Workers' Day. +#. Worker's Day. msgid "Dia do Trabalhador" msgstr "" diff --git a/holidays/locale/si_LK/LC_MESSAGES/LK.po b/holidays/locale/si_LK/LC_MESSAGES/LK.po index 887a5fc7a..d831e50fd 100644 --- a/holidays/locale/si_LK/LC_MESSAGES/LK.po +++ b/holidays/locale/si_LK/LC_MESSAGES/LK.po @@ -127,7 +127,7 @@ msgstr "" msgid "ඊදුල් අල්හා" msgstr "" -#. The Prophet's Birthday. +#. Prophet's Birthday. msgid "නබි නායකතුමාගේ උපන් දිනය" msgstr "" diff --git a/holidays/locale/sv/LC_MESSAGES/GL.po b/holidays/locale/sv/LC_MESSAGES/GL.po new file mode 100644 index 000000000..32cc5de0d --- /dev/null +++ b/holidays/locale/sv/LC_MESSAGES/GL.po @@ -0,0 +1,91 @@ +# holidays +# -------- +# A fast, efficient Python library for generating country, province and state +# specific sets of holidays on the fly. It aims to make determining whether a +# specific date is a holiday as fast and flexible as possible. +# +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 +# ryanss (c) 2014-2017 +# Website: https://github.com/vacanza/holidays +# License: MIT (see LICENSE file) +# +# Greenland holidays sv localization. +# +msgid "" +msgstr "" +"Project-Id-Version: Holidays 0.67\n" +"POT-Creation-Date: 2023-02-15 08:13-0800\n" +"PO-Revision-Date: 2025-02-11 18:06+0200\n" +"Last-Translator: ~Jhellico \n" +"Language-Team: Holidays Localization Team\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Lingva 5.0.5\n" +"X-Generator: Poedit 3.5\n" + +#. New Year's Day. +msgid "Ukiortaaq" +msgstr "Nyårsdagen" + +#. Maundy Thursday. +msgid "Sisamanngortoq illernartoq" +msgstr "Skärtorsdagen" + +#. Good Friday. +msgid "Tallimanngorneq tannaartoq" +msgstr "Långfredagen" + +#. Easter Sunday. +msgid "Poorskip ullua" +msgstr "Påskdagen" + +#. Easter Monday. +msgid "Poorskip-aappaa" +msgstr "Annandag påsk" + +#. Great Prayer Day. +msgid "Ulloq qinuffiusoq" +msgstr "Stora bönedagen" + +#. Ascension Day. +msgid "Qilaliarfik" +msgstr "Kristi himmelsfärdsdag" + +#. Whit Sunday. +msgid "Piinsip ullua" +msgstr "Pingstdagen" + +#. Whit Monday. +msgid "Piinsip-aappaa" +msgstr "Annandag pingst" + +#. Christmas Day. +msgid "Juullip ullua" +msgstr "Juldagen" + +#. Second Day of Christmas. +msgid "Juullip-aappaa" +msgstr "Annandag jul" + +#. Epiphany. +msgid "Kunngit pingasut ulluat" +msgstr "Trettondedag jul" + +#. International Workers' Day. +msgid "Sulisartut ulluat" +msgstr "Internationella arbetardagen" + +#. National Day. +msgid "Ullortuneq" +msgstr "Nationaldag" + +#. Christmas Eve. +msgid "Juulliaraq" +msgstr "Julafton" + +#. New Year's Eve. +msgid "Ukiortaami" +msgstr "Nyårsafton" diff --git a/holidays/locale/sv_FI/LC_MESSAGES/FI.po b/holidays/locale/sv_FI/LC_MESSAGES/FI.po index 255f7666a..324caefb8 100644 --- a/holidays/locale/sv_FI/LC_MESSAGES/FI.po +++ b/holidays/locale/sv_FI/LC_MESSAGES/FI.po @@ -87,78 +87,78 @@ msgstr "Juldagen" msgid "Tapaninpäivä" msgstr "Annandag jul" -#. Runeberg Day +#. Runeberg Day. msgid "Runebergin päivä" msgstr "Runebergsdagen" -#. Kalevala Day, Day of Finnish Culture +#. Kalevala Day, Day of Finnish Culture. msgid "Kalevalan päivä, suomalaisen kulttuurin päivä" msgstr "Kalevaladagen, den finska kulturens dag" -#. Minna Canth Day, Day of Equality +#. Minna Canth Day, Day of Equality. msgid "Minna Canthin päivä, tasa-arvon päivä" msgstr "Minna Canth-dagen, jämställdhetsdagen" -#. Mikael Agricola Day, Day of the Finnish Language +#. Mikael Agricola Day, Day of the Finnish Language. msgid "Mikael Agricolan päivä, suomen kielen päivä" msgstr "Mikael Agricoladagen, finska språkets dag" -#. National War Veterans' Day +#. National War Veterans' Day. msgid "Kansallinen veteraanipäivä" msgstr "Nationella veterandagen" -#. Europe Day +#. Europe Day. msgid "Eurooppa-päivä" msgstr "Europadagen" -#. Mothers' Day +#. Mother's Day. msgid "Äitienpäivä" msgstr "Mors dag" -#. J. V. Snellman Day, Day of Finnish Heritage +#. J. V. Snellman Day, Day of Finnish Heritage. msgid "J.V. Snellmanin päivä, suomalaisuuden päivä" msgstr "Snellmansdagen, finskhetens dag" -#. Remembrance Day +#. Remembrance Day. msgid "Kaatuneitten muistopäivä" msgstr "De stupades dag" -#. Flag Day of the Finnish Defense Forces +#. Flag Day of the Finnish Defense Forces. msgid "Puolustusvoimain lippujuhlan päivä" msgstr "Dagen för försvarets fanfest" -#. Eino Leino Day, Day of Summer and Poetry +#. Eino Leino Day, Day of Summer and Poetry. msgid "Eino Leinon päivä, runon ja suven päivä" msgstr "Eino Leino-dagen, diktens och sommarens dag" -#. Finland's Nature Day +#. Finland's Nature Day. msgid "Suomen luonnon päivä" msgstr "Den finska naturens dag" -#. Miina Sillanpää Day, Day of Civic Participation +#. Miina Sillanpää Day, Day of Civic Participation. msgid "Miina Sillanpään ja kansalaisvaikuttamisen päivä" msgstr "Miina Sillanpää-dagen, medborgarinflytandets dag" -#. Aleksis Kivi Day, Day of Finnish Literature +#. Aleksis Kivi Day, Day of Finnish Literature. msgid "Aleksis Kiven päivä, suomalaisen kirjallisuuden päivä" msgstr "Aleksis Kivi-dagen, den finska litteraturens dag" -#. United Nations Day +#. United Nations Day. msgid "YK:n päivä" msgstr "FN-dagen" -#. Finnish Swedish Heritage Day, svenska dagen +#. Finnish Swedish Heritage Day, svenska dagen. msgid "Ruotsalaisuuden päivä, Kustaa Aadolfin päivä" msgstr "Svenska dagen, Gustav Adolfsdagen" -#. Fathers' Day +#. Father's Day. msgid "Isänpäivä" msgstr "Fars dag" -#. Day of Children's Rights +#. Day of Children's Rights. msgid "Lapsen oikeuksien päivä" msgstr "Barnkonventionens dag" -#. Jean Sibelius Day, Day of Finnish Music +#. Jean Sibelius Day, Day of Finnish Music. msgid "Jean Sibeliuksen päivä, suomalaisen musiikin päivä" msgstr "Sibeliusdagen, den finländska musikens dag" diff --git a/holidays/locale/ta_LK/LC_MESSAGES/LK.po b/holidays/locale/ta_LK/LC_MESSAGES/LK.po index abc3ec7e5..c56e31eae 100644 --- a/holidays/locale/ta_LK/LC_MESSAGES/LK.po +++ b/holidays/locale/ta_LK/LC_MESSAGES/LK.po @@ -127,7 +127,7 @@ msgstr "ஈதுல் பித்ர்" msgid "ඊදුල් අල්හා" msgstr "ஈதுல் அழ்ஹா" -#. The Prophet's Birthday. +#. Prophet's Birthday. msgid "නබි නායකතුමාගේ උපන් දිනය" msgstr "நபிகள் நாயகத்தின் பிறந்த தினம்" diff --git a/holidays/locale/th/LC_MESSAGES/AU.po b/holidays/locale/th/LC_MESSAGES/AU.po index 771d37fc2..59365687d 100644 --- a/holidays/locale/th/LC_MESSAGES/AU.po +++ b/holidays/locale/th/LC_MESSAGES/AU.po @@ -91,7 +91,7 @@ msgstr "วันแห่งการปรองดอง" msgid "Family & Community Day" msgstr "วันครอบครัวและชุมชน" -#. Labour Day. +#. Labor Day. msgid "Labour Day" msgstr "วันแรงงาน" diff --git a/holidays/locale/th/LC_MESSAGES/GB.po b/holidays/locale/th/LC_MESSAGES/GB.po new file mode 100644 index 000000000..44dceb7f4 --- /dev/null +++ b/holidays/locale/th/LC_MESSAGES/GB.po @@ -0,0 +1,126 @@ +# holidays +# -------- +# A fast, efficient Python library for generating country, province and state +# specific sets of holidays on the fly. It aims to make determining whether a +# specific date is a holiday as fast and flexible as possible. +# +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 +# ryanss (c) 2014-2017 +# Website: https://github.com/vacanza/holidays +# License: MIT (see LICENSE file) +# +# United Kingdom holidays th localization. +# +msgid "" +msgstr "" +"Project-Id-Version: Holidays 0.66\n" +"POT-Creation-Date: 2025-01-29 14:18+0700\n" +"PO-Revision-Date: 2025-01-31 13:54+0700\n" +"Last-Translator: PPsyrius \n" +"Language-Team: Holidays Localization Team\n" +"Language: th\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Lingva 5.0.3\n" +"X-Generator: Poedit 3.5\n" + +#. %s (observed). +#, c-format +msgid "%s (observed)" +msgstr "ชดเชย%s" + +#. Good Friday. +msgid "Good Friday" +msgstr "วันศุกร์ประเสริฐ" + +#. May Day. +msgid "May Day" +msgstr "วันเมย์เดย์" + +#. Spring Bank Holiday. +msgid "Spring Bank Holiday" +msgstr "วันหยุดฤดูใบไม้ผลิของธนาคาร" + +#. New Year's Day. +msgid "New Year's Day" +msgstr "วันขึ้นปีใหม่" + +#. Christmas Day. +msgid "Christmas Day" +msgstr "วันคริสต์มาส" + +#. Boxing Day. +msgid "Boxing Day" +msgstr "วันเปิดกล่องของขวัญ" + +#. Easter Monday. +msgid "Easter Monday" +msgstr "วันจันทร์อีสเตอร์" + +#. Whit Monday. +msgid "Whit Monday" +msgstr "วันจันทร์หลังวันสมโภชพระจิตเจ้า" + +#. Late Summer Bank Holiday. +msgid "Late Summer Bank Holiday" +msgstr "วันหยุดช่วงปลายฤดูร้อนของธนาคาร" + +#. Saint Patrick's Day. +msgid "Saint Patrick's Day" +msgstr "วันนักบุญแพทริก" + +#. Battle of the Boyne. +msgid "Battle of the Boyne" +msgstr "วันรำลึกยุทธการแม่น้ำบอยน์" + +#. New Year Holiday. +msgid "New Year Holiday" +msgstr "หยุดวันขึ้นปีใหม่" + +#. Summer Bank Holiday. +msgid "Summer Bank Holiday" +msgstr "วันหยุดฤดูร้อนของธนาคาร" + +#. Saint Andrew's Day. +msgid "Saint Andrew's Day" +msgstr "วันนักบุญแอนดรูว์" + +#. Silver Jubilee of Elizabeth II. +msgid "Silver Jubilee of Elizabeth II" +msgstr "พระราชพิธีฉลองสิริราชสมบัติครบ 25 ปี สมเด็จพระราชินีนาถ" + +#. Wedding of Charles and Diana. +msgid "Wedding of Charles and Diana" +msgstr "" +"พระราชพิธีอภิเษกสมรสระหว่างไดอาน่า สเปนเซอร์และเจ้าฟ้าชายชาร์ลส์ " +"เจ้าชายแห่งเวลส์" + +#. Millennium Celebrations. +msgid "Millennium Celebrations" +msgstr "วันเฉลิมฉลองสหัสวรรษ" + +#. Golden Jubilee of Elizabeth II. +msgid "Golden Jubilee of Elizabeth II" +msgstr "พระราชพิธีฉลองสิริราชสมบัติครบ 50 ปี สมเด็จพระราชินีนาถ" + +#. Wedding of William and Catherine. +msgid "Wedding of William and Catherine" +msgstr "พระราชพิธีเสกสมรสระหว่างเจ้าชายวิลเลียมกับแคเธอริน มิดเดิลตัน" + +#. Diamond Jubilee of Elizabeth II. +msgid "Diamond Jubilee of Elizabeth II" +msgstr "พระราชพิธีฉลองสิริราชสมบัติครบ 60 ปี สมเด็จพระราชินีนาถ" + +#. Platinum Jubilee of Elizabeth II. +msgid "Platinum Jubilee of Elizabeth II" +msgstr "พระราชพิธีฉลองสิริราชสมบัติครบ 70 ปี สมเด็จพระราชินีนาถ" + +#. State Funeral of Queen Elizabeth II. +msgid "State Funeral of Queen Elizabeth II" +msgstr "พระราชพิธีพระบรมศพของสมเด็จพระราชินีนาถเอลิซาเบธที่ 2" + +#. Coronation of Charles III. +msgid "Coronation of Charles III" +msgstr "พระราชพิธีราชาภิเษกของสมเด็จพระเจ้าชาลส์ที่ 3 แห่งสหราชอาณาจักร" diff --git a/holidays/locale/th/LC_MESSAGES/HK.po b/holidays/locale/th/LC_MESSAGES/HK.po new file mode 100644 index 000000000..b52b9f679 --- /dev/null +++ b/holidays/locale/th/LC_MESSAGES/HK.po @@ -0,0 +1,207 @@ +# holidays +# -------- +# A fast, efficient Python library for generating country, province and state +# specific sets of holidays on the fly. It aims to make determining whether a +# specific date is a holiday as fast and flexible as possible. +# +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 +# ryanss (c) 2014-2017 +# Website: https://github.com/vacanza/holidays +# License: MIT (see LICENSE file) +# +# Hong Kong holidays th localization. +# +msgid "" +msgstr "" +"Project-Id-Version: Holidays 0.67\n" +"POT-Creation-Date: 2025-02-04 14:03+0700\n" +"PO-Revision-Date: 2025-02-04 22:55+0700\n" +"Last-Translator: PPsyrius \n" +"Language-Team: Holidays Localization Team\n" +"Language: th\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Lingva 5.0.3\n" +"X-Generator: Poedit 3.5\n" + +#. %s (observed). +#, c-format +msgid "%s(慶祝)" +msgstr "ชดเชย%s" + +#. The day following the Chinese Mid-Autumn Festival. +msgid "中秋節翌日" +msgstr "วันหลังวันไหว้พระจันทร์" + +#. The second day following the Chinese Mid-Autumn Festival. +msgid "中秋節後第二日" +msgstr "วันไหว้พระจันทร์วันที่สอง" + +#. Chinese Mid-Autumn Festival. +msgid "中秋節" +msgstr "วันไหว้พระจันทร์" + +#. Lunar New Year's Day. +msgid "農曆年初一" +msgstr "วันตรุษจีน" + +#. The day preceding Lunar New Year's Day. +msgid "農曆年初一的前一日" +msgstr "วันก่อนวันตรุษจีน" + +#. The second day of Lunar New Year. +msgid "農曆年初二" +msgstr "วันตรุษจีนวันที่สอง" + +#. The third day of Lunar New Year. +msgid "農曆年初三" +msgstr "วันตรุษจีนวันที่สาม" + +#. The fourth day of Lunar New Year. +msgid "農曆年初四" +msgstr "วันตรุษจีนวันที่สี่" + +#. The first day of January. +msgid "一月一日" +msgstr "วันขึ้นปีใหม่" + +#. Good Friday. +msgid "耶穌受難節" +msgstr "วันศุกร์ประเสริฐ" + +#. The day following Good Friday. +msgid "耶穌受難節翌日" +msgstr "วันหลังวันศุกร์ประเสริฐ" + +#. Easter Monday. +msgid "復活節星期一" +msgstr "วันจันทร์อีสเตอร์" + +#. Ching Ming Festival. +msgid "清明節" +msgstr "วันเช็งเม้ง" + +#. The Birthday of the Buddha. +msgid "佛誕" +msgstr "วันวิสาขบูชา" + +#. Labor Day. +msgid "勞動節" +msgstr "วันแรงงาน" + +#. Tuen Ng Festival. +msgid "端午節" +msgstr "วันไหว้บ๊ะจ่าง" + +#. Hong Kong Special Administrative Region Establishment Day. +msgid "香港特別行政區成立紀念日" +msgstr "วันสถาปนาเขตบริหารพิเศษฮ่องกง" + +#. Chung Yeung Festival. +msgid "重陽節" +msgstr "วันไหว้บรรพบุรุษ" + +#. National Day. +msgid "國慶日" +msgstr "วันชาติจีน" + +#. Chinese Winter Solstice Festival. +msgid "冬節" +msgstr "วันตงจื้อ(เหมายัน)" + +#. The first weekday after Christmas Day. +msgid "聖誕節後第一個周日" +msgstr "วันคริสต์มาสวันที่สอง" + +#. Christmas Day. +msgid "聖誕節" +msgstr "วันคริสต์มาส" + +#. The day following the first day of January. +msgid "一月一日翌日" +msgstr "วันหลังวันขึ้นปีใหม่" + +#. The day following Ching Ming Festival. +msgid "清明節翌日" +msgstr "วันหลังวันเช็งเม้ง" + +#. The day following Easter Monday. +msgid "復活節星期一翌日" +msgstr "วันหลังวันจันทร์อีสเตอร์" + +#. The day following the Birthday of the Buddha. +msgid "佛誕翌日" +msgstr "วันหลังวันวิสาขบูชา" + +#. The day following Labor Day. +msgid "勞動節翌日" +msgstr "วันหลังวันแรงงาน" + +#. The day following Tuen Ng Festival. +msgid "端午節翌日" +msgstr "วันหลังวันไหว้บ๊ะจ่าง" + +#. The day following Hong Kong Special Administrative Region Establishment +#. Day. +msgid "香港特別行政區成立紀念日翌日" +msgstr "วันหลังวันสถาปนาเขตบริหารพิเศษฮ่องกง" + +#. The day following Chung Yeung Festival. +msgid "重陽節翌日" +msgstr "วันหลังวันไหว้บรรพบุรุษ" + +#. The day following National Day. +msgid "國慶日翌日" +msgstr "วันหลังวันชาติจีน" + +#. The second weekday after Christmas Day. +msgid "聖誕節後第二個周日" +msgstr "วันคริสต์มาสวันที่สาม" + +#. Queen's Birthday. +msgid "英女皇壽辰" +msgstr "วันเฉลิมพระชนมพรรษาสมเด็จพระราชินีนาถ" + +#. Monday after Pentecost. +msgid "靈降臨節後星期一" +msgstr "วันจันทร์หลังวันสมโภชพระจิตเจ้า" + +#. National Day of the Republic of China. +msgid "中華民國國慶日" +msgstr "วันชาติสาธารณรัฐจีน(ไต้หวัน)" + +#. Monday after Remembrance Day. +msgid "和平紀念日後星期一" +msgstr "วันจันทร์หลังวันรำลึก" + +#. Anniversary of the liberation of Hong Kong. +msgid "重光紀念日" +msgstr "วันครบรอบการปลดปล่อยฮ่องกง" + +#. Wedding of Prince Charles and Diana. +msgid "英國王儲查理斯王子與戴安娜婚禮" +msgstr "" +"พระราชพิธีอภิเษกสมรสระหว่างไดอาน่า สเปนเซอร์และเจ้าฟ้าชายชาร์ลส์ " +"เจ้าชายแห่งเวลส์" + +#. Second day of Queen Elizabeth II and her husband's visit to Hong Kong. +msgid "英女王伊利沙伯二世伉儷訪港的第二天" +msgstr "" +"วันที่สองของการเสด็จเยือนฮ่องกงของ่สมเด็จพระราชินีนาถเอลิซาเบธที่ 2 " +"และพระราชสวามี" + +#. The 70th anniversary day of the victory of the Chinese people's war of +#. resistance against +#. Japanese aggression. +msgid "中國人民抗日戰爭勝利70周年紀念日" +msgstr "ครบรอบ 70 ปีแห่งการได้รับชัยชนะจากสงครามต่อต้านญี่ปุ่น" + +#. Sino-Japanese War Victory Day. +msgid "抗日戰爭勝利紀念日" +msgstr "วันรำลึกชัยชนะสงครามต่อต้านญี่ปุ่น" + +#. Additional public holiday. +msgid "額外公眾假期" +msgstr "วันหยุดเพิ่มเติม" diff --git a/holidays/locale/th/LC_MESSAGES/IM.po b/holidays/locale/th/LC_MESSAGES/IM.po new file mode 100644 index 000000000..ee72e5bb6 --- /dev/null +++ b/holidays/locale/th/LC_MESSAGES/IM.po @@ -0,0 +1,47 @@ +# holidays +# -------- +# A fast, efficient Python library for generating country, province and state +# specific sets of holidays on the fly. It aims to make determining whether a +# specific date is a holiday as fast and flexible as possible. +# +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 +# ryanss (c) 2014-2017 +# Website: https://github.com/vacanza/holidays +# License: MIT (see LICENSE file) +# +# Isle of Man holidays th localization. +# +msgid "" +msgstr "" +"Project-Id-Version: Holidays 0.66\n" +"POT-Creation-Date: 2025-01-31 13:46+0700\n" +"PO-Revision-Date: 2025-01-31 13:54+0700\n" +"Last-Translator: PPsyrius \n" +"Language-Team: Holidays Localization Team\n" +"Language: th\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Lingva 5.0.3\n" +"X-Generator: Poedit 3.5\n" + +#. Easter Monday. +msgid "Easter Monday" +msgstr "วันจันทร์อีสเตอร์" + +#. Whit Monday. +msgid "Whit Monday" +msgstr "วันจันทร์หลังวันสมโภชพระจิตเจ้า" + +#. Late Summer Bank Holiday. +msgid "Late Summer Bank Holiday" +msgstr "วันหยุดช่วงปลายฤดูร้อนของธนาคาร" + +#. TT Bank Holiday. +msgid "TT Bank Holiday" +msgstr "วันแข่งไอร์ออฟแมน ทีที" + +#. Tynwald Day. +msgid "Tynwald Day" +msgstr "วันไทน์วอลด์" diff --git a/holidays/locale/th/LC_MESSAGES/KH.po b/holidays/locale/th/LC_MESSAGES/KH.po index 44fc3f036..0038eba41 100644 --- a/holidays/locale/th/LC_MESSAGES/KH.po +++ b/holidays/locale/th/LC_MESSAGES/KH.po @@ -67,7 +67,7 @@ msgstr "" msgid "ទិវាជាតិនៃការចងចាំ" msgstr "วันแห่งความทรงจำ" -#. International Children Day +#. International Children's Day msgid "ទិវាកុមារអន្តរជាតិ" msgstr "วันเด็กสากล" diff --git a/holidays/locale/th/LC_MESSAGES/LA.po b/holidays/locale/th/LC_MESSAGES/LA.po index cf9429473..f2b260b37 100644 --- a/holidays/locale/th/LC_MESSAGES/LA.po +++ b/holidays/locale/th/LC_MESSAGES/LA.po @@ -47,7 +47,7 @@ msgstr "วันปีใหม่ลาว" msgid "ວັນກຳມະກອນສາກົນ" msgstr "วันแรงงานสากล" -#. International Children Day. +#. International Children's Day. msgid "ວັນເດັກສາກົນ" msgstr "วันเด็กสากล" diff --git a/holidays/locale/th/LC_MESSAGES/SG.po b/holidays/locale/th/LC_MESSAGES/SG.po index f55fb2e3c..97e5dd84f 100644 --- a/holidays/locale/th/LC_MESSAGES/SG.po +++ b/holidays/locale/th/LC_MESSAGES/SG.po @@ -85,7 +85,7 @@ msgstr "วันดีปาวลี" msgid "Christmas Day" msgstr "วันคริสต์มาส" -#. Boxing day. +#. Boxing Day. msgid "Boxing Day" msgstr "วันเปิดกล่องของขวัญ" diff --git a/holidays/locale/tvl/LC_MESSAGES/TV.po b/holidays/locale/tvl/LC_MESSAGES/TV.po new file mode 100644 index 000000000..56c638510 --- /dev/null +++ b/holidays/locale/tvl/LC_MESSAGES/TV.po @@ -0,0 +1,119 @@ +# holidays +# -------- +# A fast, efficient Python library for generating country, province and state +# specific sets of holidays on the fly. It aims to make determining whether a +# specific date is a holiday as fast and flexible as possible. +# +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 +# ryanss (c) 2014-2017 +# Website: https://github.com/vacanza/holidays +# License: MIT (see LICENSE file) +# +# Tuvalu holidays. +# +msgid "" +msgstr "" +"Project-Id-Version: Holidays 0.67\n" +"POT-Creation-Date: 2025-02-13 23:11+0530\n" +"PO-Revision-Date: 2025-02-13 23:11+0530\n" +"Last-Translator: Prateekshit Jaiswal \n" +"Language-Team: Holidays Localization Team\n" +"Language: tvl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Lingva 5.0.5\n" + +#. %s (observed). +#, c-format +msgid "%s (fakamatakuga)" +msgstr "" + +#. New Year's Day. +msgid "Tausaga Fou" +msgstr "" + +#. Good Friday. +msgid "Aso toe tu" +msgstr "" + +#. Easter Monday. +msgid "Toe Tu aso gafua" +msgstr "" + +#. Commonwealth Day. +msgid "Aso Atefenua" +msgstr "" + +#. Gospel Day. +msgid "Te Aso o te Tala Lei" +msgstr "" + +#. King's Birthday. +msgid "Asofanau Tupu" +msgstr "" + +#. National Children's Day. +msgid "Aso Tamaliki" +msgstr "" + +#. National Youth Day. +msgid "Aso tupulaga" +msgstr "" + +#. Tuvalu Day. +msgid "Tutokotasi" +msgstr "" + +#. Heir to the Throne's Birthday. +msgid "Aso fanau o te sui ote Tupu" +msgstr "" + +#. Christmas Day. +msgid "Kilisimasi" +msgstr "" + +#. Boxing Day. +msgid "Aso Faipele" +msgstr "" + +#. Golden Jubilee. +msgid "Te Po o Tefolaha" +msgstr "" + +#. Big Day. +msgid "Po Lahi" +msgstr "" + +#. Day of the Flood. +msgid "Bogin te Ieka" +msgstr "" + +#. The Day of the Bombing. +msgid "Te Aso o te Paula" +msgstr "" + +#. Niutao Day. +msgid "Te Aso o te Setema" +msgstr "" + +#. Happy Day. +msgid "Te Aso Fiafia" +msgstr "" + +#. Nanumaga Day. +msgid "Aho o te Fakavae" +msgstr "" + +#. Cyclone Day. +msgid "Aso o te matagi" +msgstr "" + +#. Nukufetau Day. +msgid "Te Aso O Tutasi" +msgstr "" + +#. Queen's Birthday. +msgid "Asofanau Fafine" +msgstr "" diff --git a/holidays/locale/uk/LC_MESSAGES/BVMF.po b/holidays/locale/uk/LC_MESSAGES/BVMF.po index ab0a4d0a7..f53c4c7cb 100644 --- a/holidays/locale/uk/LC_MESSAGES/BVMF.po +++ b/holidays/locale/uk/LC_MESSAGES/BVMF.po @@ -46,7 +46,7 @@ msgstr "Страсна пʼятниця" msgid "Tiradentes" msgstr "День Тирадентіса" -#. Workers' Day. +#. Worker's Day. msgid "Dia do Trabalhador" msgstr "День трудящих" diff --git a/holidays/locale/uk/LC_MESSAGES/CH.po b/holidays/locale/uk/LC_MESSAGES/CH.po index 64a20b673..b82ad22fa 100644 --- a/holidays/locale/uk/LC_MESSAGES/CH.po +++ b/holidays/locale/uk/LC_MESSAGES/CH.po @@ -58,7 +58,7 @@ msgstr "День Святого Духа" msgid "Stephanstag" msgstr "День Святого Стефана" -#. Berchtold's Day. +#. Saint Berchtold's Day. msgid "Berchtoldstag" msgstr "День Святого Бертольда" diff --git a/holidays/locale/uk/LC_MESSAGES/CL.po b/holidays/locale/uk/LC_MESSAGES/CL.po index cbef2acf4..95afbfdde 100644 --- a/holidays/locale/uk/LC_MESSAGES/CL.po +++ b/holidays/locale/uk/LC_MESSAGES/CL.po @@ -63,7 +63,7 @@ msgstr "День військово-морської слави" msgid "Día Nacional de los Pueblos Indígenas" msgstr "Національний день корінних народів" -#. Saint Peter and Saint Paul. +#. Saint Peter and Saint Paul's Day. msgid "San Pedro y San Pablo" msgstr "День Святих Петра і Павла" diff --git a/holidays/locale/uk/LC_MESSAGES/CR.po b/holidays/locale/uk/LC_MESSAGES/CR.po index fedc53fd2..1aca6e362 100644 --- a/holidays/locale/uk/LC_MESSAGES/CR.po +++ b/holidays/locale/uk/LC_MESSAGES/CR.po @@ -50,7 +50,7 @@ msgstr "День Хуана Сантамарії" #. International Labor Day. msgid "Día Internacional del Trabajo" -msgstr "Міжнародний день трудящих" +msgstr "Міжнародний день праці" #. Annexation of the Party of Nicoya to Costa Rica. msgid "Anexión del Partido de Nicoya a Costa Rica" diff --git a/holidays/locale/uk/LC_MESSAGES/CU.po b/holidays/locale/uk/LC_MESSAGES/CU.po index 0d0f3bf5e..2ba9048c3 100644 --- a/holidays/locale/uk/LC_MESSAGES/CU.po +++ b/holidays/locale/uk/LC_MESSAGES/CU.po @@ -44,7 +44,7 @@ msgstr "День Перемоги" msgid "Viernes Santo" msgstr "Страсна пʼятниця" -#. International Worker's Day. +#. International Workers' Day. msgid "Día Internacional de los Trabajadores" msgstr "Міжнародний день трудящих" diff --git a/holidays/locale/uk/LC_MESSAGES/DK.po b/holidays/locale/uk/LC_MESSAGES/DK.po index 2a652a3bd..0243b11e2 100644 --- a/holidays/locale/uk/LC_MESSAGES/DK.po +++ b/holidays/locale/uk/LC_MESSAGES/DK.po @@ -71,9 +71,9 @@ msgstr "Різдво Христове" msgid "Anden juledag" msgstr "Другий день Різдва" -#. International Workers' Day. +#. Workers' Day. msgid "Arbejdernes kampdag" -msgstr "День праці" +msgstr "День трудящих" #. Constitution Day. msgid "Grundlovsdag" diff --git a/holidays/locale/uk/LC_MESSAGES/ES.po b/holidays/locale/uk/LC_MESSAGES/ES.po index eb1042b1c..1292c3990 100644 --- a/holidays/locale/uk/LC_MESSAGES/ES.po +++ b/holidays/locale/uk/LC_MESSAGES/ES.po @@ -33,7 +33,7 @@ msgid "Lunes siguiente a %s" msgstr "Понеділок після %s" #. New Year's Day. -msgid "Año nuevo" +msgid "Año Nuevo" msgstr "Новий рік" #. Epiphany. diff --git a/holidays/locale/uk/LC_MESSAGES/FI.po b/holidays/locale/uk/LC_MESSAGES/FI.po index f207001b4..1b8312b5e 100644 --- a/holidays/locale/uk/LC_MESSAGES/FI.po +++ b/holidays/locale/uk/LC_MESSAGES/FI.po @@ -87,78 +87,78 @@ msgstr "Різдво Христове" msgid "Tapaninpäivä" msgstr "Другий день Різдва" -#. Runeberg Day +#. Runeberg Day. msgid "Runebergin päivä" msgstr "День Рунеберга" -#. Kalevala Day, Day of Finnish Culture +#. Kalevala Day, Day of Finnish Culture. msgid "Kalevalan päivä, suomalaisen kulttuurin päivä" msgstr "День Калевали, День фінської культури" -#. Minna Canth Day, Day of Equality +#. Minna Canth Day, Day of Equality. msgid "Minna Canthin päivä, tasa-arvon päivä" msgstr "День Мінни Кант, День рівності" -#. Mikael Agricola Day, Day of the Finnish Language +#. Mikael Agricola Day, Day of the Finnish Language. msgid "Mikael Agricolan päivä, suomen kielen päivä" msgstr "День Мікаеля Аґріколи, День фінської мови" -#. National War Veterans' Day +#. National War Veterans' Day. msgid "Kansallinen veteraanipäivä" msgstr "Національний день ветеранів" -#. Europe Day +#. Europe Day. msgid "Eurooppa-päivä" msgstr "День Європи" -#. Mothers' Day +#. Mother's Day. msgid "Äitienpäivä" msgstr "День матері" -#. J. V. Snellman Day, Day of Finnish Heritage +#. J. V. Snellman Day, Day of Finnish Heritage. msgid "J.V. Snellmanin päivä, suomalaisuuden päivä" msgstr "День Ю. В. Снелльмана, День фінської спадщини" -#. Remembrance Day +#. Remembrance Day. msgid "Kaatuneitten muistopäivä" msgstr "День ветеранів Національної війни" -#. Flag Day of the Finnish Defense Forces +#. Flag Day of the Finnish Defense Forces. msgid "Puolustusvoimain lippujuhlan päivä" msgstr "День прапора фінських сил оборони" -#. Eino Leino Day, Day of Summer and Poetry +#. Eino Leino Day, Day of Summer and Poetry. msgid "Eino Leinon päivä, runon ja suven päivä" msgstr "День Ейно Лейно, День літа та поезії" -#. Finland's Nature Day +#. Finland's Nature Day. msgid "Suomen luonnon päivä" msgstr "День природи Фінляндії" -#. Miina Sillanpää Day, Day of Civic Participation +#. Miina Sillanpää Day, Day of Civic Participation. msgid "Miina Sillanpään ja kansalaisvaikuttamisen päivä" msgstr "День Міїни Сілланпяя, День громадянської активності" -#. Aleksis Kivi Day, Day of Finnish Literature +#. Aleksis Kivi Day, Day of Finnish Literature. msgid "Aleksis Kiven päivä, suomalaisen kirjallisuuden päivä" msgstr "День Алексіса Ківі, День фінської літератури" -#. United Nations Day +#. United Nations Day. msgid "YK:n päivä" msgstr "День ООН" -#. Finnish Swedish Heritage Day, svenska dagen +#. Finnish Swedish Heritage Day, svenska dagen. msgid "Ruotsalaisuuden päivä, Kustaa Aadolfin päivä" msgstr "День фінської шведської спадщини, шведський день" -#. Fathers' Day +#. Father's Day. msgid "Isänpäivä" msgstr "День батька" -#. Day of Children's Rights +#. Day of Children's Rights. msgid "Lapsen oikeuksien päivä" msgstr "День прав дитини" -#. Jean Sibelius Day, Day of Finnish Music +#. Jean Sibelius Day, Day of Finnish Music. msgid "Jean Sibeliuksen päivä, suomalaisen musiikin päivä" msgstr "День Жана Сібеліуса, День фінської музики" diff --git a/holidays/locale/uk/LC_MESSAGES/GE.po b/holidays/locale/uk/LC_MESSAGES/GE.po index 3a4785794..21691e507 100644 --- a/holidays/locale/uk/LC_MESSAGES/GE.po +++ b/holidays/locale/uk/LC_MESSAGES/GE.po @@ -73,7 +73,7 @@ msgstr "День перемоги над фашизмом" #. Saint Andrew's Day. msgid "წმინდა ანდრია პირველწოდებულის დღე" -msgstr "День святого Андрія Первозваного" +msgstr "День Святого Андрія Первозваного" #. Independence Day. msgid "დამოუკიდებლობის დღე" @@ -89,7 +89,7 @@ msgstr "Свято Светіцховлоба, Ризи Господньої" #. Saint George's Day. msgid "გიორგობა" -msgstr "День святого Георгія" +msgstr "День Святого Георгія" #. Day of Family Sanctity and Respect for Parents. msgid "ოჯახის სიწმინდისა და მშობლების პატივისცემის დღე" diff --git a/holidays/locale/uk/LC_MESSAGES/GL.po b/holidays/locale/uk/LC_MESSAGES/GL.po new file mode 100644 index 000000000..499134849 --- /dev/null +++ b/holidays/locale/uk/LC_MESSAGES/GL.po @@ -0,0 +1,92 @@ +# holidays +# -------- +# A fast, efficient Python library for generating country, province and state +# specific sets of holidays on the fly. It aims to make determining whether a +# specific date is a holiday as fast and flexible as possible. +# +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 +# ryanss (c) 2014-2017 +# Website: https://github.com/vacanza/holidays +# License: MIT (see LICENSE file) +# +# Greenland holidays uk localization. +# +msgid "" +msgstr "" +"Project-Id-Version: Holidays 0.67\n" +"POT-Creation-Date: 2023-02-15 08:13-0800\n" +"PO-Revision-Date: 2025-02-11 18:37+0200\n" +"Last-Translator: ~Jhellico \n" +"Language-Team: Holidays Localization Team\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" +"Generated-By: Lingva 5.0.5\n" +"X-Generator: Poedit 3.5\n" + +#. New Year's Day. +msgid "Ukiortaaq" +msgstr "Новий рік" + +#. Maundy Thursday. +msgid "Sisamanngortoq illernartoq" +msgstr "Великий четвер" + +#. Good Friday. +msgid "Tallimanngorneq tannaartoq" +msgstr "Страсна пʼятниця" + +#. Easter Sunday. +msgid "Poorskip ullua" +msgstr "Великдень" + +#. Easter Monday. +msgid "Poorskip-aappaa" +msgstr "Великодній понеділок" + +#. Great Prayer Day. +msgid "Ulloq qinuffiusoq" +msgstr "День загальної молитви" + +#. Ascension Day. +msgid "Qilaliarfik" +msgstr "Вознесіння Господнє" + +#. Whit Sunday. +msgid "Piinsip ullua" +msgstr "Трійця" + +#. Whit Monday. +msgid "Piinsip-aappaa" +msgstr "День Святого Духа" + +#. Christmas Day. +msgid "Juullip ullua" +msgstr "Різдво Христове" + +#. Second Day of Christmas. +msgid "Juullip-aappaa" +msgstr "Другий день Різдва" + +#. Epiphany. +msgid "Kunngit pingasut ulluat" +msgstr "Богоявлення" + +#. International Workers' Day. +msgid "Sulisartut ulluat" +msgstr "День трудящих" + +#. National Day. +msgid "Ullortuneq" +msgstr "Національне свято" + +#. Christmas Eve. +msgid "Juulliaraq" +msgstr "Святий вечір" + +#. New Year's Eve. +msgid "Ukiortaami" +msgstr "Переддень Нового року" diff --git a/holidays/locale/uk/LC_MESSAGES/KZ.po b/holidays/locale/uk/LC_MESSAGES/KZ.po index 0860c5d57..9d6cb756c 100644 --- a/holidays/locale/uk/LC_MESSAGES/KZ.po +++ b/holidays/locale/uk/LC_MESSAGES/KZ.po @@ -53,7 +53,7 @@ msgstr "Православне Різдво" msgid "Халықаралық әйелдер күні" msgstr "Міжнародний жіночий день" -#. Nowruz holiday. +#. Nowruz Holiday. msgid "Наурыз мейрамы" msgstr "Свято Новруз" diff --git a/holidays/locale/uk/LC_MESSAGES/MC.po b/holidays/locale/uk/LC_MESSAGES/MC.po index 20dfc32be..0494d5d3e 100644 --- a/holidays/locale/uk/LC_MESSAGES/MC.po +++ b/holidays/locale/uk/LC_MESSAGES/MC.po @@ -42,7 +42,7 @@ msgstr "Новий рік" #. Saint Devote's Day. msgid "La Sainte Dévote" -msgstr "День святої Девоти" +msgstr "День Святої Девоти" #. Easter Monday. msgid "Le lundi de Pâques" diff --git a/holidays/locale/uk/LC_MESSAGES/MG.po b/holidays/locale/uk/LC_MESSAGES/MG.po index d6eb68ba2..fff00095c 100644 --- a/holidays/locale/uk/LC_MESSAGES/MG.po +++ b/holidays/locale/uk/LC_MESSAGES/MG.po @@ -85,7 +85,7 @@ msgstr "День усіх святих" #. Republic Day. msgid "Fetin'ny Repoblika" -msgstr "День республіки" +msgstr "День Республіки" #. Christmas Day. msgid "Fetin'ny noely" diff --git a/holidays/locale/uk/LC_MESSAGES/NI.po b/holidays/locale/uk/LC_MESSAGES/NI.po index 560ad0587..d0e4bf256 100644 --- a/holidays/locale/uk/LC_MESSAGES/NI.po +++ b/holidays/locale/uk/LC_MESSAGES/NI.po @@ -59,7 +59,7 @@ msgstr "Річниця битви під Сан-Хасінто" msgid "Día de la Independencia" msgstr "День незалежності" -#. Virgin's Day. +#. Immaculate Conception. msgid "Concepción de María" msgstr "Непорочне зачаття Діви Марії" diff --git a/holidays/locale/uk/LC_MESSAGES/PA.po b/holidays/locale/uk/LC_MESSAGES/PA.po new file mode 100644 index 000000000..49a44470e --- /dev/null +++ b/holidays/locale/uk/LC_MESSAGES/PA.po @@ -0,0 +1,96 @@ +# holidays +# -------- +# A fast, efficient Python library for generating country, province and state +# specific sets of holidays on the fly. It aims to make determining whether a +# specific date is a holiday as fast and flexible as possible. +# +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 +# ryanss (c) 2014-2017 +# Website: https://github.com/vacanza/holidays +# License: MIT (see LICENSE file) +# +# Panama holidays uk localization. +# +msgid "" +msgstr "" +"Project-Id-Version: Holidays 0.67\n" +"POT-Creation-Date: 2025-02-06 22:15+0200\n" +"PO-Revision-Date: 2025-02-06 23:00+0200\n" +"Last-Translator: ~Jhellico \n" +"Language-Team: Holidays Localization Team\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Lingva 5.0.5\n" +"X-Generator: Poedit 3.5\n" + +#. %s (observed). +#, c-format +msgid "%s (puente)" +msgstr "%s (вихідний)" + +#. New Year's Day. +msgid "Año Nuevo" +msgstr "Новий рік" + +#. Martyrs' Day. +msgid "Día de los Mártires" +msgstr "День мучеників" + +#. Constitution Day. +msgid "Día de la Constitución" +msgstr "День Конституції" + +#. Carnival Tuesday. +msgid "Martes de Carnaval" +msgstr "Карнавальний вівторок" + +#. Good Friday. +msgid "Viernes Santo" +msgstr "Страсна пʼятниця" + +#. Labor Day. +msgid "Día del Trabajo" +msgstr "День праці" + +#. Separation Day. +msgid "Separación de Panamá de Colombia" +msgstr "День відокремлення від Колумбії" + +#. Colon Day. +msgid "Día de Colón" +msgstr "День Колона" + +#. Los Santos Uprising Day. +msgid "Primer Grito de Independencia" +msgstr "День початку повстання у Лос-Сантос" + +#. Independence Day. +msgid "Independencia de Panamá de España" +msgstr "День незалежності від Іспанії" + +#. Mother's Day. +msgid "Día de la Madre" +msgstr "День матері" + +#. National Mourning Day. +msgid "Día de Duelo Nacional" +msgstr "День національної скорботи" + +#. Christmas Day. +msgid "Navidad" +msgstr "Різдво Христове" + +#. Carnival Monday. +msgid "Lunes de Carnaval" +msgstr "Карнавальний понеділок" + +#. National Symbols Day. +msgid "Día de los Símbolos Patrios" +msgstr "День національних символів" + +#. Presidential Inauguration Day. +msgid "Toma posesión del Presidente de la república" +msgstr "Інавгурація Президента Республіки" diff --git a/holidays/locale/uk/LC_MESSAGES/PE.po b/holidays/locale/uk/LC_MESSAGES/PE.po index 285b7eb69..efd2deeeb 100644 --- a/holidays/locale/uk/LC_MESSAGES/PE.po +++ b/holidays/locale/uk/LC_MESSAGES/PE.po @@ -47,7 +47,7 @@ msgstr "Великдень" msgid "Día del Trabajo" msgstr "День праці" -#. Saint Peter and Saint Paul. +#. Saint Peter and Saint Paul's Day. msgid "San Pedro y San Pablo" msgstr "День Святих Петра і Павла" diff --git a/holidays/locale/uk/LC_MESSAGES/RO.po b/holidays/locale/uk/LC_MESSAGES/RO.po index 7cedd26a9..169c1188d 100644 --- a/holidays/locale/uk/LC_MESSAGES/RO.po +++ b/holidays/locale/uk/LC_MESSAGES/RO.po @@ -65,7 +65,7 @@ msgstr "Успіння Пресвятої Богородиці" #. Saint Andrew's Day. msgid "Sfantul Apostol Andrei cel Intai chemat" -msgstr "День святого Андрія Первозваного" +msgstr "День Святого Андрія Первозваного" #. National Day. msgid "Ziua Națională a României" diff --git a/holidays/locale/uk/LC_MESSAGES/UY.po b/holidays/locale/uk/LC_MESSAGES/UY.po index 8c5c6c753..04cffc2f3 100644 --- a/holidays/locale/uk/LC_MESSAGES/UY.po +++ b/holidays/locale/uk/LC_MESSAGES/UY.po @@ -39,7 +39,7 @@ msgstr "Новий рік" msgid "Grito de Asencio" msgstr "День заклику Асенціо" -#. International Workers' Day. +#. Workers' Day. msgid "Día de los Trabajadores" msgstr "День трудящих" diff --git a/holidays/locale/zh_CN/LC_MESSAGES/HK.po b/holidays/locale/zh_CN/LC_MESSAGES/HK.po new file mode 100644 index 000000000..203889bb0 --- /dev/null +++ b/holidays/locale/zh_CN/LC_MESSAGES/HK.po @@ -0,0 +1,203 @@ +# holidays +# -------- +# A fast, efficient Python library for generating country, province and state +# specific sets of holidays on the fly. It aims to make determining whether a +# specific date is a holiday as fast and flexible as possible. +# +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 +# ryanss (c) 2014-2017 +# Website: https://github.com/vacanza/holidays +# License: MIT (see LICENSE file) +# +# Hong Kong holidays zh_CN localization. +# +msgid "" +msgstr "" +"Project-Id-Version: Holidays 0.67\n" +"POT-Creation-Date: 2025-02-04 14:03+0700\n" +"PO-Revision-Date: 2025-02-04 22:55+0700\n" +"Last-Translator: PPsyrius \n" +"Language-Team: Holidays Localization Team\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Lingva 5.0.3\n" +"X-Generator: Poedit 3.5\n" + +#. %s (observed). +#, c-format +msgid "%s(慶祝)" +msgstr "%s(庆祝)" + +#. The day following the Chinese Mid-Autumn Festival. +msgid "中秋節翌日" +msgstr "中秋节翌日" + +#. The second day following the Chinese Mid-Autumn Festival. +msgid "中秋節後第二日" +msgstr "中秋节后第二日" + +#. Chinese Mid-Autumn Festival. +msgid "中秋節" +msgstr "中秋节" + +#. Lunar New Year's Day. +msgid "農曆年初一" +msgstr "农历年初一" + +#. The day preceding Lunar New Year's Day. +msgid "農曆年初一的前一日" +msgstr "农历年初一的前一日" + +#. The second day of Lunar New Year. +msgid "農曆年初二" +msgstr "农历年初二" + +#. The third day of Lunar New Year. +msgid "農曆年初三" +msgstr "农历年初三" + +#. The fourth day of Lunar New Year. +msgid "農曆年初四" +msgstr "农历年初四" + +#. The first day of January. +msgid "一月一日" +msgstr "一月一日" + +#. Good Friday. +msgid "耶穌受難節" +msgstr "耶稣受难节" + +#. The day following Good Friday. +msgid "耶穌受難節翌日" +msgstr "耶稣受难节翌日" + +#. Easter Monday. +msgid "復活節星期一" +msgstr "复活节星期一" + +#. Ching Ming Festival. +msgid "清明節" +msgstr "清明节" + +#. The Birthday of the Buddha. +msgid "佛誕" +msgstr "佛诞" + +#. Labor Day. +msgid "勞動節" +msgstr "劳动节" + +#. Tuen Ng Festival. +msgid "端午節" +msgstr "端午节" + +#. Hong Kong Special Administrative Region Establishment Day. +msgid "香港特別行政區成立紀念日" +msgstr "香港特别行政区成立纪念日" + +#. Chung Yeung Festival. +msgid "重陽節" +msgstr "重阳节" + +#. National Day. +msgid "國慶日" +msgstr "国庆日" + +#. Chinese Winter Solstice Festival. +msgid "冬節" +msgstr "冬节" + +#. The first weekday after Christmas Day. +msgid "聖誕節後第一個周日" +msgstr "圣诞节后第一个周日" + +#. Christmas Day. +msgid "聖誕節" +msgstr "圣诞节" + +#. The day following the first day of January. +msgid "一月一日翌日" +msgstr "一月一日翌日" + +#. The day following Ching Ming Festival. +msgid "清明節翌日" +msgstr "清明节翌日" + +#. The day following Easter Monday. +msgid "復活節星期一翌日" +msgstr "复活节星期一翌日" + +#. The day following the Birthday of the Buddha. +msgid "佛誕翌日" +msgstr "佛诞翌日" + +#. The day following Labor Day. +msgid "勞動節翌日" +msgstr "劳动节翌日" + +#. The day following Tuen Ng Festival. +msgid "端午節翌日" +msgstr "端午节翌日" + +#. The day following Hong Kong Special Administrative Region Establishment +#. Day. +msgid "香港特別行政區成立紀念日翌日" +msgstr "香港特别行政区成立纪念日翌日" + +#. The day following Chung Yeung Festival. +msgid "重陽節翌日" +msgstr "重阳节翌日" + +#. The day following National Day. +msgid "國慶日翌日" +msgstr "国庆日翌日" + +#. The second weekday after Christmas Day. +msgid "聖誕節後第二個周日" +msgstr "圣诞节后第二个周日" + +#. Queen's Birthday. +msgid "英女皇壽辰" +msgstr "英女王生日" + +#. Monday after Pentecost. +msgid "靈降臨節後星期一" +msgstr "圣灵降临节后星期一" + +#. National Day of the Republic of China. +msgid "中華民國國慶日" +msgstr "中华民国国庆日" + +#. Monday after Remembrance Day. +msgid "和平紀念日後星期一" +msgstr "和平纪念日后星期一" + +#. Anniversary of the liberation of Hong Kong. +msgid "重光紀念日" +msgstr "重光纪念日" + +#. Wedding of Prince Charles and Diana. +msgid "英國王儲查理斯王子與戴安娜婚禮" +msgstr "英国王储查尔斯王子与戴安娜婚礼" + +#. Second day of Queen Elizabeth II and her husband's visit to Hong Kong. +msgid "英女王伊利沙伯二世伉儷訪港的第二天" +msgstr "英女王伊丽莎白二世伉俪访港的第二天" + +#. The 70th anniversary day of the victory of the Chinese people's war of +#. resistance against +#. Japanese aggression. +msgid "中國人民抗日戰爭勝利70周年紀念日" +msgstr "中国人民抗日战争胜利70周年纪念日" + +#. Sino-Japanese War Victory Day. +msgid "抗日戰爭勝利紀念日" +msgstr "抗日战争胜利纪念日" + +#. Additional public holiday. +msgid "額外公眾假期" +msgstr "额外公众假期" diff --git a/holidays/locale/zh_HK/LC_MESSAGES/HK.po b/holidays/locale/zh_HK/LC_MESSAGES/HK.po new file mode 100644 index 000000000..892d10655 --- /dev/null +++ b/holidays/locale/zh_HK/LC_MESSAGES/HK.po @@ -0,0 +1,203 @@ +# holidays +# -------- +# A fast, efficient Python library for generating country, province and state +# specific sets of holidays on the fly. It aims to make determining whether a +# specific date is a holiday as fast and flexible as possible. +# +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 +# ryanss (c) 2014-2017 +# Website: https://github.com/vacanza/holidays +# License: MIT (see LICENSE file) +# +# Hong Kong holidays. +# +msgid "" +msgstr "" +"Project-Id-Version: Holidays 0.67\n" +"POT-Creation-Date: 2025-02-04 14:03+0700\n" +"PO-Revision-Date: 2025-02-04 22:55+0700\n" +"Last-Translator: PPsyrius \n" +"Language-Team: Holidays Localization Team\n" +"Language: zh_HK\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Lingva 5.0.3\n" +"X-Generator: Poedit 3.5\n" + +#. %s (observed). +#, c-format +msgid "%s(慶祝)" +msgstr "" + +#. The day following the Chinese Mid-Autumn Festival. +msgid "中秋節翌日" +msgstr "" + +#. The second day following the Chinese Mid-Autumn Festival. +msgid "中秋節後第二日" +msgstr "" + +#. Chinese Mid-Autumn Festival. +msgid "中秋節" +msgstr "" + +#. Lunar New Year's Day. +msgid "農曆年初一" +msgstr "" + +#. The day preceding Lunar New Year's Day. +msgid "農曆年初一的前一日" +msgstr "" + +#. The second day of Lunar New Year. +msgid "農曆年初二" +msgstr "" + +#. The third day of Lunar New Year. +msgid "農曆年初三" +msgstr "" + +#. The fourth day of Lunar New Year. +msgid "農曆年初四" +msgstr "" + +#. The first day of January. +msgid "一月一日" +msgstr "" + +#. Good Friday. +msgid "耶穌受難節" +msgstr "" + +#. The day following Good Friday. +msgid "耶穌受難節翌日" +msgstr "" + +#. Easter Monday. +msgid "復活節星期一" +msgstr "" + +#. Ching Ming Festival. +msgid "清明節" +msgstr "" + +#. The Birthday of the Buddha. +msgid "佛誕" +msgstr "" + +#. Labor Day. +msgid "勞動節" +msgstr "" + +#. Tuen Ng Festival. +msgid "端午節" +msgstr "" + +#. Hong Kong Special Administrative Region Establishment Day. +msgid "香港特別行政區成立紀念日" +msgstr "" + +#. Chung Yeung Festival. +msgid "重陽節" +msgstr "" + +#. National Day. +msgid "國慶日" +msgstr "" + +#. Chinese Winter Solstice Festival. +msgid "冬節" +msgstr "" + +#. The first weekday after Christmas Day. +msgid "聖誕節後第一個周日" +msgstr "" + +#. Christmas Day. +msgid "聖誕節" +msgstr "" + +#. The day following the first day of January. +msgid "一月一日翌日" +msgstr "" + +#. The day following Ching Ming Festival. +msgid "清明節翌日" +msgstr "" + +#. The day following Easter Monday. +msgid "復活節星期一翌日" +msgstr "" + +#. The day following the Birthday of the Buddha. +msgid "佛誕翌日" +msgstr "" + +#. The day following Labor Day. +msgid "勞動節翌日" +msgstr "" + +#. The day following Tuen Ng Festival. +msgid "端午節翌日" +msgstr "" + +#. The day following Hong Kong Special Administrative Region Establishment +#. Day. +msgid "香港特別行政區成立紀念日翌日" +msgstr "" + +#. The day following Chung Yeung Festival. +msgid "重陽節翌日" +msgstr "" + +#. The day following National Day. +msgid "國慶日翌日" +msgstr "" + +#. The second weekday after Christmas Day. +msgid "聖誕節後第二個周日" +msgstr "" + +#. Queen's Birthday. +msgid "英女皇壽辰" +msgstr "" + +#. Monday after Pentecost. +msgid "靈降臨節後星期一" +msgstr "" + +#. National Day of the Republic of China. +msgid "中華民國國慶日" +msgstr "" + +#. Monday after Remembrance Day. +msgid "和平紀念日後星期一" +msgstr "" + +#. Anniversary of the liberation of Hong Kong. +msgid "重光紀念日" +msgstr "" + +#. Wedding of Prince Charles and Diana. +msgid "英國王儲查理斯王子與戴安娜婚禮" +msgstr "" + +#. Second day of Queen Elizabeth II and her husband's visit to Hong Kong. +msgid "英女王伊利沙伯二世伉儷訪港的第二天" +msgstr "" + +#. The 70th anniversary day of the victory of the Chinese people's war of +#. resistance against +#. Japanese aggression. +msgid "中國人民抗日戰爭勝利70周年紀念日" +msgstr "" + +#. Sino-Japanese War Victory Day. +msgid "抗日戰爭勝利紀念日" +msgstr "" + +#. Additional public holiday. +msgid "額外公眾假期" +msgstr "" diff --git a/holidays/registry.py b/holidays/registry.py index 2bf66d51c..0ced63f3a 100644 --- a/holidays/registry.py +++ b/holidays/registry.py @@ -142,6 +142,7 @@ "romania": ("Romania", "RO", "ROU"), "russia": ("Russia", "RU", "RUS"), "saint_kitts_and_nevis": ("SaintKittsAndNevis", "KN", "KNA"), + "saint_lucia": ("SaintLucia", "LC", "LCA"), "samoa": ("Samoa", "WS", "WSM"), "san_marino": ("SanMarino", "SM", "SMR"), "saudi_arabia": ("SaudiArabia", "SA", "SAU"), @@ -163,6 +164,7 @@ "tonga": ("Tonga", "TO", "TON"), "tunisia": ("Tunisia", "TN", "TUN"), "turkey": ("Turkey", "TR", "TUR"), + "tuvalu": ("Tuvalu", "TV", "TUV"), "ukraine": ("Ukraine", "UA", "UKR"), "united_arab_emirates": ("UnitedArabEmirates", "AE", "ARE"), "united_kingdom": ("UnitedKingdom", "GB", "GBR", "UK"), diff --git a/holidays/version.py b/holidays/version.py index b0af4507f..c59a20234 100644 --- a/holidays/version.py +++ b/holidays/version.py @@ -10,4 +10,4 @@ # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) -__version__ = "0.66" +__version__ = "0.67" diff --git a/make.cmd b/make.cmd new file mode 100644 index 000000000..ad13e0551 --- /dev/null +++ b/make.cmd @@ -0,0 +1,98 @@ +@Echo Off +SetLocal EnableDelayedExpansion + +Set Target=%~1 + +Set Targets= +For /F "Delims=:" %%I in ('FindStr /R "^:" "%~f0"') Do Set Targets=!Targets! %%I +For %%A in (!Targets!) Do ( + If /I "%Target%"=="%%A" Call :%%A & Exit /B +) +GoTo :Help + +:Check + Call :L10n + Call :Pre-commit + Call :Doc + Call :Test + Exit /B + +:Clean + Del /S /Q *.mo + Del /S /Q *.pyc + RD /S /Q .mypy_cache + RD /S /Q .pytest_cache + RD /S /Q dist + RD /S /Q docs\build + RD /S /Q docs\source\_autosummary + Exit /B + +:Coverage + pytest --cov=. --cov-config=pyproject.toml --cov-report term-missing --dist loadscope --no-cov-on-fail --numprocesses auto + Exit /B + +:Doc + sphinx-build -E -T -W -b html -D language=en -j auto -q docs\source docs\build + Exit /B + +:Help + Echo Usage: make ^ + Echo check run pre-commit and tests + Echo coverage identify code not covered with tests + Echo doc run documentation build process + Echo help show summary of available commands + Echo l10n update .pot and .po files + Echo package build package distribution + Echo pre-commit run pre-commit against all files + Echo setup setup development environment + Echo test run tests (in parallel) + Echo tox run tox (in parallel) + Exit /B + +:L10n + python scripts\l10n\generate_po_files.py 2>nul >nul + python scripts\l10n\generate_mo_files.py + Exit /B + +:Package + python scripts\l10n\generate_mo_files.py + python -m build + Exit /B + +:Pre-commit + pre-commit run --all-files + Exit /B + +:Release-notes + python scripts\generate_release_notes.py + Exit /B + +:Sbom + python -m cyclonedx_py requirements requirements\runtime.txt + Exit /B + +:Setup + pip install --upgrade pip + pip install --requirement requirements\dev.txt + pip install --requirement requirements\docs.txt + pip install --requirement requirements\runtime.txt + pip install --requirement requirements\tests.txt + pre-commit install --hook-type pre-commit + pre-commit install --hook-type pre-push + Call :L10n + Call :Package + Exit /B + +:Snapshot + python scripts\l10n\generate_mo_files.py + python scripts\generate_snapshots.py + Exit /B + +:Test + python scripts\l10n\generate_mo_files.py + pytest --cov=. --cov-config=pyproject.toml --cov-report term --cov-report xml --durations 10 --durations-min=0.75 --dist loadscope --no-cov-on-fail --numprocesses auto + Exit /B + +:Tox + tox --parallel auto + Exit /B diff --git a/pyproject.toml b/pyproject.toml index 5cb011711..5617901bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,9 +63,10 @@ strict = false [tool.ruff] extend-exclude = ["docs"] line-length = 99 +target-version = "py39" [tool.ruff.lint] -select = ["E4", "E5", "E7", "E9", "F", "N", "PLE", "T", "W"] +select = ["E4", "E5", "E7", "E9", "F", "N", "PLE", "T", "UP", "W"] [tool.ruff.lint.extend-per-file-ignores] "scripts/generate_release_notes.py" = ["T201"] diff --git a/requirements/dev.txt b/requirements/dev.txt index da1d07f22..f7011c292 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -4,10 +4,10 @@ build==1.2.2.post1 convertdate==2.4.0 gitpython==3.1.44 hijridate==2.5.0 -lingva==5.0.4 +lingva==5.0.5 pre-commit==4.1.0 pygithub==2.5.0 -ruff==0.9.3 +ruff==0.9.6 tox==4.24.1 urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability diff --git a/requirements/tests.txt b/requirements/tests.txt index 4c2ebeeee..3688e033e 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,6 +1,6 @@ # Test requirements. -coverage==7.6.10 +coverage==7.6.12 importlib-metadata==8.6.1 numpy<2.1.0; python_version < '3.10' numpy==2.2.2; python_version >= '3.10' diff --git a/scripts/generate_snapshots.py b/scripts/generate_snapshots.py index 3f39e8e02..e5d7d17af 100755 --- a/scripts/generate_snapshots.py +++ b/scripts/generate_snapshots.py @@ -63,7 +63,7 @@ def prepare_snapshot_directory(snapshot_path): @staticmethod def save(snapshot, file_path): - with open(file_path, "w") as output: + with open(file_path, "w", newline="\n") as output: output.write( json.dumps({str(dt): name for dt, name in sorted(snapshot.items())}, indent=4) ) diff --git a/scripts/l10n/generate_po_files.py b/scripts/l10n/generate_po_files.py index 0b9e9b020..a845a2456 100755 --- a/scripts/l10n/generate_po_files.py +++ b/scripts/l10n/generate_po_files.py @@ -38,7 +38,7 @@ def update_po_file(po_path: str, pot_path: str, package_version: str) -> None: po_file.metadata["Project-Id-Version"] = f"Holidays {package_version}" # Save the file each time in order to capture all other changes properly. - po_file.save(po_path) + po_file.save(po_path, newline="\n") def process_entities(self): """Processes entities in specified directory.""" diff --git a/snapshots/countries/AR_COMMON.json b/snapshots/countries/AR_COMMON.json index 9f7d7e8e9..c92616f92 100644 --- a/snapshots/countries/AR_COMMON.json +++ b/snapshots/countries/AR_COMMON.json @@ -6,7 +6,7 @@ "1950-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1950-07-09": "Independence Day", "1950-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1950-10-12": "Columbus day", + "1950-10-12": "Columbus Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", @@ -16,7 +16,7 @@ "1951-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1951-07-09": "Independence Day", "1951-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1951-10-12": "Columbus day", + "1951-10-12": "Columbus Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", @@ -26,7 +26,7 @@ "1952-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1952-07-09": "Independence Day", "1952-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1952-10-12": "Columbus day", + "1952-10-12": "Columbus Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", @@ -36,7 +36,7 @@ "1953-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1953-07-09": "Independence Day", "1953-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1953-10-12": "Columbus day", + "1953-10-12": "Columbus Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", @@ -46,7 +46,7 @@ "1954-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1954-07-09": "Independence Day", "1954-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1954-10-12": "Columbus day", + "1954-10-12": "Columbus Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", @@ -56,7 +56,7 @@ "1955-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1955-07-09": "Independence Day", "1955-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1955-10-12": "Columbus day", + "1955-10-12": "Columbus Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", @@ -68,7 +68,7 @@ "1956-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1956-07-09": "Independence Day", "1956-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1956-10-12": "Columbus day", + "1956-10-12": "Columbus Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", @@ -80,7 +80,7 @@ "1957-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1957-07-09": "Independence Day", "1957-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1957-10-12": "Columbus day", + "1957-10-12": "Columbus Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", @@ -92,7 +92,7 @@ "1958-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1958-07-09": "Independence Day", "1958-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1958-10-12": "Columbus day", + "1958-10-12": "Columbus Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", @@ -104,7 +104,7 @@ "1959-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1959-07-09": "Independence Day", "1959-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1959-10-12": "Columbus day", + "1959-10-12": "Columbus Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", @@ -116,7 +116,7 @@ "1960-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1960-07-09": "Independence Day", "1960-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1960-10-12": "Columbus day", + "1960-10-12": "Columbus Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", @@ -128,7 +128,7 @@ "1961-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1961-07-09": "Independence Day", "1961-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1961-10-12": "Columbus day", + "1961-10-12": "Columbus Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", @@ -140,7 +140,7 @@ "1962-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1962-07-09": "Independence Day", "1962-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1962-10-12": "Columbus day", + "1962-10-12": "Columbus Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", @@ -152,7 +152,7 @@ "1963-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1963-07-09": "Independence Day", "1963-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1963-10-12": "Columbus day", + "1963-10-12": "Columbus Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", @@ -164,7 +164,7 @@ "1964-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1964-07-09": "Independence Day", "1964-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1964-10-12": "Columbus day", + "1964-10-12": "Columbus Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", @@ -176,7 +176,7 @@ "1965-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1965-07-09": "Independence Day", "1965-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1965-10-12": "Columbus day", + "1965-10-12": "Columbus Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", @@ -188,7 +188,7 @@ "1966-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1966-07-09": "Independence Day", "1966-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1966-10-12": "Columbus day", + "1966-10-12": "Columbus Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", @@ -200,7 +200,7 @@ "1967-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1967-07-09": "Independence Day", "1967-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1967-10-12": "Columbus day", + "1967-10-12": "Columbus Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", @@ -212,7 +212,7 @@ "1968-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1968-07-09": "Independence Day", "1968-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1968-10-12": "Columbus day", + "1968-10-12": "Columbus Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", @@ -224,7 +224,7 @@ "1969-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1969-07-09": "Independence Day", "1969-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1969-10-12": "Columbus day", + "1969-10-12": "Columbus Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", @@ -236,7 +236,7 @@ "1970-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1970-07-09": "Independence Day", "1970-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1970-10-12": "Columbus day", + "1970-10-12": "Columbus Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", @@ -248,7 +248,7 @@ "1971-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1971-07-09": "Independence Day", "1971-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1971-10-12": "Columbus day", + "1971-10-12": "Columbus Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", @@ -260,7 +260,7 @@ "1972-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1972-07-09": "Independence Day", "1972-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1972-10-12": "Columbus day", + "1972-10-12": "Columbus Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", @@ -272,7 +272,7 @@ "1973-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1973-07-09": "Independence Day", "1973-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1973-10-12": "Columbus day", + "1973-10-12": "Columbus Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", @@ -284,7 +284,7 @@ "1974-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1974-07-09": "Independence Day", "1974-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1974-10-12": "Columbus day", + "1974-10-12": "Columbus Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", @@ -296,7 +296,7 @@ "1975-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1975-07-09": "Independence Day", "1975-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1975-10-12": "Columbus day", + "1975-10-12": "Columbus Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", @@ -306,7 +306,7 @@ "1976-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1976-07-09": "Independence Day", "1976-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1976-10-12": "Columbus day", + "1976-10-12": "Columbus Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", @@ -316,7 +316,7 @@ "1977-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1977-07-09": "Independence Day", "1977-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1977-10-12": "Columbus day", + "1977-10-12": "Columbus Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", @@ -326,7 +326,7 @@ "1978-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1978-07-09": "Independence Day", "1978-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1978-10-12": "Columbus day", + "1978-10-12": "Columbus Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", @@ -336,7 +336,7 @@ "1979-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1979-07-09": "Independence Day", "1979-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1979-10-12": "Columbus day", + "1979-10-12": "Columbus Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", @@ -346,7 +346,7 @@ "1980-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1980-07-09": "Independence Day", "1980-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1980-10-12": "Columbus day", + "1980-10-12": "Columbus Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", @@ -356,7 +356,7 @@ "1981-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1981-07-09": "Independence Day", "1981-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1981-10-12": "Columbus day", + "1981-10-12": "Columbus Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", @@ -366,7 +366,7 @@ "1982-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1982-07-09": "Independence Day", "1982-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1982-10-12": "Columbus day", + "1982-10-12": "Columbus Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", @@ -377,7 +377,7 @@ "1983-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1983-07-09": "Independence Day", "1983-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1983-10-12": "Columbus day", + "1983-10-12": "Columbus Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", @@ -388,7 +388,7 @@ "1984-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1984-07-09": "Independence Day", "1984-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1984-10-12": "Columbus day", + "1984-10-12": "Columbus Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", @@ -399,7 +399,7 @@ "1985-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1985-07-09": "Independence Day", "1985-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1985-10-12": "Columbus day", + "1985-10-12": "Columbus Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", @@ -410,7 +410,7 @@ "1986-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1986-07-09": "Independence Day", "1986-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1986-10-12": "Columbus day", + "1986-10-12": "Columbus Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", @@ -421,7 +421,7 @@ "1987-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1987-07-09": "Independence Day", "1987-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1987-10-12": "Columbus day", + "1987-10-12": "Columbus Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", @@ -432,7 +432,7 @@ "1988-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1988-07-09": "Independence Day", "1988-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1988-10-12": "Columbus day", + "1988-10-12": "Columbus Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", @@ -443,7 +443,7 @@ "1989-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1989-07-09": "Independence Day", "1989-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1989-10-12": "Columbus day", + "1989-10-12": "Columbus Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", @@ -454,7 +454,7 @@ "1990-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1990-07-09": "Independence Day", "1990-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1990-10-12": "Columbus day", + "1990-10-12": "Columbus Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", @@ -465,7 +465,7 @@ "1991-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1991-07-09": "Independence Day", "1991-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1991-10-12": "Columbus day", + "1991-10-12": "Columbus Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", @@ -476,7 +476,7 @@ "1992-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1992-07-09": "Independence Day", "1992-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1992-10-12": "Columbus day", + "1992-10-12": "Columbus Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", @@ -488,7 +488,7 @@ "1993-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1993-07-09": "Independence Day", "1993-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1993-10-12": "Columbus day", + "1993-10-12": "Columbus Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", @@ -500,7 +500,7 @@ "1994-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1994-07-09": "Independence Day", "1994-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1994-10-12": "Columbus day", + "1994-10-12": "Columbus Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", @@ -512,7 +512,7 @@ "1995-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1995-07-09": "Independence Day", "1995-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1995-10-12": "Columbus day", + "1995-10-12": "Columbus Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", @@ -524,7 +524,7 @@ "1996-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "1996-07-09": "Independence Day", "1996-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1996-10-12": "Columbus day", + "1996-10-12": "Columbus Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", @@ -536,7 +536,7 @@ "1997-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "1997-07-09": "Independence Day", "1997-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1997-10-12": "Columbus day", + "1997-10-12": "Columbus Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", @@ -548,7 +548,7 @@ "1998-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "1998-07-09": "Independence Day", "1998-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1998-10-12": "Columbus day", + "1998-10-12": "Columbus Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", @@ -559,7 +559,7 @@ "1999-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "1999-07-09": "Independence Day", "1999-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "1999-10-12": "Columbus day", + "1999-10-12": "Columbus Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", @@ -571,7 +571,7 @@ "2000-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2000-07-09": "Independence Day", "2000-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "2000-10-12": "Columbus day", + "2000-10-12": "Columbus Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", @@ -582,7 +582,7 @@ "2001-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2001-07-09": "Independence Day", "2001-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "2001-10-12": "Columbus day", + "2001-10-12": "Columbus Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", @@ -593,7 +593,7 @@ "2002-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "2002-07-09": "Independence Day", "2002-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "2002-10-12": "Columbus day", + "2002-10-12": "Columbus Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", @@ -604,7 +604,7 @@ "2003-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2003-07-09": "Independence Day", "2003-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "2003-10-12": "Columbus day", + "2003-10-12": "Columbus Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", @@ -615,7 +615,7 @@ "2004-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2004-07-09": "Independence Day", "2004-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "2004-10-12": "Columbus day", + "2004-10-12": "Columbus Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", @@ -626,7 +626,7 @@ "2005-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2005-07-09": "Independence Day", "2005-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "2005-10-12": "Columbus day", + "2005-10-12": "Columbus Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", @@ -638,7 +638,7 @@ "2006-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2006-07-09": "Independence Day", "2006-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "2006-10-12": "Columbus day", + "2006-10-12": "Columbus Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", @@ -650,7 +650,7 @@ "2007-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2007-07-09": "Independence Day", "2007-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "2007-10-12": "Columbus day", + "2007-10-12": "Columbus Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", @@ -662,7 +662,7 @@ "2008-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2008-07-09": "Independence Day", "2008-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "2008-10-12": "Columbus day", + "2008-10-12": "Columbus Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", @@ -674,7 +674,7 @@ "2009-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "2009-07-09": "Independence Day", "2009-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Martin", - "2009-10-12": "Columbus day", + "2009-10-12": "Columbus Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", diff --git a/snapshots/countries/CH_AG.json b/snapshots/countries/CH_AG.json index 73e8bd808..219118e95 100644 --- a/snapshots/countries/CH_AG.json +++ b/snapshots/countries/CH_AG.json @@ -1,6 +1,6 @@ { "1950-01-01": "New Year's Day", - "1950-01-02": "Berchtold's Day", + "1950-01-02": "Saint Berchtold's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", @@ -14,7 +14,7 @@ "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", - "1951-01-02": "Berchtold's Day", + "1951-01-02": "Saint Berchtold's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", @@ -28,7 +28,7 @@ "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", - "1952-01-02": "Berchtold's Day", + "1952-01-02": "Saint Berchtold's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", @@ -42,7 +42,7 @@ "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", - "1953-01-02": "Berchtold's Day", + "1953-01-02": "Saint Berchtold's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", @@ -56,7 +56,7 @@ "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", - "1954-01-02": "Berchtold's Day", + "1954-01-02": "Saint Berchtold's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", @@ -70,7 +70,7 @@ "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", - "1955-01-02": "Berchtold's Day", + "1955-01-02": "Saint Berchtold's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", @@ -84,7 +84,7 @@ "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", - "1956-01-02": "Berchtold's Day", + "1956-01-02": "Saint Berchtold's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", @@ -98,7 +98,7 @@ "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", - "1957-01-02": "Berchtold's Day", + "1957-01-02": "Saint Berchtold's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", @@ -112,7 +112,7 @@ "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", - "1958-01-02": "Berchtold's Day", + "1958-01-02": "Saint Berchtold's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", @@ -126,7 +126,7 @@ "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", - "1959-01-02": "Berchtold's Day", + "1959-01-02": "Saint Berchtold's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", @@ -140,7 +140,7 @@ "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", - "1960-01-02": "Berchtold's Day", + "1960-01-02": "Saint Berchtold's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", @@ -154,7 +154,7 @@ "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", - "1961-01-02": "Berchtold's Day", + "1961-01-02": "Saint Berchtold's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", @@ -168,7 +168,7 @@ "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", - "1962-01-02": "Berchtold's Day", + "1962-01-02": "Saint Berchtold's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", @@ -182,7 +182,7 @@ "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", - "1963-01-02": "Berchtold's Day", + "1963-01-02": "Saint Berchtold's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", @@ -196,7 +196,7 @@ "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", - "1964-01-02": "Berchtold's Day", + "1964-01-02": "Saint Berchtold's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", @@ -210,7 +210,7 @@ "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", - "1965-01-02": "Berchtold's Day", + "1965-01-02": "Saint Berchtold's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", @@ -224,7 +224,7 @@ "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", - "1966-01-02": "Berchtold's Day", + "1966-01-02": "Saint Berchtold's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", @@ -238,7 +238,7 @@ "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", - "1967-01-02": "Berchtold's Day", + "1967-01-02": "Saint Berchtold's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", @@ -252,7 +252,7 @@ "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", - "1968-01-02": "Berchtold's Day", + "1968-01-02": "Saint Berchtold's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", @@ -266,7 +266,7 @@ "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", - "1969-01-02": "Berchtold's Day", + "1969-01-02": "Saint Berchtold's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", @@ -280,7 +280,7 @@ "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", - "1970-01-02": "Berchtold's Day", + "1970-01-02": "Saint Berchtold's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", @@ -294,7 +294,7 @@ "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", - "1971-01-02": "Berchtold's Day", + "1971-01-02": "Saint Berchtold's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", @@ -308,7 +308,7 @@ "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", - "1972-01-02": "Berchtold's Day", + "1972-01-02": "Saint Berchtold's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", @@ -322,7 +322,7 @@ "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", - "1973-01-02": "Berchtold's Day", + "1973-01-02": "Saint Berchtold's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", @@ -336,7 +336,7 @@ "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", - "1974-01-02": "Berchtold's Day", + "1974-01-02": "Saint Berchtold's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", @@ -350,7 +350,7 @@ "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", - "1975-01-02": "Berchtold's Day", + "1975-01-02": "Saint Berchtold's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", @@ -364,7 +364,7 @@ "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", - "1976-01-02": "Berchtold's Day", + "1976-01-02": "Saint Berchtold's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", @@ -378,7 +378,7 @@ "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", - "1977-01-02": "Berchtold's Day", + "1977-01-02": "Saint Berchtold's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", @@ -392,7 +392,7 @@ "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", - "1978-01-02": "Berchtold's Day", + "1978-01-02": "Saint Berchtold's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", @@ -406,7 +406,7 @@ "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", - "1979-01-02": "Berchtold's Day", + "1979-01-02": "Saint Berchtold's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", @@ -420,7 +420,7 @@ "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", - "1980-01-02": "Berchtold's Day", + "1980-01-02": "Saint Berchtold's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", @@ -434,7 +434,7 @@ "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", - "1981-01-02": "Berchtold's Day", + "1981-01-02": "Saint Berchtold's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", @@ -448,7 +448,7 @@ "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", - "1982-01-02": "Berchtold's Day", + "1982-01-02": "Saint Berchtold's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", @@ -462,7 +462,7 @@ "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", - "1983-01-02": "Berchtold's Day", + "1983-01-02": "Saint Berchtold's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", @@ -476,7 +476,7 @@ "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", - "1984-01-02": "Berchtold's Day", + "1984-01-02": "Saint Berchtold's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", @@ -490,7 +490,7 @@ "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", - "1985-01-02": "Berchtold's Day", + "1985-01-02": "Saint Berchtold's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", @@ -504,7 +504,7 @@ "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", - "1986-01-02": "Berchtold's Day", + "1986-01-02": "Saint Berchtold's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", @@ -518,7 +518,7 @@ "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", - "1987-01-02": "Berchtold's Day", + "1987-01-02": "Saint Berchtold's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", @@ -532,7 +532,7 @@ "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", - "1988-01-02": "Berchtold's Day", + "1988-01-02": "Saint Berchtold's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", @@ -546,7 +546,7 @@ "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", - "1989-01-02": "Berchtold's Day", + "1989-01-02": "Saint Berchtold's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", @@ -560,7 +560,7 @@ "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", - "1990-01-02": "Berchtold's Day", + "1990-01-02": "Saint Berchtold's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", @@ -574,7 +574,7 @@ "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", - "1991-01-02": "Berchtold's Day", + "1991-01-02": "Saint Berchtold's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", @@ -588,7 +588,7 @@ "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", - "1992-01-02": "Berchtold's Day", + "1992-01-02": "Saint Berchtold's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", @@ -602,7 +602,7 @@ "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", - "1993-01-02": "Berchtold's Day", + "1993-01-02": "Saint Berchtold's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", @@ -616,7 +616,7 @@ "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", - "1994-01-02": "Berchtold's Day", + "1994-01-02": "Saint Berchtold's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", @@ -630,7 +630,7 @@ "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", - "1995-01-02": "Berchtold's Day", + "1995-01-02": "Saint Berchtold's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", @@ -644,7 +644,7 @@ "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", - "1996-01-02": "Berchtold's Day", + "1996-01-02": "Saint Berchtold's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", @@ -658,7 +658,7 @@ "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", - "1997-01-02": "Berchtold's Day", + "1997-01-02": "Saint Berchtold's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", @@ -672,7 +672,7 @@ "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", - "1998-01-02": "Berchtold's Day", + "1998-01-02": "Saint Berchtold's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", @@ -686,7 +686,7 @@ "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", - "1999-01-02": "Berchtold's Day", + "1999-01-02": "Saint Berchtold's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", @@ -700,7 +700,7 @@ "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", - "2000-01-02": "Berchtold's Day", + "2000-01-02": "Saint Berchtold's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", @@ -714,7 +714,7 @@ "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", - "2001-01-02": "Berchtold's Day", + "2001-01-02": "Saint Berchtold's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", @@ -728,7 +728,7 @@ "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", - "2002-01-02": "Berchtold's Day", + "2002-01-02": "Saint Berchtold's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", @@ -742,7 +742,7 @@ "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", - "2003-01-02": "Berchtold's Day", + "2003-01-02": "Saint Berchtold's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", @@ -756,7 +756,7 @@ "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", - "2004-01-02": "Berchtold's Day", + "2004-01-02": "Saint Berchtold's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", @@ -770,7 +770,7 @@ "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", - "2005-01-02": "Berchtold's Day", + "2005-01-02": "Saint Berchtold's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", @@ -784,7 +784,7 @@ "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", - "2006-01-02": "Berchtold's Day", + "2006-01-02": "Saint Berchtold's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", @@ -798,7 +798,7 @@ "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", - "2007-01-02": "Berchtold's Day", + "2007-01-02": "Saint Berchtold's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", @@ -812,7 +812,7 @@ "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", - "2008-01-02": "Berchtold's Day", + "2008-01-02": "Saint Berchtold's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", @@ -825,7 +825,7 @@ "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", - "2009-01-02": "Berchtold's Day", + "2009-01-02": "Saint Berchtold's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", @@ -839,7 +839,7 @@ "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", - "2010-01-02": "Berchtold's Day", + "2010-01-02": "Saint Berchtold's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", @@ -853,7 +853,7 @@ "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", - "2011-01-02": "Berchtold's Day", + "2011-01-02": "Saint Berchtold's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", @@ -867,7 +867,7 @@ "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", - "2012-01-02": "Berchtold's Day", + "2012-01-02": "Saint Berchtold's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", @@ -881,7 +881,7 @@ "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", - "2013-01-02": "Berchtold's Day", + "2013-01-02": "Saint Berchtold's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", @@ -895,7 +895,7 @@ "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", - "2014-01-02": "Berchtold's Day", + "2014-01-02": "Saint Berchtold's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", @@ -909,7 +909,7 @@ "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", - "2015-01-02": "Berchtold's Day", + "2015-01-02": "Saint Berchtold's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", @@ -923,7 +923,7 @@ "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", - "2016-01-02": "Berchtold's Day", + "2016-01-02": "Saint Berchtold's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", @@ -937,7 +937,7 @@ "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", - "2017-01-02": "Berchtold's Day", + "2017-01-02": "Saint Berchtold's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", @@ -951,7 +951,7 @@ "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", - "2018-01-02": "Berchtold's Day", + "2018-01-02": "Saint Berchtold's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", @@ -965,7 +965,7 @@ "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", - "2019-01-02": "Berchtold's Day", + "2019-01-02": "Saint Berchtold's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", @@ -979,7 +979,7 @@ "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", - "2020-01-02": "Berchtold's Day", + "2020-01-02": "Saint Berchtold's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", @@ -993,7 +993,7 @@ "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", - "2021-01-02": "Berchtold's Day", + "2021-01-02": "Saint Berchtold's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", @@ -1007,7 +1007,7 @@ "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", - "2022-01-02": "Berchtold's Day", + "2022-01-02": "Saint Berchtold's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", @@ -1021,7 +1021,7 @@ "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", - "2023-01-02": "Berchtold's Day", + "2023-01-02": "Saint Berchtold's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", @@ -1035,7 +1035,7 @@ "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", - "2024-01-02": "Berchtold's Day", + "2024-01-02": "Saint Berchtold's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", @@ -1049,7 +1049,7 @@ "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", - "2025-01-02": "Berchtold's Day", + "2025-01-02": "Saint Berchtold's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", @@ -1063,7 +1063,7 @@ "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", - "2026-01-02": "Berchtold's Day", + "2026-01-02": "Saint Berchtold's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", @@ -1077,7 +1077,7 @@ "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", - "2027-01-02": "Berchtold's Day", + "2027-01-02": "Saint Berchtold's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", @@ -1091,7 +1091,7 @@ "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", - "2028-01-02": "Berchtold's Day", + "2028-01-02": "Saint Berchtold's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", @@ -1105,7 +1105,7 @@ "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", - "2029-01-02": "Berchtold's Day", + "2029-01-02": "Saint Berchtold's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", @@ -1119,7 +1119,7 @@ "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", - "2030-01-02": "Berchtold's Day", + "2030-01-02": "Saint Berchtold's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", @@ -1133,7 +1133,7 @@ "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", - "2031-01-02": "Berchtold's Day", + "2031-01-02": "Saint Berchtold's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", @@ -1147,7 +1147,7 @@ "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", - "2032-01-02": "Berchtold's Day", + "2032-01-02": "Saint Berchtold's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", @@ -1161,7 +1161,7 @@ "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", - "2033-01-02": "Berchtold's Day", + "2033-01-02": "Saint Berchtold's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", @@ -1175,7 +1175,7 @@ "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", - "2034-01-02": "Berchtold's Day", + "2034-01-02": "Saint Berchtold's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", @@ -1189,7 +1189,7 @@ "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", - "2035-01-02": "Berchtold's Day", + "2035-01-02": "Saint Berchtold's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", @@ -1203,7 +1203,7 @@ "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", - "2036-01-02": "Berchtold's Day", + "2036-01-02": "Saint Berchtold's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", @@ -1217,7 +1217,7 @@ "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", - "2037-01-02": "Berchtold's Day", + "2037-01-02": "Saint Berchtold's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", @@ -1231,7 +1231,7 @@ "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", - "2038-01-02": "Berchtold's Day", + "2038-01-02": "Saint Berchtold's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", @@ -1245,7 +1245,7 @@ "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", - "2039-01-02": "Berchtold's Day", + "2039-01-02": "Saint Berchtold's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", @@ -1259,7 +1259,7 @@ "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", - "2040-01-02": "Berchtold's Day", + "2040-01-02": "Saint Berchtold's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", @@ -1273,7 +1273,7 @@ "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", - "2041-01-02": "Berchtold's Day", + "2041-01-02": "Saint Berchtold's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", @@ -1287,7 +1287,7 @@ "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", - "2042-01-02": "Berchtold's Day", + "2042-01-02": "Saint Berchtold's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", @@ -1301,7 +1301,7 @@ "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", - "2043-01-02": "Berchtold's Day", + "2043-01-02": "Saint Berchtold's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", @@ -1315,7 +1315,7 @@ "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", - "2044-01-02": "Berchtold's Day", + "2044-01-02": "Saint Berchtold's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", @@ -1329,7 +1329,7 @@ "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", - "2045-01-02": "Berchtold's Day", + "2045-01-02": "Saint Berchtold's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", @@ -1343,7 +1343,7 @@ "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", - "2046-01-02": "Berchtold's Day", + "2046-01-02": "Saint Berchtold's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", @@ -1357,7 +1357,7 @@ "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", - "2047-01-02": "Berchtold's Day", + "2047-01-02": "Saint Berchtold's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", @@ -1371,7 +1371,7 @@ "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", - "2048-01-02": "Berchtold's Day", + "2048-01-02": "Saint Berchtold's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", @@ -1385,7 +1385,7 @@ "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", - "2049-01-02": "Berchtold's Day", + "2049-01-02": "Saint Berchtold's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", @@ -1399,7 +1399,7 @@ "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", - "2050-01-02": "Berchtold's Day", + "2050-01-02": "Saint Berchtold's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", diff --git a/snapshots/countries/CH_BE.json b/snapshots/countries/CH_BE.json index ade034542..7733f14ef 100644 --- a/snapshots/countries/CH_BE.json +++ b/snapshots/countries/CH_BE.json @@ -1,6 +1,6 @@ { "1950-01-01": "New Year's Day", - "1950-01-02": "Berchtold's Day", + "1950-01-02": "Saint Berchtold's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-18": "Ascension Day", @@ -9,7 +9,7 @@ "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", - "1951-01-02": "Berchtold's Day", + "1951-01-02": "Saint Berchtold's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-03": "Ascension Day", @@ -18,7 +18,7 @@ "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", - "1952-01-02": "Berchtold's Day", + "1952-01-02": "Saint Berchtold's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-22": "Ascension Day", @@ -27,7 +27,7 @@ "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", - "1953-01-02": "Berchtold's Day", + "1953-01-02": "Saint Berchtold's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-14": "Ascension Day", @@ -36,7 +36,7 @@ "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", - "1954-01-02": "Berchtold's Day", + "1954-01-02": "Saint Berchtold's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-27": "Ascension Day", @@ -45,7 +45,7 @@ "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", - "1955-01-02": "Berchtold's Day", + "1955-01-02": "Saint Berchtold's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-19": "Ascension Day", @@ -54,7 +54,7 @@ "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", - "1956-01-02": "Berchtold's Day", + "1956-01-02": "Saint Berchtold's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-10": "Ascension Day", @@ -63,7 +63,7 @@ "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", - "1957-01-02": "Berchtold's Day", + "1957-01-02": "Saint Berchtold's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-30": "Ascension Day", @@ -72,7 +72,7 @@ "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", - "1958-01-02": "Berchtold's Day", + "1958-01-02": "Saint Berchtold's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-15": "Ascension Day", @@ -81,7 +81,7 @@ "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", - "1959-01-02": "Berchtold's Day", + "1959-01-02": "Saint Berchtold's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-07": "Ascension Day", @@ -90,7 +90,7 @@ "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", - "1960-01-02": "Berchtold's Day", + "1960-01-02": "Saint Berchtold's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-26": "Ascension Day", @@ -99,7 +99,7 @@ "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", - "1961-01-02": "Berchtold's Day", + "1961-01-02": "Saint Berchtold's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-11": "Ascension Day", @@ -108,7 +108,7 @@ "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", - "1962-01-02": "Berchtold's Day", + "1962-01-02": "Saint Berchtold's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-31": "Ascension Day", @@ -117,7 +117,7 @@ "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", - "1963-01-02": "Berchtold's Day", + "1963-01-02": "Saint Berchtold's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-23": "Ascension Day", @@ -126,7 +126,7 @@ "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", - "1964-01-02": "Berchtold's Day", + "1964-01-02": "Saint Berchtold's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-07": "Ascension Day", @@ -135,7 +135,7 @@ "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", - "1965-01-02": "Berchtold's Day", + "1965-01-02": "Saint Berchtold's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-27": "Ascension Day", @@ -144,7 +144,7 @@ "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", - "1966-01-02": "Berchtold's Day", + "1966-01-02": "Saint Berchtold's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-19": "Ascension Day", @@ -153,7 +153,7 @@ "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", - "1967-01-02": "Berchtold's Day", + "1967-01-02": "Saint Berchtold's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-04": "Ascension Day", @@ -162,7 +162,7 @@ "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", - "1968-01-02": "Berchtold's Day", + "1968-01-02": "Saint Berchtold's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-23": "Ascension Day", @@ -171,7 +171,7 @@ "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", - "1969-01-02": "Berchtold's Day", + "1969-01-02": "Saint Berchtold's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-15": "Ascension Day", @@ -180,7 +180,7 @@ "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", - "1970-01-02": "Berchtold's Day", + "1970-01-02": "Saint Berchtold's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-07": "Ascension Day", @@ -189,7 +189,7 @@ "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", - "1971-01-02": "Berchtold's Day", + "1971-01-02": "Saint Berchtold's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-20": "Ascension Day", @@ -198,7 +198,7 @@ "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", - "1972-01-02": "Berchtold's Day", + "1972-01-02": "Saint Berchtold's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-11": "Ascension Day", @@ -207,7 +207,7 @@ "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", - "1973-01-02": "Berchtold's Day", + "1973-01-02": "Saint Berchtold's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-31": "Ascension Day", @@ -216,7 +216,7 @@ "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", - "1974-01-02": "Berchtold's Day", + "1974-01-02": "Saint Berchtold's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-23": "Ascension Day", @@ -225,7 +225,7 @@ "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", - "1975-01-02": "Berchtold's Day", + "1975-01-02": "Saint Berchtold's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-08": "Ascension Day", @@ -234,7 +234,7 @@ "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", - "1976-01-02": "Berchtold's Day", + "1976-01-02": "Saint Berchtold's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-27": "Ascension Day", @@ -243,7 +243,7 @@ "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", - "1977-01-02": "Berchtold's Day", + "1977-01-02": "Saint Berchtold's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-19": "Ascension Day", @@ -252,7 +252,7 @@ "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", - "1978-01-02": "Berchtold's Day", + "1978-01-02": "Saint Berchtold's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-04": "Ascension Day", @@ -261,7 +261,7 @@ "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", - "1979-01-02": "Berchtold's Day", + "1979-01-02": "Saint Berchtold's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-24": "Ascension Day", @@ -270,7 +270,7 @@ "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", - "1980-01-02": "Berchtold's Day", + "1980-01-02": "Saint Berchtold's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-15": "Ascension Day", @@ -279,7 +279,7 @@ "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", - "1981-01-02": "Berchtold's Day", + "1981-01-02": "Saint Berchtold's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-28": "Ascension Day", @@ -288,7 +288,7 @@ "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", - "1982-01-02": "Berchtold's Day", + "1982-01-02": "Saint Berchtold's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-20": "Ascension Day", @@ -297,7 +297,7 @@ "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", - "1983-01-02": "Berchtold's Day", + "1983-01-02": "Saint Berchtold's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-12": "Ascension Day", @@ -306,7 +306,7 @@ "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", - "1984-01-02": "Berchtold's Day", + "1984-01-02": "Saint Berchtold's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-31": "Ascension Day", @@ -315,7 +315,7 @@ "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", - "1985-01-02": "Berchtold's Day", + "1985-01-02": "Saint Berchtold's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-16": "Ascension Day", @@ -324,7 +324,7 @@ "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", - "1986-01-02": "Berchtold's Day", + "1986-01-02": "Saint Berchtold's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-08": "Ascension Day", @@ -333,7 +333,7 @@ "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", - "1987-01-02": "Berchtold's Day", + "1987-01-02": "Saint Berchtold's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-28": "Ascension Day", @@ -342,7 +342,7 @@ "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", - "1988-01-02": "Berchtold's Day", + "1988-01-02": "Saint Berchtold's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-12": "Ascension Day", @@ -351,7 +351,7 @@ "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", - "1989-01-02": "Berchtold's Day", + "1989-01-02": "Saint Berchtold's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-04": "Ascension Day", @@ -360,7 +360,7 @@ "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", - "1990-01-02": "Berchtold's Day", + "1990-01-02": "Saint Berchtold's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-24": "Ascension Day", @@ -369,7 +369,7 @@ "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", - "1991-01-02": "Berchtold's Day", + "1991-01-02": "Saint Berchtold's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-09": "Ascension Day", @@ -378,7 +378,7 @@ "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", - "1992-01-02": "Berchtold's Day", + "1992-01-02": "Saint Berchtold's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-28": "Ascension Day", @@ -387,7 +387,7 @@ "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", - "1993-01-02": "Berchtold's Day", + "1993-01-02": "Saint Berchtold's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-20": "Ascension Day", @@ -396,7 +396,7 @@ "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", - "1994-01-02": "Berchtold's Day", + "1994-01-02": "Saint Berchtold's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-12": "Ascension Day", @@ -405,7 +405,7 @@ "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", - "1995-01-02": "Berchtold's Day", + "1995-01-02": "Saint Berchtold's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-25": "Ascension Day", @@ -414,7 +414,7 @@ "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", - "1996-01-02": "Berchtold's Day", + "1996-01-02": "Saint Berchtold's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-16": "Ascension Day", @@ -423,7 +423,7 @@ "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", - "1997-01-02": "Berchtold's Day", + "1997-01-02": "Saint Berchtold's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-08": "Ascension Day", @@ -432,7 +432,7 @@ "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", - "1998-01-02": "Berchtold's Day", + "1998-01-02": "Saint Berchtold's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-21": "Ascension Day", @@ -441,7 +441,7 @@ "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", - "1999-01-02": "Berchtold's Day", + "1999-01-02": "Saint Berchtold's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-13": "Ascension Day", @@ -450,7 +450,7 @@ "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", - "2000-01-02": "Berchtold's Day", + "2000-01-02": "Saint Berchtold's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-06-01": "Ascension Day", @@ -459,7 +459,7 @@ "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", - "2001-01-02": "Berchtold's Day", + "2001-01-02": "Saint Berchtold's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-24": "Ascension Day", @@ -468,7 +468,7 @@ "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", - "2002-01-02": "Berchtold's Day", + "2002-01-02": "Saint Berchtold's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-09": "Ascension Day", @@ -477,7 +477,7 @@ "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", - "2003-01-02": "Berchtold's Day", + "2003-01-02": "Saint Berchtold's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-29": "Ascension Day", @@ -486,7 +486,7 @@ "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", - "2004-01-02": "Berchtold's Day", + "2004-01-02": "Saint Berchtold's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-20": "Ascension Day", @@ -495,7 +495,7 @@ "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", - "2005-01-02": "Berchtold's Day", + "2005-01-02": "Saint Berchtold's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-05": "Ascension Day", @@ -504,7 +504,7 @@ "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", - "2006-01-02": "Berchtold's Day", + "2006-01-02": "Saint Berchtold's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-25": "Ascension Day", @@ -513,7 +513,7 @@ "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", - "2007-01-02": "Berchtold's Day", + "2007-01-02": "Saint Berchtold's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-17": "Ascension Day", @@ -522,7 +522,7 @@ "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", - "2008-01-02": "Berchtold's Day", + "2008-01-02": "Saint Berchtold's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day", @@ -531,7 +531,7 @@ "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", - "2009-01-02": "Berchtold's Day", + "2009-01-02": "Saint Berchtold's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-21": "Ascension Day", @@ -540,7 +540,7 @@ "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", - "2010-01-02": "Berchtold's Day", + "2010-01-02": "Saint Berchtold's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-13": "Ascension Day", @@ -549,7 +549,7 @@ "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", - "2011-01-02": "Berchtold's Day", + "2011-01-02": "Saint Berchtold's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-06-02": "Ascension Day", @@ -558,7 +558,7 @@ "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", - "2012-01-02": "Berchtold's Day", + "2012-01-02": "Saint Berchtold's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-17": "Ascension Day", @@ -567,7 +567,7 @@ "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", - "2013-01-02": "Berchtold's Day", + "2013-01-02": "Saint Berchtold's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-09": "Ascension Day", @@ -576,7 +576,7 @@ "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", - "2014-01-02": "Berchtold's Day", + "2014-01-02": "Saint Berchtold's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-29": "Ascension Day", @@ -585,7 +585,7 @@ "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", - "2015-01-02": "Berchtold's Day", + "2015-01-02": "Saint Berchtold's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-14": "Ascension Day", @@ -594,7 +594,7 @@ "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", - "2016-01-02": "Berchtold's Day", + "2016-01-02": "Saint Berchtold's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-05": "Ascension Day", @@ -603,7 +603,7 @@ "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", - "2017-01-02": "Berchtold's Day", + "2017-01-02": "Saint Berchtold's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-25": "Ascension Day", @@ -612,7 +612,7 @@ "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", - "2018-01-02": "Berchtold's Day", + "2018-01-02": "Saint Berchtold's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-10": "Ascension Day", @@ -621,7 +621,7 @@ "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", - "2019-01-02": "Berchtold's Day", + "2019-01-02": "Saint Berchtold's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-30": "Ascension Day", @@ -630,7 +630,7 @@ "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", - "2020-01-02": "Berchtold's Day", + "2020-01-02": "Saint Berchtold's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-21": "Ascension Day", @@ -639,7 +639,7 @@ "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", - "2021-01-02": "Berchtold's Day", + "2021-01-02": "Saint Berchtold's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-13": "Ascension Day", @@ -648,7 +648,7 @@ "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", - "2022-01-02": "Berchtold's Day", + "2022-01-02": "Saint Berchtold's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-26": "Ascension Day", @@ -657,7 +657,7 @@ "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", - "2023-01-02": "Berchtold's Day", + "2023-01-02": "Saint Berchtold's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-18": "Ascension Day", @@ -666,7 +666,7 @@ "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", - "2024-01-02": "Berchtold's Day", + "2024-01-02": "Saint Berchtold's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-09": "Ascension Day", @@ -675,7 +675,7 @@ "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", - "2025-01-02": "Berchtold's Day", + "2025-01-02": "Saint Berchtold's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-29": "Ascension Day", @@ -684,7 +684,7 @@ "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", - "2026-01-02": "Berchtold's Day", + "2026-01-02": "Saint Berchtold's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-14": "Ascension Day", @@ -693,7 +693,7 @@ "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", - "2027-01-02": "Berchtold's Day", + "2027-01-02": "Saint Berchtold's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-06": "Ascension Day", @@ -702,7 +702,7 @@ "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", - "2028-01-02": "Berchtold's Day", + "2028-01-02": "Saint Berchtold's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-25": "Ascension Day", @@ -711,7 +711,7 @@ "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", - "2029-01-02": "Berchtold's Day", + "2029-01-02": "Saint Berchtold's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-10": "Ascension Day", @@ -720,7 +720,7 @@ "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", - "2030-01-02": "Berchtold's Day", + "2030-01-02": "Saint Berchtold's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-30": "Ascension Day", @@ -729,7 +729,7 @@ "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", - "2031-01-02": "Berchtold's Day", + "2031-01-02": "Saint Berchtold's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-22": "Ascension Day", @@ -738,7 +738,7 @@ "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", - "2032-01-02": "Berchtold's Day", + "2032-01-02": "Saint Berchtold's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-06": "Ascension Day", @@ -747,7 +747,7 @@ "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", - "2033-01-02": "Berchtold's Day", + "2033-01-02": "Saint Berchtold's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-26": "Ascension Day", @@ -756,7 +756,7 @@ "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", - "2034-01-02": "Berchtold's Day", + "2034-01-02": "Saint Berchtold's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-18": "Ascension Day", @@ -765,7 +765,7 @@ "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", - "2035-01-02": "Berchtold's Day", + "2035-01-02": "Saint Berchtold's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-03": "Ascension Day", @@ -774,7 +774,7 @@ "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", - "2036-01-02": "Berchtold's Day", + "2036-01-02": "Saint Berchtold's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-22": "Ascension Day", @@ -783,7 +783,7 @@ "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", - "2037-01-02": "Berchtold's Day", + "2037-01-02": "Saint Berchtold's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-14": "Ascension Day", @@ -792,7 +792,7 @@ "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", - "2038-01-02": "Berchtold's Day", + "2038-01-02": "Saint Berchtold's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-06-03": "Ascension Day", @@ -801,7 +801,7 @@ "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", - "2039-01-02": "Berchtold's Day", + "2039-01-02": "Saint Berchtold's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-19": "Ascension Day", @@ -810,7 +810,7 @@ "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", - "2040-01-02": "Berchtold's Day", + "2040-01-02": "Saint Berchtold's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-10": "Ascension Day", @@ -819,7 +819,7 @@ "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", - "2041-01-02": "Berchtold's Day", + "2041-01-02": "Saint Berchtold's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-30": "Ascension Day", @@ -828,7 +828,7 @@ "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", - "2042-01-02": "Berchtold's Day", + "2042-01-02": "Saint Berchtold's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-15": "Ascension Day", @@ -837,7 +837,7 @@ "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", - "2043-01-02": "Berchtold's Day", + "2043-01-02": "Saint Berchtold's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-07": "Ascension Day", @@ -846,7 +846,7 @@ "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", - "2044-01-02": "Berchtold's Day", + "2044-01-02": "Saint Berchtold's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-26": "Ascension Day", @@ -855,7 +855,7 @@ "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", - "2045-01-02": "Berchtold's Day", + "2045-01-02": "Saint Berchtold's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-18": "Ascension Day", @@ -864,7 +864,7 @@ "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", - "2046-01-02": "Berchtold's Day", + "2046-01-02": "Saint Berchtold's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-03": "Ascension Day", @@ -873,7 +873,7 @@ "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", - "2047-01-02": "Berchtold's Day", + "2047-01-02": "Saint Berchtold's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-23": "Ascension Day", @@ -882,7 +882,7 @@ "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", - "2048-01-02": "Berchtold's Day", + "2048-01-02": "Saint Berchtold's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-14": "Ascension Day", @@ -891,7 +891,7 @@ "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", - "2049-01-02": "Berchtold's Day", + "2049-01-02": "Saint Berchtold's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-27": "Ascension Day", @@ -900,7 +900,7 @@ "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", - "2050-01-02": "Berchtold's Day", + "2050-01-02": "Saint Berchtold's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-19": "Ascension Day", diff --git a/snapshots/countries/CH_FR.json b/snapshots/countries/CH_FR.json index ade034542..7733f14ef 100644 --- a/snapshots/countries/CH_FR.json +++ b/snapshots/countries/CH_FR.json @@ -1,6 +1,6 @@ { "1950-01-01": "New Year's Day", - "1950-01-02": "Berchtold's Day", + "1950-01-02": "Saint Berchtold's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-18": "Ascension Day", @@ -9,7 +9,7 @@ "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", - "1951-01-02": "Berchtold's Day", + "1951-01-02": "Saint Berchtold's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-03": "Ascension Day", @@ -18,7 +18,7 @@ "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", - "1952-01-02": "Berchtold's Day", + "1952-01-02": "Saint Berchtold's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-22": "Ascension Day", @@ -27,7 +27,7 @@ "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", - "1953-01-02": "Berchtold's Day", + "1953-01-02": "Saint Berchtold's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-14": "Ascension Day", @@ -36,7 +36,7 @@ "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", - "1954-01-02": "Berchtold's Day", + "1954-01-02": "Saint Berchtold's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-27": "Ascension Day", @@ -45,7 +45,7 @@ "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", - "1955-01-02": "Berchtold's Day", + "1955-01-02": "Saint Berchtold's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-19": "Ascension Day", @@ -54,7 +54,7 @@ "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", - "1956-01-02": "Berchtold's Day", + "1956-01-02": "Saint Berchtold's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-10": "Ascension Day", @@ -63,7 +63,7 @@ "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", - "1957-01-02": "Berchtold's Day", + "1957-01-02": "Saint Berchtold's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-30": "Ascension Day", @@ -72,7 +72,7 @@ "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", - "1958-01-02": "Berchtold's Day", + "1958-01-02": "Saint Berchtold's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-15": "Ascension Day", @@ -81,7 +81,7 @@ "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", - "1959-01-02": "Berchtold's Day", + "1959-01-02": "Saint Berchtold's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-07": "Ascension Day", @@ -90,7 +90,7 @@ "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", - "1960-01-02": "Berchtold's Day", + "1960-01-02": "Saint Berchtold's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-26": "Ascension Day", @@ -99,7 +99,7 @@ "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", - "1961-01-02": "Berchtold's Day", + "1961-01-02": "Saint Berchtold's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-11": "Ascension Day", @@ -108,7 +108,7 @@ "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", - "1962-01-02": "Berchtold's Day", + "1962-01-02": "Saint Berchtold's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-31": "Ascension Day", @@ -117,7 +117,7 @@ "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", - "1963-01-02": "Berchtold's Day", + "1963-01-02": "Saint Berchtold's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-23": "Ascension Day", @@ -126,7 +126,7 @@ "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", - "1964-01-02": "Berchtold's Day", + "1964-01-02": "Saint Berchtold's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-07": "Ascension Day", @@ -135,7 +135,7 @@ "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", - "1965-01-02": "Berchtold's Day", + "1965-01-02": "Saint Berchtold's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-27": "Ascension Day", @@ -144,7 +144,7 @@ "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", - "1966-01-02": "Berchtold's Day", + "1966-01-02": "Saint Berchtold's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-19": "Ascension Day", @@ -153,7 +153,7 @@ "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", - "1967-01-02": "Berchtold's Day", + "1967-01-02": "Saint Berchtold's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-04": "Ascension Day", @@ -162,7 +162,7 @@ "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", - "1968-01-02": "Berchtold's Day", + "1968-01-02": "Saint Berchtold's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-23": "Ascension Day", @@ -171,7 +171,7 @@ "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", - "1969-01-02": "Berchtold's Day", + "1969-01-02": "Saint Berchtold's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-15": "Ascension Day", @@ -180,7 +180,7 @@ "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", - "1970-01-02": "Berchtold's Day", + "1970-01-02": "Saint Berchtold's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-07": "Ascension Day", @@ -189,7 +189,7 @@ "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", - "1971-01-02": "Berchtold's Day", + "1971-01-02": "Saint Berchtold's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-20": "Ascension Day", @@ -198,7 +198,7 @@ "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", - "1972-01-02": "Berchtold's Day", + "1972-01-02": "Saint Berchtold's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-11": "Ascension Day", @@ -207,7 +207,7 @@ "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", - "1973-01-02": "Berchtold's Day", + "1973-01-02": "Saint Berchtold's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-31": "Ascension Day", @@ -216,7 +216,7 @@ "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", - "1974-01-02": "Berchtold's Day", + "1974-01-02": "Saint Berchtold's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-23": "Ascension Day", @@ -225,7 +225,7 @@ "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", - "1975-01-02": "Berchtold's Day", + "1975-01-02": "Saint Berchtold's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-08": "Ascension Day", @@ -234,7 +234,7 @@ "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", - "1976-01-02": "Berchtold's Day", + "1976-01-02": "Saint Berchtold's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-27": "Ascension Day", @@ -243,7 +243,7 @@ "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", - "1977-01-02": "Berchtold's Day", + "1977-01-02": "Saint Berchtold's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-19": "Ascension Day", @@ -252,7 +252,7 @@ "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", - "1978-01-02": "Berchtold's Day", + "1978-01-02": "Saint Berchtold's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-04": "Ascension Day", @@ -261,7 +261,7 @@ "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", - "1979-01-02": "Berchtold's Day", + "1979-01-02": "Saint Berchtold's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-24": "Ascension Day", @@ -270,7 +270,7 @@ "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", - "1980-01-02": "Berchtold's Day", + "1980-01-02": "Saint Berchtold's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-15": "Ascension Day", @@ -279,7 +279,7 @@ "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", - "1981-01-02": "Berchtold's Day", + "1981-01-02": "Saint Berchtold's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-28": "Ascension Day", @@ -288,7 +288,7 @@ "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", - "1982-01-02": "Berchtold's Day", + "1982-01-02": "Saint Berchtold's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-20": "Ascension Day", @@ -297,7 +297,7 @@ "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", - "1983-01-02": "Berchtold's Day", + "1983-01-02": "Saint Berchtold's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-12": "Ascension Day", @@ -306,7 +306,7 @@ "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", - "1984-01-02": "Berchtold's Day", + "1984-01-02": "Saint Berchtold's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-31": "Ascension Day", @@ -315,7 +315,7 @@ "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", - "1985-01-02": "Berchtold's Day", + "1985-01-02": "Saint Berchtold's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-16": "Ascension Day", @@ -324,7 +324,7 @@ "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", - "1986-01-02": "Berchtold's Day", + "1986-01-02": "Saint Berchtold's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-08": "Ascension Day", @@ -333,7 +333,7 @@ "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", - "1987-01-02": "Berchtold's Day", + "1987-01-02": "Saint Berchtold's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-28": "Ascension Day", @@ -342,7 +342,7 @@ "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", - "1988-01-02": "Berchtold's Day", + "1988-01-02": "Saint Berchtold's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-12": "Ascension Day", @@ -351,7 +351,7 @@ "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", - "1989-01-02": "Berchtold's Day", + "1989-01-02": "Saint Berchtold's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-04": "Ascension Day", @@ -360,7 +360,7 @@ "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", - "1990-01-02": "Berchtold's Day", + "1990-01-02": "Saint Berchtold's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-24": "Ascension Day", @@ -369,7 +369,7 @@ "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", - "1991-01-02": "Berchtold's Day", + "1991-01-02": "Saint Berchtold's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-09": "Ascension Day", @@ -378,7 +378,7 @@ "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", - "1992-01-02": "Berchtold's Day", + "1992-01-02": "Saint Berchtold's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-28": "Ascension Day", @@ -387,7 +387,7 @@ "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", - "1993-01-02": "Berchtold's Day", + "1993-01-02": "Saint Berchtold's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-20": "Ascension Day", @@ -396,7 +396,7 @@ "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", - "1994-01-02": "Berchtold's Day", + "1994-01-02": "Saint Berchtold's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-12": "Ascension Day", @@ -405,7 +405,7 @@ "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", - "1995-01-02": "Berchtold's Day", + "1995-01-02": "Saint Berchtold's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-25": "Ascension Day", @@ -414,7 +414,7 @@ "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", - "1996-01-02": "Berchtold's Day", + "1996-01-02": "Saint Berchtold's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-16": "Ascension Day", @@ -423,7 +423,7 @@ "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", - "1997-01-02": "Berchtold's Day", + "1997-01-02": "Saint Berchtold's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-08": "Ascension Day", @@ -432,7 +432,7 @@ "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", - "1998-01-02": "Berchtold's Day", + "1998-01-02": "Saint Berchtold's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-21": "Ascension Day", @@ -441,7 +441,7 @@ "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", - "1999-01-02": "Berchtold's Day", + "1999-01-02": "Saint Berchtold's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-13": "Ascension Day", @@ -450,7 +450,7 @@ "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", - "2000-01-02": "Berchtold's Day", + "2000-01-02": "Saint Berchtold's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-06-01": "Ascension Day", @@ -459,7 +459,7 @@ "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", - "2001-01-02": "Berchtold's Day", + "2001-01-02": "Saint Berchtold's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-24": "Ascension Day", @@ -468,7 +468,7 @@ "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", - "2002-01-02": "Berchtold's Day", + "2002-01-02": "Saint Berchtold's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-09": "Ascension Day", @@ -477,7 +477,7 @@ "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", - "2003-01-02": "Berchtold's Day", + "2003-01-02": "Saint Berchtold's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-29": "Ascension Day", @@ -486,7 +486,7 @@ "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", - "2004-01-02": "Berchtold's Day", + "2004-01-02": "Saint Berchtold's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-20": "Ascension Day", @@ -495,7 +495,7 @@ "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", - "2005-01-02": "Berchtold's Day", + "2005-01-02": "Saint Berchtold's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-05": "Ascension Day", @@ -504,7 +504,7 @@ "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", - "2006-01-02": "Berchtold's Day", + "2006-01-02": "Saint Berchtold's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-25": "Ascension Day", @@ -513,7 +513,7 @@ "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", - "2007-01-02": "Berchtold's Day", + "2007-01-02": "Saint Berchtold's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-17": "Ascension Day", @@ -522,7 +522,7 @@ "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", - "2008-01-02": "Berchtold's Day", + "2008-01-02": "Saint Berchtold's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day", @@ -531,7 +531,7 @@ "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", - "2009-01-02": "Berchtold's Day", + "2009-01-02": "Saint Berchtold's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-21": "Ascension Day", @@ -540,7 +540,7 @@ "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", - "2010-01-02": "Berchtold's Day", + "2010-01-02": "Saint Berchtold's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-13": "Ascension Day", @@ -549,7 +549,7 @@ "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", - "2011-01-02": "Berchtold's Day", + "2011-01-02": "Saint Berchtold's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-06-02": "Ascension Day", @@ -558,7 +558,7 @@ "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", - "2012-01-02": "Berchtold's Day", + "2012-01-02": "Saint Berchtold's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-17": "Ascension Day", @@ -567,7 +567,7 @@ "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", - "2013-01-02": "Berchtold's Day", + "2013-01-02": "Saint Berchtold's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-09": "Ascension Day", @@ -576,7 +576,7 @@ "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", - "2014-01-02": "Berchtold's Day", + "2014-01-02": "Saint Berchtold's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-29": "Ascension Day", @@ -585,7 +585,7 @@ "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", - "2015-01-02": "Berchtold's Day", + "2015-01-02": "Saint Berchtold's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-14": "Ascension Day", @@ -594,7 +594,7 @@ "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", - "2016-01-02": "Berchtold's Day", + "2016-01-02": "Saint Berchtold's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-05": "Ascension Day", @@ -603,7 +603,7 @@ "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", - "2017-01-02": "Berchtold's Day", + "2017-01-02": "Saint Berchtold's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-25": "Ascension Day", @@ -612,7 +612,7 @@ "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", - "2018-01-02": "Berchtold's Day", + "2018-01-02": "Saint Berchtold's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-10": "Ascension Day", @@ -621,7 +621,7 @@ "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", - "2019-01-02": "Berchtold's Day", + "2019-01-02": "Saint Berchtold's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-30": "Ascension Day", @@ -630,7 +630,7 @@ "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", - "2020-01-02": "Berchtold's Day", + "2020-01-02": "Saint Berchtold's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-21": "Ascension Day", @@ -639,7 +639,7 @@ "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", - "2021-01-02": "Berchtold's Day", + "2021-01-02": "Saint Berchtold's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-13": "Ascension Day", @@ -648,7 +648,7 @@ "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", - "2022-01-02": "Berchtold's Day", + "2022-01-02": "Saint Berchtold's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-26": "Ascension Day", @@ -657,7 +657,7 @@ "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", - "2023-01-02": "Berchtold's Day", + "2023-01-02": "Saint Berchtold's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-18": "Ascension Day", @@ -666,7 +666,7 @@ "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", - "2024-01-02": "Berchtold's Day", + "2024-01-02": "Saint Berchtold's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-09": "Ascension Day", @@ -675,7 +675,7 @@ "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", - "2025-01-02": "Berchtold's Day", + "2025-01-02": "Saint Berchtold's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-29": "Ascension Day", @@ -684,7 +684,7 @@ "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", - "2026-01-02": "Berchtold's Day", + "2026-01-02": "Saint Berchtold's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-14": "Ascension Day", @@ -693,7 +693,7 @@ "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", - "2027-01-02": "Berchtold's Day", + "2027-01-02": "Saint Berchtold's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-06": "Ascension Day", @@ -702,7 +702,7 @@ "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", - "2028-01-02": "Berchtold's Day", + "2028-01-02": "Saint Berchtold's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-25": "Ascension Day", @@ -711,7 +711,7 @@ "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", - "2029-01-02": "Berchtold's Day", + "2029-01-02": "Saint Berchtold's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-10": "Ascension Day", @@ -720,7 +720,7 @@ "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", - "2030-01-02": "Berchtold's Day", + "2030-01-02": "Saint Berchtold's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-30": "Ascension Day", @@ -729,7 +729,7 @@ "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", - "2031-01-02": "Berchtold's Day", + "2031-01-02": "Saint Berchtold's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-22": "Ascension Day", @@ -738,7 +738,7 @@ "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", - "2032-01-02": "Berchtold's Day", + "2032-01-02": "Saint Berchtold's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-06": "Ascension Day", @@ -747,7 +747,7 @@ "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", - "2033-01-02": "Berchtold's Day", + "2033-01-02": "Saint Berchtold's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-26": "Ascension Day", @@ -756,7 +756,7 @@ "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", - "2034-01-02": "Berchtold's Day", + "2034-01-02": "Saint Berchtold's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-18": "Ascension Day", @@ -765,7 +765,7 @@ "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", - "2035-01-02": "Berchtold's Day", + "2035-01-02": "Saint Berchtold's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-03": "Ascension Day", @@ -774,7 +774,7 @@ "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", - "2036-01-02": "Berchtold's Day", + "2036-01-02": "Saint Berchtold's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-22": "Ascension Day", @@ -783,7 +783,7 @@ "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", - "2037-01-02": "Berchtold's Day", + "2037-01-02": "Saint Berchtold's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-14": "Ascension Day", @@ -792,7 +792,7 @@ "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", - "2038-01-02": "Berchtold's Day", + "2038-01-02": "Saint Berchtold's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-06-03": "Ascension Day", @@ -801,7 +801,7 @@ "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", - "2039-01-02": "Berchtold's Day", + "2039-01-02": "Saint Berchtold's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-19": "Ascension Day", @@ -810,7 +810,7 @@ "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", - "2040-01-02": "Berchtold's Day", + "2040-01-02": "Saint Berchtold's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-10": "Ascension Day", @@ -819,7 +819,7 @@ "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", - "2041-01-02": "Berchtold's Day", + "2041-01-02": "Saint Berchtold's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-30": "Ascension Day", @@ -828,7 +828,7 @@ "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", - "2042-01-02": "Berchtold's Day", + "2042-01-02": "Saint Berchtold's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-15": "Ascension Day", @@ -837,7 +837,7 @@ "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", - "2043-01-02": "Berchtold's Day", + "2043-01-02": "Saint Berchtold's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-07": "Ascension Day", @@ -846,7 +846,7 @@ "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", - "2044-01-02": "Berchtold's Day", + "2044-01-02": "Saint Berchtold's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-26": "Ascension Day", @@ -855,7 +855,7 @@ "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", - "2045-01-02": "Berchtold's Day", + "2045-01-02": "Saint Berchtold's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-18": "Ascension Day", @@ -864,7 +864,7 @@ "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", - "2046-01-02": "Berchtold's Day", + "2046-01-02": "Saint Berchtold's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-03": "Ascension Day", @@ -873,7 +873,7 @@ "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", - "2047-01-02": "Berchtold's Day", + "2047-01-02": "Saint Berchtold's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-23": "Ascension Day", @@ -882,7 +882,7 @@ "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", - "2048-01-02": "Berchtold's Day", + "2048-01-02": "Saint Berchtold's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-14": "Ascension Day", @@ -891,7 +891,7 @@ "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", - "2049-01-02": "Berchtold's Day", + "2049-01-02": "Saint Berchtold's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-27": "Ascension Day", @@ -900,7 +900,7 @@ "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", - "2050-01-02": "Berchtold's Day", + "2050-01-02": "Saint Berchtold's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-19": "Ascension Day", diff --git a/snapshots/countries/CH_GL.json b/snapshots/countries/CH_GL.json index 097e97ec1..623a6cfa5 100644 --- a/snapshots/countries/CH_GL.json +++ b/snapshots/countries/CH_GL.json @@ -1,6 +1,6 @@ { "1950-01-01": "New Year's Day", - "1950-01-02": "Berchtold's Day", + "1950-01-02": "Saint Berchtold's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-04-13": "Battle of Naefels Victory Day", @@ -11,7 +11,7 @@ "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", - "1951-01-02": "Berchtold's Day", + "1951-01-02": "Saint Berchtold's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-04-05": "Battle of Naefels Victory Day", @@ -22,7 +22,7 @@ "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", - "1952-01-02": "Berchtold's Day", + "1952-01-02": "Saint Berchtold's Day", "1952-04-03": "Battle of Naefels Victory Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", @@ -33,7 +33,7 @@ "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", - "1953-01-02": "Berchtold's Day", + "1953-01-02": "Saint Berchtold's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-04-09": "Battle of Naefels Victory Day", @@ -44,7 +44,7 @@ "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", - "1954-01-02": "Berchtold's Day", + "1954-01-02": "Saint Berchtold's Day", "1954-04-01": "Battle of Naefels Victory Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", @@ -55,7 +55,7 @@ "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", - "1955-01-02": "Berchtold's Day", + "1955-01-02": "Saint Berchtold's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-04-14": "Battle of Naefels Victory Day", @@ -66,7 +66,7 @@ "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", - "1956-01-02": "Berchtold's Day", + "1956-01-02": "Saint Berchtold's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-04-05": "Battle of Naefels Victory Day", @@ -77,7 +77,7 @@ "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", - "1957-01-02": "Berchtold's Day", + "1957-01-02": "Saint Berchtold's Day", "1957-04-04": "Battle of Naefels Victory Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", @@ -88,7 +88,7 @@ "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", - "1958-01-02": "Berchtold's Day", + "1958-01-02": "Saint Berchtold's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-04-10": "Battle of Naefels Victory Day", @@ -99,7 +99,7 @@ "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", - "1959-01-02": "Berchtold's Day", + "1959-01-02": "Saint Berchtold's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-04-02": "Battle of Naefels Victory Day", @@ -110,7 +110,7 @@ "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", - "1960-01-02": "Berchtold's Day", + "1960-01-02": "Saint Berchtold's Day", "1960-04-07": "Battle of Naefels Victory Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", @@ -121,7 +121,7 @@ "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", - "1961-01-02": "Berchtold's Day", + "1961-01-02": "Saint Berchtold's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-04-06": "Battle of Naefels Victory Day", @@ -132,7 +132,7 @@ "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", - "1962-01-02": "Berchtold's Day", + "1962-01-02": "Saint Berchtold's Day", "1962-04-05": "Battle of Naefels Victory Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", @@ -143,7 +143,7 @@ "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", - "1963-01-02": "Berchtold's Day", + "1963-01-02": "Saint Berchtold's Day", "1963-04-04": "Battle of Naefels Victory Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", @@ -154,7 +154,7 @@ "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", - "1964-01-02": "Berchtold's Day", + "1964-01-02": "Saint Berchtold's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-04-02": "Battle of Naefels Victory Day", @@ -165,7 +165,7 @@ "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", - "1965-01-02": "Berchtold's Day", + "1965-01-02": "Saint Berchtold's Day", "1965-04-01": "Battle of Naefels Victory Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", @@ -176,7 +176,7 @@ "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", - "1966-01-02": "Berchtold's Day", + "1966-01-02": "Saint Berchtold's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-04-14": "Battle of Naefels Victory Day", @@ -187,7 +187,7 @@ "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", - "1967-01-02": "Berchtold's Day", + "1967-01-02": "Saint Berchtold's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-04-06": "Battle of Naefels Victory Day", @@ -198,7 +198,7 @@ "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", - "1968-01-02": "Berchtold's Day", + "1968-01-02": "Saint Berchtold's Day", "1968-04-04": "Battle of Naefels Victory Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", @@ -209,7 +209,7 @@ "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", - "1969-01-02": "Berchtold's Day", + "1969-01-02": "Saint Berchtold's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-04-10": "Battle of Naefels Victory Day", @@ -220,7 +220,7 @@ "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", - "1970-01-02": "Berchtold's Day", + "1970-01-02": "Saint Berchtold's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-04-02": "Battle of Naefels Victory Day", @@ -231,7 +231,7 @@ "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", - "1971-01-02": "Berchtold's Day", + "1971-01-02": "Saint Berchtold's Day", "1971-04-01": "Battle of Naefels Victory Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", @@ -242,7 +242,7 @@ "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", - "1972-01-02": "Berchtold's Day", + "1972-01-02": "Saint Berchtold's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-04-06": "Battle of Naefels Victory Day", @@ -253,7 +253,7 @@ "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", - "1973-01-02": "Berchtold's Day", + "1973-01-02": "Saint Berchtold's Day", "1973-04-05": "Battle of Naefels Victory Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", @@ -264,7 +264,7 @@ "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", - "1974-01-02": "Berchtold's Day", + "1974-01-02": "Saint Berchtold's Day", "1974-04-04": "Battle of Naefels Victory Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", @@ -275,7 +275,7 @@ "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", - "1975-01-02": "Berchtold's Day", + "1975-01-02": "Saint Berchtold's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-04-03": "Battle of Naefels Victory Day", @@ -286,7 +286,7 @@ "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", - "1976-01-02": "Berchtold's Day", + "1976-01-02": "Saint Berchtold's Day", "1976-04-01": "Battle of Naefels Victory Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", @@ -297,7 +297,7 @@ "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", - "1977-01-02": "Berchtold's Day", + "1977-01-02": "Saint Berchtold's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-04-14": "Battle of Naefels Victory Day", @@ -308,7 +308,7 @@ "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", - "1978-01-02": "Berchtold's Day", + "1978-01-02": "Saint Berchtold's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-04-06": "Battle of Naefels Victory Day", @@ -319,7 +319,7 @@ "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", - "1979-01-02": "Berchtold's Day", + "1979-01-02": "Saint Berchtold's Day", "1979-04-05": "Battle of Naefels Victory Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", @@ -330,7 +330,7 @@ "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", - "1980-01-02": "Berchtold's Day", + "1980-01-02": "Saint Berchtold's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-04-10": "Battle of Naefels Victory Day", @@ -341,7 +341,7 @@ "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", - "1981-01-02": "Berchtold's Day", + "1981-01-02": "Saint Berchtold's Day", "1981-04-02": "Battle of Naefels Victory Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", @@ -352,7 +352,7 @@ "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", - "1982-01-02": "Berchtold's Day", + "1982-01-02": "Saint Berchtold's Day", "1982-04-01": "Battle of Naefels Victory Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", @@ -363,7 +363,7 @@ "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", - "1983-01-02": "Berchtold's Day", + "1983-01-02": "Saint Berchtold's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-04-07": "Battle of Naefels Victory Day", @@ -374,7 +374,7 @@ "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", - "1984-01-02": "Berchtold's Day", + "1984-01-02": "Saint Berchtold's Day", "1984-04-05": "Battle of Naefels Victory Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", @@ -385,7 +385,7 @@ "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", - "1985-01-02": "Berchtold's Day", + "1985-01-02": "Saint Berchtold's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-04-11": "Battle of Naefels Victory Day", @@ -396,7 +396,7 @@ "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", - "1986-01-02": "Berchtold's Day", + "1986-01-02": "Saint Berchtold's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-04-03": "Battle of Naefels Victory Day", @@ -407,7 +407,7 @@ "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", - "1987-01-02": "Berchtold's Day", + "1987-01-02": "Saint Berchtold's Day", "1987-04-02": "Battle of Naefels Victory Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", @@ -418,7 +418,7 @@ "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", - "1988-01-02": "Berchtold's Day", + "1988-01-02": "Saint Berchtold's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-04-07": "Battle of Naefels Victory Day", @@ -429,7 +429,7 @@ "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", - "1989-01-02": "Berchtold's Day", + "1989-01-02": "Saint Berchtold's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-04-06": "Battle of Naefels Victory Day", @@ -440,7 +440,7 @@ "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", - "1990-01-02": "Berchtold's Day", + "1990-01-02": "Saint Berchtold's Day", "1990-04-05": "Battle of Naefels Victory Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", @@ -451,7 +451,7 @@ "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", - "1991-01-02": "Berchtold's Day", + "1991-01-02": "Saint Berchtold's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-04-04": "Battle of Naefels Victory Day", @@ -462,7 +462,7 @@ "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", - "1992-01-02": "Berchtold's Day", + "1992-01-02": "Saint Berchtold's Day", "1992-04-02": "Battle of Naefels Victory Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", @@ -473,7 +473,7 @@ "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", - "1993-01-02": "Berchtold's Day", + "1993-01-02": "Saint Berchtold's Day", "1993-04-01": "Battle of Naefels Victory Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", @@ -484,7 +484,7 @@ "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", - "1994-01-02": "Berchtold's Day", + "1994-01-02": "Saint Berchtold's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-04-07": "Battle of Naefels Victory Day", @@ -495,7 +495,7 @@ "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", - "1995-01-02": "Berchtold's Day", + "1995-01-02": "Saint Berchtold's Day", "1995-04-06": "Battle of Naefels Victory Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", @@ -506,7 +506,7 @@ "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", - "1996-01-02": "Berchtold's Day", + "1996-01-02": "Saint Berchtold's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-04-11": "Battle of Naefels Victory Day", @@ -517,7 +517,7 @@ "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", - "1997-01-02": "Berchtold's Day", + "1997-01-02": "Saint Berchtold's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-04-03": "Battle of Naefels Victory Day", @@ -528,7 +528,7 @@ "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", - "1998-01-02": "Berchtold's Day", + "1998-01-02": "Saint Berchtold's Day", "1998-04-02": "Battle of Naefels Victory Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", @@ -539,7 +539,7 @@ "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", - "1999-01-02": "Berchtold's Day", + "1999-01-02": "Saint Berchtold's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-04-08": "Battle of Naefels Victory Day", @@ -550,7 +550,7 @@ "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", - "2000-01-02": "Berchtold's Day", + "2000-01-02": "Saint Berchtold's Day", "2000-04-06": "Battle of Naefels Victory Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", @@ -561,7 +561,7 @@ "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", - "2001-01-02": "Berchtold's Day", + "2001-01-02": "Saint Berchtold's Day", "2001-04-05": "Battle of Naefels Victory Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", @@ -572,7 +572,7 @@ "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", - "2002-01-02": "Berchtold's Day", + "2002-01-02": "Saint Berchtold's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-04-04": "Battle of Naefels Victory Day", @@ -583,7 +583,7 @@ "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", - "2003-01-02": "Berchtold's Day", + "2003-01-02": "Saint Berchtold's Day", "2003-04-03": "Battle of Naefels Victory Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", @@ -594,7 +594,7 @@ "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", - "2004-01-02": "Berchtold's Day", + "2004-01-02": "Saint Berchtold's Day", "2004-04-01": "Battle of Naefels Victory Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", @@ -605,7 +605,7 @@ "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", - "2005-01-02": "Berchtold's Day", + "2005-01-02": "Saint Berchtold's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-04-07": "Battle of Naefels Victory Day", @@ -616,7 +616,7 @@ "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", - "2006-01-02": "Berchtold's Day", + "2006-01-02": "Saint Berchtold's Day", "2006-04-06": "Battle of Naefels Victory Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", @@ -627,7 +627,7 @@ "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", - "2007-01-02": "Berchtold's Day", + "2007-01-02": "Saint Berchtold's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-04-12": "Battle of Naefels Victory Day", @@ -638,7 +638,7 @@ "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", - "2008-01-02": "Berchtold's Day", + "2008-01-02": "Saint Berchtold's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-04-03": "Battle of Naefels Victory Day", @@ -649,7 +649,7 @@ "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", - "2009-01-02": "Berchtold's Day", + "2009-01-02": "Saint Berchtold's Day", "2009-04-02": "Battle of Naefels Victory Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", @@ -660,7 +660,7 @@ "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", - "2010-01-02": "Berchtold's Day", + "2010-01-02": "Saint Berchtold's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-04-08": "Battle of Naefels Victory Day", @@ -671,7 +671,7 @@ "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", - "2011-01-02": "Berchtold's Day", + "2011-01-02": "Saint Berchtold's Day", "2011-04-07": "Battle of Naefels Victory Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", @@ -682,7 +682,7 @@ "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", - "2012-01-02": "Berchtold's Day", + "2012-01-02": "Saint Berchtold's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-04-12": "Battle of Naefels Victory Day", @@ -693,7 +693,7 @@ "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", - "2013-01-02": "Berchtold's Day", + "2013-01-02": "Saint Berchtold's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-04-04": "Battle of Naefels Victory Day", @@ -704,7 +704,7 @@ "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", - "2014-01-02": "Berchtold's Day", + "2014-01-02": "Saint Berchtold's Day", "2014-04-03": "Battle of Naefels Victory Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", @@ -715,7 +715,7 @@ "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", - "2015-01-02": "Berchtold's Day", + "2015-01-02": "Saint Berchtold's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-04-09": "Battle of Naefels Victory Day", @@ -726,7 +726,7 @@ "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", - "2016-01-02": "Berchtold's Day", + "2016-01-02": "Saint Berchtold's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-04-07": "Battle of Naefels Victory Day", @@ -737,7 +737,7 @@ "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", - "2017-01-02": "Berchtold's Day", + "2017-01-02": "Saint Berchtold's Day", "2017-04-06": "Battle of Naefels Victory Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", @@ -748,7 +748,7 @@ "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", - "2018-01-02": "Berchtold's Day", + "2018-01-02": "Saint Berchtold's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-04-05": "Battle of Naefels Victory Day", @@ -759,7 +759,7 @@ "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", - "2019-01-02": "Berchtold's Day", + "2019-01-02": "Saint Berchtold's Day", "2019-04-04": "Battle of Naefels Victory Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", @@ -770,7 +770,7 @@ "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", - "2020-01-02": "Berchtold's Day", + "2020-01-02": "Saint Berchtold's Day", "2020-04-02": "Battle of Naefels Victory Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", @@ -781,7 +781,7 @@ "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", - "2021-01-02": "Berchtold's Day", + "2021-01-02": "Saint Berchtold's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-04-08": "Battle of Naefels Victory Day", @@ -792,7 +792,7 @@ "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", - "2022-01-02": "Berchtold's Day", + "2022-01-02": "Saint Berchtold's Day", "2022-04-07": "Battle of Naefels Victory Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", @@ -803,7 +803,7 @@ "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", - "2023-01-02": "Berchtold's Day", + "2023-01-02": "Saint Berchtold's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-04-13": "Battle of Naefels Victory Day", @@ -814,7 +814,7 @@ "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", - "2024-01-02": "Berchtold's Day", + "2024-01-02": "Saint Berchtold's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-04-04": "Battle of Naefels Victory Day", @@ -825,7 +825,7 @@ "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", - "2025-01-02": "Berchtold's Day", + "2025-01-02": "Saint Berchtold's Day", "2025-04-03": "Battle of Naefels Victory Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", @@ -836,7 +836,7 @@ "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", - "2026-01-02": "Berchtold's Day", + "2026-01-02": "Saint Berchtold's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-04-09": "Battle of Naefels Victory Day", @@ -847,7 +847,7 @@ "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", - "2027-01-02": "Berchtold's Day", + "2027-01-02": "Saint Berchtold's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-04-01": "Battle of Naefels Victory Day", @@ -858,7 +858,7 @@ "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", - "2028-01-02": "Berchtold's Day", + "2028-01-02": "Saint Berchtold's Day", "2028-04-06": "Battle of Naefels Victory Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", @@ -869,7 +869,7 @@ "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", - "2029-01-02": "Berchtold's Day", + "2029-01-02": "Saint Berchtold's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-04-05": "Battle of Naefels Victory Day", @@ -880,7 +880,7 @@ "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", - "2030-01-02": "Berchtold's Day", + "2030-01-02": "Saint Berchtold's Day", "2030-04-04": "Battle of Naefels Victory Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", @@ -891,7 +891,7 @@ "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", - "2031-01-02": "Berchtold's Day", + "2031-01-02": "Saint Berchtold's Day", "2031-04-03": "Battle of Naefels Victory Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", @@ -902,7 +902,7 @@ "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", - "2032-01-02": "Berchtold's Day", + "2032-01-02": "Saint Berchtold's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-04-01": "Battle of Naefels Victory Day", @@ -913,7 +913,7 @@ "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", - "2033-01-02": "Berchtold's Day", + "2033-01-02": "Saint Berchtold's Day", "2033-04-07": "Battle of Naefels Victory Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", @@ -924,7 +924,7 @@ "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", - "2034-01-02": "Berchtold's Day", + "2034-01-02": "Saint Berchtold's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-04-13": "Battle of Naefels Victory Day", @@ -935,7 +935,7 @@ "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", - "2035-01-02": "Berchtold's Day", + "2035-01-02": "Saint Berchtold's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-04-05": "Battle of Naefels Victory Day", @@ -946,7 +946,7 @@ "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", - "2036-01-02": "Berchtold's Day", + "2036-01-02": "Saint Berchtold's Day", "2036-04-03": "Battle of Naefels Victory Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", @@ -957,7 +957,7 @@ "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", - "2037-01-02": "Berchtold's Day", + "2037-01-02": "Saint Berchtold's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-04-09": "Battle of Naefels Victory Day", @@ -968,7 +968,7 @@ "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", - "2038-01-02": "Berchtold's Day", + "2038-01-02": "Saint Berchtold's Day", "2038-04-01": "Battle of Naefels Victory Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", @@ -979,7 +979,7 @@ "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", - "2039-01-02": "Berchtold's Day", + "2039-01-02": "Saint Berchtold's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-04-14": "Battle of Naefels Victory Day", @@ -990,7 +990,7 @@ "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", - "2040-01-02": "Berchtold's Day", + "2040-01-02": "Saint Berchtold's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-04-05": "Battle of Naefels Victory Day", @@ -1001,7 +1001,7 @@ "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", - "2041-01-02": "Berchtold's Day", + "2041-01-02": "Saint Berchtold's Day", "2041-04-04": "Battle of Naefels Victory Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", @@ -1012,7 +1012,7 @@ "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", - "2042-01-02": "Berchtold's Day", + "2042-01-02": "Saint Berchtold's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-04-10": "Battle of Naefels Victory Day", @@ -1023,7 +1023,7 @@ "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", - "2043-01-02": "Berchtold's Day", + "2043-01-02": "Saint Berchtold's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-04-02": "Battle of Naefels Victory Day", @@ -1034,7 +1034,7 @@ "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", - "2044-01-02": "Berchtold's Day", + "2044-01-02": "Saint Berchtold's Day", "2044-04-07": "Battle of Naefels Victory Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", @@ -1045,7 +1045,7 @@ "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", - "2045-01-02": "Berchtold's Day", + "2045-01-02": "Saint Berchtold's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-04-13": "Battle of Naefels Victory Day", @@ -1056,7 +1056,7 @@ "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", - "2046-01-02": "Berchtold's Day", + "2046-01-02": "Saint Berchtold's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-04-05": "Battle of Naefels Victory Day", @@ -1067,7 +1067,7 @@ "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", - "2047-01-02": "Berchtold's Day", + "2047-01-02": "Saint Berchtold's Day", "2047-04-04": "Battle of Naefels Victory Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", @@ -1078,7 +1078,7 @@ "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", - "2048-01-02": "Berchtold's Day", + "2048-01-02": "Saint Berchtold's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-04-09": "Battle of Naefels Victory Day", @@ -1089,7 +1089,7 @@ "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", - "2049-01-02": "Berchtold's Day", + "2049-01-02": "Saint Berchtold's Day", "2049-04-01": "Battle of Naefels Victory Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", @@ -1100,7 +1100,7 @@ "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", - "2050-01-02": "Berchtold's Day", + "2050-01-02": "Saint Berchtold's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-04-14": "Battle of Naefels Victory Day", diff --git a/snapshots/countries/CH_JU.json b/snapshots/countries/CH_JU.json index e3d83b639..470a820f8 100644 --- a/snapshots/countries/CH_JU.json +++ b/snapshots/countries/CH_JU.json @@ -1,6 +1,6 @@ { "1950-01-01": "New Year's Day", - "1950-01-02": "Berchtold's Day", + "1950-01-02": "Saint Berchtold's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", @@ -13,7 +13,7 @@ "1950-11-01": "All Saints' Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", - "1951-01-02": "Berchtold's Day", + "1951-01-02": "Saint Berchtold's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", @@ -26,7 +26,7 @@ "1951-11-01": "All Saints' Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", - "1952-01-02": "Berchtold's Day", + "1952-01-02": "Saint Berchtold's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", @@ -39,7 +39,7 @@ "1952-11-01": "All Saints' Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", - "1953-01-02": "Berchtold's Day", + "1953-01-02": "Saint Berchtold's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", @@ -52,7 +52,7 @@ "1953-11-01": "All Saints' Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", - "1954-01-02": "Berchtold's Day", + "1954-01-02": "Saint Berchtold's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", @@ -65,7 +65,7 @@ "1954-11-01": "All Saints' Day", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", - "1955-01-02": "Berchtold's Day", + "1955-01-02": "Saint Berchtold's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", @@ -78,7 +78,7 @@ "1955-11-01": "All Saints' Day", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", - "1956-01-02": "Berchtold's Day", + "1956-01-02": "Saint Berchtold's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", @@ -91,7 +91,7 @@ "1956-11-01": "All Saints' Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", - "1957-01-02": "Berchtold's Day", + "1957-01-02": "Saint Berchtold's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", @@ -104,7 +104,7 @@ "1957-11-01": "All Saints' Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", - "1958-01-02": "Berchtold's Day", + "1958-01-02": "Saint Berchtold's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", @@ -117,7 +117,7 @@ "1958-11-01": "All Saints' Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", - "1959-01-02": "Berchtold's Day", + "1959-01-02": "Saint Berchtold's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", @@ -130,7 +130,7 @@ "1959-11-01": "All Saints' Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", - "1960-01-02": "Berchtold's Day", + "1960-01-02": "Saint Berchtold's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", @@ -143,7 +143,7 @@ "1960-11-01": "All Saints' Day", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", - "1961-01-02": "Berchtold's Day", + "1961-01-02": "Saint Berchtold's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", @@ -156,7 +156,7 @@ "1961-11-01": "All Saints' Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", - "1962-01-02": "Berchtold's Day", + "1962-01-02": "Saint Berchtold's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", @@ -169,7 +169,7 @@ "1962-11-01": "All Saints' Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", - "1963-01-02": "Berchtold's Day", + "1963-01-02": "Saint Berchtold's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", @@ -182,7 +182,7 @@ "1963-11-01": "All Saints' Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", - "1964-01-02": "Berchtold's Day", + "1964-01-02": "Saint Berchtold's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", @@ -195,7 +195,7 @@ "1964-11-01": "All Saints' Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", - "1965-01-02": "Berchtold's Day", + "1965-01-02": "Saint Berchtold's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", @@ -208,7 +208,7 @@ "1965-11-01": "All Saints' Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", - "1966-01-02": "Berchtold's Day", + "1966-01-02": "Saint Berchtold's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", @@ -221,7 +221,7 @@ "1966-11-01": "All Saints' Day", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", - "1967-01-02": "Berchtold's Day", + "1967-01-02": "Saint Berchtold's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", @@ -234,7 +234,7 @@ "1967-11-01": "All Saints' Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", - "1968-01-02": "Berchtold's Day", + "1968-01-02": "Saint Berchtold's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", @@ -247,7 +247,7 @@ "1968-11-01": "All Saints' Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", - "1969-01-02": "Berchtold's Day", + "1969-01-02": "Saint Berchtold's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", @@ -260,7 +260,7 @@ "1969-11-01": "All Saints' Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", - "1970-01-02": "Berchtold's Day", + "1970-01-02": "Saint Berchtold's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", @@ -273,7 +273,7 @@ "1970-11-01": "All Saints' Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", - "1971-01-02": "Berchtold's Day", + "1971-01-02": "Saint Berchtold's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", @@ -286,7 +286,7 @@ "1971-11-01": "All Saints' Day", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", - "1972-01-02": "Berchtold's Day", + "1972-01-02": "Saint Berchtold's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", @@ -299,7 +299,7 @@ "1972-11-01": "All Saints' Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", - "1973-01-02": "Berchtold's Day", + "1973-01-02": "Saint Berchtold's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", @@ -312,7 +312,7 @@ "1973-11-01": "All Saints' Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", - "1974-01-02": "Berchtold's Day", + "1974-01-02": "Saint Berchtold's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", @@ -325,7 +325,7 @@ "1974-11-01": "All Saints' Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", - "1975-01-02": "Berchtold's Day", + "1975-01-02": "Saint Berchtold's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", @@ -338,7 +338,7 @@ "1975-11-01": "All Saints' Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", - "1976-01-02": "Berchtold's Day", + "1976-01-02": "Saint Berchtold's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", @@ -351,7 +351,7 @@ "1976-11-01": "All Saints' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", - "1977-01-02": "Berchtold's Day", + "1977-01-02": "Saint Berchtold's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", @@ -364,7 +364,7 @@ "1977-11-01": "All Saints' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", - "1978-01-02": "Berchtold's Day", + "1978-01-02": "Saint Berchtold's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", @@ -377,7 +377,7 @@ "1978-11-01": "All Saints' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", - "1979-01-02": "Berchtold's Day", + "1979-01-02": "Saint Berchtold's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", @@ -390,7 +390,7 @@ "1979-11-01": "All Saints' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", - "1980-01-02": "Berchtold's Day", + "1980-01-02": "Saint Berchtold's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", @@ -403,7 +403,7 @@ "1980-11-01": "All Saints' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", - "1981-01-02": "Berchtold's Day", + "1981-01-02": "Saint Berchtold's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", @@ -416,7 +416,7 @@ "1981-11-01": "All Saints' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", - "1982-01-02": "Berchtold's Day", + "1982-01-02": "Saint Berchtold's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", @@ -429,7 +429,7 @@ "1982-11-01": "All Saints' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", - "1983-01-02": "Berchtold's Day", + "1983-01-02": "Saint Berchtold's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", @@ -442,7 +442,7 @@ "1983-11-01": "All Saints' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", - "1984-01-02": "Berchtold's Day", + "1984-01-02": "Saint Berchtold's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", @@ -455,7 +455,7 @@ "1984-11-01": "All Saints' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", - "1985-01-02": "Berchtold's Day", + "1985-01-02": "Saint Berchtold's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", @@ -468,7 +468,7 @@ "1985-11-01": "All Saints' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", - "1986-01-02": "Berchtold's Day", + "1986-01-02": "Saint Berchtold's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", @@ -481,7 +481,7 @@ "1986-11-01": "All Saints' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", - "1987-01-02": "Berchtold's Day", + "1987-01-02": "Saint Berchtold's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", @@ -494,7 +494,7 @@ "1987-11-01": "All Saints' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", - "1988-01-02": "Berchtold's Day", + "1988-01-02": "Saint Berchtold's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", @@ -507,7 +507,7 @@ "1988-11-01": "All Saints' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", - "1989-01-02": "Berchtold's Day", + "1989-01-02": "Saint Berchtold's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", @@ -520,7 +520,7 @@ "1989-11-01": "All Saints' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", - "1990-01-02": "Berchtold's Day", + "1990-01-02": "Saint Berchtold's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", @@ -533,7 +533,7 @@ "1990-11-01": "All Saints' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", - "1991-01-02": "Berchtold's Day", + "1991-01-02": "Saint Berchtold's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", @@ -546,7 +546,7 @@ "1991-11-01": "All Saints' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", - "1992-01-02": "Berchtold's Day", + "1992-01-02": "Saint Berchtold's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", @@ -559,7 +559,7 @@ "1992-11-01": "All Saints' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", - "1993-01-02": "Berchtold's Day", + "1993-01-02": "Saint Berchtold's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", @@ -572,7 +572,7 @@ "1993-11-01": "All Saints' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", - "1994-01-02": "Berchtold's Day", + "1994-01-02": "Saint Berchtold's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", @@ -585,7 +585,7 @@ "1994-11-01": "All Saints' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", - "1995-01-02": "Berchtold's Day", + "1995-01-02": "Saint Berchtold's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", @@ -598,7 +598,7 @@ "1995-11-01": "All Saints' Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", - "1996-01-02": "Berchtold's Day", + "1996-01-02": "Saint Berchtold's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", @@ -611,7 +611,7 @@ "1996-11-01": "All Saints' Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", - "1997-01-02": "Berchtold's Day", + "1997-01-02": "Saint Berchtold's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", @@ -624,7 +624,7 @@ "1997-11-01": "All Saints' Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", - "1998-01-02": "Berchtold's Day", + "1998-01-02": "Saint Berchtold's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", @@ -637,7 +637,7 @@ "1998-11-01": "All Saints' Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", - "1999-01-02": "Berchtold's Day", + "1999-01-02": "Saint Berchtold's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", @@ -650,7 +650,7 @@ "1999-11-01": "All Saints' Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", - "2000-01-02": "Berchtold's Day", + "2000-01-02": "Saint Berchtold's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", @@ -663,7 +663,7 @@ "2000-11-01": "All Saints' Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", - "2001-01-02": "Berchtold's Day", + "2001-01-02": "Saint Berchtold's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", @@ -676,7 +676,7 @@ "2001-11-01": "All Saints' Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", - "2002-01-02": "Berchtold's Day", + "2002-01-02": "Saint Berchtold's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", @@ -689,7 +689,7 @@ "2002-11-01": "All Saints' Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", - "2003-01-02": "Berchtold's Day", + "2003-01-02": "Saint Berchtold's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", @@ -702,7 +702,7 @@ "2003-11-01": "All Saints' Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", - "2004-01-02": "Berchtold's Day", + "2004-01-02": "Saint Berchtold's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", @@ -715,7 +715,7 @@ "2004-11-01": "All Saints' Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", - "2005-01-02": "Berchtold's Day", + "2005-01-02": "Saint Berchtold's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", @@ -728,7 +728,7 @@ "2005-11-01": "All Saints' Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", - "2006-01-02": "Berchtold's Day", + "2006-01-02": "Saint Berchtold's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", @@ -741,7 +741,7 @@ "2006-11-01": "All Saints' Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", - "2007-01-02": "Berchtold's Day", + "2007-01-02": "Saint Berchtold's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", @@ -754,7 +754,7 @@ "2007-11-01": "All Saints' Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", - "2008-01-02": "Berchtold's Day", + "2008-01-02": "Saint Berchtold's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", @@ -766,7 +766,7 @@ "2008-11-01": "All Saints' Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", - "2009-01-02": "Berchtold's Day", + "2009-01-02": "Saint Berchtold's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", @@ -779,7 +779,7 @@ "2009-11-01": "All Saints' Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", - "2010-01-02": "Berchtold's Day", + "2010-01-02": "Saint Berchtold's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", @@ -792,7 +792,7 @@ "2010-11-01": "All Saints' Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", - "2011-01-02": "Berchtold's Day", + "2011-01-02": "Saint Berchtold's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", @@ -804,7 +804,7 @@ "2011-11-01": "All Saints' Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", - "2012-01-02": "Berchtold's Day", + "2012-01-02": "Saint Berchtold's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", @@ -817,7 +817,7 @@ "2012-11-01": "All Saints' Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", - "2013-01-02": "Berchtold's Day", + "2013-01-02": "Saint Berchtold's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", @@ -830,7 +830,7 @@ "2013-11-01": "All Saints' Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", - "2014-01-02": "Berchtold's Day", + "2014-01-02": "Saint Berchtold's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", @@ -843,7 +843,7 @@ "2014-11-01": "All Saints' Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", - "2015-01-02": "Berchtold's Day", + "2015-01-02": "Saint Berchtold's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", @@ -856,7 +856,7 @@ "2015-11-01": "All Saints' Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", - "2016-01-02": "Berchtold's Day", + "2016-01-02": "Saint Berchtold's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", @@ -869,7 +869,7 @@ "2016-11-01": "All Saints' Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", - "2017-01-02": "Berchtold's Day", + "2017-01-02": "Saint Berchtold's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", @@ -882,7 +882,7 @@ "2017-11-01": "All Saints' Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", - "2018-01-02": "Berchtold's Day", + "2018-01-02": "Saint Berchtold's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", @@ -895,7 +895,7 @@ "2018-11-01": "All Saints' Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", - "2019-01-02": "Berchtold's Day", + "2019-01-02": "Saint Berchtold's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", @@ -908,7 +908,7 @@ "2019-11-01": "All Saints' Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", - "2020-01-02": "Berchtold's Day", + "2020-01-02": "Saint Berchtold's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", @@ -921,7 +921,7 @@ "2020-11-01": "All Saints' Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", - "2021-01-02": "Berchtold's Day", + "2021-01-02": "Saint Berchtold's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", @@ -934,7 +934,7 @@ "2021-11-01": "All Saints' Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", - "2022-01-02": "Berchtold's Day", + "2022-01-02": "Saint Berchtold's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", @@ -947,7 +947,7 @@ "2022-11-01": "All Saints' Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", - "2023-01-02": "Berchtold's Day", + "2023-01-02": "Saint Berchtold's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", @@ -960,7 +960,7 @@ "2023-11-01": "All Saints' Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", - "2024-01-02": "Berchtold's Day", + "2024-01-02": "Saint Berchtold's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", @@ -973,7 +973,7 @@ "2024-11-01": "All Saints' Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", - "2025-01-02": "Berchtold's Day", + "2025-01-02": "Saint Berchtold's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", @@ -986,7 +986,7 @@ "2025-11-01": "All Saints' Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", - "2026-01-02": "Berchtold's Day", + "2026-01-02": "Saint Berchtold's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", @@ -999,7 +999,7 @@ "2026-11-01": "All Saints' Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", - "2027-01-02": "Berchtold's Day", + "2027-01-02": "Saint Berchtold's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", @@ -1012,7 +1012,7 @@ "2027-11-01": "All Saints' Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", - "2028-01-02": "Berchtold's Day", + "2028-01-02": "Saint Berchtold's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", @@ -1025,7 +1025,7 @@ "2028-11-01": "All Saints' Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", - "2029-01-02": "Berchtold's Day", + "2029-01-02": "Saint Berchtold's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", @@ -1038,7 +1038,7 @@ "2029-11-01": "All Saints' Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", - "2030-01-02": "Berchtold's Day", + "2030-01-02": "Saint Berchtold's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", @@ -1051,7 +1051,7 @@ "2030-11-01": "All Saints' Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", - "2031-01-02": "Berchtold's Day", + "2031-01-02": "Saint Berchtold's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", @@ -1064,7 +1064,7 @@ "2031-11-01": "All Saints' Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", - "2032-01-02": "Berchtold's Day", + "2032-01-02": "Saint Berchtold's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", @@ -1077,7 +1077,7 @@ "2032-11-01": "All Saints' Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", - "2033-01-02": "Berchtold's Day", + "2033-01-02": "Saint Berchtold's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", @@ -1090,7 +1090,7 @@ "2033-11-01": "All Saints' Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", - "2034-01-02": "Berchtold's Day", + "2034-01-02": "Saint Berchtold's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", @@ -1103,7 +1103,7 @@ "2034-11-01": "All Saints' Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", - "2035-01-02": "Berchtold's Day", + "2035-01-02": "Saint Berchtold's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", @@ -1116,7 +1116,7 @@ "2035-11-01": "All Saints' Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", - "2036-01-02": "Berchtold's Day", + "2036-01-02": "Saint Berchtold's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", @@ -1129,7 +1129,7 @@ "2036-11-01": "All Saints' Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", - "2037-01-02": "Berchtold's Day", + "2037-01-02": "Saint Berchtold's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", @@ -1142,7 +1142,7 @@ "2037-11-01": "All Saints' Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", - "2038-01-02": "Berchtold's Day", + "2038-01-02": "Saint Berchtold's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", @@ -1155,7 +1155,7 @@ "2038-11-01": "All Saints' Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", - "2039-01-02": "Berchtold's Day", + "2039-01-02": "Saint Berchtold's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", @@ -1168,7 +1168,7 @@ "2039-11-01": "All Saints' Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", - "2040-01-02": "Berchtold's Day", + "2040-01-02": "Saint Berchtold's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", @@ -1181,7 +1181,7 @@ "2040-11-01": "All Saints' Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", - "2041-01-02": "Berchtold's Day", + "2041-01-02": "Saint Berchtold's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", @@ -1194,7 +1194,7 @@ "2041-11-01": "All Saints' Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", - "2042-01-02": "Berchtold's Day", + "2042-01-02": "Saint Berchtold's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", @@ -1207,7 +1207,7 @@ "2042-11-01": "All Saints' Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", - "2043-01-02": "Berchtold's Day", + "2043-01-02": "Saint Berchtold's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", @@ -1220,7 +1220,7 @@ "2043-11-01": "All Saints' Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", - "2044-01-02": "Berchtold's Day", + "2044-01-02": "Saint Berchtold's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", @@ -1233,7 +1233,7 @@ "2044-11-01": "All Saints' Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", - "2045-01-02": "Berchtold's Day", + "2045-01-02": "Saint Berchtold's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", @@ -1246,7 +1246,7 @@ "2045-11-01": "All Saints' Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", - "2046-01-02": "Berchtold's Day", + "2046-01-02": "Saint Berchtold's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", @@ -1259,7 +1259,7 @@ "2046-11-01": "All Saints' Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", - "2047-01-02": "Berchtold's Day", + "2047-01-02": "Saint Berchtold's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", @@ -1272,7 +1272,7 @@ "2047-11-01": "All Saints' Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", - "2048-01-02": "Berchtold's Day", + "2048-01-02": "Saint Berchtold's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", @@ -1285,7 +1285,7 @@ "2048-11-01": "All Saints' Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", - "2049-01-02": "Berchtold's Day", + "2049-01-02": "Saint Berchtold's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", @@ -1298,7 +1298,7 @@ "2049-11-01": "All Saints' Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", - "2050-01-02": "Berchtold's Day", + "2050-01-02": "Saint Berchtold's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", diff --git a/snapshots/countries/CH_LU.json b/snapshots/countries/CH_LU.json index facce2673..b0f8881c0 100644 --- a/snapshots/countries/CH_LU.json +++ b/snapshots/countries/CH_LU.json @@ -1,6 +1,6 @@ { "1950-01-01": "New Year's Day", - "1950-01-02": "Berchtold's Day", + "1950-01-02": "Saint Berchtold's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-18": "Ascension Day", @@ -13,7 +13,7 @@ "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", - "1951-01-02": "Berchtold's Day", + "1951-01-02": "Saint Berchtold's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-03": "Ascension Day", @@ -26,7 +26,7 @@ "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", - "1952-01-02": "Berchtold's Day", + "1952-01-02": "Saint Berchtold's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-22": "Ascension Day", @@ -39,7 +39,7 @@ "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", - "1953-01-02": "Berchtold's Day", + "1953-01-02": "Saint Berchtold's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-14": "Ascension Day", @@ -52,7 +52,7 @@ "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", - "1954-01-02": "Berchtold's Day", + "1954-01-02": "Saint Berchtold's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-27": "Ascension Day", @@ -65,7 +65,7 @@ "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", - "1955-01-02": "Berchtold's Day", + "1955-01-02": "Saint Berchtold's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-19": "Ascension Day", @@ -78,7 +78,7 @@ "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", - "1956-01-02": "Berchtold's Day", + "1956-01-02": "Saint Berchtold's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-10": "Ascension Day", @@ -91,7 +91,7 @@ "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", - "1957-01-02": "Berchtold's Day", + "1957-01-02": "Saint Berchtold's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-30": "Ascension Day", @@ -104,7 +104,7 @@ "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", - "1958-01-02": "Berchtold's Day", + "1958-01-02": "Saint Berchtold's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-15": "Ascension Day", @@ -117,7 +117,7 @@ "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", - "1959-01-02": "Berchtold's Day", + "1959-01-02": "Saint Berchtold's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-07": "Ascension Day", @@ -130,7 +130,7 @@ "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", - "1960-01-02": "Berchtold's Day", + "1960-01-02": "Saint Berchtold's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-26": "Ascension Day", @@ -143,7 +143,7 @@ "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", - "1961-01-02": "Berchtold's Day", + "1961-01-02": "Saint Berchtold's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-11": "Ascension Day", @@ -156,7 +156,7 @@ "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", - "1962-01-02": "Berchtold's Day", + "1962-01-02": "Saint Berchtold's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-31": "Ascension Day", @@ -169,7 +169,7 @@ "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", - "1963-01-02": "Berchtold's Day", + "1963-01-02": "Saint Berchtold's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-23": "Ascension Day", @@ -182,7 +182,7 @@ "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", - "1964-01-02": "Berchtold's Day", + "1964-01-02": "Saint Berchtold's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-07": "Ascension Day", @@ -195,7 +195,7 @@ "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", - "1965-01-02": "Berchtold's Day", + "1965-01-02": "Saint Berchtold's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-27": "Ascension Day", @@ -208,7 +208,7 @@ "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", - "1966-01-02": "Berchtold's Day", + "1966-01-02": "Saint Berchtold's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-19": "Ascension Day", @@ -221,7 +221,7 @@ "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", - "1967-01-02": "Berchtold's Day", + "1967-01-02": "Saint Berchtold's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-04": "Ascension Day", @@ -234,7 +234,7 @@ "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", - "1968-01-02": "Berchtold's Day", + "1968-01-02": "Saint Berchtold's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-23": "Ascension Day", @@ -247,7 +247,7 @@ "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", - "1969-01-02": "Berchtold's Day", + "1969-01-02": "Saint Berchtold's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-15": "Ascension Day", @@ -260,7 +260,7 @@ "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", - "1970-01-02": "Berchtold's Day", + "1970-01-02": "Saint Berchtold's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-07": "Ascension Day", @@ -273,7 +273,7 @@ "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", - "1971-01-02": "Berchtold's Day", + "1971-01-02": "Saint Berchtold's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-20": "Ascension Day", @@ -286,7 +286,7 @@ "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", - "1972-01-02": "Berchtold's Day", + "1972-01-02": "Saint Berchtold's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-11": "Ascension Day", @@ -299,7 +299,7 @@ "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", - "1973-01-02": "Berchtold's Day", + "1973-01-02": "Saint Berchtold's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-31": "Ascension Day", @@ -312,7 +312,7 @@ "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", - "1974-01-02": "Berchtold's Day", + "1974-01-02": "Saint Berchtold's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-23": "Ascension Day", @@ -325,7 +325,7 @@ "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", - "1975-01-02": "Berchtold's Day", + "1975-01-02": "Saint Berchtold's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-08": "Ascension Day", @@ -338,7 +338,7 @@ "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", - "1976-01-02": "Berchtold's Day", + "1976-01-02": "Saint Berchtold's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-27": "Ascension Day", @@ -351,7 +351,7 @@ "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", - "1977-01-02": "Berchtold's Day", + "1977-01-02": "Saint Berchtold's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-19": "Ascension Day", @@ -364,7 +364,7 @@ "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", - "1978-01-02": "Berchtold's Day", + "1978-01-02": "Saint Berchtold's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-04": "Ascension Day", @@ -377,7 +377,7 @@ "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", - "1979-01-02": "Berchtold's Day", + "1979-01-02": "Saint Berchtold's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-24": "Ascension Day", @@ -390,7 +390,7 @@ "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", - "1980-01-02": "Berchtold's Day", + "1980-01-02": "Saint Berchtold's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-15": "Ascension Day", @@ -403,7 +403,7 @@ "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", - "1981-01-02": "Berchtold's Day", + "1981-01-02": "Saint Berchtold's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-28": "Ascension Day", @@ -416,7 +416,7 @@ "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", - "1982-01-02": "Berchtold's Day", + "1982-01-02": "Saint Berchtold's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-20": "Ascension Day", @@ -429,7 +429,7 @@ "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", - "1983-01-02": "Berchtold's Day", + "1983-01-02": "Saint Berchtold's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-12": "Ascension Day", @@ -442,7 +442,7 @@ "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", - "1984-01-02": "Berchtold's Day", + "1984-01-02": "Saint Berchtold's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-31": "Ascension Day", @@ -455,7 +455,7 @@ "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", - "1985-01-02": "Berchtold's Day", + "1985-01-02": "Saint Berchtold's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-16": "Ascension Day", @@ -468,7 +468,7 @@ "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", - "1986-01-02": "Berchtold's Day", + "1986-01-02": "Saint Berchtold's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-08": "Ascension Day", @@ -481,7 +481,7 @@ "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", - "1987-01-02": "Berchtold's Day", + "1987-01-02": "Saint Berchtold's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-28": "Ascension Day", @@ -494,7 +494,7 @@ "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", - "1988-01-02": "Berchtold's Day", + "1988-01-02": "Saint Berchtold's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-12": "Ascension Day", @@ -507,7 +507,7 @@ "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", - "1989-01-02": "Berchtold's Day", + "1989-01-02": "Saint Berchtold's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-04": "Ascension Day", @@ -520,7 +520,7 @@ "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", - "1990-01-02": "Berchtold's Day", + "1990-01-02": "Saint Berchtold's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-24": "Ascension Day", @@ -533,7 +533,7 @@ "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", - "1991-01-02": "Berchtold's Day", + "1991-01-02": "Saint Berchtold's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-09": "Ascension Day", @@ -546,7 +546,7 @@ "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", - "1992-01-02": "Berchtold's Day", + "1992-01-02": "Saint Berchtold's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-28": "Ascension Day", @@ -559,7 +559,7 @@ "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", - "1993-01-02": "Berchtold's Day", + "1993-01-02": "Saint Berchtold's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-20": "Ascension Day", @@ -572,7 +572,7 @@ "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", - "1994-01-02": "Berchtold's Day", + "1994-01-02": "Saint Berchtold's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-12": "Ascension Day", @@ -585,7 +585,7 @@ "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", - "1995-01-02": "Berchtold's Day", + "1995-01-02": "Saint Berchtold's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-25": "Ascension Day", @@ -598,7 +598,7 @@ "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", - "1996-01-02": "Berchtold's Day", + "1996-01-02": "Saint Berchtold's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-16": "Ascension Day", @@ -611,7 +611,7 @@ "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", - "1997-01-02": "Berchtold's Day", + "1997-01-02": "Saint Berchtold's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-08": "Ascension Day", @@ -624,7 +624,7 @@ "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", - "1998-01-02": "Berchtold's Day", + "1998-01-02": "Saint Berchtold's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-21": "Ascension Day", @@ -637,7 +637,7 @@ "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", - "1999-01-02": "Berchtold's Day", + "1999-01-02": "Saint Berchtold's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-13": "Ascension Day", @@ -650,7 +650,7 @@ "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", - "2000-01-02": "Berchtold's Day", + "2000-01-02": "Saint Berchtold's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-06-01": "Ascension Day", @@ -663,7 +663,7 @@ "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", - "2001-01-02": "Berchtold's Day", + "2001-01-02": "Saint Berchtold's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-24": "Ascension Day", @@ -676,7 +676,7 @@ "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", - "2002-01-02": "Berchtold's Day", + "2002-01-02": "Saint Berchtold's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-09": "Ascension Day", @@ -689,7 +689,7 @@ "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", - "2003-01-02": "Berchtold's Day", + "2003-01-02": "Saint Berchtold's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-29": "Ascension Day", @@ -702,7 +702,7 @@ "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", - "2004-01-02": "Berchtold's Day", + "2004-01-02": "Saint Berchtold's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-20": "Ascension Day", @@ -715,7 +715,7 @@ "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", - "2005-01-02": "Berchtold's Day", + "2005-01-02": "Saint Berchtold's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-05": "Ascension Day", @@ -728,7 +728,7 @@ "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", - "2006-01-02": "Berchtold's Day", + "2006-01-02": "Saint Berchtold's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-25": "Ascension Day", @@ -741,7 +741,7 @@ "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", - "2007-01-02": "Berchtold's Day", + "2007-01-02": "Saint Berchtold's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-17": "Ascension Day", @@ -754,7 +754,7 @@ "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", - "2008-01-02": "Berchtold's Day", + "2008-01-02": "Saint Berchtold's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day", @@ -767,7 +767,7 @@ "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", - "2009-01-02": "Berchtold's Day", + "2009-01-02": "Saint Berchtold's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-21": "Ascension Day", @@ -780,7 +780,7 @@ "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", - "2010-01-02": "Berchtold's Day", + "2010-01-02": "Saint Berchtold's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-13": "Ascension Day", @@ -793,7 +793,7 @@ "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", - "2011-01-02": "Berchtold's Day", + "2011-01-02": "Saint Berchtold's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-06-02": "Ascension Day", @@ -806,7 +806,7 @@ "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", - "2012-01-02": "Berchtold's Day", + "2012-01-02": "Saint Berchtold's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-17": "Ascension Day", @@ -819,7 +819,7 @@ "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", - "2013-01-02": "Berchtold's Day", + "2013-01-02": "Saint Berchtold's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-09": "Ascension Day", @@ -832,7 +832,7 @@ "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", - "2014-01-02": "Berchtold's Day", + "2014-01-02": "Saint Berchtold's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-29": "Ascension Day", @@ -845,7 +845,7 @@ "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", - "2015-01-02": "Berchtold's Day", + "2015-01-02": "Saint Berchtold's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-14": "Ascension Day", @@ -858,7 +858,7 @@ "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", - "2016-01-02": "Berchtold's Day", + "2016-01-02": "Saint Berchtold's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-05": "Ascension Day", @@ -871,7 +871,7 @@ "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", - "2017-01-02": "Berchtold's Day", + "2017-01-02": "Saint Berchtold's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-25": "Ascension Day", @@ -884,7 +884,7 @@ "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", - "2018-01-02": "Berchtold's Day", + "2018-01-02": "Saint Berchtold's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-10": "Ascension Day", @@ -897,7 +897,7 @@ "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", - "2019-01-02": "Berchtold's Day", + "2019-01-02": "Saint Berchtold's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-30": "Ascension Day", @@ -910,7 +910,7 @@ "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", - "2020-01-02": "Berchtold's Day", + "2020-01-02": "Saint Berchtold's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-21": "Ascension Day", @@ -923,7 +923,7 @@ "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", - "2021-01-02": "Berchtold's Day", + "2021-01-02": "Saint Berchtold's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-13": "Ascension Day", @@ -936,7 +936,7 @@ "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", - "2022-01-02": "Berchtold's Day", + "2022-01-02": "Saint Berchtold's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-26": "Ascension Day", @@ -949,7 +949,7 @@ "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", - "2023-01-02": "Berchtold's Day", + "2023-01-02": "Saint Berchtold's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-18": "Ascension Day", @@ -962,7 +962,7 @@ "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", - "2024-01-02": "Berchtold's Day", + "2024-01-02": "Saint Berchtold's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-09": "Ascension Day", @@ -975,7 +975,7 @@ "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", - "2025-01-02": "Berchtold's Day", + "2025-01-02": "Saint Berchtold's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-29": "Ascension Day", @@ -988,7 +988,7 @@ "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", - "2026-01-02": "Berchtold's Day", + "2026-01-02": "Saint Berchtold's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-14": "Ascension Day", @@ -1001,7 +1001,7 @@ "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", - "2027-01-02": "Berchtold's Day", + "2027-01-02": "Saint Berchtold's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-06": "Ascension Day", @@ -1014,7 +1014,7 @@ "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", - "2028-01-02": "Berchtold's Day", + "2028-01-02": "Saint Berchtold's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-25": "Ascension Day", @@ -1027,7 +1027,7 @@ "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", - "2029-01-02": "Berchtold's Day", + "2029-01-02": "Saint Berchtold's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-10": "Ascension Day", @@ -1040,7 +1040,7 @@ "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", - "2030-01-02": "Berchtold's Day", + "2030-01-02": "Saint Berchtold's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-30": "Ascension Day", @@ -1053,7 +1053,7 @@ "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", - "2031-01-02": "Berchtold's Day", + "2031-01-02": "Saint Berchtold's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-22": "Ascension Day", @@ -1066,7 +1066,7 @@ "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", - "2032-01-02": "Berchtold's Day", + "2032-01-02": "Saint Berchtold's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-06": "Ascension Day", @@ -1079,7 +1079,7 @@ "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", - "2033-01-02": "Berchtold's Day", + "2033-01-02": "Saint Berchtold's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-26": "Ascension Day", @@ -1092,7 +1092,7 @@ "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", - "2034-01-02": "Berchtold's Day", + "2034-01-02": "Saint Berchtold's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-18": "Ascension Day", @@ -1105,7 +1105,7 @@ "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", - "2035-01-02": "Berchtold's Day", + "2035-01-02": "Saint Berchtold's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-03": "Ascension Day", @@ -1118,7 +1118,7 @@ "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", - "2036-01-02": "Berchtold's Day", + "2036-01-02": "Saint Berchtold's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-22": "Ascension Day", @@ -1131,7 +1131,7 @@ "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", - "2037-01-02": "Berchtold's Day", + "2037-01-02": "Saint Berchtold's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-14": "Ascension Day", @@ -1144,7 +1144,7 @@ "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", - "2038-01-02": "Berchtold's Day", + "2038-01-02": "Saint Berchtold's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-06-03": "Ascension Day", @@ -1157,7 +1157,7 @@ "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", - "2039-01-02": "Berchtold's Day", + "2039-01-02": "Saint Berchtold's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-19": "Ascension Day", @@ -1170,7 +1170,7 @@ "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", - "2040-01-02": "Berchtold's Day", + "2040-01-02": "Saint Berchtold's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-10": "Ascension Day", @@ -1183,7 +1183,7 @@ "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", - "2041-01-02": "Berchtold's Day", + "2041-01-02": "Saint Berchtold's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-30": "Ascension Day", @@ -1196,7 +1196,7 @@ "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", - "2042-01-02": "Berchtold's Day", + "2042-01-02": "Saint Berchtold's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-15": "Ascension Day", @@ -1209,7 +1209,7 @@ "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", - "2043-01-02": "Berchtold's Day", + "2043-01-02": "Saint Berchtold's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-07": "Ascension Day", @@ -1222,7 +1222,7 @@ "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", - "2044-01-02": "Berchtold's Day", + "2044-01-02": "Saint Berchtold's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-26": "Ascension Day", @@ -1235,7 +1235,7 @@ "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", - "2045-01-02": "Berchtold's Day", + "2045-01-02": "Saint Berchtold's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-18": "Ascension Day", @@ -1248,7 +1248,7 @@ "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", - "2046-01-02": "Berchtold's Day", + "2046-01-02": "Saint Berchtold's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-03": "Ascension Day", @@ -1261,7 +1261,7 @@ "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", - "2047-01-02": "Berchtold's Day", + "2047-01-02": "Saint Berchtold's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-23": "Ascension Day", @@ -1274,7 +1274,7 @@ "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", - "2048-01-02": "Berchtold's Day", + "2048-01-02": "Saint Berchtold's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-14": "Ascension Day", @@ -1287,7 +1287,7 @@ "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", - "2049-01-02": "Berchtold's Day", + "2049-01-02": "Saint Berchtold's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-27": "Ascension Day", @@ -1300,7 +1300,7 @@ "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", - "2050-01-02": "Berchtold's Day", + "2050-01-02": "Saint Berchtold's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-19": "Ascension Day", diff --git a/snapshots/countries/CH_NE.json b/snapshots/countries/CH_NE.json index 9a75b7fbd..509182440 100644 --- a/snapshots/countries/CH_NE.json +++ b/snapshots/countries/CH_NE.json @@ -1,6 +1,6 @@ { "1950-01-01": "New Year's Day", - "1950-01-02": "Berchtold's Day", + "1950-01-02": "Saint Berchtold's Day", "1950-03-01": "Republic Day", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", @@ -50,7 +50,7 @@ "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", - "1956-01-02": "Berchtold's Day", + "1956-01-02": "Saint Berchtold's Day", "1956-03-01": "Republic Day", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", @@ -92,7 +92,7 @@ "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", - "1961-01-02": "Berchtold's Day", + "1961-01-02": "Saint Berchtold's Day", "1961-03-01": "Republic Day", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", @@ -142,7 +142,7 @@ "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", - "1967-01-02": "Berchtold's Day", + "1967-01-02": "Saint Berchtold's Day", "1967-03-01": "Republic Day", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", @@ -232,7 +232,7 @@ "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", - "1978-01-02": "Berchtold's Day", + "1978-01-02": "Saint Berchtold's Day", "1978-03-01": "Republic Day", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", @@ -282,7 +282,7 @@ "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", - "1984-01-02": "Berchtold's Day", + "1984-01-02": "Saint Berchtold's Day", "1984-03-01": "Republic Day", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", @@ -324,7 +324,7 @@ "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", - "1989-01-02": "Berchtold's Day", + "1989-01-02": "Saint Berchtold's Day", "1989-03-01": "Republic Day", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", @@ -374,7 +374,7 @@ "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", - "1995-01-02": "Berchtold's Day", + "1995-01-02": "Saint Berchtold's Day", "1995-03-01": "Republic Day", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", @@ -464,7 +464,7 @@ "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", - "2006-01-02": "Berchtold's Day", + "2006-01-02": "Saint Berchtold's Day", "2006-03-01": "Republic Day", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", @@ -513,7 +513,7 @@ "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", - "2012-01-02": "Berchtold's Day", + "2012-01-02": "Saint Berchtold's Day", "2012-03-01": "Republic Day", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", @@ -555,7 +555,7 @@ "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", - "2017-01-02": "Berchtold's Day", + "2017-01-02": "Saint Berchtold's Day", "2017-03-01": "Republic Day", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", @@ -605,7 +605,7 @@ "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", - "2023-01-02": "Berchtold's Day", + "2023-01-02": "Saint Berchtold's Day", "2023-03-01": "Republic Day", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", @@ -695,7 +695,7 @@ "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", - "2034-01-02": "Berchtold's Day", + "2034-01-02": "Saint Berchtold's Day", "2034-03-01": "Republic Day", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", @@ -745,7 +745,7 @@ "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", - "2040-01-02": "Berchtold's Day", + "2040-01-02": "Saint Berchtold's Day", "2040-03-01": "Republic Day", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", @@ -787,7 +787,7 @@ "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", - "2045-01-02": "Berchtold's Day", + "2045-01-02": "Saint Berchtold's Day", "2045-03-01": "Republic Day", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", diff --git a/snapshots/countries/CH_NW.json b/snapshots/countries/CH_NW.json index c5e275f52..e8177e7b7 100644 --- a/snapshots/countries/CH_NW.json +++ b/snapshots/countries/CH_NW.json @@ -1,6 +1,6 @@ { "1950-01-01": "New Year's Day", - "1950-01-02": "Berchtold's Day", + "1950-01-02": "Saint Berchtold's Day", "1950-03-19": "Saint Joseph's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", @@ -14,7 +14,7 @@ "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", - "1951-01-02": "Berchtold's Day", + "1951-01-02": "Saint Berchtold's Day", "1951-03-19": "Saint Joseph's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", @@ -28,7 +28,7 @@ "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", - "1952-01-02": "Berchtold's Day", + "1952-01-02": "Saint Berchtold's Day", "1952-03-19": "Saint Joseph's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", @@ -42,7 +42,7 @@ "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", - "1953-01-02": "Berchtold's Day", + "1953-01-02": "Saint Berchtold's Day", "1953-03-19": "Saint Joseph's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", @@ -56,7 +56,7 @@ "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", - "1954-01-02": "Berchtold's Day", + "1954-01-02": "Saint Berchtold's Day", "1954-03-19": "Saint Joseph's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", @@ -70,7 +70,7 @@ "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", - "1955-01-02": "Berchtold's Day", + "1955-01-02": "Saint Berchtold's Day", "1955-03-19": "Saint Joseph's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", @@ -84,7 +84,7 @@ "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", - "1956-01-02": "Berchtold's Day", + "1956-01-02": "Saint Berchtold's Day", "1956-03-19": "Saint Joseph's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", @@ -98,7 +98,7 @@ "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", - "1957-01-02": "Berchtold's Day", + "1957-01-02": "Saint Berchtold's Day", "1957-03-19": "Saint Joseph's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", @@ -112,7 +112,7 @@ "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", - "1958-01-02": "Berchtold's Day", + "1958-01-02": "Saint Berchtold's Day", "1958-03-19": "Saint Joseph's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", @@ -126,7 +126,7 @@ "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", - "1959-01-02": "Berchtold's Day", + "1959-01-02": "Saint Berchtold's Day", "1959-03-19": "Saint Joseph's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", @@ -140,7 +140,7 @@ "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", - "1960-01-02": "Berchtold's Day", + "1960-01-02": "Saint Berchtold's Day", "1960-03-19": "Saint Joseph's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", @@ -154,7 +154,7 @@ "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", - "1961-01-02": "Berchtold's Day", + "1961-01-02": "Saint Berchtold's Day", "1961-03-19": "Saint Joseph's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", @@ -168,7 +168,7 @@ "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", - "1962-01-02": "Berchtold's Day", + "1962-01-02": "Saint Berchtold's Day", "1962-03-19": "Saint Joseph's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", @@ -182,7 +182,7 @@ "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", - "1963-01-02": "Berchtold's Day", + "1963-01-02": "Saint Berchtold's Day", "1963-03-19": "Saint Joseph's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", @@ -196,7 +196,7 @@ "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", - "1964-01-02": "Berchtold's Day", + "1964-01-02": "Saint Berchtold's Day", "1964-03-19": "Saint Joseph's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", @@ -210,7 +210,7 @@ "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", - "1965-01-02": "Berchtold's Day", + "1965-01-02": "Saint Berchtold's Day", "1965-03-19": "Saint Joseph's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", @@ -224,7 +224,7 @@ "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", - "1966-01-02": "Berchtold's Day", + "1966-01-02": "Saint Berchtold's Day", "1966-03-19": "Saint Joseph's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", @@ -238,7 +238,7 @@ "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", - "1967-01-02": "Berchtold's Day", + "1967-01-02": "Saint Berchtold's Day", "1967-03-19": "Saint Joseph's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", @@ -252,7 +252,7 @@ "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", - "1968-01-02": "Berchtold's Day", + "1968-01-02": "Saint Berchtold's Day", "1968-03-19": "Saint Joseph's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", @@ -266,7 +266,7 @@ "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", - "1969-01-02": "Berchtold's Day", + "1969-01-02": "Saint Berchtold's Day", "1969-03-19": "Saint Joseph's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", @@ -280,7 +280,7 @@ "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", - "1970-01-02": "Berchtold's Day", + "1970-01-02": "Saint Berchtold's Day", "1970-03-19": "Saint Joseph's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", @@ -294,7 +294,7 @@ "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", - "1971-01-02": "Berchtold's Day", + "1971-01-02": "Saint Berchtold's Day", "1971-03-19": "Saint Joseph's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", @@ -308,7 +308,7 @@ "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", - "1972-01-02": "Berchtold's Day", + "1972-01-02": "Saint Berchtold's Day", "1972-03-19": "Saint Joseph's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", @@ -322,7 +322,7 @@ "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", - "1973-01-02": "Berchtold's Day", + "1973-01-02": "Saint Berchtold's Day", "1973-03-19": "Saint Joseph's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", @@ -336,7 +336,7 @@ "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", - "1974-01-02": "Berchtold's Day", + "1974-01-02": "Saint Berchtold's Day", "1974-03-19": "Saint Joseph's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", @@ -350,7 +350,7 @@ "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", - "1975-01-02": "Berchtold's Day", + "1975-01-02": "Saint Berchtold's Day", "1975-03-19": "Saint Joseph's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", @@ -364,7 +364,7 @@ "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", - "1976-01-02": "Berchtold's Day", + "1976-01-02": "Saint Berchtold's Day", "1976-03-19": "Saint Joseph's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", @@ -378,7 +378,7 @@ "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", - "1977-01-02": "Berchtold's Day", + "1977-01-02": "Saint Berchtold's Day", "1977-03-19": "Saint Joseph's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", @@ -392,7 +392,7 @@ "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", - "1978-01-02": "Berchtold's Day", + "1978-01-02": "Saint Berchtold's Day", "1978-03-19": "Saint Joseph's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", @@ -406,7 +406,7 @@ "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", - "1979-01-02": "Berchtold's Day", + "1979-01-02": "Saint Berchtold's Day", "1979-03-19": "Saint Joseph's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", @@ -420,7 +420,7 @@ "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", - "1980-01-02": "Berchtold's Day", + "1980-01-02": "Saint Berchtold's Day", "1980-03-19": "Saint Joseph's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", @@ -434,7 +434,7 @@ "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", - "1981-01-02": "Berchtold's Day", + "1981-01-02": "Saint Berchtold's Day", "1981-03-19": "Saint Joseph's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", @@ -448,7 +448,7 @@ "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", - "1982-01-02": "Berchtold's Day", + "1982-01-02": "Saint Berchtold's Day", "1982-03-19": "Saint Joseph's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", @@ -462,7 +462,7 @@ "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", - "1983-01-02": "Berchtold's Day", + "1983-01-02": "Saint Berchtold's Day", "1983-03-19": "Saint Joseph's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", @@ -476,7 +476,7 @@ "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", - "1984-01-02": "Berchtold's Day", + "1984-01-02": "Saint Berchtold's Day", "1984-03-19": "Saint Joseph's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", @@ -490,7 +490,7 @@ "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", - "1985-01-02": "Berchtold's Day", + "1985-01-02": "Saint Berchtold's Day", "1985-03-19": "Saint Joseph's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", @@ -504,7 +504,7 @@ "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", - "1986-01-02": "Berchtold's Day", + "1986-01-02": "Saint Berchtold's Day", "1986-03-19": "Saint Joseph's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", @@ -518,7 +518,7 @@ "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", - "1987-01-02": "Berchtold's Day", + "1987-01-02": "Saint Berchtold's Day", "1987-03-19": "Saint Joseph's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", @@ -532,7 +532,7 @@ "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", - "1988-01-02": "Berchtold's Day", + "1988-01-02": "Saint Berchtold's Day", "1988-03-19": "Saint Joseph's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", @@ -546,7 +546,7 @@ "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", - "1989-01-02": "Berchtold's Day", + "1989-01-02": "Saint Berchtold's Day", "1989-03-19": "Saint Joseph's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", @@ -560,7 +560,7 @@ "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", - "1990-01-02": "Berchtold's Day", + "1990-01-02": "Saint Berchtold's Day", "1990-03-19": "Saint Joseph's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", @@ -574,7 +574,7 @@ "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", - "1991-01-02": "Berchtold's Day", + "1991-01-02": "Saint Berchtold's Day", "1991-03-19": "Saint Joseph's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", @@ -588,7 +588,7 @@ "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", - "1992-01-02": "Berchtold's Day", + "1992-01-02": "Saint Berchtold's Day", "1992-03-19": "Saint Joseph's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", @@ -602,7 +602,7 @@ "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", - "1993-01-02": "Berchtold's Day", + "1993-01-02": "Saint Berchtold's Day", "1993-03-19": "Saint Joseph's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", @@ -616,7 +616,7 @@ "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", - "1994-01-02": "Berchtold's Day", + "1994-01-02": "Saint Berchtold's Day", "1994-03-19": "Saint Joseph's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", @@ -630,7 +630,7 @@ "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", - "1995-01-02": "Berchtold's Day", + "1995-01-02": "Saint Berchtold's Day", "1995-03-19": "Saint Joseph's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", @@ -644,7 +644,7 @@ "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", - "1996-01-02": "Berchtold's Day", + "1996-01-02": "Saint Berchtold's Day", "1996-03-19": "Saint Joseph's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", @@ -658,7 +658,7 @@ "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", - "1997-01-02": "Berchtold's Day", + "1997-01-02": "Saint Berchtold's Day", "1997-03-19": "Saint Joseph's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", @@ -672,7 +672,7 @@ "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", - "1998-01-02": "Berchtold's Day", + "1998-01-02": "Saint Berchtold's Day", "1998-03-19": "Saint Joseph's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", @@ -686,7 +686,7 @@ "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", - "1999-01-02": "Berchtold's Day", + "1999-01-02": "Saint Berchtold's Day", "1999-03-19": "Saint Joseph's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", @@ -700,7 +700,7 @@ "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", - "2000-01-02": "Berchtold's Day", + "2000-01-02": "Saint Berchtold's Day", "2000-03-19": "Saint Joseph's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", @@ -714,7 +714,7 @@ "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", - "2001-01-02": "Berchtold's Day", + "2001-01-02": "Saint Berchtold's Day", "2001-03-19": "Saint Joseph's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", @@ -728,7 +728,7 @@ "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", - "2002-01-02": "Berchtold's Day", + "2002-01-02": "Saint Berchtold's Day", "2002-03-19": "Saint Joseph's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", @@ -742,7 +742,7 @@ "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", - "2003-01-02": "Berchtold's Day", + "2003-01-02": "Saint Berchtold's Day", "2003-03-19": "Saint Joseph's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", @@ -756,7 +756,7 @@ "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", - "2004-01-02": "Berchtold's Day", + "2004-01-02": "Saint Berchtold's Day", "2004-03-19": "Saint Joseph's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", @@ -770,7 +770,7 @@ "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", - "2005-01-02": "Berchtold's Day", + "2005-01-02": "Saint Berchtold's Day", "2005-03-19": "Saint Joseph's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", @@ -784,7 +784,7 @@ "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", - "2006-01-02": "Berchtold's Day", + "2006-01-02": "Saint Berchtold's Day", "2006-03-19": "Saint Joseph's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", @@ -798,7 +798,7 @@ "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", - "2007-01-02": "Berchtold's Day", + "2007-01-02": "Saint Berchtold's Day", "2007-03-19": "Saint Joseph's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", @@ -812,7 +812,7 @@ "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", - "2008-01-02": "Berchtold's Day", + "2008-01-02": "Saint Berchtold's Day", "2008-03-19": "Saint Joseph's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", @@ -826,7 +826,7 @@ "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", - "2009-01-02": "Berchtold's Day", + "2009-01-02": "Saint Berchtold's Day", "2009-03-19": "Saint Joseph's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", @@ -840,7 +840,7 @@ "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", - "2010-01-02": "Berchtold's Day", + "2010-01-02": "Saint Berchtold's Day", "2010-03-19": "Saint Joseph's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", @@ -854,7 +854,7 @@ "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", - "2011-01-02": "Berchtold's Day", + "2011-01-02": "Saint Berchtold's Day", "2011-03-19": "Saint Joseph's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", @@ -868,7 +868,7 @@ "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", - "2012-01-02": "Berchtold's Day", + "2012-01-02": "Saint Berchtold's Day", "2012-03-19": "Saint Joseph's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", @@ -882,7 +882,7 @@ "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", - "2013-01-02": "Berchtold's Day", + "2013-01-02": "Saint Berchtold's Day", "2013-03-19": "Saint Joseph's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", @@ -896,7 +896,7 @@ "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", - "2014-01-02": "Berchtold's Day", + "2014-01-02": "Saint Berchtold's Day", "2014-03-19": "Saint Joseph's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", @@ -910,7 +910,7 @@ "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", - "2015-01-02": "Berchtold's Day", + "2015-01-02": "Saint Berchtold's Day", "2015-03-19": "Saint Joseph's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", @@ -924,7 +924,7 @@ "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", - "2016-01-02": "Berchtold's Day", + "2016-01-02": "Saint Berchtold's Day", "2016-03-19": "Saint Joseph's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", @@ -938,7 +938,7 @@ "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", - "2017-01-02": "Berchtold's Day", + "2017-01-02": "Saint Berchtold's Day", "2017-03-19": "Saint Joseph's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", @@ -952,7 +952,7 @@ "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", - "2018-01-02": "Berchtold's Day", + "2018-01-02": "Saint Berchtold's Day", "2018-03-19": "Saint Joseph's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", @@ -966,7 +966,7 @@ "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", - "2019-01-02": "Berchtold's Day", + "2019-01-02": "Saint Berchtold's Day", "2019-03-19": "Saint Joseph's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", @@ -980,7 +980,7 @@ "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", - "2020-01-02": "Berchtold's Day", + "2020-01-02": "Saint Berchtold's Day", "2020-03-19": "Saint Joseph's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", @@ -994,7 +994,7 @@ "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", - "2021-01-02": "Berchtold's Day", + "2021-01-02": "Saint Berchtold's Day", "2021-03-19": "Saint Joseph's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", @@ -1008,7 +1008,7 @@ "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", - "2022-01-02": "Berchtold's Day", + "2022-01-02": "Saint Berchtold's Day", "2022-03-19": "Saint Joseph's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", @@ -1022,7 +1022,7 @@ "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", - "2023-01-02": "Berchtold's Day", + "2023-01-02": "Saint Berchtold's Day", "2023-03-19": "Saint Joseph's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", @@ -1036,7 +1036,7 @@ "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", - "2024-01-02": "Berchtold's Day", + "2024-01-02": "Saint Berchtold's Day", "2024-03-19": "Saint Joseph's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", @@ -1050,7 +1050,7 @@ "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", - "2025-01-02": "Berchtold's Day", + "2025-01-02": "Saint Berchtold's Day", "2025-03-19": "Saint Joseph's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", @@ -1064,7 +1064,7 @@ "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", - "2026-01-02": "Berchtold's Day", + "2026-01-02": "Saint Berchtold's Day", "2026-03-19": "Saint Joseph's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", @@ -1078,7 +1078,7 @@ "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", - "2027-01-02": "Berchtold's Day", + "2027-01-02": "Saint Berchtold's Day", "2027-03-19": "Saint Joseph's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", @@ -1092,7 +1092,7 @@ "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", - "2028-01-02": "Berchtold's Day", + "2028-01-02": "Saint Berchtold's Day", "2028-03-19": "Saint Joseph's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", @@ -1106,7 +1106,7 @@ "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", - "2029-01-02": "Berchtold's Day", + "2029-01-02": "Saint Berchtold's Day", "2029-03-19": "Saint Joseph's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", @@ -1120,7 +1120,7 @@ "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", - "2030-01-02": "Berchtold's Day", + "2030-01-02": "Saint Berchtold's Day", "2030-03-19": "Saint Joseph's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", @@ -1134,7 +1134,7 @@ "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", - "2031-01-02": "Berchtold's Day", + "2031-01-02": "Saint Berchtold's Day", "2031-03-19": "Saint Joseph's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", @@ -1148,7 +1148,7 @@ "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", - "2032-01-02": "Berchtold's Day", + "2032-01-02": "Saint Berchtold's Day", "2032-03-19": "Saint Joseph's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", @@ -1162,7 +1162,7 @@ "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", - "2033-01-02": "Berchtold's Day", + "2033-01-02": "Saint Berchtold's Day", "2033-03-19": "Saint Joseph's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", @@ -1176,7 +1176,7 @@ "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", - "2034-01-02": "Berchtold's Day", + "2034-01-02": "Saint Berchtold's Day", "2034-03-19": "Saint Joseph's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", @@ -1190,7 +1190,7 @@ "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", - "2035-01-02": "Berchtold's Day", + "2035-01-02": "Saint Berchtold's Day", "2035-03-19": "Saint Joseph's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", @@ -1204,7 +1204,7 @@ "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", - "2036-01-02": "Berchtold's Day", + "2036-01-02": "Saint Berchtold's Day", "2036-03-19": "Saint Joseph's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", @@ -1218,7 +1218,7 @@ "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", - "2037-01-02": "Berchtold's Day", + "2037-01-02": "Saint Berchtold's Day", "2037-03-19": "Saint Joseph's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", @@ -1232,7 +1232,7 @@ "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", - "2038-01-02": "Berchtold's Day", + "2038-01-02": "Saint Berchtold's Day", "2038-03-19": "Saint Joseph's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", @@ -1246,7 +1246,7 @@ "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", - "2039-01-02": "Berchtold's Day", + "2039-01-02": "Saint Berchtold's Day", "2039-03-19": "Saint Joseph's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", @@ -1260,7 +1260,7 @@ "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", - "2040-01-02": "Berchtold's Day", + "2040-01-02": "Saint Berchtold's Day", "2040-03-19": "Saint Joseph's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", @@ -1274,7 +1274,7 @@ "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", - "2041-01-02": "Berchtold's Day", + "2041-01-02": "Saint Berchtold's Day", "2041-03-19": "Saint Joseph's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", @@ -1288,7 +1288,7 @@ "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", - "2042-01-02": "Berchtold's Day", + "2042-01-02": "Saint Berchtold's Day", "2042-03-19": "Saint Joseph's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", @@ -1302,7 +1302,7 @@ "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", - "2043-01-02": "Berchtold's Day", + "2043-01-02": "Saint Berchtold's Day", "2043-03-19": "Saint Joseph's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", @@ -1316,7 +1316,7 @@ "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", - "2044-01-02": "Berchtold's Day", + "2044-01-02": "Saint Berchtold's Day", "2044-03-19": "Saint Joseph's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", @@ -1330,7 +1330,7 @@ "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", - "2045-01-02": "Berchtold's Day", + "2045-01-02": "Saint Berchtold's Day", "2045-03-19": "Saint Joseph's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", @@ -1344,7 +1344,7 @@ "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", - "2046-01-02": "Berchtold's Day", + "2046-01-02": "Saint Berchtold's Day", "2046-03-19": "Saint Joseph's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", @@ -1358,7 +1358,7 @@ "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", - "2047-01-02": "Berchtold's Day", + "2047-01-02": "Saint Berchtold's Day", "2047-03-19": "Saint Joseph's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", @@ -1372,7 +1372,7 @@ "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", - "2048-01-02": "Berchtold's Day", + "2048-01-02": "Saint Berchtold's Day", "2048-03-19": "Saint Joseph's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", @@ -1386,7 +1386,7 @@ "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", - "2049-01-02": "Berchtold's Day", + "2049-01-02": "Saint Berchtold's Day", "2049-03-19": "Saint Joseph's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", @@ -1400,7 +1400,7 @@ "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", - "2050-01-02": "Berchtold's Day", + "2050-01-02": "Saint Berchtold's Day", "2050-03-19": "Saint Joseph's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", diff --git a/snapshots/countries/CH_OW.json b/snapshots/countries/CH_OW.json index ec6511055..4edfa2d5a 100644 --- a/snapshots/countries/CH_OW.json +++ b/snapshots/countries/CH_OW.json @@ -1,6 +1,6 @@ { "1950-01-01": "New Year's Day", - "1950-01-02": "Berchtold's Day", + "1950-01-02": "Saint Berchtold's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-18": "Ascension Day", @@ -14,7 +14,7 @@ "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", - "1951-01-02": "Berchtold's Day", + "1951-01-02": "Saint Berchtold's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-03": "Ascension Day", @@ -28,7 +28,7 @@ "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", - "1952-01-02": "Berchtold's Day", + "1952-01-02": "Saint Berchtold's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-22": "Ascension Day", @@ -42,7 +42,7 @@ "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", - "1953-01-02": "Berchtold's Day", + "1953-01-02": "Saint Berchtold's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-14": "Ascension Day", @@ -56,7 +56,7 @@ "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", - "1954-01-02": "Berchtold's Day", + "1954-01-02": "Saint Berchtold's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-27": "Ascension Day", @@ -70,7 +70,7 @@ "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", - "1955-01-02": "Berchtold's Day", + "1955-01-02": "Saint Berchtold's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-19": "Ascension Day", @@ -84,7 +84,7 @@ "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", - "1956-01-02": "Berchtold's Day", + "1956-01-02": "Saint Berchtold's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-10": "Ascension Day", @@ -98,7 +98,7 @@ "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", - "1957-01-02": "Berchtold's Day", + "1957-01-02": "Saint Berchtold's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-30": "Ascension Day", @@ -112,7 +112,7 @@ "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", - "1958-01-02": "Berchtold's Day", + "1958-01-02": "Saint Berchtold's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-15": "Ascension Day", @@ -126,7 +126,7 @@ "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", - "1959-01-02": "Berchtold's Day", + "1959-01-02": "Saint Berchtold's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-07": "Ascension Day", @@ -140,7 +140,7 @@ "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", - "1960-01-02": "Berchtold's Day", + "1960-01-02": "Saint Berchtold's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-26": "Ascension Day", @@ -154,7 +154,7 @@ "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", - "1961-01-02": "Berchtold's Day", + "1961-01-02": "Saint Berchtold's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-11": "Ascension Day", @@ -168,7 +168,7 @@ "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", - "1962-01-02": "Berchtold's Day", + "1962-01-02": "Saint Berchtold's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-31": "Ascension Day", @@ -182,7 +182,7 @@ "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", - "1963-01-02": "Berchtold's Day", + "1963-01-02": "Saint Berchtold's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-23": "Ascension Day", @@ -196,7 +196,7 @@ "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", - "1964-01-02": "Berchtold's Day", + "1964-01-02": "Saint Berchtold's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-07": "Ascension Day", @@ -210,7 +210,7 @@ "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", - "1965-01-02": "Berchtold's Day", + "1965-01-02": "Saint Berchtold's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-27": "Ascension Day", @@ -224,7 +224,7 @@ "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", - "1966-01-02": "Berchtold's Day", + "1966-01-02": "Saint Berchtold's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-19": "Ascension Day", @@ -238,7 +238,7 @@ "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", - "1967-01-02": "Berchtold's Day", + "1967-01-02": "Saint Berchtold's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-04": "Ascension Day", @@ -252,7 +252,7 @@ "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", - "1968-01-02": "Berchtold's Day", + "1968-01-02": "Saint Berchtold's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-23": "Ascension Day", @@ -266,7 +266,7 @@ "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", - "1969-01-02": "Berchtold's Day", + "1969-01-02": "Saint Berchtold's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-15": "Ascension Day", @@ -280,7 +280,7 @@ "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", - "1970-01-02": "Berchtold's Day", + "1970-01-02": "Saint Berchtold's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-07": "Ascension Day", @@ -294,7 +294,7 @@ "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", - "1971-01-02": "Berchtold's Day", + "1971-01-02": "Saint Berchtold's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-20": "Ascension Day", @@ -308,7 +308,7 @@ "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", - "1972-01-02": "Berchtold's Day", + "1972-01-02": "Saint Berchtold's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-11": "Ascension Day", @@ -322,7 +322,7 @@ "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", - "1973-01-02": "Berchtold's Day", + "1973-01-02": "Saint Berchtold's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-31": "Ascension Day", @@ -336,7 +336,7 @@ "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", - "1974-01-02": "Berchtold's Day", + "1974-01-02": "Saint Berchtold's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-23": "Ascension Day", @@ -350,7 +350,7 @@ "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", - "1975-01-02": "Berchtold's Day", + "1975-01-02": "Saint Berchtold's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-08": "Ascension Day", @@ -364,7 +364,7 @@ "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", - "1976-01-02": "Berchtold's Day", + "1976-01-02": "Saint Berchtold's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-27": "Ascension Day", @@ -378,7 +378,7 @@ "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", - "1977-01-02": "Berchtold's Day", + "1977-01-02": "Saint Berchtold's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-19": "Ascension Day", @@ -392,7 +392,7 @@ "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", - "1978-01-02": "Berchtold's Day", + "1978-01-02": "Saint Berchtold's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-04": "Ascension Day", @@ -406,7 +406,7 @@ "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", - "1979-01-02": "Berchtold's Day", + "1979-01-02": "Saint Berchtold's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-24": "Ascension Day", @@ -420,7 +420,7 @@ "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", - "1980-01-02": "Berchtold's Day", + "1980-01-02": "Saint Berchtold's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-15": "Ascension Day", @@ -434,7 +434,7 @@ "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", - "1981-01-02": "Berchtold's Day", + "1981-01-02": "Saint Berchtold's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-28": "Ascension Day", @@ -448,7 +448,7 @@ "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", - "1982-01-02": "Berchtold's Day", + "1982-01-02": "Saint Berchtold's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-20": "Ascension Day", @@ -462,7 +462,7 @@ "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", - "1983-01-02": "Berchtold's Day", + "1983-01-02": "Saint Berchtold's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-12": "Ascension Day", @@ -476,7 +476,7 @@ "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", - "1984-01-02": "Berchtold's Day", + "1984-01-02": "Saint Berchtold's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-31": "Ascension Day", @@ -490,7 +490,7 @@ "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", - "1985-01-02": "Berchtold's Day", + "1985-01-02": "Saint Berchtold's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-16": "Ascension Day", @@ -504,7 +504,7 @@ "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", - "1986-01-02": "Berchtold's Day", + "1986-01-02": "Saint Berchtold's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-08": "Ascension Day", @@ -518,7 +518,7 @@ "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", - "1987-01-02": "Berchtold's Day", + "1987-01-02": "Saint Berchtold's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-28": "Ascension Day", @@ -532,7 +532,7 @@ "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", - "1988-01-02": "Berchtold's Day", + "1988-01-02": "Saint Berchtold's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-12": "Ascension Day", @@ -546,7 +546,7 @@ "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", - "1989-01-02": "Berchtold's Day", + "1989-01-02": "Saint Berchtold's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-04": "Ascension Day", @@ -560,7 +560,7 @@ "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", - "1990-01-02": "Berchtold's Day", + "1990-01-02": "Saint Berchtold's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-24": "Ascension Day", @@ -574,7 +574,7 @@ "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", - "1991-01-02": "Berchtold's Day", + "1991-01-02": "Saint Berchtold's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-09": "Ascension Day", @@ -588,7 +588,7 @@ "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", - "1992-01-02": "Berchtold's Day", + "1992-01-02": "Saint Berchtold's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-28": "Ascension Day", @@ -602,7 +602,7 @@ "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", - "1993-01-02": "Berchtold's Day", + "1993-01-02": "Saint Berchtold's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-20": "Ascension Day", @@ -616,7 +616,7 @@ "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", - "1994-01-02": "Berchtold's Day", + "1994-01-02": "Saint Berchtold's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-12": "Ascension Day", @@ -630,7 +630,7 @@ "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", - "1995-01-02": "Berchtold's Day", + "1995-01-02": "Saint Berchtold's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-25": "Ascension Day", @@ -644,7 +644,7 @@ "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", - "1996-01-02": "Berchtold's Day", + "1996-01-02": "Saint Berchtold's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-16": "Ascension Day", @@ -658,7 +658,7 @@ "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", - "1997-01-02": "Berchtold's Day", + "1997-01-02": "Saint Berchtold's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-08": "Ascension Day", @@ -672,7 +672,7 @@ "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", - "1998-01-02": "Berchtold's Day", + "1998-01-02": "Saint Berchtold's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-21": "Ascension Day", @@ -686,7 +686,7 @@ "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", - "1999-01-02": "Berchtold's Day", + "1999-01-02": "Saint Berchtold's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-13": "Ascension Day", @@ -700,7 +700,7 @@ "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", - "2000-01-02": "Berchtold's Day", + "2000-01-02": "Saint Berchtold's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-06-01": "Ascension Day", @@ -714,7 +714,7 @@ "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", - "2001-01-02": "Berchtold's Day", + "2001-01-02": "Saint Berchtold's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-24": "Ascension Day", @@ -728,7 +728,7 @@ "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", - "2002-01-02": "Berchtold's Day", + "2002-01-02": "Saint Berchtold's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-09": "Ascension Day", @@ -742,7 +742,7 @@ "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", - "2003-01-02": "Berchtold's Day", + "2003-01-02": "Saint Berchtold's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-29": "Ascension Day", @@ -756,7 +756,7 @@ "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", - "2004-01-02": "Berchtold's Day", + "2004-01-02": "Saint Berchtold's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-20": "Ascension Day", @@ -770,7 +770,7 @@ "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", - "2005-01-02": "Berchtold's Day", + "2005-01-02": "Saint Berchtold's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-05": "Ascension Day", @@ -784,7 +784,7 @@ "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", - "2006-01-02": "Berchtold's Day", + "2006-01-02": "Saint Berchtold's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-25": "Ascension Day", @@ -798,7 +798,7 @@ "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", - "2007-01-02": "Berchtold's Day", + "2007-01-02": "Saint Berchtold's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-17": "Ascension Day", @@ -812,7 +812,7 @@ "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", - "2008-01-02": "Berchtold's Day", + "2008-01-02": "Saint Berchtold's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day", @@ -826,7 +826,7 @@ "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", - "2009-01-02": "Berchtold's Day", + "2009-01-02": "Saint Berchtold's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-21": "Ascension Day", @@ -840,7 +840,7 @@ "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", - "2010-01-02": "Berchtold's Day", + "2010-01-02": "Saint Berchtold's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-13": "Ascension Day", @@ -854,7 +854,7 @@ "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", - "2011-01-02": "Berchtold's Day", + "2011-01-02": "Saint Berchtold's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-06-02": "Ascension Day", @@ -868,7 +868,7 @@ "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", - "2012-01-02": "Berchtold's Day", + "2012-01-02": "Saint Berchtold's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-17": "Ascension Day", @@ -882,7 +882,7 @@ "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", - "2013-01-02": "Berchtold's Day", + "2013-01-02": "Saint Berchtold's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-09": "Ascension Day", @@ -896,7 +896,7 @@ "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", - "2014-01-02": "Berchtold's Day", + "2014-01-02": "Saint Berchtold's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-29": "Ascension Day", @@ -910,7 +910,7 @@ "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", - "2015-01-02": "Berchtold's Day", + "2015-01-02": "Saint Berchtold's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-14": "Ascension Day", @@ -924,7 +924,7 @@ "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", - "2016-01-02": "Berchtold's Day", + "2016-01-02": "Saint Berchtold's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-05": "Ascension Day", @@ -938,7 +938,7 @@ "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", - "2017-01-02": "Berchtold's Day", + "2017-01-02": "Saint Berchtold's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-25": "Ascension Day", @@ -952,7 +952,7 @@ "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", - "2018-01-02": "Berchtold's Day", + "2018-01-02": "Saint Berchtold's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-10": "Ascension Day", @@ -966,7 +966,7 @@ "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", - "2019-01-02": "Berchtold's Day", + "2019-01-02": "Saint Berchtold's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-30": "Ascension Day", @@ -980,7 +980,7 @@ "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", - "2020-01-02": "Berchtold's Day", + "2020-01-02": "Saint Berchtold's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-21": "Ascension Day", @@ -994,7 +994,7 @@ "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", - "2021-01-02": "Berchtold's Day", + "2021-01-02": "Saint Berchtold's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-13": "Ascension Day", @@ -1008,7 +1008,7 @@ "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", - "2022-01-02": "Berchtold's Day", + "2022-01-02": "Saint Berchtold's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-26": "Ascension Day", @@ -1022,7 +1022,7 @@ "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", - "2023-01-02": "Berchtold's Day", + "2023-01-02": "Saint Berchtold's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-18": "Ascension Day", @@ -1036,7 +1036,7 @@ "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", - "2024-01-02": "Berchtold's Day", + "2024-01-02": "Saint Berchtold's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-09": "Ascension Day", @@ -1050,7 +1050,7 @@ "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", - "2025-01-02": "Berchtold's Day", + "2025-01-02": "Saint Berchtold's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-29": "Ascension Day", @@ -1064,7 +1064,7 @@ "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", - "2026-01-02": "Berchtold's Day", + "2026-01-02": "Saint Berchtold's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-14": "Ascension Day", @@ -1078,7 +1078,7 @@ "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", - "2027-01-02": "Berchtold's Day", + "2027-01-02": "Saint Berchtold's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-06": "Ascension Day", @@ -1092,7 +1092,7 @@ "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", - "2028-01-02": "Berchtold's Day", + "2028-01-02": "Saint Berchtold's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-25": "Ascension Day", @@ -1106,7 +1106,7 @@ "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", - "2029-01-02": "Berchtold's Day", + "2029-01-02": "Saint Berchtold's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-10": "Ascension Day", @@ -1120,7 +1120,7 @@ "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", - "2030-01-02": "Berchtold's Day", + "2030-01-02": "Saint Berchtold's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-30": "Ascension Day", @@ -1134,7 +1134,7 @@ "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", - "2031-01-02": "Berchtold's Day", + "2031-01-02": "Saint Berchtold's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-22": "Ascension Day", @@ -1148,7 +1148,7 @@ "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", - "2032-01-02": "Berchtold's Day", + "2032-01-02": "Saint Berchtold's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-06": "Ascension Day", @@ -1162,7 +1162,7 @@ "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", - "2033-01-02": "Berchtold's Day", + "2033-01-02": "Saint Berchtold's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-26": "Ascension Day", @@ -1176,7 +1176,7 @@ "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", - "2034-01-02": "Berchtold's Day", + "2034-01-02": "Saint Berchtold's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-18": "Ascension Day", @@ -1190,7 +1190,7 @@ "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", - "2035-01-02": "Berchtold's Day", + "2035-01-02": "Saint Berchtold's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-03": "Ascension Day", @@ -1204,7 +1204,7 @@ "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", - "2036-01-02": "Berchtold's Day", + "2036-01-02": "Saint Berchtold's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-22": "Ascension Day", @@ -1218,7 +1218,7 @@ "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", - "2037-01-02": "Berchtold's Day", + "2037-01-02": "Saint Berchtold's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-14": "Ascension Day", @@ -1232,7 +1232,7 @@ "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", - "2038-01-02": "Berchtold's Day", + "2038-01-02": "Saint Berchtold's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-06-03": "Ascension Day", @@ -1246,7 +1246,7 @@ "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", - "2039-01-02": "Berchtold's Day", + "2039-01-02": "Saint Berchtold's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-19": "Ascension Day", @@ -1260,7 +1260,7 @@ "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", - "2040-01-02": "Berchtold's Day", + "2040-01-02": "Saint Berchtold's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-10": "Ascension Day", @@ -1274,7 +1274,7 @@ "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", - "2041-01-02": "Berchtold's Day", + "2041-01-02": "Saint Berchtold's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-30": "Ascension Day", @@ -1288,7 +1288,7 @@ "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", - "2042-01-02": "Berchtold's Day", + "2042-01-02": "Saint Berchtold's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-15": "Ascension Day", @@ -1302,7 +1302,7 @@ "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", - "2043-01-02": "Berchtold's Day", + "2043-01-02": "Saint Berchtold's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-07": "Ascension Day", @@ -1316,7 +1316,7 @@ "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", - "2044-01-02": "Berchtold's Day", + "2044-01-02": "Saint Berchtold's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-26": "Ascension Day", @@ -1330,7 +1330,7 @@ "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", - "2045-01-02": "Berchtold's Day", + "2045-01-02": "Saint Berchtold's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-18": "Ascension Day", @@ -1344,7 +1344,7 @@ "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", - "2046-01-02": "Berchtold's Day", + "2046-01-02": "Saint Berchtold's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-03": "Ascension Day", @@ -1358,7 +1358,7 @@ "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", - "2047-01-02": "Berchtold's Day", + "2047-01-02": "Saint Berchtold's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-23": "Ascension Day", @@ -1372,7 +1372,7 @@ "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", - "2048-01-02": "Berchtold's Day", + "2048-01-02": "Saint Berchtold's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-14": "Ascension Day", @@ -1386,7 +1386,7 @@ "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", - "2049-01-02": "Berchtold's Day", + "2049-01-02": "Saint Berchtold's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-27": "Ascension Day", @@ -1400,7 +1400,7 @@ "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", - "2050-01-02": "Berchtold's Day", + "2050-01-02": "Saint Berchtold's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-19": "Ascension Day", diff --git a/snapshots/countries/CH_SG.json b/snapshots/countries/CH_SG.json index da01f2ffa..e7cfa1118 100644 --- a/snapshots/countries/CH_SG.json +++ b/snapshots/countries/CH_SG.json @@ -1,6 +1,6 @@ { "1950-01-01": "New Year's Day", - "1950-01-02": "Berchtold's Day", + "1950-01-02": "Saint Berchtold's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-18": "Ascension Day", @@ -10,7 +10,7 @@ "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", - "1951-01-02": "Berchtold's Day", + "1951-01-02": "Saint Berchtold's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-03": "Ascension Day", @@ -20,7 +20,7 @@ "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", - "1952-01-02": "Berchtold's Day", + "1952-01-02": "Saint Berchtold's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-22": "Ascension Day", @@ -30,7 +30,7 @@ "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", - "1953-01-02": "Berchtold's Day", + "1953-01-02": "Saint Berchtold's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-14": "Ascension Day", @@ -40,7 +40,7 @@ "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", - "1954-01-02": "Berchtold's Day", + "1954-01-02": "Saint Berchtold's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-27": "Ascension Day", @@ -50,7 +50,7 @@ "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", - "1955-01-02": "Berchtold's Day", + "1955-01-02": "Saint Berchtold's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-19": "Ascension Day", @@ -60,7 +60,7 @@ "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", - "1956-01-02": "Berchtold's Day", + "1956-01-02": "Saint Berchtold's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-10": "Ascension Day", @@ -70,7 +70,7 @@ "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", - "1957-01-02": "Berchtold's Day", + "1957-01-02": "Saint Berchtold's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-30": "Ascension Day", @@ -80,7 +80,7 @@ "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", - "1958-01-02": "Berchtold's Day", + "1958-01-02": "Saint Berchtold's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-15": "Ascension Day", @@ -90,7 +90,7 @@ "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", - "1959-01-02": "Berchtold's Day", + "1959-01-02": "Saint Berchtold's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-07": "Ascension Day", @@ -100,7 +100,7 @@ "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", - "1960-01-02": "Berchtold's Day", + "1960-01-02": "Saint Berchtold's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-26": "Ascension Day", @@ -110,7 +110,7 @@ "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", - "1961-01-02": "Berchtold's Day", + "1961-01-02": "Saint Berchtold's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-11": "Ascension Day", @@ -120,7 +120,7 @@ "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", - "1962-01-02": "Berchtold's Day", + "1962-01-02": "Saint Berchtold's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-31": "Ascension Day", @@ -130,7 +130,7 @@ "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", - "1963-01-02": "Berchtold's Day", + "1963-01-02": "Saint Berchtold's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-23": "Ascension Day", @@ -140,7 +140,7 @@ "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", - "1964-01-02": "Berchtold's Day", + "1964-01-02": "Saint Berchtold's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-07": "Ascension Day", @@ -150,7 +150,7 @@ "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", - "1965-01-02": "Berchtold's Day", + "1965-01-02": "Saint Berchtold's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-27": "Ascension Day", @@ -160,7 +160,7 @@ "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", - "1966-01-02": "Berchtold's Day", + "1966-01-02": "Saint Berchtold's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-19": "Ascension Day", @@ -170,7 +170,7 @@ "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", - "1967-01-02": "Berchtold's Day", + "1967-01-02": "Saint Berchtold's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-04": "Ascension Day", @@ -180,7 +180,7 @@ "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", - "1968-01-02": "Berchtold's Day", + "1968-01-02": "Saint Berchtold's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-23": "Ascension Day", @@ -190,7 +190,7 @@ "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", - "1969-01-02": "Berchtold's Day", + "1969-01-02": "Saint Berchtold's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-15": "Ascension Day", @@ -200,7 +200,7 @@ "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", - "1970-01-02": "Berchtold's Day", + "1970-01-02": "Saint Berchtold's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-07": "Ascension Day", @@ -210,7 +210,7 @@ "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", - "1971-01-02": "Berchtold's Day", + "1971-01-02": "Saint Berchtold's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-20": "Ascension Day", @@ -220,7 +220,7 @@ "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", - "1972-01-02": "Berchtold's Day", + "1972-01-02": "Saint Berchtold's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-11": "Ascension Day", @@ -230,7 +230,7 @@ "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", - "1973-01-02": "Berchtold's Day", + "1973-01-02": "Saint Berchtold's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-31": "Ascension Day", @@ -240,7 +240,7 @@ "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", - "1974-01-02": "Berchtold's Day", + "1974-01-02": "Saint Berchtold's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-23": "Ascension Day", @@ -250,7 +250,7 @@ "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", - "1975-01-02": "Berchtold's Day", + "1975-01-02": "Saint Berchtold's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-08": "Ascension Day", @@ -260,7 +260,7 @@ "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", - "1976-01-02": "Berchtold's Day", + "1976-01-02": "Saint Berchtold's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-27": "Ascension Day", @@ -270,7 +270,7 @@ "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", - "1977-01-02": "Berchtold's Day", + "1977-01-02": "Saint Berchtold's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-19": "Ascension Day", @@ -280,7 +280,7 @@ "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", - "1978-01-02": "Berchtold's Day", + "1978-01-02": "Saint Berchtold's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-04": "Ascension Day", @@ -290,7 +290,7 @@ "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", - "1979-01-02": "Berchtold's Day", + "1979-01-02": "Saint Berchtold's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-24": "Ascension Day", @@ -300,7 +300,7 @@ "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", - "1980-01-02": "Berchtold's Day", + "1980-01-02": "Saint Berchtold's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-15": "Ascension Day", @@ -310,7 +310,7 @@ "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", - "1981-01-02": "Berchtold's Day", + "1981-01-02": "Saint Berchtold's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-28": "Ascension Day", @@ -320,7 +320,7 @@ "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", - "1982-01-02": "Berchtold's Day", + "1982-01-02": "Saint Berchtold's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-20": "Ascension Day", @@ -330,7 +330,7 @@ "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", - "1983-01-02": "Berchtold's Day", + "1983-01-02": "Saint Berchtold's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-12": "Ascension Day", @@ -340,7 +340,7 @@ "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", - "1984-01-02": "Berchtold's Day", + "1984-01-02": "Saint Berchtold's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-31": "Ascension Day", @@ -350,7 +350,7 @@ "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", - "1985-01-02": "Berchtold's Day", + "1985-01-02": "Saint Berchtold's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-16": "Ascension Day", @@ -360,7 +360,7 @@ "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", - "1986-01-02": "Berchtold's Day", + "1986-01-02": "Saint Berchtold's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-08": "Ascension Day", @@ -370,7 +370,7 @@ "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", - "1987-01-02": "Berchtold's Day", + "1987-01-02": "Saint Berchtold's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-28": "Ascension Day", @@ -380,7 +380,7 @@ "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", - "1988-01-02": "Berchtold's Day", + "1988-01-02": "Saint Berchtold's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-12": "Ascension Day", @@ -390,7 +390,7 @@ "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", - "1989-01-02": "Berchtold's Day", + "1989-01-02": "Saint Berchtold's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-04": "Ascension Day", @@ -400,7 +400,7 @@ "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", - "1990-01-02": "Berchtold's Day", + "1990-01-02": "Saint Berchtold's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-24": "Ascension Day", @@ -410,7 +410,7 @@ "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", - "1991-01-02": "Berchtold's Day", + "1991-01-02": "Saint Berchtold's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-09": "Ascension Day", @@ -420,7 +420,7 @@ "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", - "1992-01-02": "Berchtold's Day", + "1992-01-02": "Saint Berchtold's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-28": "Ascension Day", @@ -430,7 +430,7 @@ "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", - "1993-01-02": "Berchtold's Day", + "1993-01-02": "Saint Berchtold's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-20": "Ascension Day", @@ -440,7 +440,7 @@ "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", - "1994-01-02": "Berchtold's Day", + "1994-01-02": "Saint Berchtold's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-12": "Ascension Day", @@ -450,7 +450,7 @@ "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", - "1995-01-02": "Berchtold's Day", + "1995-01-02": "Saint Berchtold's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-25": "Ascension Day", @@ -460,7 +460,7 @@ "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", - "1996-01-02": "Berchtold's Day", + "1996-01-02": "Saint Berchtold's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-16": "Ascension Day", @@ -470,7 +470,7 @@ "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", - "1997-01-02": "Berchtold's Day", + "1997-01-02": "Saint Berchtold's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-08": "Ascension Day", @@ -480,7 +480,7 @@ "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", - "1998-01-02": "Berchtold's Day", + "1998-01-02": "Saint Berchtold's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-21": "Ascension Day", @@ -490,7 +490,7 @@ "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", - "1999-01-02": "Berchtold's Day", + "1999-01-02": "Saint Berchtold's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-13": "Ascension Day", @@ -500,7 +500,7 @@ "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", - "2000-01-02": "Berchtold's Day", + "2000-01-02": "Saint Berchtold's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-06-01": "Ascension Day", @@ -510,7 +510,7 @@ "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", - "2001-01-02": "Berchtold's Day", + "2001-01-02": "Saint Berchtold's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-24": "Ascension Day", @@ -520,7 +520,7 @@ "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", - "2002-01-02": "Berchtold's Day", + "2002-01-02": "Saint Berchtold's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-09": "Ascension Day", @@ -530,7 +530,7 @@ "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", - "2003-01-02": "Berchtold's Day", + "2003-01-02": "Saint Berchtold's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-29": "Ascension Day", @@ -540,7 +540,7 @@ "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", - "2004-01-02": "Berchtold's Day", + "2004-01-02": "Saint Berchtold's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-20": "Ascension Day", @@ -550,7 +550,7 @@ "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", - "2005-01-02": "Berchtold's Day", + "2005-01-02": "Saint Berchtold's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-05": "Ascension Day", @@ -560,7 +560,7 @@ "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", - "2006-01-02": "Berchtold's Day", + "2006-01-02": "Saint Berchtold's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-25": "Ascension Day", @@ -570,7 +570,7 @@ "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", - "2007-01-02": "Berchtold's Day", + "2007-01-02": "Saint Berchtold's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-17": "Ascension Day", @@ -580,7 +580,7 @@ "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", - "2008-01-02": "Berchtold's Day", + "2008-01-02": "Saint Berchtold's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day", @@ -590,7 +590,7 @@ "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", - "2009-01-02": "Berchtold's Day", + "2009-01-02": "Saint Berchtold's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-21": "Ascension Day", @@ -600,7 +600,7 @@ "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", - "2010-01-02": "Berchtold's Day", + "2010-01-02": "Saint Berchtold's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-13": "Ascension Day", @@ -610,7 +610,7 @@ "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", - "2011-01-02": "Berchtold's Day", + "2011-01-02": "Saint Berchtold's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-06-02": "Ascension Day", @@ -620,7 +620,7 @@ "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", - "2012-01-02": "Berchtold's Day", + "2012-01-02": "Saint Berchtold's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-17": "Ascension Day", @@ -630,7 +630,7 @@ "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", - "2013-01-02": "Berchtold's Day", + "2013-01-02": "Saint Berchtold's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-09": "Ascension Day", @@ -640,7 +640,7 @@ "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", - "2014-01-02": "Berchtold's Day", + "2014-01-02": "Saint Berchtold's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-29": "Ascension Day", @@ -650,7 +650,7 @@ "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", - "2015-01-02": "Berchtold's Day", + "2015-01-02": "Saint Berchtold's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-14": "Ascension Day", @@ -660,7 +660,7 @@ "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", - "2016-01-02": "Berchtold's Day", + "2016-01-02": "Saint Berchtold's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-05": "Ascension Day", @@ -670,7 +670,7 @@ "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", - "2017-01-02": "Berchtold's Day", + "2017-01-02": "Saint Berchtold's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-25": "Ascension Day", @@ -680,7 +680,7 @@ "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", - "2018-01-02": "Berchtold's Day", + "2018-01-02": "Saint Berchtold's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-10": "Ascension Day", @@ -690,7 +690,7 @@ "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", - "2019-01-02": "Berchtold's Day", + "2019-01-02": "Saint Berchtold's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-30": "Ascension Day", @@ -700,7 +700,7 @@ "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", - "2020-01-02": "Berchtold's Day", + "2020-01-02": "Saint Berchtold's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-21": "Ascension Day", @@ -710,7 +710,7 @@ "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", - "2021-01-02": "Berchtold's Day", + "2021-01-02": "Saint Berchtold's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-13": "Ascension Day", @@ -720,7 +720,7 @@ "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", - "2022-01-02": "Berchtold's Day", + "2022-01-02": "Saint Berchtold's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-26": "Ascension Day", @@ -730,7 +730,7 @@ "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", - "2023-01-02": "Berchtold's Day", + "2023-01-02": "Saint Berchtold's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-18": "Ascension Day", @@ -740,7 +740,7 @@ "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", - "2024-01-02": "Berchtold's Day", + "2024-01-02": "Saint Berchtold's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-09": "Ascension Day", @@ -750,7 +750,7 @@ "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", - "2025-01-02": "Berchtold's Day", + "2025-01-02": "Saint Berchtold's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-29": "Ascension Day", @@ -760,7 +760,7 @@ "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", - "2026-01-02": "Berchtold's Day", + "2026-01-02": "Saint Berchtold's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-14": "Ascension Day", @@ -770,7 +770,7 @@ "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", - "2027-01-02": "Berchtold's Day", + "2027-01-02": "Saint Berchtold's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-06": "Ascension Day", @@ -780,7 +780,7 @@ "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", - "2028-01-02": "Berchtold's Day", + "2028-01-02": "Saint Berchtold's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-25": "Ascension Day", @@ -790,7 +790,7 @@ "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", - "2029-01-02": "Berchtold's Day", + "2029-01-02": "Saint Berchtold's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-10": "Ascension Day", @@ -800,7 +800,7 @@ "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", - "2030-01-02": "Berchtold's Day", + "2030-01-02": "Saint Berchtold's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-30": "Ascension Day", @@ -810,7 +810,7 @@ "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", - "2031-01-02": "Berchtold's Day", + "2031-01-02": "Saint Berchtold's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-22": "Ascension Day", @@ -820,7 +820,7 @@ "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", - "2032-01-02": "Berchtold's Day", + "2032-01-02": "Saint Berchtold's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-06": "Ascension Day", @@ -830,7 +830,7 @@ "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", - "2033-01-02": "Berchtold's Day", + "2033-01-02": "Saint Berchtold's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-26": "Ascension Day", @@ -840,7 +840,7 @@ "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", - "2034-01-02": "Berchtold's Day", + "2034-01-02": "Saint Berchtold's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-18": "Ascension Day", @@ -850,7 +850,7 @@ "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", - "2035-01-02": "Berchtold's Day", + "2035-01-02": "Saint Berchtold's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-03": "Ascension Day", @@ -860,7 +860,7 @@ "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", - "2036-01-02": "Berchtold's Day", + "2036-01-02": "Saint Berchtold's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-22": "Ascension Day", @@ -870,7 +870,7 @@ "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", - "2037-01-02": "Berchtold's Day", + "2037-01-02": "Saint Berchtold's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-14": "Ascension Day", @@ -880,7 +880,7 @@ "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", - "2038-01-02": "Berchtold's Day", + "2038-01-02": "Saint Berchtold's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-06-03": "Ascension Day", @@ -890,7 +890,7 @@ "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", - "2039-01-02": "Berchtold's Day", + "2039-01-02": "Saint Berchtold's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-19": "Ascension Day", @@ -900,7 +900,7 @@ "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", - "2040-01-02": "Berchtold's Day", + "2040-01-02": "Saint Berchtold's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-10": "Ascension Day", @@ -910,7 +910,7 @@ "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", - "2041-01-02": "Berchtold's Day", + "2041-01-02": "Saint Berchtold's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-30": "Ascension Day", @@ -920,7 +920,7 @@ "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", - "2042-01-02": "Berchtold's Day", + "2042-01-02": "Saint Berchtold's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-15": "Ascension Day", @@ -930,7 +930,7 @@ "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", - "2043-01-02": "Berchtold's Day", + "2043-01-02": "Saint Berchtold's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-07": "Ascension Day", @@ -940,7 +940,7 @@ "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", - "2044-01-02": "Berchtold's Day", + "2044-01-02": "Saint Berchtold's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-26": "Ascension Day", @@ -950,7 +950,7 @@ "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", - "2045-01-02": "Berchtold's Day", + "2045-01-02": "Saint Berchtold's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-18": "Ascension Day", @@ -960,7 +960,7 @@ "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", - "2046-01-02": "Berchtold's Day", + "2046-01-02": "Saint Berchtold's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-03": "Ascension Day", @@ -970,7 +970,7 @@ "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", - "2047-01-02": "Berchtold's Day", + "2047-01-02": "Saint Berchtold's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-23": "Ascension Day", @@ -980,7 +980,7 @@ "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", - "2048-01-02": "Berchtold's Day", + "2048-01-02": "Saint Berchtold's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-14": "Ascension Day", @@ -990,7 +990,7 @@ "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", - "2049-01-02": "Berchtold's Day", + "2049-01-02": "Saint Berchtold's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-27": "Ascension Day", @@ -1000,7 +1000,7 @@ "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", - "2050-01-02": "Berchtold's Day", + "2050-01-02": "Saint Berchtold's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-19": "Ascension Day", diff --git a/snapshots/countries/CH_SH.json b/snapshots/countries/CH_SH.json index 56389d19f..97f39759e 100644 --- a/snapshots/countries/CH_SH.json +++ b/snapshots/countries/CH_SH.json @@ -1,6 +1,6 @@ { "1950-01-01": "New Year's Day", - "1950-01-02": "Berchtold's Day", + "1950-01-02": "Saint Berchtold's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", @@ -10,7 +10,7 @@ "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", - "1951-01-02": "Berchtold's Day", + "1951-01-02": "Saint Berchtold's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", @@ -20,7 +20,7 @@ "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", - "1952-01-02": "Berchtold's Day", + "1952-01-02": "Saint Berchtold's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", @@ -30,7 +30,7 @@ "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", - "1953-01-02": "Berchtold's Day", + "1953-01-02": "Saint Berchtold's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", @@ -40,7 +40,7 @@ "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", - "1954-01-02": "Berchtold's Day", + "1954-01-02": "Saint Berchtold's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", @@ -50,7 +50,7 @@ "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", - "1955-01-02": "Berchtold's Day", + "1955-01-02": "Saint Berchtold's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", @@ -60,7 +60,7 @@ "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", - "1956-01-02": "Berchtold's Day", + "1956-01-02": "Saint Berchtold's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", @@ -70,7 +70,7 @@ "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", - "1957-01-02": "Berchtold's Day", + "1957-01-02": "Saint Berchtold's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", @@ -80,7 +80,7 @@ "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", - "1958-01-02": "Berchtold's Day", + "1958-01-02": "Saint Berchtold's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", @@ -90,7 +90,7 @@ "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", - "1959-01-02": "Berchtold's Day", + "1959-01-02": "Saint Berchtold's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", @@ -100,7 +100,7 @@ "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", - "1960-01-02": "Berchtold's Day", + "1960-01-02": "Saint Berchtold's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", @@ -110,7 +110,7 @@ "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", - "1961-01-02": "Berchtold's Day", + "1961-01-02": "Saint Berchtold's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", @@ -120,7 +120,7 @@ "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", - "1962-01-02": "Berchtold's Day", + "1962-01-02": "Saint Berchtold's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", @@ -130,7 +130,7 @@ "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", - "1963-01-02": "Berchtold's Day", + "1963-01-02": "Saint Berchtold's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", @@ -140,7 +140,7 @@ "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", - "1964-01-02": "Berchtold's Day", + "1964-01-02": "Saint Berchtold's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", @@ -150,7 +150,7 @@ "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", - "1965-01-02": "Berchtold's Day", + "1965-01-02": "Saint Berchtold's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", @@ -160,7 +160,7 @@ "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", - "1966-01-02": "Berchtold's Day", + "1966-01-02": "Saint Berchtold's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", @@ -170,7 +170,7 @@ "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", - "1967-01-02": "Berchtold's Day", + "1967-01-02": "Saint Berchtold's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", @@ -180,7 +180,7 @@ "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", - "1968-01-02": "Berchtold's Day", + "1968-01-02": "Saint Berchtold's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", @@ -190,7 +190,7 @@ "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", - "1969-01-02": "Berchtold's Day", + "1969-01-02": "Saint Berchtold's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", @@ -200,7 +200,7 @@ "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", - "1970-01-02": "Berchtold's Day", + "1970-01-02": "Saint Berchtold's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", @@ -210,7 +210,7 @@ "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", - "1971-01-02": "Berchtold's Day", + "1971-01-02": "Saint Berchtold's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", @@ -220,7 +220,7 @@ "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", - "1972-01-02": "Berchtold's Day", + "1972-01-02": "Saint Berchtold's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", @@ -230,7 +230,7 @@ "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", - "1973-01-02": "Berchtold's Day", + "1973-01-02": "Saint Berchtold's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", @@ -240,7 +240,7 @@ "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", - "1974-01-02": "Berchtold's Day", + "1974-01-02": "Saint Berchtold's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", @@ -250,7 +250,7 @@ "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", - "1975-01-02": "Berchtold's Day", + "1975-01-02": "Saint Berchtold's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", @@ -260,7 +260,7 @@ "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", - "1976-01-02": "Berchtold's Day", + "1976-01-02": "Saint Berchtold's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", @@ -270,7 +270,7 @@ "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", - "1977-01-02": "Berchtold's Day", + "1977-01-02": "Saint Berchtold's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", @@ -280,7 +280,7 @@ "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", - "1978-01-02": "Berchtold's Day", + "1978-01-02": "Saint Berchtold's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", @@ -290,7 +290,7 @@ "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", - "1979-01-02": "Berchtold's Day", + "1979-01-02": "Saint Berchtold's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", @@ -300,7 +300,7 @@ "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", - "1980-01-02": "Berchtold's Day", + "1980-01-02": "Saint Berchtold's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", @@ -310,7 +310,7 @@ "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", - "1981-01-02": "Berchtold's Day", + "1981-01-02": "Saint Berchtold's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", @@ -320,7 +320,7 @@ "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", - "1982-01-02": "Berchtold's Day", + "1982-01-02": "Saint Berchtold's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", @@ -330,7 +330,7 @@ "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", - "1983-01-02": "Berchtold's Day", + "1983-01-02": "Saint Berchtold's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", @@ -340,7 +340,7 @@ "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", - "1984-01-02": "Berchtold's Day", + "1984-01-02": "Saint Berchtold's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", @@ -350,7 +350,7 @@ "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", - "1985-01-02": "Berchtold's Day", + "1985-01-02": "Saint Berchtold's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", @@ -360,7 +360,7 @@ "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", - "1986-01-02": "Berchtold's Day", + "1986-01-02": "Saint Berchtold's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", @@ -370,7 +370,7 @@ "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", - "1987-01-02": "Berchtold's Day", + "1987-01-02": "Saint Berchtold's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", @@ -380,7 +380,7 @@ "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", - "1988-01-02": "Berchtold's Day", + "1988-01-02": "Saint Berchtold's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", @@ -390,7 +390,7 @@ "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", - "1989-01-02": "Berchtold's Day", + "1989-01-02": "Saint Berchtold's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", @@ -400,7 +400,7 @@ "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", - "1990-01-02": "Berchtold's Day", + "1990-01-02": "Saint Berchtold's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", @@ -410,7 +410,7 @@ "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", - "1991-01-02": "Berchtold's Day", + "1991-01-02": "Saint Berchtold's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", @@ -420,7 +420,7 @@ "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", - "1992-01-02": "Berchtold's Day", + "1992-01-02": "Saint Berchtold's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", @@ -430,7 +430,7 @@ "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", - "1993-01-02": "Berchtold's Day", + "1993-01-02": "Saint Berchtold's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", @@ -440,7 +440,7 @@ "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", - "1994-01-02": "Berchtold's Day", + "1994-01-02": "Saint Berchtold's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", @@ -450,7 +450,7 @@ "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", - "1995-01-02": "Berchtold's Day", + "1995-01-02": "Saint Berchtold's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", @@ -460,7 +460,7 @@ "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", - "1996-01-02": "Berchtold's Day", + "1996-01-02": "Saint Berchtold's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", @@ -470,7 +470,7 @@ "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", - "1997-01-02": "Berchtold's Day", + "1997-01-02": "Saint Berchtold's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", @@ -480,7 +480,7 @@ "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", - "1998-01-02": "Berchtold's Day", + "1998-01-02": "Saint Berchtold's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", @@ -490,7 +490,7 @@ "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", - "1999-01-02": "Berchtold's Day", + "1999-01-02": "Saint Berchtold's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", @@ -500,7 +500,7 @@ "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", - "2000-01-02": "Berchtold's Day", + "2000-01-02": "Saint Berchtold's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", @@ -510,7 +510,7 @@ "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", - "2001-01-02": "Berchtold's Day", + "2001-01-02": "Saint Berchtold's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", @@ -520,7 +520,7 @@ "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", - "2002-01-02": "Berchtold's Day", + "2002-01-02": "Saint Berchtold's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", @@ -530,7 +530,7 @@ "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", - "2003-01-02": "Berchtold's Day", + "2003-01-02": "Saint Berchtold's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", @@ -540,7 +540,7 @@ "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", - "2004-01-02": "Berchtold's Day", + "2004-01-02": "Saint Berchtold's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", @@ -550,7 +550,7 @@ "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", - "2005-01-02": "Berchtold's Day", + "2005-01-02": "Saint Berchtold's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", @@ -560,7 +560,7 @@ "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", - "2006-01-02": "Berchtold's Day", + "2006-01-02": "Saint Berchtold's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", @@ -570,7 +570,7 @@ "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", - "2007-01-02": "Berchtold's Day", + "2007-01-02": "Saint Berchtold's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", @@ -580,7 +580,7 @@ "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", - "2008-01-02": "Berchtold's Day", + "2008-01-02": "Saint Berchtold's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", @@ -589,7 +589,7 @@ "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", - "2009-01-02": "Berchtold's Day", + "2009-01-02": "Saint Berchtold's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", @@ -599,7 +599,7 @@ "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", - "2010-01-02": "Berchtold's Day", + "2010-01-02": "Saint Berchtold's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", @@ -609,7 +609,7 @@ "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", - "2011-01-02": "Berchtold's Day", + "2011-01-02": "Saint Berchtold's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", @@ -619,7 +619,7 @@ "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", - "2012-01-02": "Berchtold's Day", + "2012-01-02": "Saint Berchtold's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", @@ -629,7 +629,7 @@ "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", - "2013-01-02": "Berchtold's Day", + "2013-01-02": "Saint Berchtold's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", @@ -639,7 +639,7 @@ "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", - "2014-01-02": "Berchtold's Day", + "2014-01-02": "Saint Berchtold's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", @@ -649,7 +649,7 @@ "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", - "2015-01-02": "Berchtold's Day", + "2015-01-02": "Saint Berchtold's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", @@ -659,7 +659,7 @@ "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", - "2016-01-02": "Berchtold's Day", + "2016-01-02": "Saint Berchtold's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", @@ -669,7 +669,7 @@ "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", - "2017-01-02": "Berchtold's Day", + "2017-01-02": "Saint Berchtold's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", @@ -679,7 +679,7 @@ "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", - "2018-01-02": "Berchtold's Day", + "2018-01-02": "Saint Berchtold's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", @@ -689,7 +689,7 @@ "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", - "2019-01-02": "Berchtold's Day", + "2019-01-02": "Saint Berchtold's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", @@ -699,7 +699,7 @@ "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", - "2020-01-02": "Berchtold's Day", + "2020-01-02": "Saint Berchtold's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", @@ -709,7 +709,7 @@ "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", - "2021-01-02": "Berchtold's Day", + "2021-01-02": "Saint Berchtold's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", @@ -719,7 +719,7 @@ "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", - "2022-01-02": "Berchtold's Day", + "2022-01-02": "Saint Berchtold's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", @@ -729,7 +729,7 @@ "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", - "2023-01-02": "Berchtold's Day", + "2023-01-02": "Saint Berchtold's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", @@ -739,7 +739,7 @@ "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", - "2024-01-02": "Berchtold's Day", + "2024-01-02": "Saint Berchtold's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", @@ -749,7 +749,7 @@ "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", - "2025-01-02": "Berchtold's Day", + "2025-01-02": "Saint Berchtold's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", @@ -759,7 +759,7 @@ "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", - "2026-01-02": "Berchtold's Day", + "2026-01-02": "Saint Berchtold's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", @@ -769,7 +769,7 @@ "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", - "2027-01-02": "Berchtold's Day", + "2027-01-02": "Saint Berchtold's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", @@ -779,7 +779,7 @@ "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", - "2028-01-02": "Berchtold's Day", + "2028-01-02": "Saint Berchtold's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", @@ -789,7 +789,7 @@ "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", - "2029-01-02": "Berchtold's Day", + "2029-01-02": "Saint Berchtold's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", @@ -799,7 +799,7 @@ "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", - "2030-01-02": "Berchtold's Day", + "2030-01-02": "Saint Berchtold's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", @@ -809,7 +809,7 @@ "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", - "2031-01-02": "Berchtold's Day", + "2031-01-02": "Saint Berchtold's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", @@ -819,7 +819,7 @@ "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", - "2032-01-02": "Berchtold's Day", + "2032-01-02": "Saint Berchtold's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", @@ -829,7 +829,7 @@ "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", - "2033-01-02": "Berchtold's Day", + "2033-01-02": "Saint Berchtold's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", @@ -839,7 +839,7 @@ "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", - "2034-01-02": "Berchtold's Day", + "2034-01-02": "Saint Berchtold's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", @@ -849,7 +849,7 @@ "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", - "2035-01-02": "Berchtold's Day", + "2035-01-02": "Saint Berchtold's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", @@ -859,7 +859,7 @@ "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", - "2036-01-02": "Berchtold's Day", + "2036-01-02": "Saint Berchtold's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", @@ -869,7 +869,7 @@ "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", - "2037-01-02": "Berchtold's Day", + "2037-01-02": "Saint Berchtold's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", @@ -879,7 +879,7 @@ "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", - "2038-01-02": "Berchtold's Day", + "2038-01-02": "Saint Berchtold's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", @@ -889,7 +889,7 @@ "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", - "2039-01-02": "Berchtold's Day", + "2039-01-02": "Saint Berchtold's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", @@ -899,7 +899,7 @@ "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", - "2040-01-02": "Berchtold's Day", + "2040-01-02": "Saint Berchtold's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", @@ -909,7 +909,7 @@ "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", - "2041-01-02": "Berchtold's Day", + "2041-01-02": "Saint Berchtold's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", @@ -919,7 +919,7 @@ "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", - "2042-01-02": "Berchtold's Day", + "2042-01-02": "Saint Berchtold's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", @@ -929,7 +929,7 @@ "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", - "2043-01-02": "Berchtold's Day", + "2043-01-02": "Saint Berchtold's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", @@ -939,7 +939,7 @@ "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", - "2044-01-02": "Berchtold's Day", + "2044-01-02": "Saint Berchtold's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", @@ -949,7 +949,7 @@ "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", - "2045-01-02": "Berchtold's Day", + "2045-01-02": "Saint Berchtold's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", @@ -959,7 +959,7 @@ "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", - "2046-01-02": "Berchtold's Day", + "2046-01-02": "Saint Berchtold's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", @@ -969,7 +969,7 @@ "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", - "2047-01-02": "Berchtold's Day", + "2047-01-02": "Saint Berchtold's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", @@ -979,7 +979,7 @@ "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", - "2048-01-02": "Berchtold's Day", + "2048-01-02": "Saint Berchtold's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", @@ -989,7 +989,7 @@ "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", - "2049-01-02": "Berchtold's Day", + "2049-01-02": "Saint Berchtold's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", @@ -999,7 +999,7 @@ "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", - "2050-01-02": "Berchtold's Day", + "2050-01-02": "Saint Berchtold's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", diff --git a/snapshots/countries/CH_SO.json b/snapshots/countries/CH_SO.json index 560b7a1a4..2e7550b95 100644 --- a/snapshots/countries/CH_SO.json +++ b/snapshots/countries/CH_SO.json @@ -1,705 +1,705 @@ { "1950-01-01": "New Year's Day", - "1950-01-02": "Berchtold's Day", + "1950-01-02": "Saint Berchtold's Day", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-08-01": "National Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", - "1951-01-02": "Berchtold's Day", + "1951-01-02": "Saint Berchtold's Day", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-08-01": "National Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", - "1952-01-02": "Berchtold's Day", + "1952-01-02": "Saint Berchtold's Day", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-08-01": "National Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", - "1953-01-02": "Berchtold's Day", + "1953-01-02": "Saint Berchtold's Day", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-08-01": "National Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", - "1954-01-02": "Berchtold's Day", + "1954-01-02": "Saint Berchtold's Day", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-05-27": "Ascension Day", "1954-08-01": "National Day", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", - "1955-01-02": "Berchtold's Day", + "1955-01-02": "Saint Berchtold's Day", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-08-01": "National Day", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", - "1956-01-02": "Berchtold's Day", + "1956-01-02": "Saint Berchtold's Day", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-08-01": "National Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", - "1957-01-02": "Berchtold's Day", + "1957-01-02": "Saint Berchtold's Day", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-05-30": "Ascension Day", "1957-08-01": "National Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", - "1958-01-02": "Berchtold's Day", + "1958-01-02": "Saint Berchtold's Day", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-08-01": "National Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", - "1959-01-02": "Berchtold's Day", + "1959-01-02": "Saint Berchtold's Day", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-08-01": "National Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", - "1960-01-02": "Berchtold's Day", + "1960-01-02": "Saint Berchtold's Day", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-08-01": "National Day", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", - "1961-01-02": "Berchtold's Day", + "1961-01-02": "Saint Berchtold's Day", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-08-01": "National Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", - "1962-01-02": "Berchtold's Day", + "1962-01-02": "Saint Berchtold's Day", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-08-01": "National Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", - "1963-01-02": "Berchtold's Day", + "1963-01-02": "Saint Berchtold's Day", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-08-01": "National Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", - "1964-01-02": "Berchtold's Day", + "1964-01-02": "Saint Berchtold's Day", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-08-01": "National Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", - "1965-01-02": "Berchtold's Day", + "1965-01-02": "Saint Berchtold's Day", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-08-01": "National Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", - "1966-01-02": "Berchtold's Day", + "1966-01-02": "Saint Berchtold's Day", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-08-01": "National Day", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", - "1967-01-02": "Berchtold's Day", + "1967-01-02": "Saint Berchtold's Day", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-08-01": "National Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", - "1968-01-02": "Berchtold's Day", + "1968-01-02": "Saint Berchtold's Day", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-08-01": "National Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", - "1969-01-02": "Berchtold's Day", + "1969-01-02": "Saint Berchtold's Day", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-08-01": "National Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", - "1970-01-02": "Berchtold's Day", + "1970-01-02": "Saint Berchtold's Day", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-08-01": "National Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", - "1971-01-02": "Berchtold's Day", + "1971-01-02": "Saint Berchtold's Day", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-08-01": "National Day", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", - "1972-01-02": "Berchtold's Day", + "1972-01-02": "Saint Berchtold's Day", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-08-01": "National Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", - "1973-01-02": "Berchtold's Day", + "1973-01-02": "Saint Berchtold's Day", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-08-01": "National Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", - "1974-01-02": "Berchtold's Day", + "1974-01-02": "Saint Berchtold's Day", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-08-01": "National Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", - "1975-01-02": "Berchtold's Day", + "1975-01-02": "Saint Berchtold's Day", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-08-01": "National Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", - "1976-01-02": "Berchtold's Day", + "1976-01-02": "Saint Berchtold's Day", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-08-01": "National Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", - "1977-01-02": "Berchtold's Day", + "1977-01-02": "Saint Berchtold's Day", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-08-01": "National Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", - "1978-01-02": "Berchtold's Day", + "1978-01-02": "Saint Berchtold's Day", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-08-01": "National Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", - "1979-01-02": "Berchtold's Day", + "1979-01-02": "Saint Berchtold's Day", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-08-01": "National Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", - "1980-01-02": "Berchtold's Day", + "1980-01-02": "Saint Berchtold's Day", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-08-01": "National Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", - "1981-01-02": "Berchtold's Day", + "1981-01-02": "Saint Berchtold's Day", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-08-01": "National Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", - "1982-01-02": "Berchtold's Day", + "1982-01-02": "Saint Berchtold's Day", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-05-20": "Ascension Day", "1982-08-01": "National Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", - "1983-01-02": "Berchtold's Day", + "1983-01-02": "Saint Berchtold's Day", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-05-12": "Ascension Day", "1983-08-01": "National Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", - "1984-01-02": "Berchtold's Day", + "1984-01-02": "Saint Berchtold's Day", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-05-31": "Ascension Day", "1984-08-01": "National Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", - "1985-01-02": "Berchtold's Day", + "1985-01-02": "Saint Berchtold's Day", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-05-16": "Ascension Day", "1985-08-01": "National Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", - "1986-01-02": "Berchtold's Day", + "1986-01-02": "Saint Berchtold's Day", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day", "1986-08-01": "National Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", - "1987-01-02": "Berchtold's Day", + "1987-01-02": "Saint Berchtold's Day", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-05-28": "Ascension Day", "1987-08-01": "National Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", - "1988-01-02": "Berchtold's Day", + "1988-01-02": "Saint Berchtold's Day", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-12": "Ascension Day", "1988-08-01": "National Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", - "1989-01-02": "Berchtold's Day", + "1989-01-02": "Saint Berchtold's Day", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-08-01": "National Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", - "1990-01-02": "Berchtold's Day", + "1990-01-02": "Saint Berchtold's Day", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-05-24": "Ascension Day", "1990-08-01": "National Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", - "1991-01-02": "Berchtold's Day", + "1991-01-02": "Saint Berchtold's Day", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-08-01": "National Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", - "1992-01-02": "Berchtold's Day", + "1992-01-02": "Saint Berchtold's Day", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-08-01": "National Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", - "1993-01-02": "Berchtold's Day", + "1993-01-02": "Saint Berchtold's Day", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-08-01": "National Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", - "1994-01-02": "Berchtold's Day", + "1994-01-02": "Saint Berchtold's Day", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-08-01": "National Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", - "1995-01-02": "Berchtold's Day", + "1995-01-02": "Saint Berchtold's Day", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-08-01": "National Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", - "1996-01-02": "Berchtold's Day", + "1996-01-02": "Saint Berchtold's Day", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-08-01": "National Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", - "1997-01-02": "Berchtold's Day", + "1997-01-02": "Saint Berchtold's Day", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-08-01": "National Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", - "1998-01-02": "Berchtold's Day", + "1998-01-02": "Saint Berchtold's Day", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-08-01": "National Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", - "1999-01-02": "Berchtold's Day", + "1999-01-02": "Saint Berchtold's Day", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-08-01": "National Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", - "2000-01-02": "Berchtold's Day", + "2000-01-02": "Saint Berchtold's Day", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-08-01": "National Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", - "2001-01-02": "Berchtold's Day", + "2001-01-02": "Saint Berchtold's Day", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-08-01": "National Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", - "2002-01-02": "Berchtold's Day", + "2002-01-02": "Saint Berchtold's Day", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-08-01": "National Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", - "2003-01-02": "Berchtold's Day", + "2003-01-02": "Saint Berchtold's Day", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-08-01": "National Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", - "2004-01-02": "Berchtold's Day", + "2004-01-02": "Saint Berchtold's Day", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-08-01": "National Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", - "2005-01-02": "Berchtold's Day", + "2005-01-02": "Saint Berchtold's Day", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-08-01": "National Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", - "2006-01-02": "Berchtold's Day", + "2006-01-02": "Saint Berchtold's Day", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-08-01": "National Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", - "2007-01-02": "Berchtold's Day", + "2007-01-02": "Saint Berchtold's Day", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-08-01": "National Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", - "2008-01-02": "Berchtold's Day", + "2008-01-02": "Saint Berchtold's Day", "2008-03-21": "Good Friday", "2008-05-01": "Ascension Day; Labor Day", "2008-08-01": "National Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", - "2009-01-02": "Berchtold's Day", + "2009-01-02": "Saint Berchtold's Day", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-08-01": "National Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", - "2010-01-02": "Berchtold's Day", + "2010-01-02": "Saint Berchtold's Day", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-08-01": "National Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", - "2011-01-02": "Berchtold's Day", + "2011-01-02": "Saint Berchtold's Day", "2011-04-22": "Good Friday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-08-01": "National Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", - "2012-01-02": "Berchtold's Day", + "2012-01-02": "Saint Berchtold's Day", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-08-01": "National Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", - "2013-01-02": "Berchtold's Day", + "2013-01-02": "Saint Berchtold's Day", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-08-01": "National Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", - "2014-01-02": "Berchtold's Day", + "2014-01-02": "Saint Berchtold's Day", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-08-01": "National Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", - "2015-01-02": "Berchtold's Day", + "2015-01-02": "Saint Berchtold's Day", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-08-01": "National Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", - "2016-01-02": "Berchtold's Day", + "2016-01-02": "Saint Berchtold's Day", "2016-03-25": "Good Friday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-08-01": "National Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", - "2017-01-02": "Berchtold's Day", + "2017-01-02": "Saint Berchtold's Day", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-08-01": "National Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", - "2018-01-02": "Berchtold's Day", + "2018-01-02": "Saint Berchtold's Day", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-08-01": "National Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", - "2019-01-02": "Berchtold's Day", + "2019-01-02": "Saint Berchtold's Day", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-08-01": "National Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", - "2020-01-02": "Berchtold's Day", + "2020-01-02": "Saint Berchtold's Day", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-08-01": "National Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", - "2021-01-02": "Berchtold's Day", + "2021-01-02": "Saint Berchtold's Day", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-08-01": "National Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", - "2022-01-02": "Berchtold's Day", + "2022-01-02": "Saint Berchtold's Day", "2022-04-15": "Good Friday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-08-01": "National Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", - "2023-01-02": "Berchtold's Day", + "2023-01-02": "Saint Berchtold's Day", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-08-01": "National Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", - "2024-01-02": "Berchtold's Day", + "2024-01-02": "Saint Berchtold's Day", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-08-01": "National Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", - "2025-01-02": "Berchtold's Day", + "2025-01-02": "Saint Berchtold's Day", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-08-01": "National Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", - "2026-01-02": "Berchtold's Day", + "2026-01-02": "Saint Berchtold's Day", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-08-01": "National Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", - "2027-01-02": "Berchtold's Day", + "2027-01-02": "Saint Berchtold's Day", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-08-01": "National Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", - "2028-01-02": "Berchtold's Day", + "2028-01-02": "Saint Berchtold's Day", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-08-01": "National Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", - "2029-01-02": "Berchtold's Day", + "2029-01-02": "Saint Berchtold's Day", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-08-01": "National Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", - "2030-01-02": "Berchtold's Day", + "2030-01-02": "Saint Berchtold's Day", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-08-01": "National Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", - "2031-01-02": "Berchtold's Day", + "2031-01-02": "Saint Berchtold's Day", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-08-01": "National Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", - "2032-01-02": "Berchtold's Day", + "2032-01-02": "Saint Berchtold's Day", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-08-01": "National Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", - "2033-01-02": "Berchtold's Day", + "2033-01-02": "Saint Berchtold's Day", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-08-01": "National Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", - "2034-01-02": "Berchtold's Day", + "2034-01-02": "Saint Berchtold's Day", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-08-01": "National Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", - "2035-01-02": "Berchtold's Day", + "2035-01-02": "Saint Berchtold's Day", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-08-01": "National Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", - "2036-01-02": "Berchtold's Day", + "2036-01-02": "Saint Berchtold's Day", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-08-01": "National Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", - "2037-01-02": "Berchtold's Day", + "2037-01-02": "Saint Berchtold's Day", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-08-01": "National Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", - "2038-01-02": "Berchtold's Day", + "2038-01-02": "Saint Berchtold's Day", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-08-01": "National Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", - "2039-01-02": "Berchtold's Day", + "2039-01-02": "Saint Berchtold's Day", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-08-01": "National Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", - "2040-01-02": "Berchtold's Day", + "2040-01-02": "Saint Berchtold's Day", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-08-01": "National Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", - "2041-01-02": "Berchtold's Day", + "2041-01-02": "Saint Berchtold's Day", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-08-01": "National Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", - "2042-01-02": "Berchtold's Day", + "2042-01-02": "Saint Berchtold's Day", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-08-01": "National Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", - "2043-01-02": "Berchtold's Day", + "2043-01-02": "Saint Berchtold's Day", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-08-01": "National Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", - "2044-01-02": "Berchtold's Day", + "2044-01-02": "Saint Berchtold's Day", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-08-01": "National Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", - "2045-01-02": "Berchtold's Day", + "2045-01-02": "Saint Berchtold's Day", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-08-01": "National Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", - "2046-01-02": "Berchtold's Day", + "2046-01-02": "Saint Berchtold's Day", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-08-01": "National Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", - "2047-01-02": "Berchtold's Day", + "2047-01-02": "Saint Berchtold's Day", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-08-01": "National Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", - "2048-01-02": "Berchtold's Day", + "2048-01-02": "Saint Berchtold's Day", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-08-01": "National Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", - "2049-01-02": "Berchtold's Day", + "2049-01-02": "Saint Berchtold's Day", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-08-01": "National Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", - "2050-01-02": "Berchtold's Day", + "2050-01-02": "Saint Berchtold's Day", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", diff --git a/snapshots/countries/CH_TG.json b/snapshots/countries/CH_TG.json index 56389d19f..97f39759e 100644 --- a/snapshots/countries/CH_TG.json +++ b/snapshots/countries/CH_TG.json @@ -1,6 +1,6 @@ { "1950-01-01": "New Year's Day", - "1950-01-02": "Berchtold's Day", + "1950-01-02": "Saint Berchtold's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", @@ -10,7 +10,7 @@ "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", - "1951-01-02": "Berchtold's Day", + "1951-01-02": "Saint Berchtold's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", @@ -20,7 +20,7 @@ "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", - "1952-01-02": "Berchtold's Day", + "1952-01-02": "Saint Berchtold's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", @@ -30,7 +30,7 @@ "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", - "1953-01-02": "Berchtold's Day", + "1953-01-02": "Saint Berchtold's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", @@ -40,7 +40,7 @@ "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", - "1954-01-02": "Berchtold's Day", + "1954-01-02": "Saint Berchtold's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", @@ -50,7 +50,7 @@ "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", - "1955-01-02": "Berchtold's Day", + "1955-01-02": "Saint Berchtold's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", @@ -60,7 +60,7 @@ "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", - "1956-01-02": "Berchtold's Day", + "1956-01-02": "Saint Berchtold's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", @@ -70,7 +70,7 @@ "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", - "1957-01-02": "Berchtold's Day", + "1957-01-02": "Saint Berchtold's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", @@ -80,7 +80,7 @@ "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", - "1958-01-02": "Berchtold's Day", + "1958-01-02": "Saint Berchtold's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", @@ -90,7 +90,7 @@ "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", - "1959-01-02": "Berchtold's Day", + "1959-01-02": "Saint Berchtold's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", @@ -100,7 +100,7 @@ "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", - "1960-01-02": "Berchtold's Day", + "1960-01-02": "Saint Berchtold's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", @@ -110,7 +110,7 @@ "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", - "1961-01-02": "Berchtold's Day", + "1961-01-02": "Saint Berchtold's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", @@ -120,7 +120,7 @@ "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", - "1962-01-02": "Berchtold's Day", + "1962-01-02": "Saint Berchtold's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", @@ -130,7 +130,7 @@ "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", - "1963-01-02": "Berchtold's Day", + "1963-01-02": "Saint Berchtold's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", @@ -140,7 +140,7 @@ "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", - "1964-01-02": "Berchtold's Day", + "1964-01-02": "Saint Berchtold's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", @@ -150,7 +150,7 @@ "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", - "1965-01-02": "Berchtold's Day", + "1965-01-02": "Saint Berchtold's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", @@ -160,7 +160,7 @@ "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", - "1966-01-02": "Berchtold's Day", + "1966-01-02": "Saint Berchtold's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", @@ -170,7 +170,7 @@ "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", - "1967-01-02": "Berchtold's Day", + "1967-01-02": "Saint Berchtold's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", @@ -180,7 +180,7 @@ "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", - "1968-01-02": "Berchtold's Day", + "1968-01-02": "Saint Berchtold's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", @@ -190,7 +190,7 @@ "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", - "1969-01-02": "Berchtold's Day", + "1969-01-02": "Saint Berchtold's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", @@ -200,7 +200,7 @@ "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", - "1970-01-02": "Berchtold's Day", + "1970-01-02": "Saint Berchtold's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", @@ -210,7 +210,7 @@ "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", - "1971-01-02": "Berchtold's Day", + "1971-01-02": "Saint Berchtold's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", @@ -220,7 +220,7 @@ "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", - "1972-01-02": "Berchtold's Day", + "1972-01-02": "Saint Berchtold's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", @@ -230,7 +230,7 @@ "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", - "1973-01-02": "Berchtold's Day", + "1973-01-02": "Saint Berchtold's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", @@ -240,7 +240,7 @@ "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", - "1974-01-02": "Berchtold's Day", + "1974-01-02": "Saint Berchtold's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", @@ -250,7 +250,7 @@ "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", - "1975-01-02": "Berchtold's Day", + "1975-01-02": "Saint Berchtold's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", @@ -260,7 +260,7 @@ "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", - "1976-01-02": "Berchtold's Day", + "1976-01-02": "Saint Berchtold's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", @@ -270,7 +270,7 @@ "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", - "1977-01-02": "Berchtold's Day", + "1977-01-02": "Saint Berchtold's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", @@ -280,7 +280,7 @@ "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", - "1978-01-02": "Berchtold's Day", + "1978-01-02": "Saint Berchtold's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", @@ -290,7 +290,7 @@ "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", - "1979-01-02": "Berchtold's Day", + "1979-01-02": "Saint Berchtold's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", @@ -300,7 +300,7 @@ "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", - "1980-01-02": "Berchtold's Day", + "1980-01-02": "Saint Berchtold's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", @@ -310,7 +310,7 @@ "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", - "1981-01-02": "Berchtold's Day", + "1981-01-02": "Saint Berchtold's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", @@ -320,7 +320,7 @@ "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", - "1982-01-02": "Berchtold's Day", + "1982-01-02": "Saint Berchtold's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", @@ -330,7 +330,7 @@ "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", - "1983-01-02": "Berchtold's Day", + "1983-01-02": "Saint Berchtold's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", @@ -340,7 +340,7 @@ "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", - "1984-01-02": "Berchtold's Day", + "1984-01-02": "Saint Berchtold's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", @@ -350,7 +350,7 @@ "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", - "1985-01-02": "Berchtold's Day", + "1985-01-02": "Saint Berchtold's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", @@ -360,7 +360,7 @@ "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", - "1986-01-02": "Berchtold's Day", + "1986-01-02": "Saint Berchtold's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", @@ -370,7 +370,7 @@ "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", - "1987-01-02": "Berchtold's Day", + "1987-01-02": "Saint Berchtold's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", @@ -380,7 +380,7 @@ "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", - "1988-01-02": "Berchtold's Day", + "1988-01-02": "Saint Berchtold's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", @@ -390,7 +390,7 @@ "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", - "1989-01-02": "Berchtold's Day", + "1989-01-02": "Saint Berchtold's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", @@ -400,7 +400,7 @@ "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", - "1990-01-02": "Berchtold's Day", + "1990-01-02": "Saint Berchtold's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", @@ -410,7 +410,7 @@ "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", - "1991-01-02": "Berchtold's Day", + "1991-01-02": "Saint Berchtold's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", @@ -420,7 +420,7 @@ "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", - "1992-01-02": "Berchtold's Day", + "1992-01-02": "Saint Berchtold's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", @@ -430,7 +430,7 @@ "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", - "1993-01-02": "Berchtold's Day", + "1993-01-02": "Saint Berchtold's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", @@ -440,7 +440,7 @@ "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", - "1994-01-02": "Berchtold's Day", + "1994-01-02": "Saint Berchtold's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", @@ -450,7 +450,7 @@ "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", - "1995-01-02": "Berchtold's Day", + "1995-01-02": "Saint Berchtold's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", @@ -460,7 +460,7 @@ "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", - "1996-01-02": "Berchtold's Day", + "1996-01-02": "Saint Berchtold's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", @@ -470,7 +470,7 @@ "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", - "1997-01-02": "Berchtold's Day", + "1997-01-02": "Saint Berchtold's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", @@ -480,7 +480,7 @@ "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", - "1998-01-02": "Berchtold's Day", + "1998-01-02": "Saint Berchtold's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", @@ -490,7 +490,7 @@ "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", - "1999-01-02": "Berchtold's Day", + "1999-01-02": "Saint Berchtold's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", @@ -500,7 +500,7 @@ "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", - "2000-01-02": "Berchtold's Day", + "2000-01-02": "Saint Berchtold's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", @@ -510,7 +510,7 @@ "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", - "2001-01-02": "Berchtold's Day", + "2001-01-02": "Saint Berchtold's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", @@ -520,7 +520,7 @@ "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", - "2002-01-02": "Berchtold's Day", + "2002-01-02": "Saint Berchtold's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", @@ -530,7 +530,7 @@ "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", - "2003-01-02": "Berchtold's Day", + "2003-01-02": "Saint Berchtold's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", @@ -540,7 +540,7 @@ "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", - "2004-01-02": "Berchtold's Day", + "2004-01-02": "Saint Berchtold's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", @@ -550,7 +550,7 @@ "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", - "2005-01-02": "Berchtold's Day", + "2005-01-02": "Saint Berchtold's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", @@ -560,7 +560,7 @@ "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", - "2006-01-02": "Berchtold's Day", + "2006-01-02": "Saint Berchtold's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", @@ -570,7 +570,7 @@ "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", - "2007-01-02": "Berchtold's Day", + "2007-01-02": "Saint Berchtold's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", @@ -580,7 +580,7 @@ "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", - "2008-01-02": "Berchtold's Day", + "2008-01-02": "Saint Berchtold's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", @@ -589,7 +589,7 @@ "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", - "2009-01-02": "Berchtold's Day", + "2009-01-02": "Saint Berchtold's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", @@ -599,7 +599,7 @@ "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", - "2010-01-02": "Berchtold's Day", + "2010-01-02": "Saint Berchtold's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", @@ -609,7 +609,7 @@ "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", - "2011-01-02": "Berchtold's Day", + "2011-01-02": "Saint Berchtold's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", @@ -619,7 +619,7 @@ "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", - "2012-01-02": "Berchtold's Day", + "2012-01-02": "Saint Berchtold's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", @@ -629,7 +629,7 @@ "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", - "2013-01-02": "Berchtold's Day", + "2013-01-02": "Saint Berchtold's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", @@ -639,7 +639,7 @@ "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", - "2014-01-02": "Berchtold's Day", + "2014-01-02": "Saint Berchtold's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", @@ -649,7 +649,7 @@ "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", - "2015-01-02": "Berchtold's Day", + "2015-01-02": "Saint Berchtold's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", @@ -659,7 +659,7 @@ "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", - "2016-01-02": "Berchtold's Day", + "2016-01-02": "Saint Berchtold's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", @@ -669,7 +669,7 @@ "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", - "2017-01-02": "Berchtold's Day", + "2017-01-02": "Saint Berchtold's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", @@ -679,7 +679,7 @@ "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", - "2018-01-02": "Berchtold's Day", + "2018-01-02": "Saint Berchtold's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", @@ -689,7 +689,7 @@ "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", - "2019-01-02": "Berchtold's Day", + "2019-01-02": "Saint Berchtold's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", @@ -699,7 +699,7 @@ "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", - "2020-01-02": "Berchtold's Day", + "2020-01-02": "Saint Berchtold's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", @@ -709,7 +709,7 @@ "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", - "2021-01-02": "Berchtold's Day", + "2021-01-02": "Saint Berchtold's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", @@ -719,7 +719,7 @@ "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", - "2022-01-02": "Berchtold's Day", + "2022-01-02": "Saint Berchtold's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", @@ -729,7 +729,7 @@ "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", - "2023-01-02": "Berchtold's Day", + "2023-01-02": "Saint Berchtold's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", @@ -739,7 +739,7 @@ "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", - "2024-01-02": "Berchtold's Day", + "2024-01-02": "Saint Berchtold's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", @@ -749,7 +749,7 @@ "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", - "2025-01-02": "Berchtold's Day", + "2025-01-02": "Saint Berchtold's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", @@ -759,7 +759,7 @@ "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", - "2026-01-02": "Berchtold's Day", + "2026-01-02": "Saint Berchtold's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", @@ -769,7 +769,7 @@ "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", - "2027-01-02": "Berchtold's Day", + "2027-01-02": "Saint Berchtold's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", @@ -779,7 +779,7 @@ "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", - "2028-01-02": "Berchtold's Day", + "2028-01-02": "Saint Berchtold's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", @@ -789,7 +789,7 @@ "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", - "2029-01-02": "Berchtold's Day", + "2029-01-02": "Saint Berchtold's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", @@ -799,7 +799,7 @@ "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", - "2030-01-02": "Berchtold's Day", + "2030-01-02": "Saint Berchtold's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", @@ -809,7 +809,7 @@ "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", - "2031-01-02": "Berchtold's Day", + "2031-01-02": "Saint Berchtold's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", @@ -819,7 +819,7 @@ "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", - "2032-01-02": "Berchtold's Day", + "2032-01-02": "Saint Berchtold's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", @@ -829,7 +829,7 @@ "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", - "2033-01-02": "Berchtold's Day", + "2033-01-02": "Saint Berchtold's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", @@ -839,7 +839,7 @@ "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", - "2034-01-02": "Berchtold's Day", + "2034-01-02": "Saint Berchtold's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", @@ -849,7 +849,7 @@ "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", - "2035-01-02": "Berchtold's Day", + "2035-01-02": "Saint Berchtold's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", @@ -859,7 +859,7 @@ "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", - "2036-01-02": "Berchtold's Day", + "2036-01-02": "Saint Berchtold's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", @@ -869,7 +869,7 @@ "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", - "2037-01-02": "Berchtold's Day", + "2037-01-02": "Saint Berchtold's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", @@ -879,7 +879,7 @@ "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", - "2038-01-02": "Berchtold's Day", + "2038-01-02": "Saint Berchtold's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", @@ -889,7 +889,7 @@ "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", - "2039-01-02": "Berchtold's Day", + "2039-01-02": "Saint Berchtold's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", @@ -899,7 +899,7 @@ "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", - "2040-01-02": "Berchtold's Day", + "2040-01-02": "Saint Berchtold's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", @@ -909,7 +909,7 @@ "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", - "2041-01-02": "Berchtold's Day", + "2041-01-02": "Saint Berchtold's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", @@ -919,7 +919,7 @@ "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", - "2042-01-02": "Berchtold's Day", + "2042-01-02": "Saint Berchtold's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", @@ -929,7 +929,7 @@ "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", - "2043-01-02": "Berchtold's Day", + "2043-01-02": "Saint Berchtold's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", @@ -939,7 +939,7 @@ "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", - "2044-01-02": "Berchtold's Day", + "2044-01-02": "Saint Berchtold's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", @@ -949,7 +949,7 @@ "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", - "2045-01-02": "Berchtold's Day", + "2045-01-02": "Saint Berchtold's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", @@ -959,7 +959,7 @@ "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", - "2046-01-02": "Berchtold's Day", + "2046-01-02": "Saint Berchtold's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", @@ -969,7 +969,7 @@ "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", - "2047-01-02": "Berchtold's Day", + "2047-01-02": "Saint Berchtold's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", @@ -979,7 +979,7 @@ "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", - "2048-01-02": "Berchtold's Day", + "2048-01-02": "Saint Berchtold's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", @@ -989,7 +989,7 @@ "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", - "2049-01-02": "Berchtold's Day", + "2049-01-02": "Saint Berchtold's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", @@ -999,7 +999,7 @@ "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", - "2050-01-02": "Berchtold's Day", + "2050-01-02": "Saint Berchtold's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", diff --git a/snapshots/countries/CH_VD.json b/snapshots/countries/CH_VD.json index bf888f106..573ce879c 100644 --- a/snapshots/countries/CH_VD.json +++ b/snapshots/countries/CH_VD.json @@ -1,6 +1,6 @@ { "1950-01-01": "New Year's Day", - "1950-01-02": "Berchtold's Day", + "1950-01-02": "Saint Berchtold's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-18": "Ascension Day", @@ -9,7 +9,7 @@ "1950-09-18": "Prayer Monday", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", - "1951-01-02": "Berchtold's Day", + "1951-01-02": "Saint Berchtold's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-03": "Ascension Day", @@ -18,7 +18,7 @@ "1951-09-17": "Prayer Monday", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", - "1952-01-02": "Berchtold's Day", + "1952-01-02": "Saint Berchtold's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-22": "Ascension Day", @@ -27,7 +27,7 @@ "1952-09-22": "Prayer Monday", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", - "1953-01-02": "Berchtold's Day", + "1953-01-02": "Saint Berchtold's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-14": "Ascension Day", @@ -36,7 +36,7 @@ "1953-09-21": "Prayer Monday", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", - "1954-01-02": "Berchtold's Day", + "1954-01-02": "Saint Berchtold's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-27": "Ascension Day", @@ -45,7 +45,7 @@ "1954-09-20": "Prayer Monday", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", - "1955-01-02": "Berchtold's Day", + "1955-01-02": "Saint Berchtold's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-19": "Ascension Day", @@ -54,7 +54,7 @@ "1955-09-19": "Prayer Monday", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", - "1956-01-02": "Berchtold's Day", + "1956-01-02": "Saint Berchtold's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-10": "Ascension Day", @@ -63,7 +63,7 @@ "1956-09-17": "Prayer Monday", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", - "1957-01-02": "Berchtold's Day", + "1957-01-02": "Saint Berchtold's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-30": "Ascension Day", @@ -72,7 +72,7 @@ "1957-09-16": "Prayer Monday", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", - "1958-01-02": "Berchtold's Day", + "1958-01-02": "Saint Berchtold's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-15": "Ascension Day", @@ -81,7 +81,7 @@ "1958-09-22": "Prayer Monday", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", - "1959-01-02": "Berchtold's Day", + "1959-01-02": "Saint Berchtold's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-07": "Ascension Day", @@ -90,7 +90,7 @@ "1959-09-21": "Prayer Monday", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", - "1960-01-02": "Berchtold's Day", + "1960-01-02": "Saint Berchtold's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-26": "Ascension Day", @@ -99,7 +99,7 @@ "1960-09-19": "Prayer Monday", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", - "1961-01-02": "Berchtold's Day", + "1961-01-02": "Saint Berchtold's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-11": "Ascension Day", @@ -108,7 +108,7 @@ "1961-09-18": "Prayer Monday", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", - "1962-01-02": "Berchtold's Day", + "1962-01-02": "Saint Berchtold's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-31": "Ascension Day", @@ -117,7 +117,7 @@ "1962-09-17": "Prayer Monday", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", - "1963-01-02": "Berchtold's Day", + "1963-01-02": "Saint Berchtold's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-23": "Ascension Day", @@ -126,7 +126,7 @@ "1963-09-16": "Prayer Monday", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", - "1964-01-02": "Berchtold's Day", + "1964-01-02": "Saint Berchtold's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-07": "Ascension Day", @@ -135,7 +135,7 @@ "1964-09-21": "Prayer Monday", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", - "1965-01-02": "Berchtold's Day", + "1965-01-02": "Saint Berchtold's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-27": "Ascension Day", @@ -144,7 +144,7 @@ "1965-09-20": "Prayer Monday", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", - "1966-01-02": "Berchtold's Day", + "1966-01-02": "Saint Berchtold's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-19": "Ascension Day", @@ -153,7 +153,7 @@ "1966-09-19": "Prayer Monday", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", - "1967-01-02": "Berchtold's Day", + "1967-01-02": "Saint Berchtold's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-04": "Ascension Day", @@ -162,7 +162,7 @@ "1967-09-18": "Prayer Monday", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", - "1968-01-02": "Berchtold's Day", + "1968-01-02": "Saint Berchtold's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-23": "Ascension Day", @@ -171,7 +171,7 @@ "1968-09-16": "Prayer Monday", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", - "1969-01-02": "Berchtold's Day", + "1969-01-02": "Saint Berchtold's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-15": "Ascension Day", @@ -180,7 +180,7 @@ "1969-09-22": "Prayer Monday", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", - "1970-01-02": "Berchtold's Day", + "1970-01-02": "Saint Berchtold's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-07": "Ascension Day", @@ -189,7 +189,7 @@ "1970-09-21": "Prayer Monday", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", - "1971-01-02": "Berchtold's Day", + "1971-01-02": "Saint Berchtold's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-20": "Ascension Day", @@ -198,7 +198,7 @@ "1971-09-20": "Prayer Monday", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", - "1972-01-02": "Berchtold's Day", + "1972-01-02": "Saint Berchtold's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-11": "Ascension Day", @@ -207,7 +207,7 @@ "1972-09-18": "Prayer Monday", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", - "1973-01-02": "Berchtold's Day", + "1973-01-02": "Saint Berchtold's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-31": "Ascension Day", @@ -216,7 +216,7 @@ "1973-09-17": "Prayer Monday", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", - "1974-01-02": "Berchtold's Day", + "1974-01-02": "Saint Berchtold's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-23": "Ascension Day", @@ -225,7 +225,7 @@ "1974-09-16": "Prayer Monday", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", - "1975-01-02": "Berchtold's Day", + "1975-01-02": "Saint Berchtold's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-08": "Ascension Day", @@ -234,7 +234,7 @@ "1975-09-22": "Prayer Monday", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", - "1976-01-02": "Berchtold's Day", + "1976-01-02": "Saint Berchtold's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-27": "Ascension Day", @@ -243,7 +243,7 @@ "1976-09-20": "Prayer Monday", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", - "1977-01-02": "Berchtold's Day", + "1977-01-02": "Saint Berchtold's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-19": "Ascension Day", @@ -252,7 +252,7 @@ "1977-09-19": "Prayer Monday", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", - "1978-01-02": "Berchtold's Day", + "1978-01-02": "Saint Berchtold's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-04": "Ascension Day", @@ -261,7 +261,7 @@ "1978-09-18": "Prayer Monday", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", - "1979-01-02": "Berchtold's Day", + "1979-01-02": "Saint Berchtold's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-24": "Ascension Day", @@ -270,7 +270,7 @@ "1979-09-17": "Prayer Monday", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", - "1980-01-02": "Berchtold's Day", + "1980-01-02": "Saint Berchtold's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-15": "Ascension Day", @@ -279,7 +279,7 @@ "1980-09-22": "Prayer Monday", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", - "1981-01-02": "Berchtold's Day", + "1981-01-02": "Saint Berchtold's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-28": "Ascension Day", @@ -288,7 +288,7 @@ "1981-09-21": "Prayer Monday", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", - "1982-01-02": "Berchtold's Day", + "1982-01-02": "Saint Berchtold's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-20": "Ascension Day", @@ -297,7 +297,7 @@ "1982-09-20": "Prayer Monday", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", - "1983-01-02": "Berchtold's Day", + "1983-01-02": "Saint Berchtold's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-12": "Ascension Day", @@ -306,7 +306,7 @@ "1983-09-19": "Prayer Monday", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", - "1984-01-02": "Berchtold's Day", + "1984-01-02": "Saint Berchtold's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-31": "Ascension Day", @@ -315,7 +315,7 @@ "1984-09-17": "Prayer Monday", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", - "1985-01-02": "Berchtold's Day", + "1985-01-02": "Saint Berchtold's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-16": "Ascension Day", @@ -324,7 +324,7 @@ "1985-09-16": "Prayer Monday", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", - "1986-01-02": "Berchtold's Day", + "1986-01-02": "Saint Berchtold's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-08": "Ascension Day", @@ -333,7 +333,7 @@ "1986-09-22": "Prayer Monday", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", - "1987-01-02": "Berchtold's Day", + "1987-01-02": "Saint Berchtold's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-28": "Ascension Day", @@ -342,7 +342,7 @@ "1987-09-21": "Prayer Monday", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", - "1988-01-02": "Berchtold's Day", + "1988-01-02": "Saint Berchtold's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-12": "Ascension Day", @@ -351,7 +351,7 @@ "1988-09-19": "Prayer Monday", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", - "1989-01-02": "Berchtold's Day", + "1989-01-02": "Saint Berchtold's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-04": "Ascension Day", @@ -360,7 +360,7 @@ "1989-09-18": "Prayer Monday", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", - "1990-01-02": "Berchtold's Day", + "1990-01-02": "Saint Berchtold's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-24": "Ascension Day", @@ -369,7 +369,7 @@ "1990-09-17": "Prayer Monday", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", - "1991-01-02": "Berchtold's Day", + "1991-01-02": "Saint Berchtold's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-09": "Ascension Day", @@ -378,7 +378,7 @@ "1991-09-16": "Prayer Monday", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", - "1992-01-02": "Berchtold's Day", + "1992-01-02": "Saint Berchtold's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-28": "Ascension Day", @@ -387,7 +387,7 @@ "1992-09-21": "Prayer Monday", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", - "1993-01-02": "Berchtold's Day", + "1993-01-02": "Saint Berchtold's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-20": "Ascension Day", @@ -396,7 +396,7 @@ "1993-09-20": "Prayer Monday", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", - "1994-01-02": "Berchtold's Day", + "1994-01-02": "Saint Berchtold's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-12": "Ascension Day", @@ -405,7 +405,7 @@ "1994-09-19": "Prayer Monday", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", - "1995-01-02": "Berchtold's Day", + "1995-01-02": "Saint Berchtold's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-25": "Ascension Day", @@ -414,7 +414,7 @@ "1995-09-18": "Prayer Monday", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", - "1996-01-02": "Berchtold's Day", + "1996-01-02": "Saint Berchtold's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-16": "Ascension Day", @@ -423,7 +423,7 @@ "1996-09-16": "Prayer Monday", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", - "1997-01-02": "Berchtold's Day", + "1997-01-02": "Saint Berchtold's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-08": "Ascension Day", @@ -432,7 +432,7 @@ "1997-09-22": "Prayer Monday", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", - "1998-01-02": "Berchtold's Day", + "1998-01-02": "Saint Berchtold's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-21": "Ascension Day", @@ -441,7 +441,7 @@ "1998-09-21": "Prayer Monday", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", - "1999-01-02": "Berchtold's Day", + "1999-01-02": "Saint Berchtold's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-13": "Ascension Day", @@ -450,7 +450,7 @@ "1999-09-20": "Prayer Monday", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", - "2000-01-02": "Berchtold's Day", + "2000-01-02": "Saint Berchtold's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-06-01": "Ascension Day", @@ -459,7 +459,7 @@ "2000-09-18": "Prayer Monday", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", - "2001-01-02": "Berchtold's Day", + "2001-01-02": "Saint Berchtold's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-24": "Ascension Day", @@ -468,7 +468,7 @@ "2001-09-17": "Prayer Monday", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", - "2002-01-02": "Berchtold's Day", + "2002-01-02": "Saint Berchtold's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-09": "Ascension Day", @@ -477,7 +477,7 @@ "2002-09-16": "Prayer Monday", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", - "2003-01-02": "Berchtold's Day", + "2003-01-02": "Saint Berchtold's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-29": "Ascension Day", @@ -486,7 +486,7 @@ "2003-09-22": "Prayer Monday", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", - "2004-01-02": "Berchtold's Day", + "2004-01-02": "Saint Berchtold's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-20": "Ascension Day", @@ -495,7 +495,7 @@ "2004-09-20": "Prayer Monday", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", - "2005-01-02": "Berchtold's Day", + "2005-01-02": "Saint Berchtold's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-05": "Ascension Day", @@ -504,7 +504,7 @@ "2005-09-19": "Prayer Monday", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", - "2006-01-02": "Berchtold's Day", + "2006-01-02": "Saint Berchtold's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-25": "Ascension Day", @@ -513,7 +513,7 @@ "2006-09-18": "Prayer Monday", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", - "2007-01-02": "Berchtold's Day", + "2007-01-02": "Saint Berchtold's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-17": "Ascension Day", @@ -522,7 +522,7 @@ "2007-09-17": "Prayer Monday", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", - "2008-01-02": "Berchtold's Day", + "2008-01-02": "Saint Berchtold's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day", @@ -531,7 +531,7 @@ "2008-09-22": "Prayer Monday", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", - "2009-01-02": "Berchtold's Day", + "2009-01-02": "Saint Berchtold's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-21": "Ascension Day", @@ -540,7 +540,7 @@ "2009-09-21": "Prayer Monday", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", - "2010-01-02": "Berchtold's Day", + "2010-01-02": "Saint Berchtold's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-13": "Ascension Day", @@ -549,7 +549,7 @@ "2010-09-20": "Prayer Monday", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", - "2011-01-02": "Berchtold's Day", + "2011-01-02": "Saint Berchtold's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-06-02": "Ascension Day", @@ -558,7 +558,7 @@ "2011-09-19": "Prayer Monday", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", - "2012-01-02": "Berchtold's Day", + "2012-01-02": "Saint Berchtold's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-17": "Ascension Day", @@ -567,7 +567,7 @@ "2012-09-17": "Prayer Monday", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", - "2013-01-02": "Berchtold's Day", + "2013-01-02": "Saint Berchtold's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-09": "Ascension Day", @@ -576,7 +576,7 @@ "2013-09-16": "Prayer Monday", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", - "2014-01-02": "Berchtold's Day", + "2014-01-02": "Saint Berchtold's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-29": "Ascension Day", @@ -585,7 +585,7 @@ "2014-09-22": "Prayer Monday", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", - "2015-01-02": "Berchtold's Day", + "2015-01-02": "Saint Berchtold's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-14": "Ascension Day", @@ -594,7 +594,7 @@ "2015-09-21": "Prayer Monday", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", - "2016-01-02": "Berchtold's Day", + "2016-01-02": "Saint Berchtold's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-05": "Ascension Day", @@ -603,7 +603,7 @@ "2016-09-19": "Prayer Monday", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", - "2017-01-02": "Berchtold's Day", + "2017-01-02": "Saint Berchtold's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-25": "Ascension Day", @@ -612,7 +612,7 @@ "2017-09-18": "Prayer Monday", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", - "2018-01-02": "Berchtold's Day", + "2018-01-02": "Saint Berchtold's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-10": "Ascension Day", @@ -621,7 +621,7 @@ "2018-09-17": "Prayer Monday", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", - "2019-01-02": "Berchtold's Day", + "2019-01-02": "Saint Berchtold's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-30": "Ascension Day", @@ -630,7 +630,7 @@ "2019-09-16": "Prayer Monday", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", - "2020-01-02": "Berchtold's Day", + "2020-01-02": "Saint Berchtold's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-21": "Ascension Day", @@ -639,7 +639,7 @@ "2020-09-21": "Prayer Monday", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", - "2021-01-02": "Berchtold's Day", + "2021-01-02": "Saint Berchtold's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-13": "Ascension Day", @@ -648,7 +648,7 @@ "2021-09-20": "Prayer Monday", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", - "2022-01-02": "Berchtold's Day", + "2022-01-02": "Saint Berchtold's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-26": "Ascension Day", @@ -657,7 +657,7 @@ "2022-09-19": "Prayer Monday", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", - "2023-01-02": "Berchtold's Day", + "2023-01-02": "Saint Berchtold's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-18": "Ascension Day", @@ -666,7 +666,7 @@ "2023-09-18": "Prayer Monday", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", - "2024-01-02": "Berchtold's Day", + "2024-01-02": "Saint Berchtold's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-09": "Ascension Day", @@ -675,7 +675,7 @@ "2024-09-16": "Prayer Monday", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", - "2025-01-02": "Berchtold's Day", + "2025-01-02": "Saint Berchtold's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-29": "Ascension Day", @@ -684,7 +684,7 @@ "2025-09-22": "Prayer Monday", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", - "2026-01-02": "Berchtold's Day", + "2026-01-02": "Saint Berchtold's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-14": "Ascension Day", @@ -693,7 +693,7 @@ "2026-09-21": "Prayer Monday", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", - "2027-01-02": "Berchtold's Day", + "2027-01-02": "Saint Berchtold's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-06": "Ascension Day", @@ -702,7 +702,7 @@ "2027-09-20": "Prayer Monday", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", - "2028-01-02": "Berchtold's Day", + "2028-01-02": "Saint Berchtold's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-25": "Ascension Day", @@ -711,7 +711,7 @@ "2028-09-18": "Prayer Monday", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", - "2029-01-02": "Berchtold's Day", + "2029-01-02": "Saint Berchtold's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-10": "Ascension Day", @@ -720,7 +720,7 @@ "2029-09-17": "Prayer Monday", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", - "2030-01-02": "Berchtold's Day", + "2030-01-02": "Saint Berchtold's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-30": "Ascension Day", @@ -729,7 +729,7 @@ "2030-09-16": "Prayer Monday", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", - "2031-01-02": "Berchtold's Day", + "2031-01-02": "Saint Berchtold's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-22": "Ascension Day", @@ -738,7 +738,7 @@ "2031-09-22": "Prayer Monday", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", - "2032-01-02": "Berchtold's Day", + "2032-01-02": "Saint Berchtold's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-06": "Ascension Day", @@ -747,7 +747,7 @@ "2032-09-20": "Prayer Monday", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", - "2033-01-02": "Berchtold's Day", + "2033-01-02": "Saint Berchtold's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-26": "Ascension Day", @@ -756,7 +756,7 @@ "2033-09-19": "Prayer Monday", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", - "2034-01-02": "Berchtold's Day", + "2034-01-02": "Saint Berchtold's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-18": "Ascension Day", @@ -765,7 +765,7 @@ "2034-09-18": "Prayer Monday", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", - "2035-01-02": "Berchtold's Day", + "2035-01-02": "Saint Berchtold's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-03": "Ascension Day", @@ -774,7 +774,7 @@ "2035-09-17": "Prayer Monday", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", - "2036-01-02": "Berchtold's Day", + "2036-01-02": "Saint Berchtold's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-22": "Ascension Day", @@ -783,7 +783,7 @@ "2036-09-22": "Prayer Monday", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", - "2037-01-02": "Berchtold's Day", + "2037-01-02": "Saint Berchtold's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-14": "Ascension Day", @@ -792,7 +792,7 @@ "2037-09-21": "Prayer Monday", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", - "2038-01-02": "Berchtold's Day", + "2038-01-02": "Saint Berchtold's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-06-03": "Ascension Day", @@ -801,7 +801,7 @@ "2038-09-20": "Prayer Monday", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", - "2039-01-02": "Berchtold's Day", + "2039-01-02": "Saint Berchtold's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-19": "Ascension Day", @@ -810,7 +810,7 @@ "2039-09-19": "Prayer Monday", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", - "2040-01-02": "Berchtold's Day", + "2040-01-02": "Saint Berchtold's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-10": "Ascension Day", @@ -819,7 +819,7 @@ "2040-09-17": "Prayer Monday", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", - "2041-01-02": "Berchtold's Day", + "2041-01-02": "Saint Berchtold's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-30": "Ascension Day", @@ -828,7 +828,7 @@ "2041-09-16": "Prayer Monday", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", - "2042-01-02": "Berchtold's Day", + "2042-01-02": "Saint Berchtold's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-15": "Ascension Day", @@ -837,7 +837,7 @@ "2042-09-22": "Prayer Monday", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", - "2043-01-02": "Berchtold's Day", + "2043-01-02": "Saint Berchtold's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-07": "Ascension Day", @@ -846,7 +846,7 @@ "2043-09-21": "Prayer Monday", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", - "2044-01-02": "Berchtold's Day", + "2044-01-02": "Saint Berchtold's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-26": "Ascension Day", @@ -855,7 +855,7 @@ "2044-09-19": "Prayer Monday", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", - "2045-01-02": "Berchtold's Day", + "2045-01-02": "Saint Berchtold's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-18": "Ascension Day", @@ -864,7 +864,7 @@ "2045-09-18": "Prayer Monday", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", - "2046-01-02": "Berchtold's Day", + "2046-01-02": "Saint Berchtold's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-03": "Ascension Day", @@ -873,7 +873,7 @@ "2046-09-17": "Prayer Monday", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", - "2047-01-02": "Berchtold's Day", + "2047-01-02": "Saint Berchtold's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-23": "Ascension Day", @@ -882,7 +882,7 @@ "2047-09-16": "Prayer Monday", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", - "2048-01-02": "Berchtold's Day", + "2048-01-02": "Saint Berchtold's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-14": "Ascension Day", @@ -891,7 +891,7 @@ "2048-09-21": "Prayer Monday", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", - "2049-01-02": "Berchtold's Day", + "2049-01-02": "Saint Berchtold's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-27": "Ascension Day", @@ -900,7 +900,7 @@ "2049-09-20": "Prayer Monday", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", - "2050-01-02": "Berchtold's Day", + "2050-01-02": "Saint Berchtold's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-19": "Ascension Day", diff --git a/snapshots/countries/CH_VS.json b/snapshots/countries/CH_VS.json index 894c4bd0c..bbaffd1d7 100644 --- a/snapshots/countries/CH_VS.json +++ b/snapshots/countries/CH_VS.json @@ -1,6 +1,6 @@ { "1950-01-01": "New Year's Day", - "1950-01-02": "Berchtold's Day", + "1950-01-02": "Saint Berchtold's Day", "1950-03-19": "Saint Joseph's Day", "1950-04-10": "Easter Monday", "1950-05-18": "Ascension Day", @@ -13,7 +13,7 @@ "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", - "1951-01-02": "Berchtold's Day", + "1951-01-02": "Saint Berchtold's Day", "1951-03-19": "Saint Joseph's Day", "1951-03-26": "Easter Monday", "1951-05-03": "Ascension Day", @@ -26,7 +26,7 @@ "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", - "1952-01-02": "Berchtold's Day", + "1952-01-02": "Saint Berchtold's Day", "1952-03-19": "Saint Joseph's Day", "1952-04-14": "Easter Monday", "1952-05-22": "Ascension Day", @@ -39,7 +39,7 @@ "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", - "1953-01-02": "Berchtold's Day", + "1953-01-02": "Saint Berchtold's Day", "1953-03-19": "Saint Joseph's Day", "1953-04-06": "Easter Monday", "1953-05-14": "Ascension Day", @@ -52,7 +52,7 @@ "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", - "1954-01-02": "Berchtold's Day", + "1954-01-02": "Saint Berchtold's Day", "1954-03-19": "Saint Joseph's Day", "1954-04-19": "Easter Monday", "1954-05-27": "Ascension Day", @@ -65,7 +65,7 @@ "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", - "1955-01-02": "Berchtold's Day", + "1955-01-02": "Saint Berchtold's Day", "1955-03-19": "Saint Joseph's Day", "1955-04-11": "Easter Monday", "1955-05-19": "Ascension Day", @@ -78,7 +78,7 @@ "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", - "1956-01-02": "Berchtold's Day", + "1956-01-02": "Saint Berchtold's Day", "1956-03-19": "Saint Joseph's Day", "1956-04-02": "Easter Monday", "1956-05-10": "Ascension Day", @@ -91,7 +91,7 @@ "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", - "1957-01-02": "Berchtold's Day", + "1957-01-02": "Saint Berchtold's Day", "1957-03-19": "Saint Joseph's Day", "1957-04-22": "Easter Monday", "1957-05-30": "Ascension Day", @@ -104,7 +104,7 @@ "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", - "1958-01-02": "Berchtold's Day", + "1958-01-02": "Saint Berchtold's Day", "1958-03-19": "Saint Joseph's Day", "1958-04-07": "Easter Monday", "1958-05-15": "Ascension Day", @@ -117,7 +117,7 @@ "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", - "1959-01-02": "Berchtold's Day", + "1959-01-02": "Saint Berchtold's Day", "1959-03-19": "Saint Joseph's Day", "1959-03-30": "Easter Monday", "1959-05-07": "Ascension Day", @@ -130,7 +130,7 @@ "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", - "1960-01-02": "Berchtold's Day", + "1960-01-02": "Saint Berchtold's Day", "1960-03-19": "Saint Joseph's Day", "1960-04-18": "Easter Monday", "1960-05-26": "Ascension Day", @@ -143,7 +143,7 @@ "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", - "1961-01-02": "Berchtold's Day", + "1961-01-02": "Saint Berchtold's Day", "1961-03-19": "Saint Joseph's Day", "1961-04-03": "Easter Monday", "1961-05-11": "Ascension Day", @@ -156,7 +156,7 @@ "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", - "1962-01-02": "Berchtold's Day", + "1962-01-02": "Saint Berchtold's Day", "1962-03-19": "Saint Joseph's Day", "1962-04-23": "Easter Monday", "1962-05-31": "Ascension Day", @@ -169,7 +169,7 @@ "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", - "1963-01-02": "Berchtold's Day", + "1963-01-02": "Saint Berchtold's Day", "1963-03-19": "Saint Joseph's Day", "1963-04-15": "Easter Monday", "1963-05-23": "Ascension Day", @@ -182,7 +182,7 @@ "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", - "1964-01-02": "Berchtold's Day", + "1964-01-02": "Saint Berchtold's Day", "1964-03-19": "Saint Joseph's Day", "1964-03-30": "Easter Monday", "1964-05-07": "Ascension Day", @@ -195,7 +195,7 @@ "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", - "1965-01-02": "Berchtold's Day", + "1965-01-02": "Saint Berchtold's Day", "1965-03-19": "Saint Joseph's Day", "1965-04-19": "Easter Monday", "1965-05-27": "Ascension Day", @@ -208,7 +208,7 @@ "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", - "1966-01-02": "Berchtold's Day", + "1966-01-02": "Saint Berchtold's Day", "1966-03-19": "Saint Joseph's Day", "1966-04-11": "Easter Monday", "1966-05-19": "Ascension Day", @@ -221,7 +221,7 @@ "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", - "1967-01-02": "Berchtold's Day", + "1967-01-02": "Saint Berchtold's Day", "1967-03-19": "Saint Joseph's Day", "1967-03-27": "Easter Monday", "1967-05-04": "Ascension Day", @@ -234,7 +234,7 @@ "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", - "1968-01-02": "Berchtold's Day", + "1968-01-02": "Saint Berchtold's Day", "1968-03-19": "Saint Joseph's Day", "1968-04-15": "Easter Monday", "1968-05-23": "Ascension Day", @@ -247,7 +247,7 @@ "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", - "1969-01-02": "Berchtold's Day", + "1969-01-02": "Saint Berchtold's Day", "1969-03-19": "Saint Joseph's Day", "1969-04-07": "Easter Monday", "1969-05-15": "Ascension Day", @@ -260,7 +260,7 @@ "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", - "1970-01-02": "Berchtold's Day", + "1970-01-02": "Saint Berchtold's Day", "1970-03-19": "Saint Joseph's Day", "1970-03-30": "Easter Monday", "1970-05-07": "Ascension Day", @@ -273,7 +273,7 @@ "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", - "1971-01-02": "Berchtold's Day", + "1971-01-02": "Saint Berchtold's Day", "1971-03-19": "Saint Joseph's Day", "1971-04-12": "Easter Monday", "1971-05-20": "Ascension Day", @@ -286,7 +286,7 @@ "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", - "1972-01-02": "Berchtold's Day", + "1972-01-02": "Saint Berchtold's Day", "1972-03-19": "Saint Joseph's Day", "1972-04-03": "Easter Monday", "1972-05-11": "Ascension Day", @@ -299,7 +299,7 @@ "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", - "1973-01-02": "Berchtold's Day", + "1973-01-02": "Saint Berchtold's Day", "1973-03-19": "Saint Joseph's Day", "1973-04-23": "Easter Monday", "1973-05-31": "Ascension Day", @@ -312,7 +312,7 @@ "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", - "1974-01-02": "Berchtold's Day", + "1974-01-02": "Saint Berchtold's Day", "1974-03-19": "Saint Joseph's Day", "1974-04-15": "Easter Monday", "1974-05-23": "Ascension Day", @@ -325,7 +325,7 @@ "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", - "1975-01-02": "Berchtold's Day", + "1975-01-02": "Saint Berchtold's Day", "1975-03-19": "Saint Joseph's Day", "1975-03-31": "Easter Monday", "1975-05-08": "Ascension Day", @@ -338,7 +338,7 @@ "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", - "1976-01-02": "Berchtold's Day", + "1976-01-02": "Saint Berchtold's Day", "1976-03-19": "Saint Joseph's Day", "1976-04-19": "Easter Monday", "1976-05-27": "Ascension Day", @@ -351,7 +351,7 @@ "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", - "1977-01-02": "Berchtold's Day", + "1977-01-02": "Saint Berchtold's Day", "1977-03-19": "Saint Joseph's Day", "1977-04-11": "Easter Monday", "1977-05-19": "Ascension Day", @@ -364,7 +364,7 @@ "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", - "1978-01-02": "Berchtold's Day", + "1978-01-02": "Saint Berchtold's Day", "1978-03-19": "Saint Joseph's Day", "1978-03-27": "Easter Monday", "1978-05-04": "Ascension Day", @@ -377,7 +377,7 @@ "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", - "1979-01-02": "Berchtold's Day", + "1979-01-02": "Saint Berchtold's Day", "1979-03-19": "Saint Joseph's Day", "1979-04-16": "Easter Monday", "1979-05-24": "Ascension Day", @@ -390,7 +390,7 @@ "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", - "1980-01-02": "Berchtold's Day", + "1980-01-02": "Saint Berchtold's Day", "1980-03-19": "Saint Joseph's Day", "1980-04-07": "Easter Monday", "1980-05-15": "Ascension Day", @@ -403,7 +403,7 @@ "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", - "1981-01-02": "Berchtold's Day", + "1981-01-02": "Saint Berchtold's Day", "1981-03-19": "Saint Joseph's Day", "1981-04-20": "Easter Monday", "1981-05-28": "Ascension Day", @@ -416,7 +416,7 @@ "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", - "1982-01-02": "Berchtold's Day", + "1982-01-02": "Saint Berchtold's Day", "1982-03-19": "Saint Joseph's Day", "1982-04-12": "Easter Monday", "1982-05-20": "Ascension Day", @@ -429,7 +429,7 @@ "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", - "1983-01-02": "Berchtold's Day", + "1983-01-02": "Saint Berchtold's Day", "1983-03-19": "Saint Joseph's Day", "1983-04-04": "Easter Monday", "1983-05-12": "Ascension Day", @@ -442,7 +442,7 @@ "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", - "1984-01-02": "Berchtold's Day", + "1984-01-02": "Saint Berchtold's Day", "1984-03-19": "Saint Joseph's Day", "1984-04-23": "Easter Monday", "1984-05-31": "Ascension Day", @@ -455,7 +455,7 @@ "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", - "1985-01-02": "Berchtold's Day", + "1985-01-02": "Saint Berchtold's Day", "1985-03-19": "Saint Joseph's Day", "1985-04-08": "Easter Monday", "1985-05-16": "Ascension Day", @@ -468,7 +468,7 @@ "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", - "1986-01-02": "Berchtold's Day", + "1986-01-02": "Saint Berchtold's Day", "1986-03-19": "Saint Joseph's Day", "1986-03-31": "Easter Monday", "1986-05-08": "Ascension Day", @@ -481,7 +481,7 @@ "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", - "1987-01-02": "Berchtold's Day", + "1987-01-02": "Saint Berchtold's Day", "1987-03-19": "Saint Joseph's Day", "1987-04-20": "Easter Monday", "1987-05-28": "Ascension Day", @@ -494,7 +494,7 @@ "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", - "1988-01-02": "Berchtold's Day", + "1988-01-02": "Saint Berchtold's Day", "1988-03-19": "Saint Joseph's Day", "1988-04-04": "Easter Monday", "1988-05-12": "Ascension Day", @@ -507,7 +507,7 @@ "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", - "1989-01-02": "Berchtold's Day", + "1989-01-02": "Saint Berchtold's Day", "1989-03-19": "Saint Joseph's Day", "1989-03-27": "Easter Monday", "1989-05-04": "Ascension Day", @@ -520,7 +520,7 @@ "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", - "1990-01-02": "Berchtold's Day", + "1990-01-02": "Saint Berchtold's Day", "1990-03-19": "Saint Joseph's Day", "1990-04-16": "Easter Monday", "1990-05-24": "Ascension Day", @@ -533,7 +533,7 @@ "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", - "1991-01-02": "Berchtold's Day", + "1991-01-02": "Saint Berchtold's Day", "1991-03-19": "Saint Joseph's Day", "1991-04-01": "Easter Monday", "1991-05-09": "Ascension Day", @@ -546,7 +546,7 @@ "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", - "1992-01-02": "Berchtold's Day", + "1992-01-02": "Saint Berchtold's Day", "1992-03-19": "Saint Joseph's Day", "1992-04-20": "Easter Monday", "1992-05-28": "Ascension Day", @@ -559,7 +559,7 @@ "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", - "1993-01-02": "Berchtold's Day", + "1993-01-02": "Saint Berchtold's Day", "1993-03-19": "Saint Joseph's Day", "1993-04-12": "Easter Monday", "1993-05-20": "Ascension Day", @@ -572,7 +572,7 @@ "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", - "1994-01-02": "Berchtold's Day", + "1994-01-02": "Saint Berchtold's Day", "1994-03-19": "Saint Joseph's Day", "1994-04-04": "Easter Monday", "1994-05-12": "Ascension Day", @@ -585,7 +585,7 @@ "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", - "1995-01-02": "Berchtold's Day", + "1995-01-02": "Saint Berchtold's Day", "1995-03-19": "Saint Joseph's Day", "1995-04-17": "Easter Monday", "1995-05-25": "Ascension Day", @@ -598,7 +598,7 @@ "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", - "1996-01-02": "Berchtold's Day", + "1996-01-02": "Saint Berchtold's Day", "1996-03-19": "Saint Joseph's Day", "1996-04-08": "Easter Monday", "1996-05-16": "Ascension Day", @@ -611,7 +611,7 @@ "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", - "1997-01-02": "Berchtold's Day", + "1997-01-02": "Saint Berchtold's Day", "1997-03-19": "Saint Joseph's Day", "1997-03-31": "Easter Monday", "1997-05-08": "Ascension Day", @@ -624,7 +624,7 @@ "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", - "1998-01-02": "Berchtold's Day", + "1998-01-02": "Saint Berchtold's Day", "1998-03-19": "Saint Joseph's Day", "1998-04-13": "Easter Monday", "1998-05-21": "Ascension Day", @@ -637,7 +637,7 @@ "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", - "1999-01-02": "Berchtold's Day", + "1999-01-02": "Saint Berchtold's Day", "1999-03-19": "Saint Joseph's Day", "1999-04-05": "Easter Monday", "1999-05-13": "Ascension Day", @@ -650,7 +650,7 @@ "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", - "2000-01-02": "Berchtold's Day", + "2000-01-02": "Saint Berchtold's Day", "2000-03-19": "Saint Joseph's Day", "2000-04-24": "Easter Monday", "2000-06-01": "Ascension Day", @@ -663,7 +663,7 @@ "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", - "2001-01-02": "Berchtold's Day", + "2001-01-02": "Saint Berchtold's Day", "2001-03-19": "Saint Joseph's Day", "2001-04-16": "Easter Monday", "2001-05-24": "Ascension Day", @@ -676,7 +676,7 @@ "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", - "2002-01-02": "Berchtold's Day", + "2002-01-02": "Saint Berchtold's Day", "2002-03-19": "Saint Joseph's Day", "2002-04-01": "Easter Monday", "2002-05-09": "Ascension Day", @@ -689,7 +689,7 @@ "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", - "2003-01-02": "Berchtold's Day", + "2003-01-02": "Saint Berchtold's Day", "2003-03-19": "Saint Joseph's Day", "2003-04-21": "Easter Monday", "2003-05-29": "Ascension Day", @@ -702,7 +702,7 @@ "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", - "2004-01-02": "Berchtold's Day", + "2004-01-02": "Saint Berchtold's Day", "2004-03-19": "Saint Joseph's Day", "2004-04-12": "Easter Monday", "2004-05-20": "Ascension Day", @@ -715,7 +715,7 @@ "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", - "2005-01-02": "Berchtold's Day", + "2005-01-02": "Saint Berchtold's Day", "2005-03-19": "Saint Joseph's Day", "2005-03-28": "Easter Monday", "2005-05-05": "Ascension Day", @@ -728,7 +728,7 @@ "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", - "2006-01-02": "Berchtold's Day", + "2006-01-02": "Saint Berchtold's Day", "2006-03-19": "Saint Joseph's Day", "2006-04-17": "Easter Monday", "2006-05-25": "Ascension Day", @@ -741,7 +741,7 @@ "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", - "2007-01-02": "Berchtold's Day", + "2007-01-02": "Saint Berchtold's Day", "2007-03-19": "Saint Joseph's Day", "2007-04-09": "Easter Monday", "2007-05-17": "Ascension Day", @@ -754,7 +754,7 @@ "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", - "2008-01-02": "Berchtold's Day", + "2008-01-02": "Saint Berchtold's Day", "2008-03-19": "Saint Joseph's Day", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day", @@ -767,7 +767,7 @@ "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", - "2009-01-02": "Berchtold's Day", + "2009-01-02": "Saint Berchtold's Day", "2009-03-19": "Saint Joseph's Day", "2009-04-13": "Easter Monday", "2009-05-21": "Ascension Day", @@ -780,7 +780,7 @@ "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", - "2010-01-02": "Berchtold's Day", + "2010-01-02": "Saint Berchtold's Day", "2010-03-19": "Saint Joseph's Day", "2010-04-05": "Easter Monday", "2010-05-13": "Ascension Day", @@ -793,7 +793,7 @@ "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", - "2011-01-02": "Berchtold's Day", + "2011-01-02": "Saint Berchtold's Day", "2011-03-19": "Saint Joseph's Day", "2011-04-25": "Easter Monday", "2011-06-02": "Ascension Day", @@ -806,7 +806,7 @@ "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", - "2012-01-02": "Berchtold's Day", + "2012-01-02": "Saint Berchtold's Day", "2012-03-19": "Saint Joseph's Day", "2012-04-09": "Easter Monday", "2012-05-17": "Ascension Day", @@ -819,7 +819,7 @@ "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", - "2013-01-02": "Berchtold's Day", + "2013-01-02": "Saint Berchtold's Day", "2013-03-19": "Saint Joseph's Day", "2013-04-01": "Easter Monday", "2013-05-09": "Ascension Day", @@ -832,7 +832,7 @@ "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", - "2014-01-02": "Berchtold's Day", + "2014-01-02": "Saint Berchtold's Day", "2014-03-19": "Saint Joseph's Day", "2014-04-21": "Easter Monday", "2014-05-29": "Ascension Day", @@ -845,7 +845,7 @@ "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", - "2015-01-02": "Berchtold's Day", + "2015-01-02": "Saint Berchtold's Day", "2015-03-19": "Saint Joseph's Day", "2015-04-06": "Easter Monday", "2015-05-14": "Ascension Day", @@ -858,7 +858,7 @@ "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", - "2016-01-02": "Berchtold's Day", + "2016-01-02": "Saint Berchtold's Day", "2016-03-19": "Saint Joseph's Day", "2016-03-28": "Easter Monday", "2016-05-05": "Ascension Day", @@ -871,7 +871,7 @@ "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", - "2017-01-02": "Berchtold's Day", + "2017-01-02": "Saint Berchtold's Day", "2017-03-19": "Saint Joseph's Day", "2017-04-17": "Easter Monday", "2017-05-25": "Ascension Day", @@ -884,7 +884,7 @@ "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", - "2018-01-02": "Berchtold's Day", + "2018-01-02": "Saint Berchtold's Day", "2018-03-19": "Saint Joseph's Day", "2018-04-02": "Easter Monday", "2018-05-10": "Ascension Day", @@ -897,7 +897,7 @@ "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", - "2019-01-02": "Berchtold's Day", + "2019-01-02": "Saint Berchtold's Day", "2019-03-19": "Saint Joseph's Day", "2019-04-22": "Easter Monday", "2019-05-30": "Ascension Day", @@ -910,7 +910,7 @@ "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", - "2020-01-02": "Berchtold's Day", + "2020-01-02": "Saint Berchtold's Day", "2020-03-19": "Saint Joseph's Day", "2020-04-13": "Easter Monday", "2020-05-21": "Ascension Day", @@ -923,7 +923,7 @@ "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", - "2021-01-02": "Berchtold's Day", + "2021-01-02": "Saint Berchtold's Day", "2021-03-19": "Saint Joseph's Day", "2021-04-05": "Easter Monday", "2021-05-13": "Ascension Day", @@ -936,7 +936,7 @@ "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", - "2022-01-02": "Berchtold's Day", + "2022-01-02": "Saint Berchtold's Day", "2022-03-19": "Saint Joseph's Day", "2022-04-18": "Easter Monday", "2022-05-26": "Ascension Day", @@ -949,7 +949,7 @@ "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", - "2023-01-02": "Berchtold's Day", + "2023-01-02": "Saint Berchtold's Day", "2023-03-19": "Saint Joseph's Day", "2023-04-10": "Easter Monday", "2023-05-18": "Ascension Day", @@ -962,7 +962,7 @@ "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", - "2024-01-02": "Berchtold's Day", + "2024-01-02": "Saint Berchtold's Day", "2024-03-19": "Saint Joseph's Day", "2024-04-01": "Easter Monday", "2024-05-09": "Ascension Day", @@ -975,7 +975,7 @@ "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", - "2025-01-02": "Berchtold's Day", + "2025-01-02": "Saint Berchtold's Day", "2025-03-19": "Saint Joseph's Day", "2025-04-21": "Easter Monday", "2025-05-29": "Ascension Day", @@ -988,7 +988,7 @@ "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", - "2026-01-02": "Berchtold's Day", + "2026-01-02": "Saint Berchtold's Day", "2026-03-19": "Saint Joseph's Day", "2026-04-06": "Easter Monday", "2026-05-14": "Ascension Day", @@ -1001,7 +1001,7 @@ "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", - "2027-01-02": "Berchtold's Day", + "2027-01-02": "Saint Berchtold's Day", "2027-03-19": "Saint Joseph's Day", "2027-03-29": "Easter Monday", "2027-05-06": "Ascension Day", @@ -1014,7 +1014,7 @@ "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", - "2028-01-02": "Berchtold's Day", + "2028-01-02": "Saint Berchtold's Day", "2028-03-19": "Saint Joseph's Day", "2028-04-17": "Easter Monday", "2028-05-25": "Ascension Day", @@ -1027,7 +1027,7 @@ "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", - "2029-01-02": "Berchtold's Day", + "2029-01-02": "Saint Berchtold's Day", "2029-03-19": "Saint Joseph's Day", "2029-04-02": "Easter Monday", "2029-05-10": "Ascension Day", @@ -1040,7 +1040,7 @@ "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", - "2030-01-02": "Berchtold's Day", + "2030-01-02": "Saint Berchtold's Day", "2030-03-19": "Saint Joseph's Day", "2030-04-22": "Easter Monday", "2030-05-30": "Ascension Day", @@ -1053,7 +1053,7 @@ "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", - "2031-01-02": "Berchtold's Day", + "2031-01-02": "Saint Berchtold's Day", "2031-03-19": "Saint Joseph's Day", "2031-04-14": "Easter Monday", "2031-05-22": "Ascension Day", @@ -1066,7 +1066,7 @@ "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", - "2032-01-02": "Berchtold's Day", + "2032-01-02": "Saint Berchtold's Day", "2032-03-19": "Saint Joseph's Day", "2032-03-29": "Easter Monday", "2032-05-06": "Ascension Day", @@ -1079,7 +1079,7 @@ "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", - "2033-01-02": "Berchtold's Day", + "2033-01-02": "Saint Berchtold's Day", "2033-03-19": "Saint Joseph's Day", "2033-04-18": "Easter Monday", "2033-05-26": "Ascension Day", @@ -1092,7 +1092,7 @@ "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", - "2034-01-02": "Berchtold's Day", + "2034-01-02": "Saint Berchtold's Day", "2034-03-19": "Saint Joseph's Day", "2034-04-10": "Easter Monday", "2034-05-18": "Ascension Day", @@ -1105,7 +1105,7 @@ "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", - "2035-01-02": "Berchtold's Day", + "2035-01-02": "Saint Berchtold's Day", "2035-03-19": "Saint Joseph's Day", "2035-03-26": "Easter Monday", "2035-05-03": "Ascension Day", @@ -1118,7 +1118,7 @@ "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", - "2036-01-02": "Berchtold's Day", + "2036-01-02": "Saint Berchtold's Day", "2036-03-19": "Saint Joseph's Day", "2036-04-14": "Easter Monday", "2036-05-22": "Ascension Day", @@ -1131,7 +1131,7 @@ "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", - "2037-01-02": "Berchtold's Day", + "2037-01-02": "Saint Berchtold's Day", "2037-03-19": "Saint Joseph's Day", "2037-04-06": "Easter Monday", "2037-05-14": "Ascension Day", @@ -1144,7 +1144,7 @@ "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", - "2038-01-02": "Berchtold's Day", + "2038-01-02": "Saint Berchtold's Day", "2038-03-19": "Saint Joseph's Day", "2038-04-26": "Easter Monday", "2038-06-03": "Ascension Day", @@ -1157,7 +1157,7 @@ "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", - "2039-01-02": "Berchtold's Day", + "2039-01-02": "Saint Berchtold's Day", "2039-03-19": "Saint Joseph's Day", "2039-04-11": "Easter Monday", "2039-05-19": "Ascension Day", @@ -1170,7 +1170,7 @@ "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", - "2040-01-02": "Berchtold's Day", + "2040-01-02": "Saint Berchtold's Day", "2040-03-19": "Saint Joseph's Day", "2040-04-02": "Easter Monday", "2040-05-10": "Ascension Day", @@ -1183,7 +1183,7 @@ "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", - "2041-01-02": "Berchtold's Day", + "2041-01-02": "Saint Berchtold's Day", "2041-03-19": "Saint Joseph's Day", "2041-04-22": "Easter Monday", "2041-05-30": "Ascension Day", @@ -1196,7 +1196,7 @@ "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", - "2042-01-02": "Berchtold's Day", + "2042-01-02": "Saint Berchtold's Day", "2042-03-19": "Saint Joseph's Day", "2042-04-07": "Easter Monday", "2042-05-15": "Ascension Day", @@ -1209,7 +1209,7 @@ "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", - "2043-01-02": "Berchtold's Day", + "2043-01-02": "Saint Berchtold's Day", "2043-03-19": "Saint Joseph's Day", "2043-03-30": "Easter Monday", "2043-05-07": "Ascension Day", @@ -1222,7 +1222,7 @@ "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", - "2044-01-02": "Berchtold's Day", + "2044-01-02": "Saint Berchtold's Day", "2044-03-19": "Saint Joseph's Day", "2044-04-18": "Easter Monday", "2044-05-26": "Ascension Day", @@ -1235,7 +1235,7 @@ "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", - "2045-01-02": "Berchtold's Day", + "2045-01-02": "Saint Berchtold's Day", "2045-03-19": "Saint Joseph's Day", "2045-04-10": "Easter Monday", "2045-05-18": "Ascension Day", @@ -1248,7 +1248,7 @@ "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", - "2046-01-02": "Berchtold's Day", + "2046-01-02": "Saint Berchtold's Day", "2046-03-19": "Saint Joseph's Day", "2046-03-26": "Easter Monday", "2046-05-03": "Ascension Day", @@ -1261,7 +1261,7 @@ "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", - "2047-01-02": "Berchtold's Day", + "2047-01-02": "Saint Berchtold's Day", "2047-03-19": "Saint Joseph's Day", "2047-04-15": "Easter Monday", "2047-05-23": "Ascension Day", @@ -1274,7 +1274,7 @@ "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", - "2048-01-02": "Berchtold's Day", + "2048-01-02": "Saint Berchtold's Day", "2048-03-19": "Saint Joseph's Day", "2048-04-06": "Easter Monday", "2048-05-14": "Ascension Day", @@ -1287,7 +1287,7 @@ "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", - "2049-01-02": "Berchtold's Day", + "2049-01-02": "Saint Berchtold's Day", "2049-03-19": "Saint Joseph's Day", "2049-04-19": "Easter Monday", "2049-05-27": "Ascension Day", @@ -1300,7 +1300,7 @@ "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", - "2050-01-02": "Berchtold's Day", + "2050-01-02": "Saint Berchtold's Day", "2050-03-19": "Saint Joseph's Day", "2050-04-11": "Easter Monday", "2050-05-19": "Ascension Day", diff --git a/snapshots/countries/CH_ZG.json b/snapshots/countries/CH_ZG.json index facce2673..b0f8881c0 100644 --- a/snapshots/countries/CH_ZG.json +++ b/snapshots/countries/CH_ZG.json @@ -1,6 +1,6 @@ { "1950-01-01": "New Year's Day", - "1950-01-02": "Berchtold's Day", + "1950-01-02": "Saint Berchtold's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-18": "Ascension Day", @@ -13,7 +13,7 @@ "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", - "1951-01-02": "Berchtold's Day", + "1951-01-02": "Saint Berchtold's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-03": "Ascension Day", @@ -26,7 +26,7 @@ "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", - "1952-01-02": "Berchtold's Day", + "1952-01-02": "Saint Berchtold's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-22": "Ascension Day", @@ -39,7 +39,7 @@ "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", - "1953-01-02": "Berchtold's Day", + "1953-01-02": "Saint Berchtold's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-14": "Ascension Day", @@ -52,7 +52,7 @@ "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", - "1954-01-02": "Berchtold's Day", + "1954-01-02": "Saint Berchtold's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-27": "Ascension Day", @@ -65,7 +65,7 @@ "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", - "1955-01-02": "Berchtold's Day", + "1955-01-02": "Saint Berchtold's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-19": "Ascension Day", @@ -78,7 +78,7 @@ "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", - "1956-01-02": "Berchtold's Day", + "1956-01-02": "Saint Berchtold's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-10": "Ascension Day", @@ -91,7 +91,7 @@ "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", - "1957-01-02": "Berchtold's Day", + "1957-01-02": "Saint Berchtold's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-30": "Ascension Day", @@ -104,7 +104,7 @@ "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", - "1958-01-02": "Berchtold's Day", + "1958-01-02": "Saint Berchtold's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-15": "Ascension Day", @@ -117,7 +117,7 @@ "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", - "1959-01-02": "Berchtold's Day", + "1959-01-02": "Saint Berchtold's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-07": "Ascension Day", @@ -130,7 +130,7 @@ "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", - "1960-01-02": "Berchtold's Day", + "1960-01-02": "Saint Berchtold's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-26": "Ascension Day", @@ -143,7 +143,7 @@ "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", - "1961-01-02": "Berchtold's Day", + "1961-01-02": "Saint Berchtold's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-11": "Ascension Day", @@ -156,7 +156,7 @@ "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", - "1962-01-02": "Berchtold's Day", + "1962-01-02": "Saint Berchtold's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-31": "Ascension Day", @@ -169,7 +169,7 @@ "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", - "1963-01-02": "Berchtold's Day", + "1963-01-02": "Saint Berchtold's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-23": "Ascension Day", @@ -182,7 +182,7 @@ "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", - "1964-01-02": "Berchtold's Day", + "1964-01-02": "Saint Berchtold's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-07": "Ascension Day", @@ -195,7 +195,7 @@ "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", - "1965-01-02": "Berchtold's Day", + "1965-01-02": "Saint Berchtold's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-27": "Ascension Day", @@ -208,7 +208,7 @@ "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", - "1966-01-02": "Berchtold's Day", + "1966-01-02": "Saint Berchtold's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-19": "Ascension Day", @@ -221,7 +221,7 @@ "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", - "1967-01-02": "Berchtold's Day", + "1967-01-02": "Saint Berchtold's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-04": "Ascension Day", @@ -234,7 +234,7 @@ "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", - "1968-01-02": "Berchtold's Day", + "1968-01-02": "Saint Berchtold's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-23": "Ascension Day", @@ -247,7 +247,7 @@ "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", - "1969-01-02": "Berchtold's Day", + "1969-01-02": "Saint Berchtold's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-15": "Ascension Day", @@ -260,7 +260,7 @@ "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", - "1970-01-02": "Berchtold's Day", + "1970-01-02": "Saint Berchtold's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-07": "Ascension Day", @@ -273,7 +273,7 @@ "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", - "1971-01-02": "Berchtold's Day", + "1971-01-02": "Saint Berchtold's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-20": "Ascension Day", @@ -286,7 +286,7 @@ "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", - "1972-01-02": "Berchtold's Day", + "1972-01-02": "Saint Berchtold's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-11": "Ascension Day", @@ -299,7 +299,7 @@ "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", - "1973-01-02": "Berchtold's Day", + "1973-01-02": "Saint Berchtold's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-31": "Ascension Day", @@ -312,7 +312,7 @@ "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", - "1974-01-02": "Berchtold's Day", + "1974-01-02": "Saint Berchtold's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-23": "Ascension Day", @@ -325,7 +325,7 @@ "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", - "1975-01-02": "Berchtold's Day", + "1975-01-02": "Saint Berchtold's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-08": "Ascension Day", @@ -338,7 +338,7 @@ "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", - "1976-01-02": "Berchtold's Day", + "1976-01-02": "Saint Berchtold's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-27": "Ascension Day", @@ -351,7 +351,7 @@ "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", - "1977-01-02": "Berchtold's Day", + "1977-01-02": "Saint Berchtold's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-19": "Ascension Day", @@ -364,7 +364,7 @@ "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", - "1978-01-02": "Berchtold's Day", + "1978-01-02": "Saint Berchtold's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-04": "Ascension Day", @@ -377,7 +377,7 @@ "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", - "1979-01-02": "Berchtold's Day", + "1979-01-02": "Saint Berchtold's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-24": "Ascension Day", @@ -390,7 +390,7 @@ "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", - "1980-01-02": "Berchtold's Day", + "1980-01-02": "Saint Berchtold's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-15": "Ascension Day", @@ -403,7 +403,7 @@ "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", - "1981-01-02": "Berchtold's Day", + "1981-01-02": "Saint Berchtold's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-28": "Ascension Day", @@ -416,7 +416,7 @@ "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", - "1982-01-02": "Berchtold's Day", + "1982-01-02": "Saint Berchtold's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-20": "Ascension Day", @@ -429,7 +429,7 @@ "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", - "1983-01-02": "Berchtold's Day", + "1983-01-02": "Saint Berchtold's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-12": "Ascension Day", @@ -442,7 +442,7 @@ "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", - "1984-01-02": "Berchtold's Day", + "1984-01-02": "Saint Berchtold's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-31": "Ascension Day", @@ -455,7 +455,7 @@ "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", - "1985-01-02": "Berchtold's Day", + "1985-01-02": "Saint Berchtold's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-16": "Ascension Day", @@ -468,7 +468,7 @@ "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", - "1986-01-02": "Berchtold's Day", + "1986-01-02": "Saint Berchtold's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-08": "Ascension Day", @@ -481,7 +481,7 @@ "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", - "1987-01-02": "Berchtold's Day", + "1987-01-02": "Saint Berchtold's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-28": "Ascension Day", @@ -494,7 +494,7 @@ "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", - "1988-01-02": "Berchtold's Day", + "1988-01-02": "Saint Berchtold's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-12": "Ascension Day", @@ -507,7 +507,7 @@ "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", - "1989-01-02": "Berchtold's Day", + "1989-01-02": "Saint Berchtold's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-04": "Ascension Day", @@ -520,7 +520,7 @@ "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", - "1990-01-02": "Berchtold's Day", + "1990-01-02": "Saint Berchtold's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-24": "Ascension Day", @@ -533,7 +533,7 @@ "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", - "1991-01-02": "Berchtold's Day", + "1991-01-02": "Saint Berchtold's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-09": "Ascension Day", @@ -546,7 +546,7 @@ "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", - "1992-01-02": "Berchtold's Day", + "1992-01-02": "Saint Berchtold's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-28": "Ascension Day", @@ -559,7 +559,7 @@ "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", - "1993-01-02": "Berchtold's Day", + "1993-01-02": "Saint Berchtold's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-20": "Ascension Day", @@ -572,7 +572,7 @@ "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", - "1994-01-02": "Berchtold's Day", + "1994-01-02": "Saint Berchtold's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-12": "Ascension Day", @@ -585,7 +585,7 @@ "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", - "1995-01-02": "Berchtold's Day", + "1995-01-02": "Saint Berchtold's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-25": "Ascension Day", @@ -598,7 +598,7 @@ "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", - "1996-01-02": "Berchtold's Day", + "1996-01-02": "Saint Berchtold's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-16": "Ascension Day", @@ -611,7 +611,7 @@ "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", - "1997-01-02": "Berchtold's Day", + "1997-01-02": "Saint Berchtold's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-08": "Ascension Day", @@ -624,7 +624,7 @@ "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", - "1998-01-02": "Berchtold's Day", + "1998-01-02": "Saint Berchtold's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-21": "Ascension Day", @@ -637,7 +637,7 @@ "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", - "1999-01-02": "Berchtold's Day", + "1999-01-02": "Saint Berchtold's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-13": "Ascension Day", @@ -650,7 +650,7 @@ "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", - "2000-01-02": "Berchtold's Day", + "2000-01-02": "Saint Berchtold's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-06-01": "Ascension Day", @@ -663,7 +663,7 @@ "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", - "2001-01-02": "Berchtold's Day", + "2001-01-02": "Saint Berchtold's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-24": "Ascension Day", @@ -676,7 +676,7 @@ "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", - "2002-01-02": "Berchtold's Day", + "2002-01-02": "Saint Berchtold's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-09": "Ascension Day", @@ -689,7 +689,7 @@ "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", - "2003-01-02": "Berchtold's Day", + "2003-01-02": "Saint Berchtold's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-29": "Ascension Day", @@ -702,7 +702,7 @@ "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", - "2004-01-02": "Berchtold's Day", + "2004-01-02": "Saint Berchtold's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-20": "Ascension Day", @@ -715,7 +715,7 @@ "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", - "2005-01-02": "Berchtold's Day", + "2005-01-02": "Saint Berchtold's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-05": "Ascension Day", @@ -728,7 +728,7 @@ "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", - "2006-01-02": "Berchtold's Day", + "2006-01-02": "Saint Berchtold's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-25": "Ascension Day", @@ -741,7 +741,7 @@ "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", - "2007-01-02": "Berchtold's Day", + "2007-01-02": "Saint Berchtold's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-17": "Ascension Day", @@ -754,7 +754,7 @@ "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", - "2008-01-02": "Berchtold's Day", + "2008-01-02": "Saint Berchtold's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day", @@ -767,7 +767,7 @@ "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", - "2009-01-02": "Berchtold's Day", + "2009-01-02": "Saint Berchtold's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-21": "Ascension Day", @@ -780,7 +780,7 @@ "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", - "2010-01-02": "Berchtold's Day", + "2010-01-02": "Saint Berchtold's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-13": "Ascension Day", @@ -793,7 +793,7 @@ "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", - "2011-01-02": "Berchtold's Day", + "2011-01-02": "Saint Berchtold's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-06-02": "Ascension Day", @@ -806,7 +806,7 @@ "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", - "2012-01-02": "Berchtold's Day", + "2012-01-02": "Saint Berchtold's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-17": "Ascension Day", @@ -819,7 +819,7 @@ "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", - "2013-01-02": "Berchtold's Day", + "2013-01-02": "Saint Berchtold's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-09": "Ascension Day", @@ -832,7 +832,7 @@ "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", - "2014-01-02": "Berchtold's Day", + "2014-01-02": "Saint Berchtold's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-29": "Ascension Day", @@ -845,7 +845,7 @@ "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", - "2015-01-02": "Berchtold's Day", + "2015-01-02": "Saint Berchtold's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-14": "Ascension Day", @@ -858,7 +858,7 @@ "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", - "2016-01-02": "Berchtold's Day", + "2016-01-02": "Saint Berchtold's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-05": "Ascension Day", @@ -871,7 +871,7 @@ "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", - "2017-01-02": "Berchtold's Day", + "2017-01-02": "Saint Berchtold's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-25": "Ascension Day", @@ -884,7 +884,7 @@ "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", - "2018-01-02": "Berchtold's Day", + "2018-01-02": "Saint Berchtold's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-10": "Ascension Day", @@ -897,7 +897,7 @@ "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", - "2019-01-02": "Berchtold's Day", + "2019-01-02": "Saint Berchtold's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-30": "Ascension Day", @@ -910,7 +910,7 @@ "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", - "2020-01-02": "Berchtold's Day", + "2020-01-02": "Saint Berchtold's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-21": "Ascension Day", @@ -923,7 +923,7 @@ "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", - "2021-01-02": "Berchtold's Day", + "2021-01-02": "Saint Berchtold's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-13": "Ascension Day", @@ -936,7 +936,7 @@ "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", - "2022-01-02": "Berchtold's Day", + "2022-01-02": "Saint Berchtold's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-26": "Ascension Day", @@ -949,7 +949,7 @@ "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", - "2023-01-02": "Berchtold's Day", + "2023-01-02": "Saint Berchtold's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-18": "Ascension Day", @@ -962,7 +962,7 @@ "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", - "2024-01-02": "Berchtold's Day", + "2024-01-02": "Saint Berchtold's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-09": "Ascension Day", @@ -975,7 +975,7 @@ "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", - "2025-01-02": "Berchtold's Day", + "2025-01-02": "Saint Berchtold's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-29": "Ascension Day", @@ -988,7 +988,7 @@ "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", - "2026-01-02": "Berchtold's Day", + "2026-01-02": "Saint Berchtold's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-14": "Ascension Day", @@ -1001,7 +1001,7 @@ "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", - "2027-01-02": "Berchtold's Day", + "2027-01-02": "Saint Berchtold's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-06": "Ascension Day", @@ -1014,7 +1014,7 @@ "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", - "2028-01-02": "Berchtold's Day", + "2028-01-02": "Saint Berchtold's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-25": "Ascension Day", @@ -1027,7 +1027,7 @@ "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", - "2029-01-02": "Berchtold's Day", + "2029-01-02": "Saint Berchtold's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-10": "Ascension Day", @@ -1040,7 +1040,7 @@ "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", - "2030-01-02": "Berchtold's Day", + "2030-01-02": "Saint Berchtold's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-30": "Ascension Day", @@ -1053,7 +1053,7 @@ "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", - "2031-01-02": "Berchtold's Day", + "2031-01-02": "Saint Berchtold's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-22": "Ascension Day", @@ -1066,7 +1066,7 @@ "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", - "2032-01-02": "Berchtold's Day", + "2032-01-02": "Saint Berchtold's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-06": "Ascension Day", @@ -1079,7 +1079,7 @@ "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", - "2033-01-02": "Berchtold's Day", + "2033-01-02": "Saint Berchtold's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-26": "Ascension Day", @@ -1092,7 +1092,7 @@ "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", - "2034-01-02": "Berchtold's Day", + "2034-01-02": "Saint Berchtold's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-18": "Ascension Day", @@ -1105,7 +1105,7 @@ "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", - "2035-01-02": "Berchtold's Day", + "2035-01-02": "Saint Berchtold's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-03": "Ascension Day", @@ -1118,7 +1118,7 @@ "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", - "2036-01-02": "Berchtold's Day", + "2036-01-02": "Saint Berchtold's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-22": "Ascension Day", @@ -1131,7 +1131,7 @@ "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", - "2037-01-02": "Berchtold's Day", + "2037-01-02": "Saint Berchtold's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-14": "Ascension Day", @@ -1144,7 +1144,7 @@ "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", - "2038-01-02": "Berchtold's Day", + "2038-01-02": "Saint Berchtold's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-06-03": "Ascension Day", @@ -1157,7 +1157,7 @@ "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", - "2039-01-02": "Berchtold's Day", + "2039-01-02": "Saint Berchtold's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-19": "Ascension Day", @@ -1170,7 +1170,7 @@ "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", - "2040-01-02": "Berchtold's Day", + "2040-01-02": "Saint Berchtold's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-10": "Ascension Day", @@ -1183,7 +1183,7 @@ "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", - "2041-01-02": "Berchtold's Day", + "2041-01-02": "Saint Berchtold's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-30": "Ascension Day", @@ -1196,7 +1196,7 @@ "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", - "2042-01-02": "Berchtold's Day", + "2042-01-02": "Saint Berchtold's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-15": "Ascension Day", @@ -1209,7 +1209,7 @@ "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", - "2043-01-02": "Berchtold's Day", + "2043-01-02": "Saint Berchtold's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-07": "Ascension Day", @@ -1222,7 +1222,7 @@ "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", - "2044-01-02": "Berchtold's Day", + "2044-01-02": "Saint Berchtold's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-26": "Ascension Day", @@ -1235,7 +1235,7 @@ "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", - "2045-01-02": "Berchtold's Day", + "2045-01-02": "Saint Berchtold's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-18": "Ascension Day", @@ -1248,7 +1248,7 @@ "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", - "2046-01-02": "Berchtold's Day", + "2046-01-02": "Saint Berchtold's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-03": "Ascension Day", @@ -1261,7 +1261,7 @@ "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", - "2047-01-02": "Berchtold's Day", + "2047-01-02": "Saint Berchtold's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-23": "Ascension Day", @@ -1274,7 +1274,7 @@ "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", - "2048-01-02": "Berchtold's Day", + "2048-01-02": "Saint Berchtold's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-14": "Ascension Day", @@ -1287,7 +1287,7 @@ "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", - "2049-01-02": "Berchtold's Day", + "2049-01-02": "Saint Berchtold's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-27": "Ascension Day", @@ -1300,7 +1300,7 @@ "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", - "2050-01-02": "Berchtold's Day", + "2050-01-02": "Saint Berchtold's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-19": "Ascension Day", diff --git a/snapshots/countries/CH_ZH.json b/snapshots/countries/CH_ZH.json index 56389d19f..97f39759e 100644 --- a/snapshots/countries/CH_ZH.json +++ b/snapshots/countries/CH_ZH.json @@ -1,6 +1,6 @@ { "1950-01-01": "New Year's Day", - "1950-01-02": "Berchtold's Day", + "1950-01-02": "Saint Berchtold's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", @@ -10,7 +10,7 @@ "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", - "1951-01-02": "Berchtold's Day", + "1951-01-02": "Saint Berchtold's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", @@ -20,7 +20,7 @@ "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", - "1952-01-02": "Berchtold's Day", + "1952-01-02": "Saint Berchtold's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", @@ -30,7 +30,7 @@ "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", - "1953-01-02": "Berchtold's Day", + "1953-01-02": "Saint Berchtold's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", @@ -40,7 +40,7 @@ "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", - "1954-01-02": "Berchtold's Day", + "1954-01-02": "Saint Berchtold's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", @@ -50,7 +50,7 @@ "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", - "1955-01-02": "Berchtold's Day", + "1955-01-02": "Saint Berchtold's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", @@ -60,7 +60,7 @@ "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", - "1956-01-02": "Berchtold's Day", + "1956-01-02": "Saint Berchtold's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", @@ -70,7 +70,7 @@ "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", - "1957-01-02": "Berchtold's Day", + "1957-01-02": "Saint Berchtold's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", @@ -80,7 +80,7 @@ "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", - "1958-01-02": "Berchtold's Day", + "1958-01-02": "Saint Berchtold's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", @@ -90,7 +90,7 @@ "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", - "1959-01-02": "Berchtold's Day", + "1959-01-02": "Saint Berchtold's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", @@ -100,7 +100,7 @@ "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", - "1960-01-02": "Berchtold's Day", + "1960-01-02": "Saint Berchtold's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", @@ -110,7 +110,7 @@ "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", - "1961-01-02": "Berchtold's Day", + "1961-01-02": "Saint Berchtold's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", @@ -120,7 +120,7 @@ "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", - "1962-01-02": "Berchtold's Day", + "1962-01-02": "Saint Berchtold's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", @@ -130,7 +130,7 @@ "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", - "1963-01-02": "Berchtold's Day", + "1963-01-02": "Saint Berchtold's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", @@ -140,7 +140,7 @@ "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", - "1964-01-02": "Berchtold's Day", + "1964-01-02": "Saint Berchtold's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", @@ -150,7 +150,7 @@ "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", - "1965-01-02": "Berchtold's Day", + "1965-01-02": "Saint Berchtold's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", @@ -160,7 +160,7 @@ "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", - "1966-01-02": "Berchtold's Day", + "1966-01-02": "Saint Berchtold's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", @@ -170,7 +170,7 @@ "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", - "1967-01-02": "Berchtold's Day", + "1967-01-02": "Saint Berchtold's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", @@ -180,7 +180,7 @@ "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", - "1968-01-02": "Berchtold's Day", + "1968-01-02": "Saint Berchtold's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", @@ -190,7 +190,7 @@ "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", - "1969-01-02": "Berchtold's Day", + "1969-01-02": "Saint Berchtold's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", @@ -200,7 +200,7 @@ "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", - "1970-01-02": "Berchtold's Day", + "1970-01-02": "Saint Berchtold's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", @@ -210,7 +210,7 @@ "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", - "1971-01-02": "Berchtold's Day", + "1971-01-02": "Saint Berchtold's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", @@ -220,7 +220,7 @@ "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", - "1972-01-02": "Berchtold's Day", + "1972-01-02": "Saint Berchtold's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", @@ -230,7 +230,7 @@ "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", - "1973-01-02": "Berchtold's Day", + "1973-01-02": "Saint Berchtold's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", @@ -240,7 +240,7 @@ "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", - "1974-01-02": "Berchtold's Day", + "1974-01-02": "Saint Berchtold's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", @@ -250,7 +250,7 @@ "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", - "1975-01-02": "Berchtold's Day", + "1975-01-02": "Saint Berchtold's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", @@ -260,7 +260,7 @@ "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", - "1976-01-02": "Berchtold's Day", + "1976-01-02": "Saint Berchtold's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", @@ -270,7 +270,7 @@ "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", - "1977-01-02": "Berchtold's Day", + "1977-01-02": "Saint Berchtold's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", @@ -280,7 +280,7 @@ "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", - "1978-01-02": "Berchtold's Day", + "1978-01-02": "Saint Berchtold's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", @@ -290,7 +290,7 @@ "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", - "1979-01-02": "Berchtold's Day", + "1979-01-02": "Saint Berchtold's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", @@ -300,7 +300,7 @@ "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", - "1980-01-02": "Berchtold's Day", + "1980-01-02": "Saint Berchtold's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", @@ -310,7 +310,7 @@ "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", - "1981-01-02": "Berchtold's Day", + "1981-01-02": "Saint Berchtold's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", @@ -320,7 +320,7 @@ "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", - "1982-01-02": "Berchtold's Day", + "1982-01-02": "Saint Berchtold's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", @@ -330,7 +330,7 @@ "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", - "1983-01-02": "Berchtold's Day", + "1983-01-02": "Saint Berchtold's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", @@ -340,7 +340,7 @@ "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", - "1984-01-02": "Berchtold's Day", + "1984-01-02": "Saint Berchtold's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", @@ -350,7 +350,7 @@ "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", - "1985-01-02": "Berchtold's Day", + "1985-01-02": "Saint Berchtold's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", @@ -360,7 +360,7 @@ "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", - "1986-01-02": "Berchtold's Day", + "1986-01-02": "Saint Berchtold's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", @@ -370,7 +370,7 @@ "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", - "1987-01-02": "Berchtold's Day", + "1987-01-02": "Saint Berchtold's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", @@ -380,7 +380,7 @@ "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", - "1988-01-02": "Berchtold's Day", + "1988-01-02": "Saint Berchtold's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", @@ -390,7 +390,7 @@ "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", - "1989-01-02": "Berchtold's Day", + "1989-01-02": "Saint Berchtold's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", @@ -400,7 +400,7 @@ "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", - "1990-01-02": "Berchtold's Day", + "1990-01-02": "Saint Berchtold's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", @@ -410,7 +410,7 @@ "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", - "1991-01-02": "Berchtold's Day", + "1991-01-02": "Saint Berchtold's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", @@ -420,7 +420,7 @@ "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", - "1992-01-02": "Berchtold's Day", + "1992-01-02": "Saint Berchtold's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", @@ -430,7 +430,7 @@ "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", - "1993-01-02": "Berchtold's Day", + "1993-01-02": "Saint Berchtold's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", @@ -440,7 +440,7 @@ "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", - "1994-01-02": "Berchtold's Day", + "1994-01-02": "Saint Berchtold's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", @@ -450,7 +450,7 @@ "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", - "1995-01-02": "Berchtold's Day", + "1995-01-02": "Saint Berchtold's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", @@ -460,7 +460,7 @@ "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", - "1996-01-02": "Berchtold's Day", + "1996-01-02": "Saint Berchtold's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", @@ -470,7 +470,7 @@ "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", - "1997-01-02": "Berchtold's Day", + "1997-01-02": "Saint Berchtold's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", @@ -480,7 +480,7 @@ "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", - "1998-01-02": "Berchtold's Day", + "1998-01-02": "Saint Berchtold's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", @@ -490,7 +490,7 @@ "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", - "1999-01-02": "Berchtold's Day", + "1999-01-02": "Saint Berchtold's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", @@ -500,7 +500,7 @@ "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", - "2000-01-02": "Berchtold's Day", + "2000-01-02": "Saint Berchtold's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", @@ -510,7 +510,7 @@ "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", - "2001-01-02": "Berchtold's Day", + "2001-01-02": "Saint Berchtold's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", @@ -520,7 +520,7 @@ "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", - "2002-01-02": "Berchtold's Day", + "2002-01-02": "Saint Berchtold's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", @@ -530,7 +530,7 @@ "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", - "2003-01-02": "Berchtold's Day", + "2003-01-02": "Saint Berchtold's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", @@ -540,7 +540,7 @@ "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", - "2004-01-02": "Berchtold's Day", + "2004-01-02": "Saint Berchtold's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", @@ -550,7 +550,7 @@ "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", - "2005-01-02": "Berchtold's Day", + "2005-01-02": "Saint Berchtold's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", @@ -560,7 +560,7 @@ "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", - "2006-01-02": "Berchtold's Day", + "2006-01-02": "Saint Berchtold's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", @@ -570,7 +570,7 @@ "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", - "2007-01-02": "Berchtold's Day", + "2007-01-02": "Saint Berchtold's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", @@ -580,7 +580,7 @@ "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", - "2008-01-02": "Berchtold's Day", + "2008-01-02": "Saint Berchtold's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", @@ -589,7 +589,7 @@ "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", - "2009-01-02": "Berchtold's Day", + "2009-01-02": "Saint Berchtold's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", @@ -599,7 +599,7 @@ "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", - "2010-01-02": "Berchtold's Day", + "2010-01-02": "Saint Berchtold's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", @@ -609,7 +609,7 @@ "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", - "2011-01-02": "Berchtold's Day", + "2011-01-02": "Saint Berchtold's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", @@ -619,7 +619,7 @@ "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", - "2012-01-02": "Berchtold's Day", + "2012-01-02": "Saint Berchtold's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", @@ -629,7 +629,7 @@ "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", - "2013-01-02": "Berchtold's Day", + "2013-01-02": "Saint Berchtold's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", @@ -639,7 +639,7 @@ "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", - "2014-01-02": "Berchtold's Day", + "2014-01-02": "Saint Berchtold's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", @@ -649,7 +649,7 @@ "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", - "2015-01-02": "Berchtold's Day", + "2015-01-02": "Saint Berchtold's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", @@ -659,7 +659,7 @@ "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", - "2016-01-02": "Berchtold's Day", + "2016-01-02": "Saint Berchtold's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", @@ -669,7 +669,7 @@ "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", - "2017-01-02": "Berchtold's Day", + "2017-01-02": "Saint Berchtold's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", @@ -679,7 +679,7 @@ "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", - "2018-01-02": "Berchtold's Day", + "2018-01-02": "Saint Berchtold's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", @@ -689,7 +689,7 @@ "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", - "2019-01-02": "Berchtold's Day", + "2019-01-02": "Saint Berchtold's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", @@ -699,7 +699,7 @@ "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", - "2020-01-02": "Berchtold's Day", + "2020-01-02": "Saint Berchtold's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", @@ -709,7 +709,7 @@ "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", - "2021-01-02": "Berchtold's Day", + "2021-01-02": "Saint Berchtold's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", @@ -719,7 +719,7 @@ "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", - "2022-01-02": "Berchtold's Day", + "2022-01-02": "Saint Berchtold's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", @@ -729,7 +729,7 @@ "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", - "2023-01-02": "Berchtold's Day", + "2023-01-02": "Saint Berchtold's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", @@ -739,7 +739,7 @@ "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", - "2024-01-02": "Berchtold's Day", + "2024-01-02": "Saint Berchtold's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", @@ -749,7 +749,7 @@ "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", - "2025-01-02": "Berchtold's Day", + "2025-01-02": "Saint Berchtold's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", @@ -759,7 +759,7 @@ "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", - "2026-01-02": "Berchtold's Day", + "2026-01-02": "Saint Berchtold's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", @@ -769,7 +769,7 @@ "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", - "2027-01-02": "Berchtold's Day", + "2027-01-02": "Saint Berchtold's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", @@ -779,7 +779,7 @@ "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", - "2028-01-02": "Berchtold's Day", + "2028-01-02": "Saint Berchtold's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", @@ -789,7 +789,7 @@ "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", - "2029-01-02": "Berchtold's Day", + "2029-01-02": "Saint Berchtold's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", @@ -799,7 +799,7 @@ "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", - "2030-01-02": "Berchtold's Day", + "2030-01-02": "Saint Berchtold's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", @@ -809,7 +809,7 @@ "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", - "2031-01-02": "Berchtold's Day", + "2031-01-02": "Saint Berchtold's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", @@ -819,7 +819,7 @@ "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", - "2032-01-02": "Berchtold's Day", + "2032-01-02": "Saint Berchtold's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", @@ -829,7 +829,7 @@ "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", - "2033-01-02": "Berchtold's Day", + "2033-01-02": "Saint Berchtold's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", @@ -839,7 +839,7 @@ "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", - "2034-01-02": "Berchtold's Day", + "2034-01-02": "Saint Berchtold's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", @@ -849,7 +849,7 @@ "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", - "2035-01-02": "Berchtold's Day", + "2035-01-02": "Saint Berchtold's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", @@ -859,7 +859,7 @@ "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", - "2036-01-02": "Berchtold's Day", + "2036-01-02": "Saint Berchtold's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", @@ -869,7 +869,7 @@ "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", - "2037-01-02": "Berchtold's Day", + "2037-01-02": "Saint Berchtold's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", @@ -879,7 +879,7 @@ "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", - "2038-01-02": "Berchtold's Day", + "2038-01-02": "Saint Berchtold's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", @@ -889,7 +889,7 @@ "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", - "2039-01-02": "Berchtold's Day", + "2039-01-02": "Saint Berchtold's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", @@ -899,7 +899,7 @@ "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", - "2040-01-02": "Berchtold's Day", + "2040-01-02": "Saint Berchtold's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", @@ -909,7 +909,7 @@ "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", - "2041-01-02": "Berchtold's Day", + "2041-01-02": "Saint Berchtold's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", @@ -919,7 +919,7 @@ "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", - "2042-01-02": "Berchtold's Day", + "2042-01-02": "Saint Berchtold's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", @@ -929,7 +929,7 @@ "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", - "2043-01-02": "Berchtold's Day", + "2043-01-02": "Saint Berchtold's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", @@ -939,7 +939,7 @@ "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", - "2044-01-02": "Berchtold's Day", + "2044-01-02": "Saint Berchtold's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", @@ -949,7 +949,7 @@ "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", - "2045-01-02": "Berchtold's Day", + "2045-01-02": "Saint Berchtold's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", @@ -959,7 +959,7 @@ "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", - "2046-01-02": "Berchtold's Day", + "2046-01-02": "Saint Berchtold's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", @@ -969,7 +969,7 @@ "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", - "2047-01-02": "Berchtold's Day", + "2047-01-02": "Saint Berchtold's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", @@ -979,7 +979,7 @@ "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", - "2048-01-02": "Berchtold's Day", + "2048-01-02": "Saint Berchtold's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", @@ -989,7 +989,7 @@ "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", - "2049-01-02": "Berchtold's Day", + "2049-01-02": "Saint Berchtold's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", @@ -999,7 +999,7 @@ "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", - "2050-01-02": "Berchtold's Day", + "2050-01-02": "Saint Berchtold's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", diff --git a/snapshots/countries/CL_AI.json b/snapshots/countries/CL_AI.json index a970a01b0..61e6101f0 100644 --- a/snapshots/countries/CL_AI.json +++ b/snapshots/countries/CL_AI.json @@ -6,7 +6,7 @@ "1950-05-18": "Ascension Day", "1950-05-21": "Navy Day", "1950-06-08": "Corpus Christi", - "1950-06-29": "Saint Peter and Saint Paul", + "1950-06-29": "Saint Peter and Saint Paul's Day", "1950-08-15": "Assumption Day", "1950-09-18": "Independence Day", "1950-09-19": "Army Day", @@ -22,7 +22,7 @@ "1951-05-03": "Ascension Day", "1951-05-21": "Navy Day", "1951-05-24": "Corpus Christi", - "1951-06-29": "Saint Peter and Saint Paul", + "1951-06-29": "Saint Peter and Saint Paul's Day", "1951-08-15": "Assumption Day", "1951-09-18": "Independence Day", "1951-09-19": "Army Day", @@ -38,7 +38,7 @@ "1952-05-21": "Navy Day", "1952-05-22": "Ascension Day", "1952-06-12": "Corpus Christi", - "1952-06-29": "Saint Peter and Saint Paul", + "1952-06-29": "Saint Peter and Saint Paul's Day", "1952-08-15": "Assumption Day", "1952-09-18": "Independence Day", "1952-09-19": "Army Day", @@ -54,7 +54,7 @@ "1953-05-14": "Ascension Day", "1953-05-21": "Navy Day", "1953-06-04": "Corpus Christi", - "1953-06-29": "Saint Peter and Saint Paul", + "1953-06-29": "Saint Peter and Saint Paul's Day", "1953-08-15": "Assumption Day", "1953-09-18": "Independence Day", "1953-09-19": "Army Day", @@ -70,7 +70,7 @@ "1954-05-21": "Navy Day", "1954-05-27": "Ascension Day", "1954-06-17": "Corpus Christi", - "1954-06-29": "Saint Peter and Saint Paul", + "1954-06-29": "Saint Peter and Saint Paul's Day", "1954-08-15": "Assumption Day", "1954-09-18": "Independence Day", "1954-09-19": "Army Day", @@ -86,7 +86,7 @@ "1955-05-19": "Ascension Day", "1955-05-21": "Navy Day", "1955-06-09": "Corpus Christi", - "1955-06-29": "Saint Peter and Saint Paul", + "1955-06-29": "Saint Peter and Saint Paul's Day", "1955-08-15": "Assumption Day", "1955-09-18": "Independence Day", "1955-09-19": "Army Day", @@ -102,7 +102,7 @@ "1956-05-10": "Ascension Day", "1956-05-21": "Navy Day", "1956-05-31": "Corpus Christi", - "1956-06-29": "Saint Peter and Saint Paul", + "1956-06-29": "Saint Peter and Saint Paul's Day", "1956-08-15": "Assumption Day", "1956-09-18": "Independence Day", "1956-09-19": "Army Day", @@ -119,7 +119,7 @@ "1957-05-21": "Navy Day", "1957-05-30": "Ascension Day", "1957-06-20": "Corpus Christi", - "1957-06-29": "Saint Peter and Saint Paul", + "1957-06-29": "Saint Peter and Saint Paul's Day", "1957-06-30": "Bank Holiday", "1957-08-15": "Assumption Day", "1957-09-18": "Independence Day", @@ -137,7 +137,7 @@ "1958-05-15": "Ascension Day", "1958-05-21": "Navy Day", "1958-06-05": "Corpus Christi", - "1958-06-29": "Saint Peter and Saint Paul", + "1958-06-29": "Saint Peter and Saint Paul's Day", "1958-06-30": "Bank Holiday", "1958-08-15": "Assumption Day", "1958-09-18": "Independence Day", @@ -155,7 +155,7 @@ "1959-05-07": "Ascension Day", "1959-05-21": "Navy Day", "1959-05-28": "Corpus Christi", - "1959-06-29": "Saint Peter and Saint Paul", + "1959-06-29": "Saint Peter and Saint Paul's Day", "1959-06-30": "Bank Holiday", "1959-08-15": "Assumption Day", "1959-09-18": "Independence Day", @@ -173,7 +173,7 @@ "1960-05-21": "Navy Day", "1960-05-26": "Ascension Day", "1960-06-16": "Corpus Christi", - "1960-06-29": "Saint Peter and Saint Paul", + "1960-06-29": "Saint Peter and Saint Paul's Day", "1960-06-30": "Bank Holiday", "1960-08-15": "Assumption Day", "1960-09-18": "Independence Day", @@ -191,7 +191,7 @@ "1961-05-11": "Ascension Day", "1961-05-21": "Navy Day", "1961-06-01": "Corpus Christi", - "1961-06-29": "Saint Peter and Saint Paul", + "1961-06-29": "Saint Peter and Saint Paul's Day", "1961-06-30": "Bank Holiday", "1961-08-15": "Assumption Day", "1961-09-18": "Independence Day", @@ -209,7 +209,7 @@ "1962-05-21": "Navy Day", "1962-05-31": "Ascension Day", "1962-06-21": "Corpus Christi", - "1962-06-29": "Saint Peter and Saint Paul", + "1962-06-29": "Saint Peter and Saint Paul's Day", "1962-06-30": "Bank Holiday", "1962-08-15": "Assumption Day", "1962-09-18": "Independence Day", @@ -227,7 +227,7 @@ "1963-05-21": "Navy Day", "1963-05-23": "Ascension Day", "1963-06-13": "Corpus Christi", - "1963-06-29": "Saint Peter and Saint Paul", + "1963-06-29": "Saint Peter and Saint Paul's Day", "1963-06-30": "Bank Holiday", "1963-08-15": "Assumption Day", "1963-09-18": "Independence Day", @@ -245,7 +245,7 @@ "1964-05-07": "Ascension Day", "1964-05-21": "Navy Day", "1964-05-28": "Corpus Christi", - "1964-06-29": "Saint Peter and Saint Paul", + "1964-06-29": "Saint Peter and Saint Paul's Day", "1964-06-30": "Bank Holiday", "1964-08-15": "Assumption Day", "1964-09-18": "Independence Day", @@ -263,7 +263,7 @@ "1965-05-21": "Navy Day", "1965-05-27": "Ascension Day", "1965-06-17": "Corpus Christi", - "1965-06-29": "Saint Peter and Saint Paul", + "1965-06-29": "Saint Peter and Saint Paul's Day", "1965-06-30": "Bank Holiday", "1965-08-15": "Assumption Day", "1965-09-18": "Independence Day", @@ -281,7 +281,7 @@ "1966-05-19": "Ascension Day", "1966-05-21": "Navy Day", "1966-06-09": "Corpus Christi", - "1966-06-29": "Saint Peter and Saint Paul", + "1966-06-29": "Saint Peter and Saint Paul's Day", "1966-06-30": "Bank Holiday", "1966-08-15": "Assumption Day", "1966-09-18": "Independence Day", @@ -299,7 +299,7 @@ "1967-05-04": "Ascension Day", "1967-05-21": "Navy Day", "1967-05-25": "Corpus Christi", - "1967-06-29": "Saint Peter and Saint Paul", + "1967-06-29": "Saint Peter and Saint Paul's Day", "1967-06-30": "Bank Holiday", "1967-08-15": "Assumption Day", "1967-09-18": "Independence Day", @@ -579,7 +579,7 @@ "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-05-21": "Navy Day", - "1986-06-29": "Saint Peter and Saint Paul", + "1986-06-29": "Saint Peter and Saint Paul's Day", "1986-08-15": "Assumption Day", "1986-09-11": "Day of National Liberation", "1986-09-18": "Independence Day", @@ -596,7 +596,7 @@ "1987-05-01": "Labor Day", "1987-05-21": "Navy Day", "1987-06-18": "Corpus Christi", - "1987-06-29": "Saint Peter and Saint Paul", + "1987-06-29": "Saint Peter and Saint Paul's Day", "1987-08-15": "Assumption Day", "1987-09-11": "Day of National Liberation", "1987-09-18": "Independence Day", @@ -613,7 +613,7 @@ "1988-05-01": "Labor Day", "1988-05-21": "Navy Day", "1988-06-02": "Corpus Christi", - "1988-06-29": "Saint Peter and Saint Paul", + "1988-06-29": "Saint Peter and Saint Paul's Day", "1988-08-15": "Assumption Day", "1988-09-11": "Day of National Liberation", "1988-09-18": "Independence Day", @@ -630,7 +630,7 @@ "1989-05-01": "Labor Day", "1989-05-21": "Navy Day", "1989-05-25": "Corpus Christi", - "1989-06-29": "Saint Peter and Saint Paul", + "1989-06-29": "Saint Peter and Saint Paul's Day", "1989-08-15": "Assumption Day", "1989-09-11": "Day of National Liberation", "1989-09-18": "Independence Day", @@ -646,7 +646,7 @@ "1990-05-01": "Labor Day", "1990-05-21": "Navy Day", "1990-06-14": "Corpus Christi", - "1990-06-29": "Saint Peter and Saint Paul", + "1990-06-29": "Saint Peter and Saint Paul's Day", "1990-08-15": "Assumption Day", "1990-09-11": "Day of National Liberation", "1990-09-18": "Independence Day", @@ -662,7 +662,7 @@ "1991-05-01": "Labor Day", "1991-05-21": "Navy Day", "1991-05-30": "Corpus Christi", - "1991-06-29": "Saint Peter and Saint Paul", + "1991-06-29": "Saint Peter and Saint Paul's Day", "1991-08-15": "Assumption Day", "1991-09-11": "Day of National Liberation", "1991-09-18": "Independence Day", @@ -678,7 +678,7 @@ "1992-05-01": "Labor Day", "1992-05-21": "Navy Day", "1992-06-18": "Corpus Christi", - "1992-06-29": "Saint Peter and Saint Paul", + "1992-06-29": "Saint Peter and Saint Paul's Day", "1992-08-15": "Assumption Day", "1992-09-11": "Day of National Liberation", "1992-09-18": "Independence Day", @@ -694,7 +694,7 @@ "1993-05-01": "Labor Day", "1993-05-21": "Navy Day", "1993-06-10": "Corpus Christi", - "1993-06-29": "Saint Peter and Saint Paul", + "1993-06-29": "Saint Peter and Saint Paul's Day", "1993-08-15": "Assumption Day", "1993-09-11": "Day of National Liberation", "1993-09-18": "Independence Day", @@ -710,7 +710,7 @@ "1994-05-01": "Labor Day", "1994-05-21": "Navy Day", "1994-06-02": "Corpus Christi", - "1994-06-29": "Saint Peter and Saint Paul", + "1994-06-29": "Saint Peter and Saint Paul's Day", "1994-08-15": "Assumption Day", "1994-09-11": "Day of National Liberation", "1994-09-18": "Independence Day", @@ -726,7 +726,7 @@ "1995-05-01": "Labor Day", "1995-05-21": "Navy Day", "1995-06-15": "Corpus Christi", - "1995-06-29": "Saint Peter and Saint Paul", + "1995-06-29": "Saint Peter and Saint Paul's Day", "1995-08-15": "Assumption Day", "1995-09-11": "Day of National Liberation", "1995-09-18": "Independence Day", @@ -742,7 +742,7 @@ "1996-05-01": "Labor Day", "1996-05-21": "Navy Day", "1996-06-06": "Corpus Christi", - "1996-06-29": "Saint Peter and Saint Paul", + "1996-06-29": "Saint Peter and Saint Paul's Day", "1996-08-15": "Assumption Day", "1996-09-11": "Day of National Liberation", "1996-09-18": "Independence Day", @@ -758,7 +758,7 @@ "1997-05-01": "Labor Day", "1997-05-21": "Navy Day", "1997-05-29": "Corpus Christi", - "1997-06-29": "Saint Peter and Saint Paul", + "1997-06-29": "Saint Peter and Saint Paul's Day", "1997-08-15": "Assumption Day", "1997-09-11": "Day of National Liberation", "1997-09-18": "Independence Day", @@ -773,7 +773,7 @@ "1998-05-01": "Labor Day", "1998-05-21": "Navy Day", "1998-06-11": "Corpus Christi", - "1998-06-29": "Saint Peter and Saint Paul", + "1998-06-29": "Saint Peter and Saint Paul's Day", "1998-08-15": "Assumption Day", "1998-09-11": "Day of National Liberation", "1998-09-18": "Independence Day", @@ -789,7 +789,7 @@ "1999-05-01": "Labor Day", "1999-05-21": "Navy Day", "1999-06-03": "Corpus Christi", - "1999-06-29": "Saint Peter and Saint Paul", + "1999-06-29": "Saint Peter and Saint Paul's Day", "1999-08-15": "Assumption Day", "1999-09-06": "Day of National Unity", "1999-09-18": "Independence Day", @@ -805,7 +805,7 @@ "2000-05-01": "Labor Day", "2000-05-21": "Navy Day", "2000-06-19": "Corpus Christi", - "2000-06-26": "Saint Peter and Saint Paul", + "2000-06-26": "Saint Peter and Saint Paul's Day", "2000-08-15": "Assumption Day", "2000-09-04": "Day of National Unity", "2000-09-18": "Independence Day", @@ -821,7 +821,7 @@ "2001-05-01": "Labor Day", "2001-05-21": "Navy Day", "2001-06-11": "Corpus Christi", - "2001-07-02": "Saint Peter and Saint Paul", + "2001-07-02": "Saint Peter and Saint Paul's Day", "2001-08-15": "Assumption Day", "2001-09-03": "Day of National Unity", "2001-09-18": "Independence Day", @@ -837,7 +837,7 @@ "2002-05-01": "Labor Day", "2002-05-21": "Navy Day", "2002-05-27": "Corpus Christi", - "2002-06-29": "Saint Peter and Saint Paul", + "2002-06-29": "Saint Peter and Saint Paul's Day", "2002-08-15": "Assumption Day", "2002-09-18": "Independence Day", "2002-09-19": "Army Day", @@ -852,7 +852,7 @@ "2003-05-01": "Labor Day", "2003-05-21": "Navy Day", "2003-06-16": "Corpus Christi", - "2003-06-29": "Saint Peter and Saint Paul", + "2003-06-29": "Saint Peter and Saint Paul's Day", "2003-08-15": "Assumption Day", "2003-09-18": "Independence Day", "2003-09-19": "Army Day", @@ -867,7 +867,7 @@ "2004-05-01": "Labor Day", "2004-05-21": "Navy Day", "2004-06-07": "Corpus Christi", - "2004-06-28": "Saint Peter and Saint Paul", + "2004-06-28": "Saint Peter and Saint Paul's Day", "2004-08-15": "Assumption Day", "2004-09-18": "Independence Day", "2004-09-19": "Army Day", @@ -882,7 +882,7 @@ "2005-05-01": "Labor Day", "2005-05-21": "Navy Day", "2005-05-23": "Corpus Christi", - "2005-06-27": "Saint Peter and Saint Paul", + "2005-06-27": "Saint Peter and Saint Paul's Day", "2005-08-15": "Assumption Day", "2005-09-18": "Independence Day", "2005-09-19": "Army Day", @@ -897,7 +897,7 @@ "2006-05-01": "Labor Day", "2006-05-21": "Navy Day", "2006-06-12": "Corpus Christi", - "2006-06-26": "Saint Peter and Saint Paul", + "2006-06-26": "Saint Peter and Saint Paul's Day", "2006-08-15": "Assumption Day", "2006-09-18": "Independence Day", "2006-09-19": "Army Day", @@ -911,7 +911,7 @@ "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-05-21": "Navy Day", - "2007-07-02": "Saint Peter and Saint Paul", + "2007-07-02": "Saint Peter and Saint Paul's Day", "2007-07-16": "Our Lady of Mount Carmel", "2007-08-15": "Assumption Day", "2007-09-17": "National Holiday", @@ -927,7 +927,7 @@ "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-05-21": "Navy Day", - "2008-06-29": "Saint Peter and Saint Paul", + "2008-06-29": "Saint Peter and Saint Paul's Day", "2008-07-16": "Our Lady of Mount Carmel", "2008-08-15": "Assumption Day", "2008-09-18": "Independence Day", @@ -943,7 +943,7 @@ "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-05-21": "Navy Day", - "2009-06-29": "Saint Peter and Saint Paul", + "2009-06-29": "Saint Peter and Saint Paul's Day", "2009-07-16": "Our Lady of Mount Carmel", "2009-08-15": "Assumption Day", "2009-09-18": "Independence Day", @@ -959,7 +959,7 @@ "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-05-21": "Navy Day", - "2010-06-28": "Saint Peter and Saint Paul", + "2010-06-28": "Saint Peter and Saint Paul's Day", "2010-07-16": "Our Lady of Mount Carmel", "2010-08-15": "Assumption Day", "2010-09-18": "Independence Day", @@ -975,7 +975,7 @@ "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-05-21": "Navy Day", - "2011-06-27": "Saint Peter and Saint Paul", + "2011-06-27": "Saint Peter and Saint Paul's Day", "2011-07-16": "Our Lady of Mount Carmel", "2011-08-15": "Assumption Day", "2011-09-18": "Independence Day", @@ -991,7 +991,7 @@ "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-05-21": "Navy Day", - "2012-07-02": "Saint Peter and Saint Paul", + "2012-07-02": "Saint Peter and Saint Paul's Day", "2012-07-16": "Our Lady of Mount Carmel", "2012-08-15": "Assumption Day", "2012-09-17": "National Holiday", @@ -1008,7 +1008,7 @@ "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-05-21": "Navy Day", - "2013-06-29": "Saint Peter and Saint Paul", + "2013-06-29": "Saint Peter and Saint Paul's Day", "2013-07-16": "Our Lady of Mount Carmel", "2013-08-15": "Assumption Day", "2013-09-18": "Independence Day", @@ -1025,7 +1025,7 @@ "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-05-21": "Navy Day", - "2014-06-29": "Saint Peter and Saint Paul", + "2014-06-29": "Saint Peter and Saint Paul's Day", "2014-07-16": "Our Lady of Mount Carmel", "2014-08-15": "Assumption Day", "2014-09-18": "Independence Day", @@ -1041,7 +1041,7 @@ "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-05-21": "Navy Day", - "2015-06-29": "Saint Peter and Saint Paul", + "2015-06-29": "Saint Peter and Saint Paul's Day", "2015-07-16": "Our Lady of Mount Carmel", "2015-08-15": "Assumption Day", "2015-09-18": "Independence Day", @@ -1057,7 +1057,7 @@ "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-21": "Navy Day", - "2016-06-27": "Saint Peter and Saint Paul", + "2016-06-27": "Saint Peter and Saint Paul's Day", "2016-07-16": "Our Lady of Mount Carmel", "2016-08-15": "Assumption Day", "2016-09-18": "Independence Day", @@ -1074,7 +1074,7 @@ "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-21": "Navy Day", - "2017-06-26": "Saint Peter and Saint Paul", + "2017-06-26": "Saint Peter and Saint Paul's Day", "2017-07-16": "Our Lady of Mount Carmel", "2017-08-15": "Assumption Day", "2017-09-18": "Independence Day", @@ -1090,7 +1090,7 @@ "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-21": "Navy Day", - "2018-07-02": "Saint Peter and Saint Paul", + "2018-07-02": "Saint Peter and Saint Paul's Day", "2018-07-16": "Our Lady of Mount Carmel", "2018-08-15": "Assumption Day", "2018-09-17": "National Holiday", @@ -1107,7 +1107,7 @@ "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-21": "Navy Day", - "2019-06-29": "Saint Peter and Saint Paul", + "2019-06-29": "Saint Peter and Saint Paul's Day", "2019-07-16": "Our Lady of Mount Carmel", "2019-08-15": "Assumption Day", "2019-09-18": "Independence Day", @@ -1124,7 +1124,7 @@ "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-21": "Navy Day", - "2020-06-29": "Saint Peter and Saint Paul", + "2020-06-29": "Saint Peter and Saint Paul's Day", "2020-07-16": "Our Lady of Mount Carmel", "2020-08-15": "Assumption Day", "2020-09-18": "Independence Day", @@ -1141,7 +1141,7 @@ "2021-05-01": "Labor Day", "2021-05-21": "Navy Day", "2021-06-21": "National Day of Indigenous Peoples", - "2021-06-28": "Saint Peter and Saint Paul", + "2021-06-28": "Saint Peter and Saint Paul's Day", "2021-07-16": "Our Lady of Mount Carmel", "2021-08-15": "Assumption Day", "2021-09-17": "National Holiday", @@ -1159,7 +1159,7 @@ "2022-05-01": "Labor Day", "2022-05-21": "Navy Day", "2022-06-21": "National Day of Indigenous Peoples", - "2022-06-27": "Saint Peter and Saint Paul", + "2022-06-27": "Saint Peter and Saint Paul's Day", "2022-07-16": "Our Lady of Mount Carmel", "2022-08-15": "Assumption Day", "2022-09-16": "National Holiday", @@ -1178,7 +1178,7 @@ "2023-05-01": "Labor Day", "2023-05-21": "Navy Day", "2023-06-21": "National Day of Indigenous Peoples", - "2023-06-26": "Saint Peter and Saint Paul", + "2023-06-26": "Saint Peter and Saint Paul's Day", "2023-07-16": "Our Lady of Mount Carmel", "2023-08-15": "Assumption Day", "2023-09-18": "Independence Day", @@ -1195,7 +1195,7 @@ "2024-05-01": "Labor Day", "2024-05-21": "Navy Day", "2024-06-20": "National Day of Indigenous Peoples", - "2024-06-29": "Saint Peter and Saint Paul", + "2024-06-29": "Saint Peter and Saint Paul's Day", "2024-07-16": "Our Lady of Mount Carmel", "2024-08-15": "Assumption Day", "2024-09-18": "Independence Day", @@ -1213,7 +1213,7 @@ "2025-05-01": "Labor Day", "2025-05-21": "Navy Day", "2025-06-20": "National Day of Indigenous Peoples", - "2025-06-29": "Saint Peter and Saint Paul", + "2025-06-29": "Saint Peter and Saint Paul's Day", "2025-07-16": "Our Lady of Mount Carmel", "2025-08-15": "Assumption Day", "2025-09-18": "Independence Day", @@ -1230,7 +1230,7 @@ "2026-05-01": "Labor Day", "2026-05-21": "Navy Day", "2026-06-21": "National Day of Indigenous Peoples", - "2026-06-29": "Saint Peter and Saint Paul", + "2026-06-29": "Saint Peter and Saint Paul's Day", "2026-07-16": "Our Lady of Mount Carmel", "2026-08-15": "Assumption Day", "2026-09-18": "Independence Day", @@ -1247,7 +1247,7 @@ "2027-05-01": "Labor Day", "2027-05-21": "Navy Day", "2027-06-21": "National Day of Indigenous Peoples", - "2027-06-28": "Saint Peter and Saint Paul", + "2027-06-28": "Saint Peter and Saint Paul's Day", "2027-07-16": "Our Lady of Mount Carmel", "2027-08-15": "Assumption Day", "2027-09-17": "National Holiday", @@ -1265,7 +1265,7 @@ "2028-05-01": "Labor Day", "2028-05-21": "Navy Day", "2028-06-20": "National Day of Indigenous Peoples", - "2028-06-26": "Saint Peter and Saint Paul", + "2028-06-26": "Saint Peter and Saint Paul's Day", "2028-07-16": "Our Lady of Mount Carmel", "2028-08-15": "Assumption Day", "2028-09-18": "Independence Day", @@ -1282,7 +1282,7 @@ "2029-05-01": "Labor Day", "2029-05-21": "Navy Day", "2029-06-20": "National Day of Indigenous Peoples", - "2029-07-02": "Saint Peter and Saint Paul", + "2029-07-02": "Saint Peter and Saint Paul's Day", "2029-07-16": "Our Lady of Mount Carmel", "2029-08-15": "Assumption Day", "2029-09-17": "National Holiday", @@ -1300,7 +1300,7 @@ "2030-05-01": "Labor Day", "2030-05-21": "Navy Day", "2030-06-21": "National Day of Indigenous Peoples", - "2030-06-29": "Saint Peter and Saint Paul", + "2030-06-29": "Saint Peter and Saint Paul's Day", "2030-07-16": "Our Lady of Mount Carmel", "2030-08-15": "Assumption Day", "2030-09-18": "Independence Day", @@ -1318,7 +1318,7 @@ "2031-05-01": "Labor Day", "2031-05-21": "Navy Day", "2031-06-21": "National Day of Indigenous Peoples", - "2031-06-29": "Saint Peter and Saint Paul", + "2031-06-29": "Saint Peter and Saint Paul's Day", "2031-07-16": "Our Lady of Mount Carmel", "2031-08-15": "Assumption Day", "2031-09-18": "Independence Day", @@ -1335,7 +1335,7 @@ "2032-05-01": "Labor Day", "2032-05-21": "Navy Day", "2032-06-20": "National Day of Indigenous Peoples", - "2032-06-28": "Saint Peter and Saint Paul", + "2032-06-28": "Saint Peter and Saint Paul's Day", "2032-07-16": "Our Lady of Mount Carmel", "2032-08-15": "Assumption Day", "2032-09-17": "National Holiday", @@ -1353,7 +1353,7 @@ "2033-05-01": "Labor Day", "2033-05-21": "Navy Day", "2033-06-20": "National Day of Indigenous Peoples", - "2033-06-27": "Saint Peter and Saint Paul", + "2033-06-27": "Saint Peter and Saint Paul's Day", "2033-07-16": "Our Lady of Mount Carmel", "2033-08-15": "Assumption Day", "2033-09-18": "Independence Day", @@ -1371,7 +1371,7 @@ "2034-05-01": "Labor Day", "2034-05-21": "Navy Day", "2034-06-21": "National Day of Indigenous Peoples", - "2034-06-26": "Saint Peter and Saint Paul", + "2034-06-26": "Saint Peter and Saint Paul's Day", "2034-07-16": "Our Lady of Mount Carmel", "2034-08-15": "Assumption Day", "2034-09-18": "Independence Day", @@ -1388,7 +1388,7 @@ "2035-05-01": "Labor Day", "2035-05-21": "Navy Day", "2035-06-21": "National Day of Indigenous Peoples", - "2035-07-02": "Saint Peter and Saint Paul", + "2035-07-02": "Saint Peter and Saint Paul's Day", "2035-07-16": "Our Lady of Mount Carmel", "2035-08-15": "Assumption Day", "2035-09-17": "National Holiday", @@ -1406,7 +1406,7 @@ "2036-05-01": "Labor Day", "2036-05-21": "Navy Day", "2036-06-20": "National Day of Indigenous Peoples", - "2036-06-29": "Saint Peter and Saint Paul", + "2036-06-29": "Saint Peter and Saint Paul's Day", "2036-07-16": "Our Lady of Mount Carmel", "2036-08-15": "Assumption Day", "2036-09-18": "Independence Day", @@ -1423,7 +1423,7 @@ "2037-05-01": "Labor Day", "2037-05-21": "Navy Day", "2037-06-20": "National Day of Indigenous Peoples", - "2037-06-29": "Saint Peter and Saint Paul", + "2037-06-29": "Saint Peter and Saint Paul's Day", "2037-07-16": "Our Lady of Mount Carmel", "2037-08-15": "Assumption Day", "2037-09-18": "Independence Day", @@ -1440,7 +1440,7 @@ "2038-05-01": "Labor Day", "2038-05-21": "Navy Day", "2038-06-21": "National Day of Indigenous Peoples", - "2038-06-28": "Saint Peter and Saint Paul", + "2038-06-28": "Saint Peter and Saint Paul's Day", "2038-07-16": "Our Lady of Mount Carmel", "2038-08-15": "Assumption Day", "2038-09-17": "National Holiday", @@ -1458,7 +1458,7 @@ "2039-05-01": "Labor Day", "2039-05-21": "Navy Day", "2039-06-21": "National Day of Indigenous Peoples", - "2039-06-27": "Saint Peter and Saint Paul", + "2039-06-27": "Saint Peter and Saint Paul's Day", "2039-07-16": "Our Lady of Mount Carmel", "2039-08-15": "Assumption Day", "2039-09-18": "Independence Day", @@ -1476,7 +1476,7 @@ "2040-05-01": "Labor Day", "2040-05-21": "Navy Day", "2040-06-20": "National Day of Indigenous Peoples", - "2040-07-02": "Saint Peter and Saint Paul", + "2040-07-02": "Saint Peter and Saint Paul's Day", "2040-07-16": "Our Lady of Mount Carmel", "2040-08-15": "Assumption Day", "2040-09-17": "National Holiday", @@ -1494,7 +1494,7 @@ "2041-05-01": "Labor Day", "2041-05-21": "Navy Day", "2041-06-20": "National Day of Indigenous Peoples", - "2041-06-29": "Saint Peter and Saint Paul", + "2041-06-29": "Saint Peter and Saint Paul's Day", "2041-07-16": "Our Lady of Mount Carmel", "2041-08-15": "Assumption Day", "2041-09-18": "Independence Day", @@ -1512,7 +1512,7 @@ "2042-05-01": "Labor Day", "2042-05-21": "Navy Day", "2042-06-21": "National Day of Indigenous Peoples", - "2042-06-29": "Saint Peter and Saint Paul", + "2042-06-29": "Saint Peter and Saint Paul's Day", "2042-07-16": "Our Lady of Mount Carmel", "2042-08-15": "Assumption Day", "2042-09-18": "Independence Day", @@ -1529,7 +1529,7 @@ "2043-05-01": "Labor Day", "2043-05-21": "Navy Day", "2043-06-21": "National Day of Indigenous Peoples", - "2043-06-29": "Saint Peter and Saint Paul", + "2043-06-29": "Saint Peter and Saint Paul's Day", "2043-07-16": "Our Lady of Mount Carmel", "2043-08-15": "Assumption Day", "2043-09-18": "Independence Day", @@ -1546,7 +1546,7 @@ "2044-05-01": "Labor Day", "2044-05-21": "Navy Day", "2044-06-20": "National Day of Indigenous Peoples", - "2044-06-27": "Saint Peter and Saint Paul", + "2044-06-27": "Saint Peter and Saint Paul's Day", "2044-07-16": "Our Lady of Mount Carmel", "2044-08-15": "Assumption Day", "2044-09-18": "Independence Day", @@ -1564,7 +1564,7 @@ "2045-05-01": "Labor Day", "2045-05-21": "Navy Day", "2045-06-20": "National Day of Indigenous Peoples", - "2045-06-26": "Saint Peter and Saint Paul", + "2045-06-26": "Saint Peter and Saint Paul's Day", "2045-07-16": "Our Lady of Mount Carmel", "2045-08-15": "Assumption Day", "2045-09-18": "Independence Day", @@ -1581,7 +1581,7 @@ "2046-05-01": "Labor Day", "2046-05-21": "Navy Day", "2046-06-21": "National Day of Indigenous Peoples", - "2046-07-02": "Saint Peter and Saint Paul", + "2046-07-02": "Saint Peter and Saint Paul's Day", "2046-07-16": "Our Lady of Mount Carmel", "2046-08-15": "Assumption Day", "2046-09-17": "National Holiday", @@ -1599,7 +1599,7 @@ "2047-05-01": "Labor Day", "2047-05-21": "Navy Day", "2047-06-21": "National Day of Indigenous Peoples", - "2047-06-29": "Saint Peter and Saint Paul", + "2047-06-29": "Saint Peter and Saint Paul's Day", "2047-07-16": "Our Lady of Mount Carmel", "2047-08-15": "Assumption Day", "2047-09-18": "Independence Day", @@ -1617,7 +1617,7 @@ "2048-05-01": "Labor Day", "2048-05-21": "Navy Day", "2048-06-20": "National Day of Indigenous Peoples", - "2048-06-29": "Saint Peter and Saint Paul", + "2048-06-29": "Saint Peter and Saint Paul's Day", "2048-07-16": "Our Lady of Mount Carmel", "2048-08-15": "Assumption Day", "2048-09-18": "Independence Day", @@ -1634,7 +1634,7 @@ "2049-05-01": "Labor Day", "2049-05-21": "Navy Day", "2049-06-20": "National Day of Indigenous Peoples", - "2049-06-28": "Saint Peter and Saint Paul", + "2049-06-28": "Saint Peter and Saint Paul's Day", "2049-07-16": "Our Lady of Mount Carmel", "2049-08-15": "Assumption Day", "2049-09-17": "National Holiday", @@ -1652,7 +1652,7 @@ "2050-05-01": "Labor Day", "2050-05-21": "Navy Day", "2050-06-20": "National Day of Indigenous Peoples", - "2050-06-27": "Saint Peter and Saint Paul", + "2050-06-27": "Saint Peter and Saint Paul's Day", "2050-07-16": "Our Lady of Mount Carmel", "2050-08-15": "Assumption Day", "2050-09-18": "Independence Day", diff --git a/snapshots/countries/CL_AN.json b/snapshots/countries/CL_AN.json index a970a01b0..61e6101f0 100644 --- a/snapshots/countries/CL_AN.json +++ b/snapshots/countries/CL_AN.json @@ -6,7 +6,7 @@ "1950-05-18": "Ascension Day", "1950-05-21": "Navy Day", "1950-06-08": "Corpus Christi", - "1950-06-29": "Saint Peter and Saint Paul", + "1950-06-29": "Saint Peter and Saint Paul's Day", "1950-08-15": "Assumption Day", "1950-09-18": "Independence Day", "1950-09-19": "Army Day", @@ -22,7 +22,7 @@ "1951-05-03": "Ascension Day", "1951-05-21": "Navy Day", "1951-05-24": "Corpus Christi", - "1951-06-29": "Saint Peter and Saint Paul", + "1951-06-29": "Saint Peter and Saint Paul's Day", "1951-08-15": "Assumption Day", "1951-09-18": "Independence Day", "1951-09-19": "Army Day", @@ -38,7 +38,7 @@ "1952-05-21": "Navy Day", "1952-05-22": "Ascension Day", "1952-06-12": "Corpus Christi", - "1952-06-29": "Saint Peter and Saint Paul", + "1952-06-29": "Saint Peter and Saint Paul's Day", "1952-08-15": "Assumption Day", "1952-09-18": "Independence Day", "1952-09-19": "Army Day", @@ -54,7 +54,7 @@ "1953-05-14": "Ascension Day", "1953-05-21": "Navy Day", "1953-06-04": "Corpus Christi", - "1953-06-29": "Saint Peter and Saint Paul", + "1953-06-29": "Saint Peter and Saint Paul's Day", "1953-08-15": "Assumption Day", "1953-09-18": "Independence Day", "1953-09-19": "Army Day", @@ -70,7 +70,7 @@ "1954-05-21": "Navy Day", "1954-05-27": "Ascension Day", "1954-06-17": "Corpus Christi", - "1954-06-29": "Saint Peter and Saint Paul", + "1954-06-29": "Saint Peter and Saint Paul's Day", "1954-08-15": "Assumption Day", "1954-09-18": "Independence Day", "1954-09-19": "Army Day", @@ -86,7 +86,7 @@ "1955-05-19": "Ascension Day", "1955-05-21": "Navy Day", "1955-06-09": "Corpus Christi", - "1955-06-29": "Saint Peter and Saint Paul", + "1955-06-29": "Saint Peter and Saint Paul's Day", "1955-08-15": "Assumption Day", "1955-09-18": "Independence Day", "1955-09-19": "Army Day", @@ -102,7 +102,7 @@ "1956-05-10": "Ascension Day", "1956-05-21": "Navy Day", "1956-05-31": "Corpus Christi", - "1956-06-29": "Saint Peter and Saint Paul", + "1956-06-29": "Saint Peter and Saint Paul's Day", "1956-08-15": "Assumption Day", "1956-09-18": "Independence Day", "1956-09-19": "Army Day", @@ -119,7 +119,7 @@ "1957-05-21": "Navy Day", "1957-05-30": "Ascension Day", "1957-06-20": "Corpus Christi", - "1957-06-29": "Saint Peter and Saint Paul", + "1957-06-29": "Saint Peter and Saint Paul's Day", "1957-06-30": "Bank Holiday", "1957-08-15": "Assumption Day", "1957-09-18": "Independence Day", @@ -137,7 +137,7 @@ "1958-05-15": "Ascension Day", "1958-05-21": "Navy Day", "1958-06-05": "Corpus Christi", - "1958-06-29": "Saint Peter and Saint Paul", + "1958-06-29": "Saint Peter and Saint Paul's Day", "1958-06-30": "Bank Holiday", "1958-08-15": "Assumption Day", "1958-09-18": "Independence Day", @@ -155,7 +155,7 @@ "1959-05-07": "Ascension Day", "1959-05-21": "Navy Day", "1959-05-28": "Corpus Christi", - "1959-06-29": "Saint Peter and Saint Paul", + "1959-06-29": "Saint Peter and Saint Paul's Day", "1959-06-30": "Bank Holiday", "1959-08-15": "Assumption Day", "1959-09-18": "Independence Day", @@ -173,7 +173,7 @@ "1960-05-21": "Navy Day", "1960-05-26": "Ascension Day", "1960-06-16": "Corpus Christi", - "1960-06-29": "Saint Peter and Saint Paul", + "1960-06-29": "Saint Peter and Saint Paul's Day", "1960-06-30": "Bank Holiday", "1960-08-15": "Assumption Day", "1960-09-18": "Independence Day", @@ -191,7 +191,7 @@ "1961-05-11": "Ascension Day", "1961-05-21": "Navy Day", "1961-06-01": "Corpus Christi", - "1961-06-29": "Saint Peter and Saint Paul", + "1961-06-29": "Saint Peter and Saint Paul's Day", "1961-06-30": "Bank Holiday", "1961-08-15": "Assumption Day", "1961-09-18": "Independence Day", @@ -209,7 +209,7 @@ "1962-05-21": "Navy Day", "1962-05-31": "Ascension Day", "1962-06-21": "Corpus Christi", - "1962-06-29": "Saint Peter and Saint Paul", + "1962-06-29": "Saint Peter and Saint Paul's Day", "1962-06-30": "Bank Holiday", "1962-08-15": "Assumption Day", "1962-09-18": "Independence Day", @@ -227,7 +227,7 @@ "1963-05-21": "Navy Day", "1963-05-23": "Ascension Day", "1963-06-13": "Corpus Christi", - "1963-06-29": "Saint Peter and Saint Paul", + "1963-06-29": "Saint Peter and Saint Paul's Day", "1963-06-30": "Bank Holiday", "1963-08-15": "Assumption Day", "1963-09-18": "Independence Day", @@ -245,7 +245,7 @@ "1964-05-07": "Ascension Day", "1964-05-21": "Navy Day", "1964-05-28": "Corpus Christi", - "1964-06-29": "Saint Peter and Saint Paul", + "1964-06-29": "Saint Peter and Saint Paul's Day", "1964-06-30": "Bank Holiday", "1964-08-15": "Assumption Day", "1964-09-18": "Independence Day", @@ -263,7 +263,7 @@ "1965-05-21": "Navy Day", "1965-05-27": "Ascension Day", "1965-06-17": "Corpus Christi", - "1965-06-29": "Saint Peter and Saint Paul", + "1965-06-29": "Saint Peter and Saint Paul's Day", "1965-06-30": "Bank Holiday", "1965-08-15": "Assumption Day", "1965-09-18": "Independence Day", @@ -281,7 +281,7 @@ "1966-05-19": "Ascension Day", "1966-05-21": "Navy Day", "1966-06-09": "Corpus Christi", - "1966-06-29": "Saint Peter and Saint Paul", + "1966-06-29": "Saint Peter and Saint Paul's Day", "1966-06-30": "Bank Holiday", "1966-08-15": "Assumption Day", "1966-09-18": "Independence Day", @@ -299,7 +299,7 @@ "1967-05-04": "Ascension Day", "1967-05-21": "Navy Day", "1967-05-25": "Corpus Christi", - "1967-06-29": "Saint Peter and Saint Paul", + "1967-06-29": "Saint Peter and Saint Paul's Day", "1967-06-30": "Bank Holiday", "1967-08-15": "Assumption Day", "1967-09-18": "Independence Day", @@ -579,7 +579,7 @@ "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-05-21": "Navy Day", - "1986-06-29": "Saint Peter and Saint Paul", + "1986-06-29": "Saint Peter and Saint Paul's Day", "1986-08-15": "Assumption Day", "1986-09-11": "Day of National Liberation", "1986-09-18": "Independence Day", @@ -596,7 +596,7 @@ "1987-05-01": "Labor Day", "1987-05-21": "Navy Day", "1987-06-18": "Corpus Christi", - "1987-06-29": "Saint Peter and Saint Paul", + "1987-06-29": "Saint Peter and Saint Paul's Day", "1987-08-15": "Assumption Day", "1987-09-11": "Day of National Liberation", "1987-09-18": "Independence Day", @@ -613,7 +613,7 @@ "1988-05-01": "Labor Day", "1988-05-21": "Navy Day", "1988-06-02": "Corpus Christi", - "1988-06-29": "Saint Peter and Saint Paul", + "1988-06-29": "Saint Peter and Saint Paul's Day", "1988-08-15": "Assumption Day", "1988-09-11": "Day of National Liberation", "1988-09-18": "Independence Day", @@ -630,7 +630,7 @@ "1989-05-01": "Labor Day", "1989-05-21": "Navy Day", "1989-05-25": "Corpus Christi", - "1989-06-29": "Saint Peter and Saint Paul", + "1989-06-29": "Saint Peter and Saint Paul's Day", "1989-08-15": "Assumption Day", "1989-09-11": "Day of National Liberation", "1989-09-18": "Independence Day", @@ -646,7 +646,7 @@ "1990-05-01": "Labor Day", "1990-05-21": "Navy Day", "1990-06-14": "Corpus Christi", - "1990-06-29": "Saint Peter and Saint Paul", + "1990-06-29": "Saint Peter and Saint Paul's Day", "1990-08-15": "Assumption Day", "1990-09-11": "Day of National Liberation", "1990-09-18": "Independence Day", @@ -662,7 +662,7 @@ "1991-05-01": "Labor Day", "1991-05-21": "Navy Day", "1991-05-30": "Corpus Christi", - "1991-06-29": "Saint Peter and Saint Paul", + "1991-06-29": "Saint Peter and Saint Paul's Day", "1991-08-15": "Assumption Day", "1991-09-11": "Day of National Liberation", "1991-09-18": "Independence Day", @@ -678,7 +678,7 @@ "1992-05-01": "Labor Day", "1992-05-21": "Navy Day", "1992-06-18": "Corpus Christi", - "1992-06-29": "Saint Peter and Saint Paul", + "1992-06-29": "Saint Peter and Saint Paul's Day", "1992-08-15": "Assumption Day", "1992-09-11": "Day of National Liberation", "1992-09-18": "Independence Day", @@ -694,7 +694,7 @@ "1993-05-01": "Labor Day", "1993-05-21": "Navy Day", "1993-06-10": "Corpus Christi", - "1993-06-29": "Saint Peter and Saint Paul", + "1993-06-29": "Saint Peter and Saint Paul's Day", "1993-08-15": "Assumption Day", "1993-09-11": "Day of National Liberation", "1993-09-18": "Independence Day", @@ -710,7 +710,7 @@ "1994-05-01": "Labor Day", "1994-05-21": "Navy Day", "1994-06-02": "Corpus Christi", - "1994-06-29": "Saint Peter and Saint Paul", + "1994-06-29": "Saint Peter and Saint Paul's Day", "1994-08-15": "Assumption Day", "1994-09-11": "Day of National Liberation", "1994-09-18": "Independence Day", @@ -726,7 +726,7 @@ "1995-05-01": "Labor Day", "1995-05-21": "Navy Day", "1995-06-15": "Corpus Christi", - "1995-06-29": "Saint Peter and Saint Paul", + "1995-06-29": "Saint Peter and Saint Paul's Day", "1995-08-15": "Assumption Day", "1995-09-11": "Day of National Liberation", "1995-09-18": "Independence Day", @@ -742,7 +742,7 @@ "1996-05-01": "Labor Day", "1996-05-21": "Navy Day", "1996-06-06": "Corpus Christi", - "1996-06-29": "Saint Peter and Saint Paul", + "1996-06-29": "Saint Peter and Saint Paul's Day", "1996-08-15": "Assumption Day", "1996-09-11": "Day of National Liberation", "1996-09-18": "Independence Day", @@ -758,7 +758,7 @@ "1997-05-01": "Labor Day", "1997-05-21": "Navy Day", "1997-05-29": "Corpus Christi", - "1997-06-29": "Saint Peter and Saint Paul", + "1997-06-29": "Saint Peter and Saint Paul's Day", "1997-08-15": "Assumption Day", "1997-09-11": "Day of National Liberation", "1997-09-18": "Independence Day", @@ -773,7 +773,7 @@ "1998-05-01": "Labor Day", "1998-05-21": "Navy Day", "1998-06-11": "Corpus Christi", - "1998-06-29": "Saint Peter and Saint Paul", + "1998-06-29": "Saint Peter and Saint Paul's Day", "1998-08-15": "Assumption Day", "1998-09-11": "Day of National Liberation", "1998-09-18": "Independence Day", @@ -789,7 +789,7 @@ "1999-05-01": "Labor Day", "1999-05-21": "Navy Day", "1999-06-03": "Corpus Christi", - "1999-06-29": "Saint Peter and Saint Paul", + "1999-06-29": "Saint Peter and Saint Paul's Day", "1999-08-15": "Assumption Day", "1999-09-06": "Day of National Unity", "1999-09-18": "Independence Day", @@ -805,7 +805,7 @@ "2000-05-01": "Labor Day", "2000-05-21": "Navy Day", "2000-06-19": "Corpus Christi", - "2000-06-26": "Saint Peter and Saint Paul", + "2000-06-26": "Saint Peter and Saint Paul's Day", "2000-08-15": "Assumption Day", "2000-09-04": "Day of National Unity", "2000-09-18": "Independence Day", @@ -821,7 +821,7 @@ "2001-05-01": "Labor Day", "2001-05-21": "Navy Day", "2001-06-11": "Corpus Christi", - "2001-07-02": "Saint Peter and Saint Paul", + "2001-07-02": "Saint Peter and Saint Paul's Day", "2001-08-15": "Assumption Day", "2001-09-03": "Day of National Unity", "2001-09-18": "Independence Day", @@ -837,7 +837,7 @@ "2002-05-01": "Labor Day", "2002-05-21": "Navy Day", "2002-05-27": "Corpus Christi", - "2002-06-29": "Saint Peter and Saint Paul", + "2002-06-29": "Saint Peter and Saint Paul's Day", "2002-08-15": "Assumption Day", "2002-09-18": "Independence Day", "2002-09-19": "Army Day", @@ -852,7 +852,7 @@ "2003-05-01": "Labor Day", "2003-05-21": "Navy Day", "2003-06-16": "Corpus Christi", - "2003-06-29": "Saint Peter and Saint Paul", + "2003-06-29": "Saint Peter and Saint Paul's Day", "2003-08-15": "Assumption Day", "2003-09-18": "Independence Day", "2003-09-19": "Army Day", @@ -867,7 +867,7 @@ "2004-05-01": "Labor Day", "2004-05-21": "Navy Day", "2004-06-07": "Corpus Christi", - "2004-06-28": "Saint Peter and Saint Paul", + "2004-06-28": "Saint Peter and Saint Paul's Day", "2004-08-15": "Assumption Day", "2004-09-18": "Independence Day", "2004-09-19": "Army Day", @@ -882,7 +882,7 @@ "2005-05-01": "Labor Day", "2005-05-21": "Navy Day", "2005-05-23": "Corpus Christi", - "2005-06-27": "Saint Peter and Saint Paul", + "2005-06-27": "Saint Peter and Saint Paul's Day", "2005-08-15": "Assumption Day", "2005-09-18": "Independence Day", "2005-09-19": "Army Day", @@ -897,7 +897,7 @@ "2006-05-01": "Labor Day", "2006-05-21": "Navy Day", "2006-06-12": "Corpus Christi", - "2006-06-26": "Saint Peter and Saint Paul", + "2006-06-26": "Saint Peter and Saint Paul's Day", "2006-08-15": "Assumption Day", "2006-09-18": "Independence Day", "2006-09-19": "Army Day", @@ -911,7 +911,7 @@ "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-05-21": "Navy Day", - "2007-07-02": "Saint Peter and Saint Paul", + "2007-07-02": "Saint Peter and Saint Paul's Day", "2007-07-16": "Our Lady of Mount Carmel", "2007-08-15": "Assumption Day", "2007-09-17": "National Holiday", @@ -927,7 +927,7 @@ "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-05-21": "Navy Day", - "2008-06-29": "Saint Peter and Saint Paul", + "2008-06-29": "Saint Peter and Saint Paul's Day", "2008-07-16": "Our Lady of Mount Carmel", "2008-08-15": "Assumption Day", "2008-09-18": "Independence Day", @@ -943,7 +943,7 @@ "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-05-21": "Navy Day", - "2009-06-29": "Saint Peter and Saint Paul", + "2009-06-29": "Saint Peter and Saint Paul's Day", "2009-07-16": "Our Lady of Mount Carmel", "2009-08-15": "Assumption Day", "2009-09-18": "Independence Day", @@ -959,7 +959,7 @@ "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-05-21": "Navy Day", - "2010-06-28": "Saint Peter and Saint Paul", + "2010-06-28": "Saint Peter and Saint Paul's Day", "2010-07-16": "Our Lady of Mount Carmel", "2010-08-15": "Assumption Day", "2010-09-18": "Independence Day", @@ -975,7 +975,7 @@ "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-05-21": "Navy Day", - "2011-06-27": "Saint Peter and Saint Paul", + "2011-06-27": "Saint Peter and Saint Paul's Day", "2011-07-16": "Our Lady of Mount Carmel", "2011-08-15": "Assumption Day", "2011-09-18": "Independence Day", @@ -991,7 +991,7 @@ "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-05-21": "Navy Day", - "2012-07-02": "Saint Peter and Saint Paul", + "2012-07-02": "Saint Peter and Saint Paul's Day", "2012-07-16": "Our Lady of Mount Carmel", "2012-08-15": "Assumption Day", "2012-09-17": "National Holiday", @@ -1008,7 +1008,7 @@ "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-05-21": "Navy Day", - "2013-06-29": "Saint Peter and Saint Paul", + "2013-06-29": "Saint Peter and Saint Paul's Day", "2013-07-16": "Our Lady of Mount Carmel", "2013-08-15": "Assumption Day", "2013-09-18": "Independence Day", @@ -1025,7 +1025,7 @@ "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-05-21": "Navy Day", - "2014-06-29": "Saint Peter and Saint Paul", + "2014-06-29": "Saint Peter and Saint Paul's Day", "2014-07-16": "Our Lady of Mount Carmel", "2014-08-15": "Assumption Day", "2014-09-18": "Independence Day", @@ -1041,7 +1041,7 @@ "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-05-21": "Navy Day", - "2015-06-29": "Saint Peter and Saint Paul", + "2015-06-29": "Saint Peter and Saint Paul's Day", "2015-07-16": "Our Lady of Mount Carmel", "2015-08-15": "Assumption Day", "2015-09-18": "Independence Day", @@ -1057,7 +1057,7 @@ "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-21": "Navy Day", - "2016-06-27": "Saint Peter and Saint Paul", + "2016-06-27": "Saint Peter and Saint Paul's Day", "2016-07-16": "Our Lady of Mount Carmel", "2016-08-15": "Assumption Day", "2016-09-18": "Independence Day", @@ -1074,7 +1074,7 @@ "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-21": "Navy Day", - "2017-06-26": "Saint Peter and Saint Paul", + "2017-06-26": "Saint Peter and Saint Paul's Day", "2017-07-16": "Our Lady of Mount Carmel", "2017-08-15": "Assumption Day", "2017-09-18": "Independence Day", @@ -1090,7 +1090,7 @@ "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-21": "Navy Day", - "2018-07-02": "Saint Peter and Saint Paul", + "2018-07-02": "Saint Peter and Saint Paul's Day", "2018-07-16": "Our Lady of Mount Carmel", "2018-08-15": "Assumption Day", "2018-09-17": "National Holiday", @@ -1107,7 +1107,7 @@ "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-21": "Navy Day", - "2019-06-29": "Saint Peter and Saint Paul", + "2019-06-29": "Saint Peter and Saint Paul's Day", "2019-07-16": "Our Lady of Mount Carmel", "2019-08-15": "Assumption Day", "2019-09-18": "Independence Day", @@ -1124,7 +1124,7 @@ "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-21": "Navy Day", - "2020-06-29": "Saint Peter and Saint Paul", + "2020-06-29": "Saint Peter and Saint Paul's Day", "2020-07-16": "Our Lady of Mount Carmel", "2020-08-15": "Assumption Day", "2020-09-18": "Independence Day", @@ -1141,7 +1141,7 @@ "2021-05-01": "Labor Day", "2021-05-21": "Navy Day", "2021-06-21": "National Day of Indigenous Peoples", - "2021-06-28": "Saint Peter and Saint Paul", + "2021-06-28": "Saint Peter and Saint Paul's Day", "2021-07-16": "Our Lady of Mount Carmel", "2021-08-15": "Assumption Day", "2021-09-17": "National Holiday", @@ -1159,7 +1159,7 @@ "2022-05-01": "Labor Day", "2022-05-21": "Navy Day", "2022-06-21": "National Day of Indigenous Peoples", - "2022-06-27": "Saint Peter and Saint Paul", + "2022-06-27": "Saint Peter and Saint Paul's Day", "2022-07-16": "Our Lady of Mount Carmel", "2022-08-15": "Assumption Day", "2022-09-16": "National Holiday", @@ -1178,7 +1178,7 @@ "2023-05-01": "Labor Day", "2023-05-21": "Navy Day", "2023-06-21": "National Day of Indigenous Peoples", - "2023-06-26": "Saint Peter and Saint Paul", + "2023-06-26": "Saint Peter and Saint Paul's Day", "2023-07-16": "Our Lady of Mount Carmel", "2023-08-15": "Assumption Day", "2023-09-18": "Independence Day", @@ -1195,7 +1195,7 @@ "2024-05-01": "Labor Day", "2024-05-21": "Navy Day", "2024-06-20": "National Day of Indigenous Peoples", - "2024-06-29": "Saint Peter and Saint Paul", + "2024-06-29": "Saint Peter and Saint Paul's Day", "2024-07-16": "Our Lady of Mount Carmel", "2024-08-15": "Assumption Day", "2024-09-18": "Independence Day", @@ -1213,7 +1213,7 @@ "2025-05-01": "Labor Day", "2025-05-21": "Navy Day", "2025-06-20": "National Day of Indigenous Peoples", - "2025-06-29": "Saint Peter and Saint Paul", + "2025-06-29": "Saint Peter and Saint Paul's Day", "2025-07-16": "Our Lady of Mount Carmel", "2025-08-15": "Assumption Day", "2025-09-18": "Independence Day", @@ -1230,7 +1230,7 @@ "2026-05-01": "Labor Day", "2026-05-21": "Navy Day", "2026-06-21": "National Day of Indigenous Peoples", - "2026-06-29": "Saint Peter and Saint Paul", + "2026-06-29": "Saint Peter and Saint Paul's Day", "2026-07-16": "Our Lady of Mount Carmel", "2026-08-15": "Assumption Day", "2026-09-18": "Independence Day", @@ -1247,7 +1247,7 @@ "2027-05-01": "Labor Day", "2027-05-21": "Navy Day", "2027-06-21": "National Day of Indigenous Peoples", - "2027-06-28": "Saint Peter and Saint Paul", + "2027-06-28": "Saint Peter and Saint Paul's Day", "2027-07-16": "Our Lady of Mount Carmel", "2027-08-15": "Assumption Day", "2027-09-17": "National Holiday", @@ -1265,7 +1265,7 @@ "2028-05-01": "Labor Day", "2028-05-21": "Navy Day", "2028-06-20": "National Day of Indigenous Peoples", - "2028-06-26": "Saint Peter and Saint Paul", + "2028-06-26": "Saint Peter and Saint Paul's Day", "2028-07-16": "Our Lady of Mount Carmel", "2028-08-15": "Assumption Day", "2028-09-18": "Independence Day", @@ -1282,7 +1282,7 @@ "2029-05-01": "Labor Day", "2029-05-21": "Navy Day", "2029-06-20": "National Day of Indigenous Peoples", - "2029-07-02": "Saint Peter and Saint Paul", + "2029-07-02": "Saint Peter and Saint Paul's Day", "2029-07-16": "Our Lady of Mount Carmel", "2029-08-15": "Assumption Day", "2029-09-17": "National Holiday", @@ -1300,7 +1300,7 @@ "2030-05-01": "Labor Day", "2030-05-21": "Navy Day", "2030-06-21": "National Day of Indigenous Peoples", - "2030-06-29": "Saint Peter and Saint Paul", + "2030-06-29": "Saint Peter and Saint Paul's Day", "2030-07-16": "Our Lady of Mount Carmel", "2030-08-15": "Assumption Day", "2030-09-18": "Independence Day", @@ -1318,7 +1318,7 @@ "2031-05-01": "Labor Day", "2031-05-21": "Navy Day", "2031-06-21": "National Day of Indigenous Peoples", - "2031-06-29": "Saint Peter and Saint Paul", + "2031-06-29": "Saint Peter and Saint Paul's Day", "2031-07-16": "Our Lady of Mount Carmel", "2031-08-15": "Assumption Day", "2031-09-18": "Independence Day", @@ -1335,7 +1335,7 @@ "2032-05-01": "Labor Day", "2032-05-21": "Navy Day", "2032-06-20": "National Day of Indigenous Peoples", - "2032-06-28": "Saint Peter and Saint Paul", + "2032-06-28": "Saint Peter and Saint Paul's Day", "2032-07-16": "Our Lady of Mount Carmel", "2032-08-15": "Assumption Day", "2032-09-17": "National Holiday", @@ -1353,7 +1353,7 @@ "2033-05-01": "Labor Day", "2033-05-21": "Navy Day", "2033-06-20": "National Day of Indigenous Peoples", - "2033-06-27": "Saint Peter and Saint Paul", + "2033-06-27": "Saint Peter and Saint Paul's Day", "2033-07-16": "Our Lady of Mount Carmel", "2033-08-15": "Assumption Day", "2033-09-18": "Independence Day", @@ -1371,7 +1371,7 @@ "2034-05-01": "Labor Day", "2034-05-21": "Navy Day", "2034-06-21": "National Day of Indigenous Peoples", - "2034-06-26": "Saint Peter and Saint Paul", + "2034-06-26": "Saint Peter and Saint Paul's Day", "2034-07-16": "Our Lady of Mount Carmel", "2034-08-15": "Assumption Day", "2034-09-18": "Independence Day", @@ -1388,7 +1388,7 @@ "2035-05-01": "Labor Day", "2035-05-21": "Navy Day", "2035-06-21": "National Day of Indigenous Peoples", - "2035-07-02": "Saint Peter and Saint Paul", + "2035-07-02": "Saint Peter and Saint Paul's Day", "2035-07-16": "Our Lady of Mount Carmel", "2035-08-15": "Assumption Day", "2035-09-17": "National Holiday", @@ -1406,7 +1406,7 @@ "2036-05-01": "Labor Day", "2036-05-21": "Navy Day", "2036-06-20": "National Day of Indigenous Peoples", - "2036-06-29": "Saint Peter and Saint Paul", + "2036-06-29": "Saint Peter and Saint Paul's Day", "2036-07-16": "Our Lady of Mount Carmel", "2036-08-15": "Assumption Day", "2036-09-18": "Independence Day", @@ -1423,7 +1423,7 @@ "2037-05-01": "Labor Day", "2037-05-21": "Navy Day", "2037-06-20": "National Day of Indigenous Peoples", - "2037-06-29": "Saint Peter and Saint Paul", + "2037-06-29": "Saint Peter and Saint Paul's Day", "2037-07-16": "Our Lady of Mount Carmel", "2037-08-15": "Assumption Day", "2037-09-18": "Independence Day", @@ -1440,7 +1440,7 @@ "2038-05-01": "Labor Day", "2038-05-21": "Navy Day", "2038-06-21": "National Day of Indigenous Peoples", - "2038-06-28": "Saint Peter and Saint Paul", + "2038-06-28": "Saint Peter and Saint Paul's Day", "2038-07-16": "Our Lady of Mount Carmel", "2038-08-15": "Assumption Day", "2038-09-17": "National Holiday", @@ -1458,7 +1458,7 @@ "2039-05-01": "Labor Day", "2039-05-21": "Navy Day", "2039-06-21": "National Day of Indigenous Peoples", - "2039-06-27": "Saint Peter and Saint Paul", + "2039-06-27": "Saint Peter and Saint Paul's Day", "2039-07-16": "Our Lady of Mount Carmel", "2039-08-15": "Assumption Day", "2039-09-18": "Independence Day", @@ -1476,7 +1476,7 @@ "2040-05-01": "Labor Day", "2040-05-21": "Navy Day", "2040-06-20": "National Day of Indigenous Peoples", - "2040-07-02": "Saint Peter and Saint Paul", + "2040-07-02": "Saint Peter and Saint Paul's Day", "2040-07-16": "Our Lady of Mount Carmel", "2040-08-15": "Assumption Day", "2040-09-17": "National Holiday", @@ -1494,7 +1494,7 @@ "2041-05-01": "Labor Day", "2041-05-21": "Navy Day", "2041-06-20": "National Day of Indigenous Peoples", - "2041-06-29": "Saint Peter and Saint Paul", + "2041-06-29": "Saint Peter and Saint Paul's Day", "2041-07-16": "Our Lady of Mount Carmel", "2041-08-15": "Assumption Day", "2041-09-18": "Independence Day", @@ -1512,7 +1512,7 @@ "2042-05-01": "Labor Day", "2042-05-21": "Navy Day", "2042-06-21": "National Day of Indigenous Peoples", - "2042-06-29": "Saint Peter and Saint Paul", + "2042-06-29": "Saint Peter and Saint Paul's Day", "2042-07-16": "Our Lady of Mount Carmel", "2042-08-15": "Assumption Day", "2042-09-18": "Independence Day", @@ -1529,7 +1529,7 @@ "2043-05-01": "Labor Day", "2043-05-21": "Navy Day", "2043-06-21": "National Day of Indigenous Peoples", - "2043-06-29": "Saint Peter and Saint Paul", + "2043-06-29": "Saint Peter and Saint Paul's Day", "2043-07-16": "Our Lady of Mount Carmel", "2043-08-15": "Assumption Day", "2043-09-18": "Independence Day", @@ -1546,7 +1546,7 @@ "2044-05-01": "Labor Day", "2044-05-21": "Navy Day", "2044-06-20": "National Day of Indigenous Peoples", - "2044-06-27": "Saint Peter and Saint Paul", + "2044-06-27": "Saint Peter and Saint Paul's Day", "2044-07-16": "Our Lady of Mount Carmel", "2044-08-15": "Assumption Day", "2044-09-18": "Independence Day", @@ -1564,7 +1564,7 @@ "2045-05-01": "Labor Day", "2045-05-21": "Navy Day", "2045-06-20": "National Day of Indigenous Peoples", - "2045-06-26": "Saint Peter and Saint Paul", + "2045-06-26": "Saint Peter and Saint Paul's Day", "2045-07-16": "Our Lady of Mount Carmel", "2045-08-15": "Assumption Day", "2045-09-18": "Independence Day", @@ -1581,7 +1581,7 @@ "2046-05-01": "Labor Day", "2046-05-21": "Navy Day", "2046-06-21": "National Day of Indigenous Peoples", - "2046-07-02": "Saint Peter and Saint Paul", + "2046-07-02": "Saint Peter and Saint Paul's Day", "2046-07-16": "Our Lady of Mount Carmel", "2046-08-15": "Assumption Day", "2046-09-17": "National Holiday", @@ -1599,7 +1599,7 @@ "2047-05-01": "Labor Day", "2047-05-21": "Navy Day", "2047-06-21": "National Day of Indigenous Peoples", - "2047-06-29": "Saint Peter and Saint Paul", + "2047-06-29": "Saint Peter and Saint Paul's Day", "2047-07-16": "Our Lady of Mount Carmel", "2047-08-15": "Assumption Day", "2047-09-18": "Independence Day", @@ -1617,7 +1617,7 @@ "2048-05-01": "Labor Day", "2048-05-21": "Navy Day", "2048-06-20": "National Day of Indigenous Peoples", - "2048-06-29": "Saint Peter and Saint Paul", + "2048-06-29": "Saint Peter and Saint Paul's Day", "2048-07-16": "Our Lady of Mount Carmel", "2048-08-15": "Assumption Day", "2048-09-18": "Independence Day", @@ -1634,7 +1634,7 @@ "2049-05-01": "Labor Day", "2049-05-21": "Navy Day", "2049-06-20": "National Day of Indigenous Peoples", - "2049-06-28": "Saint Peter and Saint Paul", + "2049-06-28": "Saint Peter and Saint Paul's Day", "2049-07-16": "Our Lady of Mount Carmel", "2049-08-15": "Assumption Day", "2049-09-17": "National Holiday", @@ -1652,7 +1652,7 @@ "2050-05-01": "Labor Day", "2050-05-21": "Navy Day", "2050-06-20": "National Day of Indigenous Peoples", - "2050-06-27": "Saint Peter and Saint Paul", + "2050-06-27": "Saint Peter and Saint Paul's Day", "2050-07-16": "Our Lady of Mount Carmel", "2050-08-15": "Assumption Day", "2050-09-18": "Independence Day", diff --git a/snapshots/countries/CL_AP.json b/snapshots/countries/CL_AP.json index c960f2fdb..c2506cdd6 100644 --- a/snapshots/countries/CL_AP.json +++ b/snapshots/countries/CL_AP.json @@ -6,7 +6,7 @@ "1950-05-18": "Ascension Day", "1950-05-21": "Navy Day", "1950-06-08": "Corpus Christi", - "1950-06-29": "Saint Peter and Saint Paul", + "1950-06-29": "Saint Peter and Saint Paul's Day", "1950-08-15": "Assumption Day", "1950-09-18": "Independence Day", "1950-09-19": "Army Day", @@ -22,7 +22,7 @@ "1951-05-03": "Ascension Day", "1951-05-21": "Navy Day", "1951-05-24": "Corpus Christi", - "1951-06-29": "Saint Peter and Saint Paul", + "1951-06-29": "Saint Peter and Saint Paul's Day", "1951-08-15": "Assumption Day", "1951-09-18": "Independence Day", "1951-09-19": "Army Day", @@ -38,7 +38,7 @@ "1952-05-21": "Navy Day", "1952-05-22": "Ascension Day", "1952-06-12": "Corpus Christi", - "1952-06-29": "Saint Peter and Saint Paul", + "1952-06-29": "Saint Peter and Saint Paul's Day", "1952-08-15": "Assumption Day", "1952-09-18": "Independence Day", "1952-09-19": "Army Day", @@ -54,7 +54,7 @@ "1953-05-14": "Ascension Day", "1953-05-21": "Navy Day", "1953-06-04": "Corpus Christi", - "1953-06-29": "Saint Peter and Saint Paul", + "1953-06-29": "Saint Peter and Saint Paul's Day", "1953-08-15": "Assumption Day", "1953-09-18": "Independence Day", "1953-09-19": "Army Day", @@ -70,7 +70,7 @@ "1954-05-21": "Navy Day", "1954-05-27": "Ascension Day", "1954-06-17": "Corpus Christi", - "1954-06-29": "Saint Peter and Saint Paul", + "1954-06-29": "Saint Peter and Saint Paul's Day", "1954-08-15": "Assumption Day", "1954-09-18": "Independence Day", "1954-09-19": "Army Day", @@ -86,7 +86,7 @@ "1955-05-19": "Ascension Day", "1955-05-21": "Navy Day", "1955-06-09": "Corpus Christi", - "1955-06-29": "Saint Peter and Saint Paul", + "1955-06-29": "Saint Peter and Saint Paul's Day", "1955-08-15": "Assumption Day", "1955-09-18": "Independence Day", "1955-09-19": "Army Day", @@ -102,7 +102,7 @@ "1956-05-10": "Ascension Day", "1956-05-21": "Navy Day", "1956-05-31": "Corpus Christi", - "1956-06-29": "Saint Peter and Saint Paul", + "1956-06-29": "Saint Peter and Saint Paul's Day", "1956-08-15": "Assumption Day", "1956-09-18": "Independence Day", "1956-09-19": "Army Day", @@ -119,7 +119,7 @@ "1957-05-21": "Navy Day", "1957-05-30": "Ascension Day", "1957-06-20": "Corpus Christi", - "1957-06-29": "Saint Peter and Saint Paul", + "1957-06-29": "Saint Peter and Saint Paul's Day", "1957-06-30": "Bank Holiday", "1957-08-15": "Assumption Day", "1957-09-18": "Independence Day", @@ -137,7 +137,7 @@ "1958-05-15": "Ascension Day", "1958-05-21": "Navy Day", "1958-06-05": "Corpus Christi", - "1958-06-29": "Saint Peter and Saint Paul", + "1958-06-29": "Saint Peter and Saint Paul's Day", "1958-06-30": "Bank Holiday", "1958-08-15": "Assumption Day", "1958-09-18": "Independence Day", @@ -155,7 +155,7 @@ "1959-05-07": "Ascension Day", "1959-05-21": "Navy Day", "1959-05-28": "Corpus Christi", - "1959-06-29": "Saint Peter and Saint Paul", + "1959-06-29": "Saint Peter and Saint Paul's Day", "1959-06-30": "Bank Holiday", "1959-08-15": "Assumption Day", "1959-09-18": "Independence Day", @@ -173,7 +173,7 @@ "1960-05-21": "Navy Day", "1960-05-26": "Ascension Day", "1960-06-16": "Corpus Christi", - "1960-06-29": "Saint Peter and Saint Paul", + "1960-06-29": "Saint Peter and Saint Paul's Day", "1960-06-30": "Bank Holiday", "1960-08-15": "Assumption Day", "1960-09-18": "Independence Day", @@ -191,7 +191,7 @@ "1961-05-11": "Ascension Day", "1961-05-21": "Navy Day", "1961-06-01": "Corpus Christi", - "1961-06-29": "Saint Peter and Saint Paul", + "1961-06-29": "Saint Peter and Saint Paul's Day", "1961-06-30": "Bank Holiday", "1961-08-15": "Assumption Day", "1961-09-18": "Independence Day", @@ -209,7 +209,7 @@ "1962-05-21": "Navy Day", "1962-05-31": "Ascension Day", "1962-06-21": "Corpus Christi", - "1962-06-29": "Saint Peter and Saint Paul", + "1962-06-29": "Saint Peter and Saint Paul's Day", "1962-06-30": "Bank Holiday", "1962-08-15": "Assumption Day", "1962-09-18": "Independence Day", @@ -227,7 +227,7 @@ "1963-05-21": "Navy Day", "1963-05-23": "Ascension Day", "1963-06-13": "Corpus Christi", - "1963-06-29": "Saint Peter and Saint Paul", + "1963-06-29": "Saint Peter and Saint Paul's Day", "1963-06-30": "Bank Holiday", "1963-08-15": "Assumption Day", "1963-09-18": "Independence Day", @@ -245,7 +245,7 @@ "1964-05-07": "Ascension Day", "1964-05-21": "Navy Day", "1964-05-28": "Corpus Christi", - "1964-06-29": "Saint Peter and Saint Paul", + "1964-06-29": "Saint Peter and Saint Paul's Day", "1964-06-30": "Bank Holiday", "1964-08-15": "Assumption Day", "1964-09-18": "Independence Day", @@ -263,7 +263,7 @@ "1965-05-21": "Navy Day", "1965-05-27": "Ascension Day", "1965-06-17": "Corpus Christi", - "1965-06-29": "Saint Peter and Saint Paul", + "1965-06-29": "Saint Peter and Saint Paul's Day", "1965-06-30": "Bank Holiday", "1965-08-15": "Assumption Day", "1965-09-18": "Independence Day", @@ -281,7 +281,7 @@ "1966-05-19": "Ascension Day", "1966-05-21": "Navy Day", "1966-06-09": "Corpus Christi", - "1966-06-29": "Saint Peter and Saint Paul", + "1966-06-29": "Saint Peter and Saint Paul's Day", "1966-06-30": "Bank Holiday", "1966-08-15": "Assumption Day", "1966-09-18": "Independence Day", @@ -299,7 +299,7 @@ "1967-05-04": "Ascension Day", "1967-05-21": "Navy Day", "1967-05-25": "Corpus Christi", - "1967-06-29": "Saint Peter and Saint Paul", + "1967-06-29": "Saint Peter and Saint Paul's Day", "1967-06-30": "Bank Holiday", "1967-08-15": "Assumption Day", "1967-09-18": "Independence Day", @@ -579,7 +579,7 @@ "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-05-21": "Navy Day", - "1986-06-29": "Saint Peter and Saint Paul", + "1986-06-29": "Saint Peter and Saint Paul's Day", "1986-08-15": "Assumption Day", "1986-09-11": "Day of National Liberation", "1986-09-18": "Independence Day", @@ -596,7 +596,7 @@ "1987-05-01": "Labor Day", "1987-05-21": "Navy Day", "1987-06-18": "Corpus Christi", - "1987-06-29": "Saint Peter and Saint Paul", + "1987-06-29": "Saint Peter and Saint Paul's Day", "1987-08-15": "Assumption Day", "1987-09-11": "Day of National Liberation", "1987-09-18": "Independence Day", @@ -613,7 +613,7 @@ "1988-05-01": "Labor Day", "1988-05-21": "Navy Day", "1988-06-02": "Corpus Christi", - "1988-06-29": "Saint Peter and Saint Paul", + "1988-06-29": "Saint Peter and Saint Paul's Day", "1988-08-15": "Assumption Day", "1988-09-11": "Day of National Liberation", "1988-09-18": "Independence Day", @@ -630,7 +630,7 @@ "1989-05-01": "Labor Day", "1989-05-21": "Navy Day", "1989-05-25": "Corpus Christi", - "1989-06-29": "Saint Peter and Saint Paul", + "1989-06-29": "Saint Peter and Saint Paul's Day", "1989-08-15": "Assumption Day", "1989-09-11": "Day of National Liberation", "1989-09-18": "Independence Day", @@ -646,7 +646,7 @@ "1990-05-01": "Labor Day", "1990-05-21": "Navy Day", "1990-06-14": "Corpus Christi", - "1990-06-29": "Saint Peter and Saint Paul", + "1990-06-29": "Saint Peter and Saint Paul's Day", "1990-08-15": "Assumption Day", "1990-09-11": "Day of National Liberation", "1990-09-18": "Independence Day", @@ -662,7 +662,7 @@ "1991-05-01": "Labor Day", "1991-05-21": "Navy Day", "1991-05-30": "Corpus Christi", - "1991-06-29": "Saint Peter and Saint Paul", + "1991-06-29": "Saint Peter and Saint Paul's Day", "1991-08-15": "Assumption Day", "1991-09-11": "Day of National Liberation", "1991-09-18": "Independence Day", @@ -678,7 +678,7 @@ "1992-05-01": "Labor Day", "1992-05-21": "Navy Day", "1992-06-18": "Corpus Christi", - "1992-06-29": "Saint Peter and Saint Paul", + "1992-06-29": "Saint Peter and Saint Paul's Day", "1992-08-15": "Assumption Day", "1992-09-11": "Day of National Liberation", "1992-09-18": "Independence Day", @@ -694,7 +694,7 @@ "1993-05-01": "Labor Day", "1993-05-21": "Navy Day", "1993-06-10": "Corpus Christi", - "1993-06-29": "Saint Peter and Saint Paul", + "1993-06-29": "Saint Peter and Saint Paul's Day", "1993-08-15": "Assumption Day", "1993-09-11": "Day of National Liberation", "1993-09-18": "Independence Day", @@ -710,7 +710,7 @@ "1994-05-01": "Labor Day", "1994-05-21": "Navy Day", "1994-06-02": "Corpus Christi", - "1994-06-29": "Saint Peter and Saint Paul", + "1994-06-29": "Saint Peter and Saint Paul's Day", "1994-08-15": "Assumption Day", "1994-09-11": "Day of National Liberation", "1994-09-18": "Independence Day", @@ -726,7 +726,7 @@ "1995-05-01": "Labor Day", "1995-05-21": "Navy Day", "1995-06-15": "Corpus Christi", - "1995-06-29": "Saint Peter and Saint Paul", + "1995-06-29": "Saint Peter and Saint Paul's Day", "1995-08-15": "Assumption Day", "1995-09-11": "Day of National Liberation", "1995-09-18": "Independence Day", @@ -742,7 +742,7 @@ "1996-05-01": "Labor Day", "1996-05-21": "Navy Day", "1996-06-06": "Corpus Christi", - "1996-06-29": "Saint Peter and Saint Paul", + "1996-06-29": "Saint Peter and Saint Paul's Day", "1996-08-15": "Assumption Day", "1996-09-11": "Day of National Liberation", "1996-09-18": "Independence Day", @@ -758,7 +758,7 @@ "1997-05-01": "Labor Day", "1997-05-21": "Navy Day", "1997-05-29": "Corpus Christi", - "1997-06-29": "Saint Peter and Saint Paul", + "1997-06-29": "Saint Peter and Saint Paul's Day", "1997-08-15": "Assumption Day", "1997-09-11": "Day of National Liberation", "1997-09-18": "Independence Day", @@ -773,7 +773,7 @@ "1998-05-01": "Labor Day", "1998-05-21": "Navy Day", "1998-06-11": "Corpus Christi", - "1998-06-29": "Saint Peter and Saint Paul", + "1998-06-29": "Saint Peter and Saint Paul's Day", "1998-08-15": "Assumption Day", "1998-09-11": "Day of National Liberation", "1998-09-18": "Independence Day", @@ -789,7 +789,7 @@ "1999-05-01": "Labor Day", "1999-05-21": "Navy Day", "1999-06-03": "Corpus Christi", - "1999-06-29": "Saint Peter and Saint Paul", + "1999-06-29": "Saint Peter and Saint Paul's Day", "1999-08-15": "Assumption Day", "1999-09-06": "Day of National Unity", "1999-09-18": "Independence Day", @@ -805,7 +805,7 @@ "2000-05-01": "Labor Day", "2000-05-21": "Navy Day", "2000-06-19": "Corpus Christi", - "2000-06-26": "Saint Peter and Saint Paul", + "2000-06-26": "Saint Peter and Saint Paul's Day", "2000-08-15": "Assumption Day", "2000-09-04": "Day of National Unity", "2000-09-18": "Independence Day", @@ -821,7 +821,7 @@ "2001-05-01": "Labor Day", "2001-05-21": "Navy Day", "2001-06-11": "Corpus Christi", - "2001-07-02": "Saint Peter and Saint Paul", + "2001-07-02": "Saint Peter and Saint Paul's Day", "2001-08-15": "Assumption Day", "2001-09-03": "Day of National Unity", "2001-09-18": "Independence Day", @@ -837,7 +837,7 @@ "2002-05-01": "Labor Day", "2002-05-21": "Navy Day", "2002-05-27": "Corpus Christi", - "2002-06-29": "Saint Peter and Saint Paul", + "2002-06-29": "Saint Peter and Saint Paul's Day", "2002-08-15": "Assumption Day", "2002-09-18": "Independence Day", "2002-09-19": "Army Day", @@ -852,7 +852,7 @@ "2003-05-01": "Labor Day", "2003-05-21": "Navy Day", "2003-06-16": "Corpus Christi", - "2003-06-29": "Saint Peter and Saint Paul", + "2003-06-29": "Saint Peter and Saint Paul's Day", "2003-08-15": "Assumption Day", "2003-09-18": "Independence Day", "2003-09-19": "Army Day", @@ -867,7 +867,7 @@ "2004-05-01": "Labor Day", "2004-05-21": "Navy Day", "2004-06-07": "Corpus Christi", - "2004-06-28": "Saint Peter and Saint Paul", + "2004-06-28": "Saint Peter and Saint Paul's Day", "2004-08-15": "Assumption Day", "2004-09-18": "Independence Day", "2004-09-19": "Army Day", @@ -882,7 +882,7 @@ "2005-05-01": "Labor Day", "2005-05-21": "Navy Day", "2005-05-23": "Corpus Christi", - "2005-06-27": "Saint Peter and Saint Paul", + "2005-06-27": "Saint Peter and Saint Paul's Day", "2005-08-15": "Assumption Day", "2005-09-18": "Independence Day", "2005-09-19": "Army Day", @@ -897,7 +897,7 @@ "2006-05-01": "Labor Day", "2006-05-21": "Navy Day", "2006-06-12": "Corpus Christi", - "2006-06-26": "Saint Peter and Saint Paul", + "2006-06-26": "Saint Peter and Saint Paul's Day", "2006-08-15": "Assumption Day", "2006-09-18": "Independence Day", "2006-09-19": "Army Day", @@ -911,7 +911,7 @@ "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-05-21": "Navy Day", - "2007-07-02": "Saint Peter and Saint Paul", + "2007-07-02": "Saint Peter and Saint Paul's Day", "2007-07-16": "Our Lady of Mount Carmel", "2007-08-15": "Assumption Day", "2007-09-17": "National Holiday", @@ -927,7 +927,7 @@ "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-05-21": "Navy Day", - "2008-06-29": "Saint Peter and Saint Paul", + "2008-06-29": "Saint Peter and Saint Paul's Day", "2008-07-16": "Our Lady of Mount Carmel", "2008-08-15": "Assumption Day", "2008-09-18": "Independence Day", @@ -943,7 +943,7 @@ "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-05-21": "Navy Day", - "2009-06-29": "Saint Peter and Saint Paul", + "2009-06-29": "Saint Peter and Saint Paul's Day", "2009-07-16": "Our Lady of Mount Carmel", "2009-08-15": "Assumption Day", "2009-09-18": "Independence Day", @@ -959,7 +959,7 @@ "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-05-21": "Navy Day", - "2010-06-28": "Saint Peter and Saint Paul", + "2010-06-28": "Saint Peter and Saint Paul's Day", "2010-07-16": "Our Lady of Mount Carmel", "2010-08-15": "Assumption Day", "2010-09-18": "Independence Day", @@ -975,7 +975,7 @@ "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-05-21": "Navy Day", - "2011-06-27": "Saint Peter and Saint Paul", + "2011-06-27": "Saint Peter and Saint Paul's Day", "2011-07-16": "Our Lady of Mount Carmel", "2011-08-15": "Assumption Day", "2011-09-18": "Independence Day", @@ -991,7 +991,7 @@ "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-05-21": "Navy Day", - "2012-07-02": "Saint Peter and Saint Paul", + "2012-07-02": "Saint Peter and Saint Paul's Day", "2012-07-16": "Our Lady of Mount Carmel", "2012-08-15": "Assumption Day", "2012-09-17": "National Holiday", @@ -1009,7 +1009,7 @@ "2013-05-01": "Labor Day", "2013-05-21": "Navy Day", "2013-06-07": "Assault and Capture of Cape Arica", - "2013-06-29": "Saint Peter and Saint Paul", + "2013-06-29": "Saint Peter and Saint Paul's Day", "2013-07-16": "Our Lady of Mount Carmel", "2013-08-15": "Assumption Day", "2013-09-18": "Independence Day", @@ -1027,7 +1027,7 @@ "2014-05-01": "Labor Day", "2014-05-21": "Navy Day", "2014-06-07": "Assault and Capture of Cape Arica", - "2014-06-29": "Saint Peter and Saint Paul", + "2014-06-29": "Saint Peter and Saint Paul's Day", "2014-07-16": "Our Lady of Mount Carmel", "2014-08-15": "Assumption Day", "2014-09-18": "Independence Day", @@ -1044,7 +1044,7 @@ "2015-05-01": "Labor Day", "2015-05-21": "Navy Day", "2015-06-07": "Assault and Capture of Cape Arica", - "2015-06-29": "Saint Peter and Saint Paul", + "2015-06-29": "Saint Peter and Saint Paul's Day", "2015-07-16": "Our Lady of Mount Carmel", "2015-08-15": "Assumption Day", "2015-09-18": "Independence Day", @@ -1061,7 +1061,7 @@ "2016-05-01": "Labor Day", "2016-05-21": "Navy Day", "2016-06-07": "Assault and Capture of Cape Arica", - "2016-06-27": "Saint Peter and Saint Paul", + "2016-06-27": "Saint Peter and Saint Paul's Day", "2016-07-16": "Our Lady of Mount Carmel", "2016-08-15": "Assumption Day", "2016-09-18": "Independence Day", @@ -1079,7 +1079,7 @@ "2017-05-01": "Labor Day", "2017-05-21": "Navy Day", "2017-06-07": "Assault and Capture of Cape Arica", - "2017-06-26": "Saint Peter and Saint Paul", + "2017-06-26": "Saint Peter and Saint Paul's Day", "2017-07-16": "Our Lady of Mount Carmel", "2017-08-15": "Assumption Day", "2017-09-18": "Independence Day", @@ -1096,7 +1096,7 @@ "2018-05-01": "Labor Day", "2018-05-21": "Navy Day", "2018-06-07": "Assault and Capture of Cape Arica", - "2018-07-02": "Saint Peter and Saint Paul", + "2018-07-02": "Saint Peter and Saint Paul's Day", "2018-07-16": "Our Lady of Mount Carmel", "2018-08-15": "Assumption Day", "2018-09-17": "National Holiday", @@ -1114,7 +1114,7 @@ "2019-05-01": "Labor Day", "2019-05-21": "Navy Day", "2019-06-07": "Assault and Capture of Cape Arica", - "2019-06-29": "Saint Peter and Saint Paul", + "2019-06-29": "Saint Peter and Saint Paul's Day", "2019-07-16": "Our Lady of Mount Carmel", "2019-08-15": "Assumption Day", "2019-09-18": "Independence Day", @@ -1132,7 +1132,7 @@ "2020-05-01": "Labor Day", "2020-05-21": "Navy Day", "2020-06-07": "Assault and Capture of Cape Arica", - "2020-06-29": "Saint Peter and Saint Paul", + "2020-06-29": "Saint Peter and Saint Paul's Day", "2020-07-16": "Our Lady of Mount Carmel", "2020-08-15": "Assumption Day", "2020-09-18": "Independence Day", @@ -1150,7 +1150,7 @@ "2021-05-21": "Navy Day", "2021-06-07": "Assault and Capture of Cape Arica", "2021-06-21": "National Day of Indigenous Peoples", - "2021-06-28": "Saint Peter and Saint Paul", + "2021-06-28": "Saint Peter and Saint Paul's Day", "2021-07-16": "Our Lady of Mount Carmel", "2021-08-15": "Assumption Day", "2021-09-17": "National Holiday", @@ -1169,7 +1169,7 @@ "2022-05-21": "Navy Day", "2022-06-07": "Assault and Capture of Cape Arica", "2022-06-21": "National Day of Indigenous Peoples", - "2022-06-27": "Saint Peter and Saint Paul", + "2022-06-27": "Saint Peter and Saint Paul's Day", "2022-07-16": "Our Lady of Mount Carmel", "2022-08-15": "Assumption Day", "2022-09-16": "National Holiday", @@ -1189,7 +1189,7 @@ "2023-05-21": "Navy Day", "2023-06-07": "Assault and Capture of Cape Arica", "2023-06-21": "National Day of Indigenous Peoples", - "2023-06-26": "Saint Peter and Saint Paul", + "2023-06-26": "Saint Peter and Saint Paul's Day", "2023-07-16": "Our Lady of Mount Carmel", "2023-08-15": "Assumption Day", "2023-09-18": "Independence Day", @@ -1207,7 +1207,7 @@ "2024-05-21": "Navy Day", "2024-06-07": "Assault and Capture of Cape Arica", "2024-06-20": "National Day of Indigenous Peoples", - "2024-06-29": "Saint Peter and Saint Paul", + "2024-06-29": "Saint Peter and Saint Paul's Day", "2024-07-16": "Our Lady of Mount Carmel", "2024-08-15": "Assumption Day", "2024-09-18": "Independence Day", @@ -1226,7 +1226,7 @@ "2025-05-21": "Navy Day", "2025-06-07": "Assault and Capture of Cape Arica", "2025-06-20": "National Day of Indigenous Peoples", - "2025-06-29": "Saint Peter and Saint Paul", + "2025-06-29": "Saint Peter and Saint Paul's Day", "2025-07-16": "Our Lady of Mount Carmel", "2025-08-15": "Assumption Day", "2025-09-18": "Independence Day", @@ -1244,7 +1244,7 @@ "2026-05-21": "Navy Day", "2026-06-07": "Assault and Capture of Cape Arica", "2026-06-21": "National Day of Indigenous Peoples", - "2026-06-29": "Saint Peter and Saint Paul", + "2026-06-29": "Saint Peter and Saint Paul's Day", "2026-07-16": "Our Lady of Mount Carmel", "2026-08-15": "Assumption Day", "2026-09-18": "Independence Day", @@ -1262,7 +1262,7 @@ "2027-05-21": "Navy Day", "2027-06-07": "Assault and Capture of Cape Arica", "2027-06-21": "National Day of Indigenous Peoples", - "2027-06-28": "Saint Peter and Saint Paul", + "2027-06-28": "Saint Peter and Saint Paul's Day", "2027-07-16": "Our Lady of Mount Carmel", "2027-08-15": "Assumption Day", "2027-09-17": "National Holiday", @@ -1281,7 +1281,7 @@ "2028-05-21": "Navy Day", "2028-06-07": "Assault and Capture of Cape Arica", "2028-06-20": "National Day of Indigenous Peoples", - "2028-06-26": "Saint Peter and Saint Paul", + "2028-06-26": "Saint Peter and Saint Paul's Day", "2028-07-16": "Our Lady of Mount Carmel", "2028-08-15": "Assumption Day", "2028-09-18": "Independence Day", @@ -1299,7 +1299,7 @@ "2029-05-21": "Navy Day", "2029-06-07": "Assault and Capture of Cape Arica", "2029-06-20": "National Day of Indigenous Peoples", - "2029-07-02": "Saint Peter and Saint Paul", + "2029-07-02": "Saint Peter and Saint Paul's Day", "2029-07-16": "Our Lady of Mount Carmel", "2029-08-15": "Assumption Day", "2029-09-17": "National Holiday", @@ -1318,7 +1318,7 @@ "2030-05-21": "Navy Day", "2030-06-07": "Assault and Capture of Cape Arica", "2030-06-21": "National Day of Indigenous Peoples", - "2030-06-29": "Saint Peter and Saint Paul", + "2030-06-29": "Saint Peter and Saint Paul's Day", "2030-07-16": "Our Lady of Mount Carmel", "2030-08-15": "Assumption Day", "2030-09-18": "Independence Day", @@ -1337,7 +1337,7 @@ "2031-05-21": "Navy Day", "2031-06-07": "Assault and Capture of Cape Arica", "2031-06-21": "National Day of Indigenous Peoples", - "2031-06-29": "Saint Peter and Saint Paul", + "2031-06-29": "Saint Peter and Saint Paul's Day", "2031-07-16": "Our Lady of Mount Carmel", "2031-08-15": "Assumption Day", "2031-09-18": "Independence Day", @@ -1355,7 +1355,7 @@ "2032-05-21": "Navy Day", "2032-06-07": "Assault and Capture of Cape Arica", "2032-06-20": "National Day of Indigenous Peoples", - "2032-06-28": "Saint Peter and Saint Paul", + "2032-06-28": "Saint Peter and Saint Paul's Day", "2032-07-16": "Our Lady of Mount Carmel", "2032-08-15": "Assumption Day", "2032-09-17": "National Holiday", @@ -1374,7 +1374,7 @@ "2033-05-21": "Navy Day", "2033-06-07": "Assault and Capture of Cape Arica", "2033-06-20": "National Day of Indigenous Peoples", - "2033-06-27": "Saint Peter and Saint Paul", + "2033-06-27": "Saint Peter and Saint Paul's Day", "2033-07-16": "Our Lady of Mount Carmel", "2033-08-15": "Assumption Day", "2033-09-18": "Independence Day", @@ -1393,7 +1393,7 @@ "2034-05-21": "Navy Day", "2034-06-07": "Assault and Capture of Cape Arica", "2034-06-21": "National Day of Indigenous Peoples", - "2034-06-26": "Saint Peter and Saint Paul", + "2034-06-26": "Saint Peter and Saint Paul's Day", "2034-07-16": "Our Lady of Mount Carmel", "2034-08-15": "Assumption Day", "2034-09-18": "Independence Day", @@ -1411,7 +1411,7 @@ "2035-05-21": "Navy Day", "2035-06-07": "Assault and Capture of Cape Arica", "2035-06-21": "National Day of Indigenous Peoples", - "2035-07-02": "Saint Peter and Saint Paul", + "2035-07-02": "Saint Peter and Saint Paul's Day", "2035-07-16": "Our Lady of Mount Carmel", "2035-08-15": "Assumption Day", "2035-09-17": "National Holiday", @@ -1430,7 +1430,7 @@ "2036-05-21": "Navy Day", "2036-06-07": "Assault and Capture of Cape Arica", "2036-06-20": "National Day of Indigenous Peoples", - "2036-06-29": "Saint Peter and Saint Paul", + "2036-06-29": "Saint Peter and Saint Paul's Day", "2036-07-16": "Our Lady of Mount Carmel", "2036-08-15": "Assumption Day", "2036-09-18": "Independence Day", @@ -1448,7 +1448,7 @@ "2037-05-21": "Navy Day", "2037-06-07": "Assault and Capture of Cape Arica", "2037-06-20": "National Day of Indigenous Peoples", - "2037-06-29": "Saint Peter and Saint Paul", + "2037-06-29": "Saint Peter and Saint Paul's Day", "2037-07-16": "Our Lady of Mount Carmel", "2037-08-15": "Assumption Day", "2037-09-18": "Independence Day", @@ -1466,7 +1466,7 @@ "2038-05-21": "Navy Day", "2038-06-07": "Assault and Capture of Cape Arica", "2038-06-21": "National Day of Indigenous Peoples", - "2038-06-28": "Saint Peter and Saint Paul", + "2038-06-28": "Saint Peter and Saint Paul's Day", "2038-07-16": "Our Lady of Mount Carmel", "2038-08-15": "Assumption Day", "2038-09-17": "National Holiday", @@ -1485,7 +1485,7 @@ "2039-05-21": "Navy Day", "2039-06-07": "Assault and Capture of Cape Arica", "2039-06-21": "National Day of Indigenous Peoples", - "2039-06-27": "Saint Peter and Saint Paul", + "2039-06-27": "Saint Peter and Saint Paul's Day", "2039-07-16": "Our Lady of Mount Carmel", "2039-08-15": "Assumption Day", "2039-09-18": "Independence Day", @@ -1504,7 +1504,7 @@ "2040-05-21": "Navy Day", "2040-06-07": "Assault and Capture of Cape Arica", "2040-06-20": "National Day of Indigenous Peoples", - "2040-07-02": "Saint Peter and Saint Paul", + "2040-07-02": "Saint Peter and Saint Paul's Day", "2040-07-16": "Our Lady of Mount Carmel", "2040-08-15": "Assumption Day", "2040-09-17": "National Holiday", @@ -1523,7 +1523,7 @@ "2041-05-21": "Navy Day", "2041-06-07": "Assault and Capture of Cape Arica", "2041-06-20": "National Day of Indigenous Peoples", - "2041-06-29": "Saint Peter and Saint Paul", + "2041-06-29": "Saint Peter and Saint Paul's Day", "2041-07-16": "Our Lady of Mount Carmel", "2041-08-15": "Assumption Day", "2041-09-18": "Independence Day", @@ -1542,7 +1542,7 @@ "2042-05-21": "Navy Day", "2042-06-07": "Assault and Capture of Cape Arica", "2042-06-21": "National Day of Indigenous Peoples", - "2042-06-29": "Saint Peter and Saint Paul", + "2042-06-29": "Saint Peter and Saint Paul's Day", "2042-07-16": "Our Lady of Mount Carmel", "2042-08-15": "Assumption Day", "2042-09-18": "Independence Day", @@ -1560,7 +1560,7 @@ "2043-05-21": "Navy Day", "2043-06-07": "Assault and Capture of Cape Arica", "2043-06-21": "National Day of Indigenous Peoples", - "2043-06-29": "Saint Peter and Saint Paul", + "2043-06-29": "Saint Peter and Saint Paul's Day", "2043-07-16": "Our Lady of Mount Carmel", "2043-08-15": "Assumption Day", "2043-09-18": "Independence Day", @@ -1578,7 +1578,7 @@ "2044-05-21": "Navy Day", "2044-06-07": "Assault and Capture of Cape Arica", "2044-06-20": "National Day of Indigenous Peoples", - "2044-06-27": "Saint Peter and Saint Paul", + "2044-06-27": "Saint Peter and Saint Paul's Day", "2044-07-16": "Our Lady of Mount Carmel", "2044-08-15": "Assumption Day", "2044-09-18": "Independence Day", @@ -1597,7 +1597,7 @@ "2045-05-21": "Navy Day", "2045-06-07": "Assault and Capture of Cape Arica", "2045-06-20": "National Day of Indigenous Peoples", - "2045-06-26": "Saint Peter and Saint Paul", + "2045-06-26": "Saint Peter and Saint Paul's Day", "2045-07-16": "Our Lady of Mount Carmel", "2045-08-15": "Assumption Day", "2045-09-18": "Independence Day", @@ -1615,7 +1615,7 @@ "2046-05-21": "Navy Day", "2046-06-07": "Assault and Capture of Cape Arica", "2046-06-21": "National Day of Indigenous Peoples", - "2046-07-02": "Saint Peter and Saint Paul", + "2046-07-02": "Saint Peter and Saint Paul's Day", "2046-07-16": "Our Lady of Mount Carmel", "2046-08-15": "Assumption Day", "2046-09-17": "National Holiday", @@ -1634,7 +1634,7 @@ "2047-05-21": "Navy Day", "2047-06-07": "Assault and Capture of Cape Arica", "2047-06-21": "National Day of Indigenous Peoples", - "2047-06-29": "Saint Peter and Saint Paul", + "2047-06-29": "Saint Peter and Saint Paul's Day", "2047-07-16": "Our Lady of Mount Carmel", "2047-08-15": "Assumption Day", "2047-09-18": "Independence Day", @@ -1653,7 +1653,7 @@ "2048-05-21": "Navy Day", "2048-06-07": "Assault and Capture of Cape Arica", "2048-06-20": "National Day of Indigenous Peoples", - "2048-06-29": "Saint Peter and Saint Paul", + "2048-06-29": "Saint Peter and Saint Paul's Day", "2048-07-16": "Our Lady of Mount Carmel", "2048-08-15": "Assumption Day", "2048-09-18": "Independence Day", @@ -1671,7 +1671,7 @@ "2049-05-21": "Navy Day", "2049-06-07": "Assault and Capture of Cape Arica", "2049-06-20": "National Day of Indigenous Peoples", - "2049-06-28": "Saint Peter and Saint Paul", + "2049-06-28": "Saint Peter and Saint Paul's Day", "2049-07-16": "Our Lady of Mount Carmel", "2049-08-15": "Assumption Day", "2049-09-17": "National Holiday", @@ -1690,7 +1690,7 @@ "2050-05-21": "Navy Day", "2050-06-07": "Assault and Capture of Cape Arica", "2050-06-20": "National Day of Indigenous Peoples", - "2050-06-27": "Saint Peter and Saint Paul", + "2050-06-27": "Saint Peter and Saint Paul's Day", "2050-07-16": "Our Lady of Mount Carmel", "2050-08-15": "Assumption Day", "2050-09-18": "Independence Day", diff --git a/snapshots/countries/CL_AR.json b/snapshots/countries/CL_AR.json index a970a01b0..61e6101f0 100644 --- a/snapshots/countries/CL_AR.json +++ b/snapshots/countries/CL_AR.json @@ -6,7 +6,7 @@ "1950-05-18": "Ascension Day", "1950-05-21": "Navy Day", "1950-06-08": "Corpus Christi", - "1950-06-29": "Saint Peter and Saint Paul", + "1950-06-29": "Saint Peter and Saint Paul's Day", "1950-08-15": "Assumption Day", "1950-09-18": "Independence Day", "1950-09-19": "Army Day", @@ -22,7 +22,7 @@ "1951-05-03": "Ascension Day", "1951-05-21": "Navy Day", "1951-05-24": "Corpus Christi", - "1951-06-29": "Saint Peter and Saint Paul", + "1951-06-29": "Saint Peter and Saint Paul's Day", "1951-08-15": "Assumption Day", "1951-09-18": "Independence Day", "1951-09-19": "Army Day", @@ -38,7 +38,7 @@ "1952-05-21": "Navy Day", "1952-05-22": "Ascension Day", "1952-06-12": "Corpus Christi", - "1952-06-29": "Saint Peter and Saint Paul", + "1952-06-29": "Saint Peter and Saint Paul's Day", "1952-08-15": "Assumption Day", "1952-09-18": "Independence Day", "1952-09-19": "Army Day", @@ -54,7 +54,7 @@ "1953-05-14": "Ascension Day", "1953-05-21": "Navy Day", "1953-06-04": "Corpus Christi", - "1953-06-29": "Saint Peter and Saint Paul", + "1953-06-29": "Saint Peter and Saint Paul's Day", "1953-08-15": "Assumption Day", "1953-09-18": "Independence Day", "1953-09-19": "Army Day", @@ -70,7 +70,7 @@ "1954-05-21": "Navy Day", "1954-05-27": "Ascension Day", "1954-06-17": "Corpus Christi", - "1954-06-29": "Saint Peter and Saint Paul", + "1954-06-29": "Saint Peter and Saint Paul's Day", "1954-08-15": "Assumption Day", "1954-09-18": "Independence Day", "1954-09-19": "Army Day", @@ -86,7 +86,7 @@ "1955-05-19": "Ascension Day", "1955-05-21": "Navy Day", "1955-06-09": "Corpus Christi", - "1955-06-29": "Saint Peter and Saint Paul", + "1955-06-29": "Saint Peter and Saint Paul's Day", "1955-08-15": "Assumption Day", "1955-09-18": "Independence Day", "1955-09-19": "Army Day", @@ -102,7 +102,7 @@ "1956-05-10": "Ascension Day", "1956-05-21": "Navy Day", "1956-05-31": "Corpus Christi", - "1956-06-29": "Saint Peter and Saint Paul", + "1956-06-29": "Saint Peter and Saint Paul's Day", "1956-08-15": "Assumption Day", "1956-09-18": "Independence Day", "1956-09-19": "Army Day", @@ -119,7 +119,7 @@ "1957-05-21": "Navy Day", "1957-05-30": "Ascension Day", "1957-06-20": "Corpus Christi", - "1957-06-29": "Saint Peter and Saint Paul", + "1957-06-29": "Saint Peter and Saint Paul's Day", "1957-06-30": "Bank Holiday", "1957-08-15": "Assumption Day", "1957-09-18": "Independence Day", @@ -137,7 +137,7 @@ "1958-05-15": "Ascension Day", "1958-05-21": "Navy Day", "1958-06-05": "Corpus Christi", - "1958-06-29": "Saint Peter and Saint Paul", + "1958-06-29": "Saint Peter and Saint Paul's Day", "1958-06-30": "Bank Holiday", "1958-08-15": "Assumption Day", "1958-09-18": "Independence Day", @@ -155,7 +155,7 @@ "1959-05-07": "Ascension Day", "1959-05-21": "Navy Day", "1959-05-28": "Corpus Christi", - "1959-06-29": "Saint Peter and Saint Paul", + "1959-06-29": "Saint Peter and Saint Paul's Day", "1959-06-30": "Bank Holiday", "1959-08-15": "Assumption Day", "1959-09-18": "Independence Day", @@ -173,7 +173,7 @@ "1960-05-21": "Navy Day", "1960-05-26": "Ascension Day", "1960-06-16": "Corpus Christi", - "1960-06-29": "Saint Peter and Saint Paul", + "1960-06-29": "Saint Peter and Saint Paul's Day", "1960-06-30": "Bank Holiday", "1960-08-15": "Assumption Day", "1960-09-18": "Independence Day", @@ -191,7 +191,7 @@ "1961-05-11": "Ascension Day", "1961-05-21": "Navy Day", "1961-06-01": "Corpus Christi", - "1961-06-29": "Saint Peter and Saint Paul", + "1961-06-29": "Saint Peter and Saint Paul's Day", "1961-06-30": "Bank Holiday", "1961-08-15": "Assumption Day", "1961-09-18": "Independence Day", @@ -209,7 +209,7 @@ "1962-05-21": "Navy Day", "1962-05-31": "Ascension Day", "1962-06-21": "Corpus Christi", - "1962-06-29": "Saint Peter and Saint Paul", + "1962-06-29": "Saint Peter and Saint Paul's Day", "1962-06-30": "Bank Holiday", "1962-08-15": "Assumption Day", "1962-09-18": "Independence Day", @@ -227,7 +227,7 @@ "1963-05-21": "Navy Day", "1963-05-23": "Ascension Day", "1963-06-13": "Corpus Christi", - "1963-06-29": "Saint Peter and Saint Paul", + "1963-06-29": "Saint Peter and Saint Paul's Day", "1963-06-30": "Bank Holiday", "1963-08-15": "Assumption Day", "1963-09-18": "Independence Day", @@ -245,7 +245,7 @@ "1964-05-07": "Ascension Day", "1964-05-21": "Navy Day", "1964-05-28": "Corpus Christi", - "1964-06-29": "Saint Peter and Saint Paul", + "1964-06-29": "Saint Peter and Saint Paul's Day", "1964-06-30": "Bank Holiday", "1964-08-15": "Assumption Day", "1964-09-18": "Independence Day", @@ -263,7 +263,7 @@ "1965-05-21": "Navy Day", "1965-05-27": "Ascension Day", "1965-06-17": "Corpus Christi", - "1965-06-29": "Saint Peter and Saint Paul", + "1965-06-29": "Saint Peter and Saint Paul's Day", "1965-06-30": "Bank Holiday", "1965-08-15": "Assumption Day", "1965-09-18": "Independence Day", @@ -281,7 +281,7 @@ "1966-05-19": "Ascension Day", "1966-05-21": "Navy Day", "1966-06-09": "Corpus Christi", - "1966-06-29": "Saint Peter and Saint Paul", + "1966-06-29": "Saint Peter and Saint Paul's Day", "1966-06-30": "Bank Holiday", "1966-08-15": "Assumption Day", "1966-09-18": "Independence Day", @@ -299,7 +299,7 @@ "1967-05-04": "Ascension Day", "1967-05-21": "Navy Day", "1967-05-25": "Corpus Christi", - "1967-06-29": "Saint Peter and Saint Paul", + "1967-06-29": "Saint Peter and Saint Paul's Day", "1967-06-30": "Bank Holiday", "1967-08-15": "Assumption Day", "1967-09-18": "Independence Day", @@ -579,7 +579,7 @@ "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-05-21": "Navy Day", - "1986-06-29": "Saint Peter and Saint Paul", + "1986-06-29": "Saint Peter and Saint Paul's Day", "1986-08-15": "Assumption Day", "1986-09-11": "Day of National Liberation", "1986-09-18": "Independence Day", @@ -596,7 +596,7 @@ "1987-05-01": "Labor Day", "1987-05-21": "Navy Day", "1987-06-18": "Corpus Christi", - "1987-06-29": "Saint Peter and Saint Paul", + "1987-06-29": "Saint Peter and Saint Paul's Day", "1987-08-15": "Assumption Day", "1987-09-11": "Day of National Liberation", "1987-09-18": "Independence Day", @@ -613,7 +613,7 @@ "1988-05-01": "Labor Day", "1988-05-21": "Navy Day", "1988-06-02": "Corpus Christi", - "1988-06-29": "Saint Peter and Saint Paul", + "1988-06-29": "Saint Peter and Saint Paul's Day", "1988-08-15": "Assumption Day", "1988-09-11": "Day of National Liberation", "1988-09-18": "Independence Day", @@ -630,7 +630,7 @@ "1989-05-01": "Labor Day", "1989-05-21": "Navy Day", "1989-05-25": "Corpus Christi", - "1989-06-29": "Saint Peter and Saint Paul", + "1989-06-29": "Saint Peter and Saint Paul's Day", "1989-08-15": "Assumption Day", "1989-09-11": "Day of National Liberation", "1989-09-18": "Independence Day", @@ -646,7 +646,7 @@ "1990-05-01": "Labor Day", "1990-05-21": "Navy Day", "1990-06-14": "Corpus Christi", - "1990-06-29": "Saint Peter and Saint Paul", + "1990-06-29": "Saint Peter and Saint Paul's Day", "1990-08-15": "Assumption Day", "1990-09-11": "Day of National Liberation", "1990-09-18": "Independence Day", @@ -662,7 +662,7 @@ "1991-05-01": "Labor Day", "1991-05-21": "Navy Day", "1991-05-30": "Corpus Christi", - "1991-06-29": "Saint Peter and Saint Paul", + "1991-06-29": "Saint Peter and Saint Paul's Day", "1991-08-15": "Assumption Day", "1991-09-11": "Day of National Liberation", "1991-09-18": "Independence Day", @@ -678,7 +678,7 @@ "1992-05-01": "Labor Day", "1992-05-21": "Navy Day", "1992-06-18": "Corpus Christi", - "1992-06-29": "Saint Peter and Saint Paul", + "1992-06-29": "Saint Peter and Saint Paul's Day", "1992-08-15": "Assumption Day", "1992-09-11": "Day of National Liberation", "1992-09-18": "Independence Day", @@ -694,7 +694,7 @@ "1993-05-01": "Labor Day", "1993-05-21": "Navy Day", "1993-06-10": "Corpus Christi", - "1993-06-29": "Saint Peter and Saint Paul", + "1993-06-29": "Saint Peter and Saint Paul's Day", "1993-08-15": "Assumption Day", "1993-09-11": "Day of National Liberation", "1993-09-18": "Independence Day", @@ -710,7 +710,7 @@ "1994-05-01": "Labor Day", "1994-05-21": "Navy Day", "1994-06-02": "Corpus Christi", - "1994-06-29": "Saint Peter and Saint Paul", + "1994-06-29": "Saint Peter and Saint Paul's Day", "1994-08-15": "Assumption Day", "1994-09-11": "Day of National Liberation", "1994-09-18": "Independence Day", @@ -726,7 +726,7 @@ "1995-05-01": "Labor Day", "1995-05-21": "Navy Day", "1995-06-15": "Corpus Christi", - "1995-06-29": "Saint Peter and Saint Paul", + "1995-06-29": "Saint Peter and Saint Paul's Day", "1995-08-15": "Assumption Day", "1995-09-11": "Day of National Liberation", "1995-09-18": "Independence Day", @@ -742,7 +742,7 @@ "1996-05-01": "Labor Day", "1996-05-21": "Navy Day", "1996-06-06": "Corpus Christi", - "1996-06-29": "Saint Peter and Saint Paul", + "1996-06-29": "Saint Peter and Saint Paul's Day", "1996-08-15": "Assumption Day", "1996-09-11": "Day of National Liberation", "1996-09-18": "Independence Day", @@ -758,7 +758,7 @@ "1997-05-01": "Labor Day", "1997-05-21": "Navy Day", "1997-05-29": "Corpus Christi", - "1997-06-29": "Saint Peter and Saint Paul", + "1997-06-29": "Saint Peter and Saint Paul's Day", "1997-08-15": "Assumption Day", "1997-09-11": "Day of National Liberation", "1997-09-18": "Independence Day", @@ -773,7 +773,7 @@ "1998-05-01": "Labor Day", "1998-05-21": "Navy Day", "1998-06-11": "Corpus Christi", - "1998-06-29": "Saint Peter and Saint Paul", + "1998-06-29": "Saint Peter and Saint Paul's Day", "1998-08-15": "Assumption Day", "1998-09-11": "Day of National Liberation", "1998-09-18": "Independence Day", @@ -789,7 +789,7 @@ "1999-05-01": "Labor Day", "1999-05-21": "Navy Day", "1999-06-03": "Corpus Christi", - "1999-06-29": "Saint Peter and Saint Paul", + "1999-06-29": "Saint Peter and Saint Paul's Day", "1999-08-15": "Assumption Day", "1999-09-06": "Day of National Unity", "1999-09-18": "Independence Day", @@ -805,7 +805,7 @@ "2000-05-01": "Labor Day", "2000-05-21": "Navy Day", "2000-06-19": "Corpus Christi", - "2000-06-26": "Saint Peter and Saint Paul", + "2000-06-26": "Saint Peter and Saint Paul's Day", "2000-08-15": "Assumption Day", "2000-09-04": "Day of National Unity", "2000-09-18": "Independence Day", @@ -821,7 +821,7 @@ "2001-05-01": "Labor Day", "2001-05-21": "Navy Day", "2001-06-11": "Corpus Christi", - "2001-07-02": "Saint Peter and Saint Paul", + "2001-07-02": "Saint Peter and Saint Paul's Day", "2001-08-15": "Assumption Day", "2001-09-03": "Day of National Unity", "2001-09-18": "Independence Day", @@ -837,7 +837,7 @@ "2002-05-01": "Labor Day", "2002-05-21": "Navy Day", "2002-05-27": "Corpus Christi", - "2002-06-29": "Saint Peter and Saint Paul", + "2002-06-29": "Saint Peter and Saint Paul's Day", "2002-08-15": "Assumption Day", "2002-09-18": "Independence Day", "2002-09-19": "Army Day", @@ -852,7 +852,7 @@ "2003-05-01": "Labor Day", "2003-05-21": "Navy Day", "2003-06-16": "Corpus Christi", - "2003-06-29": "Saint Peter and Saint Paul", + "2003-06-29": "Saint Peter and Saint Paul's Day", "2003-08-15": "Assumption Day", "2003-09-18": "Independence Day", "2003-09-19": "Army Day", @@ -867,7 +867,7 @@ "2004-05-01": "Labor Day", "2004-05-21": "Navy Day", "2004-06-07": "Corpus Christi", - "2004-06-28": "Saint Peter and Saint Paul", + "2004-06-28": "Saint Peter and Saint Paul's Day", "2004-08-15": "Assumption Day", "2004-09-18": "Independence Day", "2004-09-19": "Army Day", @@ -882,7 +882,7 @@ "2005-05-01": "Labor Day", "2005-05-21": "Navy Day", "2005-05-23": "Corpus Christi", - "2005-06-27": "Saint Peter and Saint Paul", + "2005-06-27": "Saint Peter and Saint Paul's Day", "2005-08-15": "Assumption Day", "2005-09-18": "Independence Day", "2005-09-19": "Army Day", @@ -897,7 +897,7 @@ "2006-05-01": "Labor Day", "2006-05-21": "Navy Day", "2006-06-12": "Corpus Christi", - "2006-06-26": "Saint Peter and Saint Paul", + "2006-06-26": "Saint Peter and Saint Paul's Day", "2006-08-15": "Assumption Day", "2006-09-18": "Independence Day", "2006-09-19": "Army Day", @@ -911,7 +911,7 @@ "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-05-21": "Navy Day", - "2007-07-02": "Saint Peter and Saint Paul", + "2007-07-02": "Saint Peter and Saint Paul's Day", "2007-07-16": "Our Lady of Mount Carmel", "2007-08-15": "Assumption Day", "2007-09-17": "National Holiday", @@ -927,7 +927,7 @@ "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-05-21": "Navy Day", - "2008-06-29": "Saint Peter and Saint Paul", + "2008-06-29": "Saint Peter and Saint Paul's Day", "2008-07-16": "Our Lady of Mount Carmel", "2008-08-15": "Assumption Day", "2008-09-18": "Independence Day", @@ -943,7 +943,7 @@ "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-05-21": "Navy Day", - "2009-06-29": "Saint Peter and Saint Paul", + "2009-06-29": "Saint Peter and Saint Paul's Day", "2009-07-16": "Our Lady of Mount Carmel", "2009-08-15": "Assumption Day", "2009-09-18": "Independence Day", @@ -959,7 +959,7 @@ "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-05-21": "Navy Day", - "2010-06-28": "Saint Peter and Saint Paul", + "2010-06-28": "Saint Peter and Saint Paul's Day", "2010-07-16": "Our Lady of Mount Carmel", "2010-08-15": "Assumption Day", "2010-09-18": "Independence Day", @@ -975,7 +975,7 @@ "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-05-21": "Navy Day", - "2011-06-27": "Saint Peter and Saint Paul", + "2011-06-27": "Saint Peter and Saint Paul's Day", "2011-07-16": "Our Lady of Mount Carmel", "2011-08-15": "Assumption Day", "2011-09-18": "Independence Day", @@ -991,7 +991,7 @@ "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-05-21": "Navy Day", - "2012-07-02": "Saint Peter and Saint Paul", + "2012-07-02": "Saint Peter and Saint Paul's Day", "2012-07-16": "Our Lady of Mount Carmel", "2012-08-15": "Assumption Day", "2012-09-17": "National Holiday", @@ -1008,7 +1008,7 @@ "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-05-21": "Navy Day", - "2013-06-29": "Saint Peter and Saint Paul", + "2013-06-29": "Saint Peter and Saint Paul's Day", "2013-07-16": "Our Lady of Mount Carmel", "2013-08-15": "Assumption Day", "2013-09-18": "Independence Day", @@ -1025,7 +1025,7 @@ "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-05-21": "Navy Day", - "2014-06-29": "Saint Peter and Saint Paul", + "2014-06-29": "Saint Peter and Saint Paul's Day", "2014-07-16": "Our Lady of Mount Carmel", "2014-08-15": "Assumption Day", "2014-09-18": "Independence Day", @@ -1041,7 +1041,7 @@ "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-05-21": "Navy Day", - "2015-06-29": "Saint Peter and Saint Paul", + "2015-06-29": "Saint Peter and Saint Paul's Day", "2015-07-16": "Our Lady of Mount Carmel", "2015-08-15": "Assumption Day", "2015-09-18": "Independence Day", @@ -1057,7 +1057,7 @@ "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-21": "Navy Day", - "2016-06-27": "Saint Peter and Saint Paul", + "2016-06-27": "Saint Peter and Saint Paul's Day", "2016-07-16": "Our Lady of Mount Carmel", "2016-08-15": "Assumption Day", "2016-09-18": "Independence Day", @@ -1074,7 +1074,7 @@ "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-21": "Navy Day", - "2017-06-26": "Saint Peter and Saint Paul", + "2017-06-26": "Saint Peter and Saint Paul's Day", "2017-07-16": "Our Lady of Mount Carmel", "2017-08-15": "Assumption Day", "2017-09-18": "Independence Day", @@ -1090,7 +1090,7 @@ "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-21": "Navy Day", - "2018-07-02": "Saint Peter and Saint Paul", + "2018-07-02": "Saint Peter and Saint Paul's Day", "2018-07-16": "Our Lady of Mount Carmel", "2018-08-15": "Assumption Day", "2018-09-17": "National Holiday", @@ -1107,7 +1107,7 @@ "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-21": "Navy Day", - "2019-06-29": "Saint Peter and Saint Paul", + "2019-06-29": "Saint Peter and Saint Paul's Day", "2019-07-16": "Our Lady of Mount Carmel", "2019-08-15": "Assumption Day", "2019-09-18": "Independence Day", @@ -1124,7 +1124,7 @@ "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-21": "Navy Day", - "2020-06-29": "Saint Peter and Saint Paul", + "2020-06-29": "Saint Peter and Saint Paul's Day", "2020-07-16": "Our Lady of Mount Carmel", "2020-08-15": "Assumption Day", "2020-09-18": "Independence Day", @@ -1141,7 +1141,7 @@ "2021-05-01": "Labor Day", "2021-05-21": "Navy Day", "2021-06-21": "National Day of Indigenous Peoples", - "2021-06-28": "Saint Peter and Saint Paul", + "2021-06-28": "Saint Peter and Saint Paul's Day", "2021-07-16": "Our Lady of Mount Carmel", "2021-08-15": "Assumption Day", "2021-09-17": "National Holiday", @@ -1159,7 +1159,7 @@ "2022-05-01": "Labor Day", "2022-05-21": "Navy Day", "2022-06-21": "National Day of Indigenous Peoples", - "2022-06-27": "Saint Peter and Saint Paul", + "2022-06-27": "Saint Peter and Saint Paul's Day", "2022-07-16": "Our Lady of Mount Carmel", "2022-08-15": "Assumption Day", "2022-09-16": "National Holiday", @@ -1178,7 +1178,7 @@ "2023-05-01": "Labor Day", "2023-05-21": "Navy Day", "2023-06-21": "National Day of Indigenous Peoples", - "2023-06-26": "Saint Peter and Saint Paul", + "2023-06-26": "Saint Peter and Saint Paul's Day", "2023-07-16": "Our Lady of Mount Carmel", "2023-08-15": "Assumption Day", "2023-09-18": "Independence Day", @@ -1195,7 +1195,7 @@ "2024-05-01": "Labor Day", "2024-05-21": "Navy Day", "2024-06-20": "National Day of Indigenous Peoples", - "2024-06-29": "Saint Peter and Saint Paul", + "2024-06-29": "Saint Peter and Saint Paul's Day", "2024-07-16": "Our Lady of Mount Carmel", "2024-08-15": "Assumption Day", "2024-09-18": "Independence Day", @@ -1213,7 +1213,7 @@ "2025-05-01": "Labor Day", "2025-05-21": "Navy Day", "2025-06-20": "National Day of Indigenous Peoples", - "2025-06-29": "Saint Peter and Saint Paul", + "2025-06-29": "Saint Peter and Saint Paul's Day", "2025-07-16": "Our Lady of Mount Carmel", "2025-08-15": "Assumption Day", "2025-09-18": "Independence Day", @@ -1230,7 +1230,7 @@ "2026-05-01": "Labor Day", "2026-05-21": "Navy Day", "2026-06-21": "National Day of Indigenous Peoples", - "2026-06-29": "Saint Peter and Saint Paul", + "2026-06-29": "Saint Peter and Saint Paul's Day", "2026-07-16": "Our Lady of Mount Carmel", "2026-08-15": "Assumption Day", "2026-09-18": "Independence Day", @@ -1247,7 +1247,7 @@ "2027-05-01": "Labor Day", "2027-05-21": "Navy Day", "2027-06-21": "National Day of Indigenous Peoples", - "2027-06-28": "Saint Peter and Saint Paul", + "2027-06-28": "Saint Peter and Saint Paul's Day", "2027-07-16": "Our Lady of Mount Carmel", "2027-08-15": "Assumption Day", "2027-09-17": "National Holiday", @@ -1265,7 +1265,7 @@ "2028-05-01": "Labor Day", "2028-05-21": "Navy Day", "2028-06-20": "National Day of Indigenous Peoples", - "2028-06-26": "Saint Peter and Saint Paul", + "2028-06-26": "Saint Peter and Saint Paul's Day", "2028-07-16": "Our Lady of Mount Carmel", "2028-08-15": "Assumption Day", "2028-09-18": "Independence Day", @@ -1282,7 +1282,7 @@ "2029-05-01": "Labor Day", "2029-05-21": "Navy Day", "2029-06-20": "National Day of Indigenous Peoples", - "2029-07-02": "Saint Peter and Saint Paul", + "2029-07-02": "Saint Peter and Saint Paul's Day", "2029-07-16": "Our Lady of Mount Carmel", "2029-08-15": "Assumption Day", "2029-09-17": "National Holiday", @@ -1300,7 +1300,7 @@ "2030-05-01": "Labor Day", "2030-05-21": "Navy Day", "2030-06-21": "National Day of Indigenous Peoples", - "2030-06-29": "Saint Peter and Saint Paul", + "2030-06-29": "Saint Peter and Saint Paul's Day", "2030-07-16": "Our Lady of Mount Carmel", "2030-08-15": "Assumption Day", "2030-09-18": "Independence Day", @@ -1318,7 +1318,7 @@ "2031-05-01": "Labor Day", "2031-05-21": "Navy Day", "2031-06-21": "National Day of Indigenous Peoples", - "2031-06-29": "Saint Peter and Saint Paul", + "2031-06-29": "Saint Peter and Saint Paul's Day", "2031-07-16": "Our Lady of Mount Carmel", "2031-08-15": "Assumption Day", "2031-09-18": "Independence Day", @@ -1335,7 +1335,7 @@ "2032-05-01": "Labor Day", "2032-05-21": "Navy Day", "2032-06-20": "National Day of Indigenous Peoples", - "2032-06-28": "Saint Peter and Saint Paul", + "2032-06-28": "Saint Peter and Saint Paul's Day", "2032-07-16": "Our Lady of Mount Carmel", "2032-08-15": "Assumption Day", "2032-09-17": "National Holiday", @@ -1353,7 +1353,7 @@ "2033-05-01": "Labor Day", "2033-05-21": "Navy Day", "2033-06-20": "National Day of Indigenous Peoples", - "2033-06-27": "Saint Peter and Saint Paul", + "2033-06-27": "Saint Peter and Saint Paul's Day", "2033-07-16": "Our Lady of Mount Carmel", "2033-08-15": "Assumption Day", "2033-09-18": "Independence Day", @@ -1371,7 +1371,7 @@ "2034-05-01": "Labor Day", "2034-05-21": "Navy Day", "2034-06-21": "National Day of Indigenous Peoples", - "2034-06-26": "Saint Peter and Saint Paul", + "2034-06-26": "Saint Peter and Saint Paul's Day", "2034-07-16": "Our Lady of Mount Carmel", "2034-08-15": "Assumption Day", "2034-09-18": "Independence Day", @@ -1388,7 +1388,7 @@ "2035-05-01": "Labor Day", "2035-05-21": "Navy Day", "2035-06-21": "National Day of Indigenous Peoples", - "2035-07-02": "Saint Peter and Saint Paul", + "2035-07-02": "Saint Peter and Saint Paul's Day", "2035-07-16": "Our Lady of Mount Carmel", "2035-08-15": "Assumption Day", "2035-09-17": "National Holiday", @@ -1406,7 +1406,7 @@ "2036-05-01": "Labor Day", "2036-05-21": "Navy Day", "2036-06-20": "National Day of Indigenous Peoples", - "2036-06-29": "Saint Peter and Saint Paul", + "2036-06-29": "Saint Peter and Saint Paul's Day", "2036-07-16": "Our Lady of Mount Carmel", "2036-08-15": "Assumption Day", "2036-09-18": "Independence Day", @@ -1423,7 +1423,7 @@ "2037-05-01": "Labor Day", "2037-05-21": "Navy Day", "2037-06-20": "National Day of Indigenous Peoples", - "2037-06-29": "Saint Peter and Saint Paul", + "2037-06-29": "Saint Peter and Saint Paul's Day", "2037-07-16": "Our Lady of Mount Carmel", "2037-08-15": "Assumption Day", "2037-09-18": "Independence Day", @@ -1440,7 +1440,7 @@ "2038-05-01": "Labor Day", "2038-05-21": "Navy Day", "2038-06-21": "National Day of Indigenous Peoples", - "2038-06-28": "Saint Peter and Saint Paul", + "2038-06-28": "Saint Peter and Saint Paul's Day", "2038-07-16": "Our Lady of Mount Carmel", "2038-08-15": "Assumption Day", "2038-09-17": "National Holiday", @@ -1458,7 +1458,7 @@ "2039-05-01": "Labor Day", "2039-05-21": "Navy Day", "2039-06-21": "National Day of Indigenous Peoples", - "2039-06-27": "Saint Peter and Saint Paul", + "2039-06-27": "Saint Peter and Saint Paul's Day", "2039-07-16": "Our Lady of Mount Carmel", "2039-08-15": "Assumption Day", "2039-09-18": "Independence Day", @@ -1476,7 +1476,7 @@ "2040-05-01": "Labor Day", "2040-05-21": "Navy Day", "2040-06-20": "National Day of Indigenous Peoples", - "2040-07-02": "Saint Peter and Saint Paul", + "2040-07-02": "Saint Peter and Saint Paul's Day", "2040-07-16": "Our Lady of Mount Carmel", "2040-08-15": "Assumption Day", "2040-09-17": "National Holiday", @@ -1494,7 +1494,7 @@ "2041-05-01": "Labor Day", "2041-05-21": "Navy Day", "2041-06-20": "National Day of Indigenous Peoples", - "2041-06-29": "Saint Peter and Saint Paul", + "2041-06-29": "Saint Peter and Saint Paul's Day", "2041-07-16": "Our Lady of Mount Carmel", "2041-08-15": "Assumption Day", "2041-09-18": "Independence Day", @@ -1512,7 +1512,7 @@ "2042-05-01": "Labor Day", "2042-05-21": "Navy Day", "2042-06-21": "National Day of Indigenous Peoples", - "2042-06-29": "Saint Peter and Saint Paul", + "2042-06-29": "Saint Peter and Saint Paul's Day", "2042-07-16": "Our Lady of Mount Carmel", "2042-08-15": "Assumption Day", "2042-09-18": "Independence Day", @@ -1529,7 +1529,7 @@ "2043-05-01": "Labor Day", "2043-05-21": "Navy Day", "2043-06-21": "National Day of Indigenous Peoples", - "2043-06-29": "Saint Peter and Saint Paul", + "2043-06-29": "Saint Peter and Saint Paul's Day", "2043-07-16": "Our Lady of Mount Carmel", "2043-08-15": "Assumption Day", "2043-09-18": "Independence Day", @@ -1546,7 +1546,7 @@ "2044-05-01": "Labor Day", "2044-05-21": "Navy Day", "2044-06-20": "National Day of Indigenous Peoples", - "2044-06-27": "Saint Peter and Saint Paul", + "2044-06-27": "Saint Peter and Saint Paul's Day", "2044-07-16": "Our Lady of Mount Carmel", "2044-08-15": "Assumption Day", "2044-09-18": "Independence Day", @@ -1564,7 +1564,7 @@ "2045-05-01": "Labor Day", "2045-05-21": "Navy Day", "2045-06-20": "National Day of Indigenous Peoples", - "2045-06-26": "Saint Peter and Saint Paul", + "2045-06-26": "Saint Peter and Saint Paul's Day", "2045-07-16": "Our Lady of Mount Carmel", "2045-08-15": "Assumption Day", "2045-09-18": "Independence Day", @@ -1581,7 +1581,7 @@ "2046-05-01": "Labor Day", "2046-05-21": "Navy Day", "2046-06-21": "National Day of Indigenous Peoples", - "2046-07-02": "Saint Peter and Saint Paul", + "2046-07-02": "Saint Peter and Saint Paul's Day", "2046-07-16": "Our Lady of Mount Carmel", "2046-08-15": "Assumption Day", "2046-09-17": "National Holiday", @@ -1599,7 +1599,7 @@ "2047-05-01": "Labor Day", "2047-05-21": "Navy Day", "2047-06-21": "National Day of Indigenous Peoples", - "2047-06-29": "Saint Peter and Saint Paul", + "2047-06-29": "Saint Peter and Saint Paul's Day", "2047-07-16": "Our Lady of Mount Carmel", "2047-08-15": "Assumption Day", "2047-09-18": "Independence Day", @@ -1617,7 +1617,7 @@ "2048-05-01": "Labor Day", "2048-05-21": "Navy Day", "2048-06-20": "National Day of Indigenous Peoples", - "2048-06-29": "Saint Peter and Saint Paul", + "2048-06-29": "Saint Peter and Saint Paul's Day", "2048-07-16": "Our Lady of Mount Carmel", "2048-08-15": "Assumption Day", "2048-09-18": "Independence Day", @@ -1634,7 +1634,7 @@ "2049-05-01": "Labor Day", "2049-05-21": "Navy Day", "2049-06-20": "National Day of Indigenous Peoples", - "2049-06-28": "Saint Peter and Saint Paul", + "2049-06-28": "Saint Peter and Saint Paul's Day", "2049-07-16": "Our Lady of Mount Carmel", "2049-08-15": "Assumption Day", "2049-09-17": "National Holiday", @@ -1652,7 +1652,7 @@ "2050-05-01": "Labor Day", "2050-05-21": "Navy Day", "2050-06-20": "National Day of Indigenous Peoples", - "2050-06-27": "Saint Peter and Saint Paul", + "2050-06-27": "Saint Peter and Saint Paul's Day", "2050-07-16": "Our Lady of Mount Carmel", "2050-08-15": "Assumption Day", "2050-09-18": "Independence Day", diff --git a/snapshots/countries/CL_AT.json b/snapshots/countries/CL_AT.json index a970a01b0..61e6101f0 100644 --- a/snapshots/countries/CL_AT.json +++ b/snapshots/countries/CL_AT.json @@ -6,7 +6,7 @@ "1950-05-18": "Ascension Day", "1950-05-21": "Navy Day", "1950-06-08": "Corpus Christi", - "1950-06-29": "Saint Peter and Saint Paul", + "1950-06-29": "Saint Peter and Saint Paul's Day", "1950-08-15": "Assumption Day", "1950-09-18": "Independence Day", "1950-09-19": "Army Day", @@ -22,7 +22,7 @@ "1951-05-03": "Ascension Day", "1951-05-21": "Navy Day", "1951-05-24": "Corpus Christi", - "1951-06-29": "Saint Peter and Saint Paul", + "1951-06-29": "Saint Peter and Saint Paul's Day", "1951-08-15": "Assumption Day", "1951-09-18": "Independence Day", "1951-09-19": "Army Day", @@ -38,7 +38,7 @@ "1952-05-21": "Navy Day", "1952-05-22": "Ascension Day", "1952-06-12": "Corpus Christi", - "1952-06-29": "Saint Peter and Saint Paul", + "1952-06-29": "Saint Peter and Saint Paul's Day", "1952-08-15": "Assumption Day", "1952-09-18": "Independence Day", "1952-09-19": "Army Day", @@ -54,7 +54,7 @@ "1953-05-14": "Ascension Day", "1953-05-21": "Navy Day", "1953-06-04": "Corpus Christi", - "1953-06-29": "Saint Peter and Saint Paul", + "1953-06-29": "Saint Peter and Saint Paul's Day", "1953-08-15": "Assumption Day", "1953-09-18": "Independence Day", "1953-09-19": "Army Day", @@ -70,7 +70,7 @@ "1954-05-21": "Navy Day", "1954-05-27": "Ascension Day", "1954-06-17": "Corpus Christi", - "1954-06-29": "Saint Peter and Saint Paul", + "1954-06-29": "Saint Peter and Saint Paul's Day", "1954-08-15": "Assumption Day", "1954-09-18": "Independence Day", "1954-09-19": "Army Day", @@ -86,7 +86,7 @@ "1955-05-19": "Ascension Day", "1955-05-21": "Navy Day", "1955-06-09": "Corpus Christi", - "1955-06-29": "Saint Peter and Saint Paul", + "1955-06-29": "Saint Peter and Saint Paul's Day", "1955-08-15": "Assumption Day", "1955-09-18": "Independence Day", "1955-09-19": "Army Day", @@ -102,7 +102,7 @@ "1956-05-10": "Ascension Day", "1956-05-21": "Navy Day", "1956-05-31": "Corpus Christi", - "1956-06-29": "Saint Peter and Saint Paul", + "1956-06-29": "Saint Peter and Saint Paul's Day", "1956-08-15": "Assumption Day", "1956-09-18": "Independence Day", "1956-09-19": "Army Day", @@ -119,7 +119,7 @@ "1957-05-21": "Navy Day", "1957-05-30": "Ascension Day", "1957-06-20": "Corpus Christi", - "1957-06-29": "Saint Peter and Saint Paul", + "1957-06-29": "Saint Peter and Saint Paul's Day", "1957-06-30": "Bank Holiday", "1957-08-15": "Assumption Day", "1957-09-18": "Independence Day", @@ -137,7 +137,7 @@ "1958-05-15": "Ascension Day", "1958-05-21": "Navy Day", "1958-06-05": "Corpus Christi", - "1958-06-29": "Saint Peter and Saint Paul", + "1958-06-29": "Saint Peter and Saint Paul's Day", "1958-06-30": "Bank Holiday", "1958-08-15": "Assumption Day", "1958-09-18": "Independence Day", @@ -155,7 +155,7 @@ "1959-05-07": "Ascension Day", "1959-05-21": "Navy Day", "1959-05-28": "Corpus Christi", - "1959-06-29": "Saint Peter and Saint Paul", + "1959-06-29": "Saint Peter and Saint Paul's Day", "1959-06-30": "Bank Holiday", "1959-08-15": "Assumption Day", "1959-09-18": "Independence Day", @@ -173,7 +173,7 @@ "1960-05-21": "Navy Day", "1960-05-26": "Ascension Day", "1960-06-16": "Corpus Christi", - "1960-06-29": "Saint Peter and Saint Paul", + "1960-06-29": "Saint Peter and Saint Paul's Day", "1960-06-30": "Bank Holiday", "1960-08-15": "Assumption Day", "1960-09-18": "Independence Day", @@ -191,7 +191,7 @@ "1961-05-11": "Ascension Day", "1961-05-21": "Navy Day", "1961-06-01": "Corpus Christi", - "1961-06-29": "Saint Peter and Saint Paul", + "1961-06-29": "Saint Peter and Saint Paul's Day", "1961-06-30": "Bank Holiday", "1961-08-15": "Assumption Day", "1961-09-18": "Independence Day", @@ -209,7 +209,7 @@ "1962-05-21": "Navy Day", "1962-05-31": "Ascension Day", "1962-06-21": "Corpus Christi", - "1962-06-29": "Saint Peter and Saint Paul", + "1962-06-29": "Saint Peter and Saint Paul's Day", "1962-06-30": "Bank Holiday", "1962-08-15": "Assumption Day", "1962-09-18": "Independence Day", @@ -227,7 +227,7 @@ "1963-05-21": "Navy Day", "1963-05-23": "Ascension Day", "1963-06-13": "Corpus Christi", - "1963-06-29": "Saint Peter and Saint Paul", + "1963-06-29": "Saint Peter and Saint Paul's Day", "1963-06-30": "Bank Holiday", "1963-08-15": "Assumption Day", "1963-09-18": "Independence Day", @@ -245,7 +245,7 @@ "1964-05-07": "Ascension Day", "1964-05-21": "Navy Day", "1964-05-28": "Corpus Christi", - "1964-06-29": "Saint Peter and Saint Paul", + "1964-06-29": "Saint Peter and Saint Paul's Day", "1964-06-30": "Bank Holiday", "1964-08-15": "Assumption Day", "1964-09-18": "Independence Day", @@ -263,7 +263,7 @@ "1965-05-21": "Navy Day", "1965-05-27": "Ascension Day", "1965-06-17": "Corpus Christi", - "1965-06-29": "Saint Peter and Saint Paul", + "1965-06-29": "Saint Peter and Saint Paul's Day", "1965-06-30": "Bank Holiday", "1965-08-15": "Assumption Day", "1965-09-18": "Independence Day", @@ -281,7 +281,7 @@ "1966-05-19": "Ascension Day", "1966-05-21": "Navy Day", "1966-06-09": "Corpus Christi", - "1966-06-29": "Saint Peter and Saint Paul", + "1966-06-29": "Saint Peter and Saint Paul's Day", "1966-06-30": "Bank Holiday", "1966-08-15": "Assumption Day", "1966-09-18": "Independence Day", @@ -299,7 +299,7 @@ "1967-05-04": "Ascension Day", "1967-05-21": "Navy Day", "1967-05-25": "Corpus Christi", - "1967-06-29": "Saint Peter and Saint Paul", + "1967-06-29": "Saint Peter and Saint Paul's Day", "1967-06-30": "Bank Holiday", "1967-08-15": "Assumption Day", "1967-09-18": "Independence Day", @@ -579,7 +579,7 @@ "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-05-21": "Navy Day", - "1986-06-29": "Saint Peter and Saint Paul", + "1986-06-29": "Saint Peter and Saint Paul's Day", "1986-08-15": "Assumption Day", "1986-09-11": "Day of National Liberation", "1986-09-18": "Independence Day", @@ -596,7 +596,7 @@ "1987-05-01": "Labor Day", "1987-05-21": "Navy Day", "1987-06-18": "Corpus Christi", - "1987-06-29": "Saint Peter and Saint Paul", + "1987-06-29": "Saint Peter and Saint Paul's Day", "1987-08-15": "Assumption Day", "1987-09-11": "Day of National Liberation", "1987-09-18": "Independence Day", @@ -613,7 +613,7 @@ "1988-05-01": "Labor Day", "1988-05-21": "Navy Day", "1988-06-02": "Corpus Christi", - "1988-06-29": "Saint Peter and Saint Paul", + "1988-06-29": "Saint Peter and Saint Paul's Day", "1988-08-15": "Assumption Day", "1988-09-11": "Day of National Liberation", "1988-09-18": "Independence Day", @@ -630,7 +630,7 @@ "1989-05-01": "Labor Day", "1989-05-21": "Navy Day", "1989-05-25": "Corpus Christi", - "1989-06-29": "Saint Peter and Saint Paul", + "1989-06-29": "Saint Peter and Saint Paul's Day", "1989-08-15": "Assumption Day", "1989-09-11": "Day of National Liberation", "1989-09-18": "Independence Day", @@ -646,7 +646,7 @@ "1990-05-01": "Labor Day", "1990-05-21": "Navy Day", "1990-06-14": "Corpus Christi", - "1990-06-29": "Saint Peter and Saint Paul", + "1990-06-29": "Saint Peter and Saint Paul's Day", "1990-08-15": "Assumption Day", "1990-09-11": "Day of National Liberation", "1990-09-18": "Independence Day", @@ -662,7 +662,7 @@ "1991-05-01": "Labor Day", "1991-05-21": "Navy Day", "1991-05-30": "Corpus Christi", - "1991-06-29": "Saint Peter and Saint Paul", + "1991-06-29": "Saint Peter and Saint Paul's Day", "1991-08-15": "Assumption Day", "1991-09-11": "Day of National Liberation", "1991-09-18": "Independence Day", @@ -678,7 +678,7 @@ "1992-05-01": "Labor Day", "1992-05-21": "Navy Day", "1992-06-18": "Corpus Christi", - "1992-06-29": "Saint Peter and Saint Paul", + "1992-06-29": "Saint Peter and Saint Paul's Day", "1992-08-15": "Assumption Day", "1992-09-11": "Day of National Liberation", "1992-09-18": "Independence Day", @@ -694,7 +694,7 @@ "1993-05-01": "Labor Day", "1993-05-21": "Navy Day", "1993-06-10": "Corpus Christi", - "1993-06-29": "Saint Peter and Saint Paul", + "1993-06-29": "Saint Peter and Saint Paul's Day", "1993-08-15": "Assumption Day", "1993-09-11": "Day of National Liberation", "1993-09-18": "Independence Day", @@ -710,7 +710,7 @@ "1994-05-01": "Labor Day", "1994-05-21": "Navy Day", "1994-06-02": "Corpus Christi", - "1994-06-29": "Saint Peter and Saint Paul", + "1994-06-29": "Saint Peter and Saint Paul's Day", "1994-08-15": "Assumption Day", "1994-09-11": "Day of National Liberation", "1994-09-18": "Independence Day", @@ -726,7 +726,7 @@ "1995-05-01": "Labor Day", "1995-05-21": "Navy Day", "1995-06-15": "Corpus Christi", - "1995-06-29": "Saint Peter and Saint Paul", + "1995-06-29": "Saint Peter and Saint Paul's Day", "1995-08-15": "Assumption Day", "1995-09-11": "Day of National Liberation", "1995-09-18": "Independence Day", @@ -742,7 +742,7 @@ "1996-05-01": "Labor Day", "1996-05-21": "Navy Day", "1996-06-06": "Corpus Christi", - "1996-06-29": "Saint Peter and Saint Paul", + "1996-06-29": "Saint Peter and Saint Paul's Day", "1996-08-15": "Assumption Day", "1996-09-11": "Day of National Liberation", "1996-09-18": "Independence Day", @@ -758,7 +758,7 @@ "1997-05-01": "Labor Day", "1997-05-21": "Navy Day", "1997-05-29": "Corpus Christi", - "1997-06-29": "Saint Peter and Saint Paul", + "1997-06-29": "Saint Peter and Saint Paul's Day", "1997-08-15": "Assumption Day", "1997-09-11": "Day of National Liberation", "1997-09-18": "Independence Day", @@ -773,7 +773,7 @@ "1998-05-01": "Labor Day", "1998-05-21": "Navy Day", "1998-06-11": "Corpus Christi", - "1998-06-29": "Saint Peter and Saint Paul", + "1998-06-29": "Saint Peter and Saint Paul's Day", "1998-08-15": "Assumption Day", "1998-09-11": "Day of National Liberation", "1998-09-18": "Independence Day", @@ -789,7 +789,7 @@ "1999-05-01": "Labor Day", "1999-05-21": "Navy Day", "1999-06-03": "Corpus Christi", - "1999-06-29": "Saint Peter and Saint Paul", + "1999-06-29": "Saint Peter and Saint Paul's Day", "1999-08-15": "Assumption Day", "1999-09-06": "Day of National Unity", "1999-09-18": "Independence Day", @@ -805,7 +805,7 @@ "2000-05-01": "Labor Day", "2000-05-21": "Navy Day", "2000-06-19": "Corpus Christi", - "2000-06-26": "Saint Peter and Saint Paul", + "2000-06-26": "Saint Peter and Saint Paul's Day", "2000-08-15": "Assumption Day", "2000-09-04": "Day of National Unity", "2000-09-18": "Independence Day", @@ -821,7 +821,7 @@ "2001-05-01": "Labor Day", "2001-05-21": "Navy Day", "2001-06-11": "Corpus Christi", - "2001-07-02": "Saint Peter and Saint Paul", + "2001-07-02": "Saint Peter and Saint Paul's Day", "2001-08-15": "Assumption Day", "2001-09-03": "Day of National Unity", "2001-09-18": "Independence Day", @@ -837,7 +837,7 @@ "2002-05-01": "Labor Day", "2002-05-21": "Navy Day", "2002-05-27": "Corpus Christi", - "2002-06-29": "Saint Peter and Saint Paul", + "2002-06-29": "Saint Peter and Saint Paul's Day", "2002-08-15": "Assumption Day", "2002-09-18": "Independence Day", "2002-09-19": "Army Day", @@ -852,7 +852,7 @@ "2003-05-01": "Labor Day", "2003-05-21": "Navy Day", "2003-06-16": "Corpus Christi", - "2003-06-29": "Saint Peter and Saint Paul", + "2003-06-29": "Saint Peter and Saint Paul's Day", "2003-08-15": "Assumption Day", "2003-09-18": "Independence Day", "2003-09-19": "Army Day", @@ -867,7 +867,7 @@ "2004-05-01": "Labor Day", "2004-05-21": "Navy Day", "2004-06-07": "Corpus Christi", - "2004-06-28": "Saint Peter and Saint Paul", + "2004-06-28": "Saint Peter and Saint Paul's Day", "2004-08-15": "Assumption Day", "2004-09-18": "Independence Day", "2004-09-19": "Army Day", @@ -882,7 +882,7 @@ "2005-05-01": "Labor Day", "2005-05-21": "Navy Day", "2005-05-23": "Corpus Christi", - "2005-06-27": "Saint Peter and Saint Paul", + "2005-06-27": "Saint Peter and Saint Paul's Day", "2005-08-15": "Assumption Day", "2005-09-18": "Independence Day", "2005-09-19": "Army Day", @@ -897,7 +897,7 @@ "2006-05-01": "Labor Day", "2006-05-21": "Navy Day", "2006-06-12": "Corpus Christi", - "2006-06-26": "Saint Peter and Saint Paul", + "2006-06-26": "Saint Peter and Saint Paul's Day", "2006-08-15": "Assumption Day", "2006-09-18": "Independence Day", "2006-09-19": "Army Day", @@ -911,7 +911,7 @@ "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-05-21": "Navy Day", - "2007-07-02": "Saint Peter and Saint Paul", + "2007-07-02": "Saint Peter and Saint Paul's Day", "2007-07-16": "Our Lady of Mount Carmel", "2007-08-15": "Assumption Day", "2007-09-17": "National Holiday", @@ -927,7 +927,7 @@ "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-05-21": "Navy Day", - "2008-06-29": "Saint Peter and Saint Paul", + "2008-06-29": "Saint Peter and Saint Paul's Day", "2008-07-16": "Our Lady of Mount Carmel", "2008-08-15": "Assumption Day", "2008-09-18": "Independence Day", @@ -943,7 +943,7 @@ "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-05-21": "Navy Day", - "2009-06-29": "Saint Peter and Saint Paul", + "2009-06-29": "Saint Peter and Saint Paul's Day", "2009-07-16": "Our Lady of Mount Carmel", "2009-08-15": "Assumption Day", "2009-09-18": "Independence Day", @@ -959,7 +959,7 @@ "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-05-21": "Navy Day", - "2010-06-28": "Saint Peter and Saint Paul", + "2010-06-28": "Saint Peter and Saint Paul's Day", "2010-07-16": "Our Lady of Mount Carmel", "2010-08-15": "Assumption Day", "2010-09-18": "Independence Day", @@ -975,7 +975,7 @@ "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-05-21": "Navy Day", - "2011-06-27": "Saint Peter and Saint Paul", + "2011-06-27": "Saint Peter and Saint Paul's Day", "2011-07-16": "Our Lady of Mount Carmel", "2011-08-15": "Assumption Day", "2011-09-18": "Independence Day", @@ -991,7 +991,7 @@ "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-05-21": "Navy Day", - "2012-07-02": "Saint Peter and Saint Paul", + "2012-07-02": "Saint Peter and Saint Paul's Day", "2012-07-16": "Our Lady of Mount Carmel", "2012-08-15": "Assumption Day", "2012-09-17": "National Holiday", @@ -1008,7 +1008,7 @@ "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-05-21": "Navy Day", - "2013-06-29": "Saint Peter and Saint Paul", + "2013-06-29": "Saint Peter and Saint Paul's Day", "2013-07-16": "Our Lady of Mount Carmel", "2013-08-15": "Assumption Day", "2013-09-18": "Independence Day", @@ -1025,7 +1025,7 @@ "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-05-21": "Navy Day", - "2014-06-29": "Saint Peter and Saint Paul", + "2014-06-29": "Saint Peter and Saint Paul's Day", "2014-07-16": "Our Lady of Mount Carmel", "2014-08-15": "Assumption Day", "2014-09-18": "Independence Day", @@ -1041,7 +1041,7 @@ "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-05-21": "Navy Day", - "2015-06-29": "Saint Peter and Saint Paul", + "2015-06-29": "Saint Peter and Saint Paul's Day", "2015-07-16": "Our Lady of Mount Carmel", "2015-08-15": "Assumption Day", "2015-09-18": "Independence Day", @@ -1057,7 +1057,7 @@ "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-21": "Navy Day", - "2016-06-27": "Saint Peter and Saint Paul", + "2016-06-27": "Saint Peter and Saint Paul's Day", "2016-07-16": "Our Lady of Mount Carmel", "2016-08-15": "Assumption Day", "2016-09-18": "Independence Day", @@ -1074,7 +1074,7 @@ "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-21": "Navy Day", - "2017-06-26": "Saint Peter and Saint Paul", + "2017-06-26": "Saint Peter and Saint Paul's Day", "2017-07-16": "Our Lady of Mount Carmel", "2017-08-15": "Assumption Day", "2017-09-18": "Independence Day", @@ -1090,7 +1090,7 @@ "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-21": "Navy Day", - "2018-07-02": "Saint Peter and Saint Paul", + "2018-07-02": "Saint Peter and Saint Paul's Day", "2018-07-16": "Our Lady of Mount Carmel", "2018-08-15": "Assumption Day", "2018-09-17": "National Holiday", @@ -1107,7 +1107,7 @@ "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-21": "Navy Day", - "2019-06-29": "Saint Peter and Saint Paul", + "2019-06-29": "Saint Peter and Saint Paul's Day", "2019-07-16": "Our Lady of Mount Carmel", "2019-08-15": "Assumption Day", "2019-09-18": "Independence Day", @@ -1124,7 +1124,7 @@ "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-21": "Navy Day", - "2020-06-29": "Saint Peter and Saint Paul", + "2020-06-29": "Saint Peter and Saint Paul's Day", "2020-07-16": "Our Lady of Mount Carmel", "2020-08-15": "Assumption Day", "2020-09-18": "Independence Day", @@ -1141,7 +1141,7 @@ "2021-05-01": "Labor Day", "2021-05-21": "Navy Day", "2021-06-21": "National Day of Indigenous Peoples", - "2021-06-28": "Saint Peter and Saint Paul", + "2021-06-28": "Saint Peter and Saint Paul's Day", "2021-07-16": "Our Lady of Mount Carmel", "2021-08-15": "Assumption Day", "2021-09-17": "National Holiday", @@ -1159,7 +1159,7 @@ "2022-05-01": "Labor Day", "2022-05-21": "Navy Day", "2022-06-21": "National Day of Indigenous Peoples", - "2022-06-27": "Saint Peter and Saint Paul", + "2022-06-27": "Saint Peter and Saint Paul's Day", "2022-07-16": "Our Lady of Mount Carmel", "2022-08-15": "Assumption Day", "2022-09-16": "National Holiday", @@ -1178,7 +1178,7 @@ "2023-05-01": "Labor Day", "2023-05-21": "Navy Day", "2023-06-21": "National Day of Indigenous Peoples", - "2023-06-26": "Saint Peter and Saint Paul", + "2023-06-26": "Saint Peter and Saint Paul's Day", "2023-07-16": "Our Lady of Mount Carmel", "2023-08-15": "Assumption Day", "2023-09-18": "Independence Day", @@ -1195,7 +1195,7 @@ "2024-05-01": "Labor Day", "2024-05-21": "Navy Day", "2024-06-20": "National Day of Indigenous Peoples", - "2024-06-29": "Saint Peter and Saint Paul", + "2024-06-29": "Saint Peter and Saint Paul's Day", "2024-07-16": "Our Lady of Mount Carmel", "2024-08-15": "Assumption Day", "2024-09-18": "Independence Day", @@ -1213,7 +1213,7 @@ "2025-05-01": "Labor Day", "2025-05-21": "Navy Day", "2025-06-20": "National Day of Indigenous Peoples", - "2025-06-29": "Saint Peter and Saint Paul", + "2025-06-29": "Saint Peter and Saint Paul's Day", "2025-07-16": "Our Lady of Mount Carmel", "2025-08-15": "Assumption Day", "2025-09-18": "Independence Day", @@ -1230,7 +1230,7 @@ "2026-05-01": "Labor Day", "2026-05-21": "Navy Day", "2026-06-21": "National Day of Indigenous Peoples", - "2026-06-29": "Saint Peter and Saint Paul", + "2026-06-29": "Saint Peter and Saint Paul's Day", "2026-07-16": "Our Lady of Mount Carmel", "2026-08-15": "Assumption Day", "2026-09-18": "Independence Day", @@ -1247,7 +1247,7 @@ "2027-05-01": "Labor Day", "2027-05-21": "Navy Day", "2027-06-21": "National Day of Indigenous Peoples", - "2027-06-28": "Saint Peter and Saint Paul", + "2027-06-28": "Saint Peter and Saint Paul's Day", "2027-07-16": "Our Lady of Mount Carmel", "2027-08-15": "Assumption Day", "2027-09-17": "National Holiday", @@ -1265,7 +1265,7 @@ "2028-05-01": "Labor Day", "2028-05-21": "Navy Day", "2028-06-20": "National Day of Indigenous Peoples", - "2028-06-26": "Saint Peter and Saint Paul", + "2028-06-26": "Saint Peter and Saint Paul's Day", "2028-07-16": "Our Lady of Mount Carmel", "2028-08-15": "Assumption Day", "2028-09-18": "Independence Day", @@ -1282,7 +1282,7 @@ "2029-05-01": "Labor Day", "2029-05-21": "Navy Day", "2029-06-20": "National Day of Indigenous Peoples", - "2029-07-02": "Saint Peter and Saint Paul", + "2029-07-02": "Saint Peter and Saint Paul's Day", "2029-07-16": "Our Lady of Mount Carmel", "2029-08-15": "Assumption Day", "2029-09-17": "National Holiday", @@ -1300,7 +1300,7 @@ "2030-05-01": "Labor Day", "2030-05-21": "Navy Day", "2030-06-21": "National Day of Indigenous Peoples", - "2030-06-29": "Saint Peter and Saint Paul", + "2030-06-29": "Saint Peter and Saint Paul's Day", "2030-07-16": "Our Lady of Mount Carmel", "2030-08-15": "Assumption Day", "2030-09-18": "Independence Day", @@ -1318,7 +1318,7 @@ "2031-05-01": "Labor Day", "2031-05-21": "Navy Day", "2031-06-21": "National Day of Indigenous Peoples", - "2031-06-29": "Saint Peter and Saint Paul", + "2031-06-29": "Saint Peter and Saint Paul's Day", "2031-07-16": "Our Lady of Mount Carmel", "2031-08-15": "Assumption Day", "2031-09-18": "Independence Day", @@ -1335,7 +1335,7 @@ "2032-05-01": "Labor Day", "2032-05-21": "Navy Day", "2032-06-20": "National Day of Indigenous Peoples", - "2032-06-28": "Saint Peter and Saint Paul", + "2032-06-28": "Saint Peter and Saint Paul's Day", "2032-07-16": "Our Lady of Mount Carmel", "2032-08-15": "Assumption Day", "2032-09-17": "National Holiday", @@ -1353,7 +1353,7 @@ "2033-05-01": "Labor Day", "2033-05-21": "Navy Day", "2033-06-20": "National Day of Indigenous Peoples", - "2033-06-27": "Saint Peter and Saint Paul", + "2033-06-27": "Saint Peter and Saint Paul's Day", "2033-07-16": "Our Lady of Mount Carmel", "2033-08-15": "Assumption Day", "2033-09-18": "Independence Day", @@ -1371,7 +1371,7 @@ "2034-05-01": "Labor Day", "2034-05-21": "Navy Day", "2034-06-21": "National Day of Indigenous Peoples", - "2034-06-26": "Saint Peter and Saint Paul", + "2034-06-26": "Saint Peter and Saint Paul's Day", "2034-07-16": "Our Lady of Mount Carmel", "2034-08-15": "Assumption Day", "2034-09-18": "Independence Day", @@ -1388,7 +1388,7 @@ "2035-05-01": "Labor Day", "2035-05-21": "Navy Day", "2035-06-21": "National Day of Indigenous Peoples", - "2035-07-02": "Saint Peter and Saint Paul", + "2035-07-02": "Saint Peter and Saint Paul's Day", "2035-07-16": "Our Lady of Mount Carmel", "2035-08-15": "Assumption Day", "2035-09-17": "National Holiday", @@ -1406,7 +1406,7 @@ "2036-05-01": "Labor Day", "2036-05-21": "Navy Day", "2036-06-20": "National Day of Indigenous Peoples", - "2036-06-29": "Saint Peter and Saint Paul", + "2036-06-29": "Saint Peter and Saint Paul's Day", "2036-07-16": "Our Lady of Mount Carmel", "2036-08-15": "Assumption Day", "2036-09-18": "Independence Day", @@ -1423,7 +1423,7 @@ "2037-05-01": "Labor Day", "2037-05-21": "Navy Day", "2037-06-20": "National Day of Indigenous Peoples", - "2037-06-29": "Saint Peter and Saint Paul", + "2037-06-29": "Saint Peter and Saint Paul's Day", "2037-07-16": "Our Lady of Mount Carmel", "2037-08-15": "Assumption Day", "2037-09-18": "Independence Day", @@ -1440,7 +1440,7 @@ "2038-05-01": "Labor Day", "2038-05-21": "Navy Day", "2038-06-21": "National Day of Indigenous Peoples", - "2038-06-28": "Saint Peter and Saint Paul", + "2038-06-28": "Saint Peter and Saint Paul's Day", "2038-07-16": "Our Lady of Mount Carmel", "2038-08-15": "Assumption Day", "2038-09-17": "National Holiday", @@ -1458,7 +1458,7 @@ "2039-05-01": "Labor Day", "2039-05-21": "Navy Day", "2039-06-21": "National Day of Indigenous Peoples", - "2039-06-27": "Saint Peter and Saint Paul", + "2039-06-27": "Saint Peter and Saint Paul's Day", "2039-07-16": "Our Lady of Mount Carmel", "2039-08-15": "Assumption Day", "2039-09-18": "Independence Day", @@ -1476,7 +1476,7 @@ "2040-05-01": "Labor Day", "2040-05-21": "Navy Day", "2040-06-20": "National Day of Indigenous Peoples", - "2040-07-02": "Saint Peter and Saint Paul", + "2040-07-02": "Saint Peter and Saint Paul's Day", "2040-07-16": "Our Lady of Mount Carmel", "2040-08-15": "Assumption Day", "2040-09-17": "National Holiday", @@ -1494,7 +1494,7 @@ "2041-05-01": "Labor Day", "2041-05-21": "Navy Day", "2041-06-20": "National Day of Indigenous Peoples", - "2041-06-29": "Saint Peter and Saint Paul", + "2041-06-29": "Saint Peter and Saint Paul's Day", "2041-07-16": "Our Lady of Mount Carmel", "2041-08-15": "Assumption Day", "2041-09-18": "Independence Day", @@ -1512,7 +1512,7 @@ "2042-05-01": "Labor Day", "2042-05-21": "Navy Day", "2042-06-21": "National Day of Indigenous Peoples", - "2042-06-29": "Saint Peter and Saint Paul", + "2042-06-29": "Saint Peter and Saint Paul's Day", "2042-07-16": "Our Lady of Mount Carmel", "2042-08-15": "Assumption Day", "2042-09-18": "Independence Day", @@ -1529,7 +1529,7 @@ "2043-05-01": "Labor Day", "2043-05-21": "Navy Day", "2043-06-21": "National Day of Indigenous Peoples", - "2043-06-29": "Saint Peter and Saint Paul", + "2043-06-29": "Saint Peter and Saint Paul's Day", "2043-07-16": "Our Lady of Mount Carmel", "2043-08-15": "Assumption Day", "2043-09-18": "Independence Day", @@ -1546,7 +1546,7 @@ "2044-05-01": "Labor Day", "2044-05-21": "Navy Day", "2044-06-20": "National Day of Indigenous Peoples", - "2044-06-27": "Saint Peter and Saint Paul", + "2044-06-27": "Saint Peter and Saint Paul's Day", "2044-07-16": "Our Lady of Mount Carmel", "2044-08-15": "Assumption Day", "2044-09-18": "Independence Day", @@ -1564,7 +1564,7 @@ "2045-05-01": "Labor Day", "2045-05-21": "Navy Day", "2045-06-20": "National Day of Indigenous Peoples", - "2045-06-26": "Saint Peter and Saint Paul", + "2045-06-26": "Saint Peter and Saint Paul's Day", "2045-07-16": "Our Lady of Mount Carmel", "2045-08-15": "Assumption Day", "2045-09-18": "Independence Day", @@ -1581,7 +1581,7 @@ "2046-05-01": "Labor Day", "2046-05-21": "Navy Day", "2046-06-21": "National Day of Indigenous Peoples", - "2046-07-02": "Saint Peter and Saint Paul", + "2046-07-02": "Saint Peter and Saint Paul's Day", "2046-07-16": "Our Lady of Mount Carmel", "2046-08-15": "Assumption Day", "2046-09-17": "National Holiday", @@ -1599,7 +1599,7 @@ "2047-05-01": "Labor Day", "2047-05-21": "Navy Day", "2047-06-21": "National Day of Indigenous Peoples", - "2047-06-29": "Saint Peter and Saint Paul", + "2047-06-29": "Saint Peter and Saint Paul's Day", "2047-07-16": "Our Lady of Mount Carmel", "2047-08-15": "Assumption Day", "2047-09-18": "Independence Day", @@ -1617,7 +1617,7 @@ "2048-05-01": "Labor Day", "2048-05-21": "Navy Day", "2048-06-20": "National Day of Indigenous Peoples", - "2048-06-29": "Saint Peter and Saint Paul", + "2048-06-29": "Saint Peter and Saint Paul's Day", "2048-07-16": "Our Lady of Mount Carmel", "2048-08-15": "Assumption Day", "2048-09-18": "Independence Day", @@ -1634,7 +1634,7 @@ "2049-05-01": "Labor Day", "2049-05-21": "Navy Day", "2049-06-20": "National Day of Indigenous Peoples", - "2049-06-28": "Saint Peter and Saint Paul", + "2049-06-28": "Saint Peter and Saint Paul's Day", "2049-07-16": "Our Lady of Mount Carmel", "2049-08-15": "Assumption Day", "2049-09-17": "National Holiday", @@ -1652,7 +1652,7 @@ "2050-05-01": "Labor Day", "2050-05-21": "Navy Day", "2050-06-20": "National Day of Indigenous Peoples", - "2050-06-27": "Saint Peter and Saint Paul", + "2050-06-27": "Saint Peter and Saint Paul's Day", "2050-07-16": "Our Lady of Mount Carmel", "2050-08-15": "Assumption Day", "2050-09-18": "Independence Day", diff --git a/snapshots/countries/CL_BI.json b/snapshots/countries/CL_BI.json index a970a01b0..61e6101f0 100644 --- a/snapshots/countries/CL_BI.json +++ b/snapshots/countries/CL_BI.json @@ -6,7 +6,7 @@ "1950-05-18": "Ascension Day", "1950-05-21": "Navy Day", "1950-06-08": "Corpus Christi", - "1950-06-29": "Saint Peter and Saint Paul", + "1950-06-29": "Saint Peter and Saint Paul's Day", "1950-08-15": "Assumption Day", "1950-09-18": "Independence Day", "1950-09-19": "Army Day", @@ -22,7 +22,7 @@ "1951-05-03": "Ascension Day", "1951-05-21": "Navy Day", "1951-05-24": "Corpus Christi", - "1951-06-29": "Saint Peter and Saint Paul", + "1951-06-29": "Saint Peter and Saint Paul's Day", "1951-08-15": "Assumption Day", "1951-09-18": "Independence Day", "1951-09-19": "Army Day", @@ -38,7 +38,7 @@ "1952-05-21": "Navy Day", "1952-05-22": "Ascension Day", "1952-06-12": "Corpus Christi", - "1952-06-29": "Saint Peter and Saint Paul", + "1952-06-29": "Saint Peter and Saint Paul's Day", "1952-08-15": "Assumption Day", "1952-09-18": "Independence Day", "1952-09-19": "Army Day", @@ -54,7 +54,7 @@ "1953-05-14": "Ascension Day", "1953-05-21": "Navy Day", "1953-06-04": "Corpus Christi", - "1953-06-29": "Saint Peter and Saint Paul", + "1953-06-29": "Saint Peter and Saint Paul's Day", "1953-08-15": "Assumption Day", "1953-09-18": "Independence Day", "1953-09-19": "Army Day", @@ -70,7 +70,7 @@ "1954-05-21": "Navy Day", "1954-05-27": "Ascension Day", "1954-06-17": "Corpus Christi", - "1954-06-29": "Saint Peter and Saint Paul", + "1954-06-29": "Saint Peter and Saint Paul's Day", "1954-08-15": "Assumption Day", "1954-09-18": "Independence Day", "1954-09-19": "Army Day", @@ -86,7 +86,7 @@ "1955-05-19": "Ascension Day", "1955-05-21": "Navy Day", "1955-06-09": "Corpus Christi", - "1955-06-29": "Saint Peter and Saint Paul", + "1955-06-29": "Saint Peter and Saint Paul's Day", "1955-08-15": "Assumption Day", "1955-09-18": "Independence Day", "1955-09-19": "Army Day", @@ -102,7 +102,7 @@ "1956-05-10": "Ascension Day", "1956-05-21": "Navy Day", "1956-05-31": "Corpus Christi", - "1956-06-29": "Saint Peter and Saint Paul", + "1956-06-29": "Saint Peter and Saint Paul's Day", "1956-08-15": "Assumption Day", "1956-09-18": "Independence Day", "1956-09-19": "Army Day", @@ -119,7 +119,7 @@ "1957-05-21": "Navy Day", "1957-05-30": "Ascension Day", "1957-06-20": "Corpus Christi", - "1957-06-29": "Saint Peter and Saint Paul", + "1957-06-29": "Saint Peter and Saint Paul's Day", "1957-06-30": "Bank Holiday", "1957-08-15": "Assumption Day", "1957-09-18": "Independence Day", @@ -137,7 +137,7 @@ "1958-05-15": "Ascension Day", "1958-05-21": "Navy Day", "1958-06-05": "Corpus Christi", - "1958-06-29": "Saint Peter and Saint Paul", + "1958-06-29": "Saint Peter and Saint Paul's Day", "1958-06-30": "Bank Holiday", "1958-08-15": "Assumption Day", "1958-09-18": "Independence Day", @@ -155,7 +155,7 @@ "1959-05-07": "Ascension Day", "1959-05-21": "Navy Day", "1959-05-28": "Corpus Christi", - "1959-06-29": "Saint Peter and Saint Paul", + "1959-06-29": "Saint Peter and Saint Paul's Day", "1959-06-30": "Bank Holiday", "1959-08-15": "Assumption Day", "1959-09-18": "Independence Day", @@ -173,7 +173,7 @@ "1960-05-21": "Navy Day", "1960-05-26": "Ascension Day", "1960-06-16": "Corpus Christi", - "1960-06-29": "Saint Peter and Saint Paul", + "1960-06-29": "Saint Peter and Saint Paul's Day", "1960-06-30": "Bank Holiday", "1960-08-15": "Assumption Day", "1960-09-18": "Independence Day", @@ -191,7 +191,7 @@ "1961-05-11": "Ascension Day", "1961-05-21": "Navy Day", "1961-06-01": "Corpus Christi", - "1961-06-29": "Saint Peter and Saint Paul", + "1961-06-29": "Saint Peter and Saint Paul's Day", "1961-06-30": "Bank Holiday", "1961-08-15": "Assumption Day", "1961-09-18": "Independence Day", @@ -209,7 +209,7 @@ "1962-05-21": "Navy Day", "1962-05-31": "Ascension Day", "1962-06-21": "Corpus Christi", - "1962-06-29": "Saint Peter and Saint Paul", + "1962-06-29": "Saint Peter and Saint Paul's Day", "1962-06-30": "Bank Holiday", "1962-08-15": "Assumption Day", "1962-09-18": "Independence Day", @@ -227,7 +227,7 @@ "1963-05-21": "Navy Day", "1963-05-23": "Ascension Day", "1963-06-13": "Corpus Christi", - "1963-06-29": "Saint Peter and Saint Paul", + "1963-06-29": "Saint Peter and Saint Paul's Day", "1963-06-30": "Bank Holiday", "1963-08-15": "Assumption Day", "1963-09-18": "Independence Day", @@ -245,7 +245,7 @@ "1964-05-07": "Ascension Day", "1964-05-21": "Navy Day", "1964-05-28": "Corpus Christi", - "1964-06-29": "Saint Peter and Saint Paul", + "1964-06-29": "Saint Peter and Saint Paul's Day", "1964-06-30": "Bank Holiday", "1964-08-15": "Assumption Day", "1964-09-18": "Independence Day", @@ -263,7 +263,7 @@ "1965-05-21": "Navy Day", "1965-05-27": "Ascension Day", "1965-06-17": "Corpus Christi", - "1965-06-29": "Saint Peter and Saint Paul", + "1965-06-29": "Saint Peter and Saint Paul's Day", "1965-06-30": "Bank Holiday", "1965-08-15": "Assumption Day", "1965-09-18": "Independence Day", @@ -281,7 +281,7 @@ "1966-05-19": "Ascension Day", "1966-05-21": "Navy Day", "1966-06-09": "Corpus Christi", - "1966-06-29": "Saint Peter and Saint Paul", + "1966-06-29": "Saint Peter and Saint Paul's Day", "1966-06-30": "Bank Holiday", "1966-08-15": "Assumption Day", "1966-09-18": "Independence Day", @@ -299,7 +299,7 @@ "1967-05-04": "Ascension Day", "1967-05-21": "Navy Day", "1967-05-25": "Corpus Christi", - "1967-06-29": "Saint Peter and Saint Paul", + "1967-06-29": "Saint Peter and Saint Paul's Day", "1967-06-30": "Bank Holiday", "1967-08-15": "Assumption Day", "1967-09-18": "Independence Day", @@ -579,7 +579,7 @@ "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-05-21": "Navy Day", - "1986-06-29": "Saint Peter and Saint Paul", + "1986-06-29": "Saint Peter and Saint Paul's Day", "1986-08-15": "Assumption Day", "1986-09-11": "Day of National Liberation", "1986-09-18": "Independence Day", @@ -596,7 +596,7 @@ "1987-05-01": "Labor Day", "1987-05-21": "Navy Day", "1987-06-18": "Corpus Christi", - "1987-06-29": "Saint Peter and Saint Paul", + "1987-06-29": "Saint Peter and Saint Paul's Day", "1987-08-15": "Assumption Day", "1987-09-11": "Day of National Liberation", "1987-09-18": "Independence Day", @@ -613,7 +613,7 @@ "1988-05-01": "Labor Day", "1988-05-21": "Navy Day", "1988-06-02": "Corpus Christi", - "1988-06-29": "Saint Peter and Saint Paul", + "1988-06-29": "Saint Peter and Saint Paul's Day", "1988-08-15": "Assumption Day", "1988-09-11": "Day of National Liberation", "1988-09-18": "Independence Day", @@ -630,7 +630,7 @@ "1989-05-01": "Labor Day", "1989-05-21": "Navy Day", "1989-05-25": "Corpus Christi", - "1989-06-29": "Saint Peter and Saint Paul", + "1989-06-29": "Saint Peter and Saint Paul's Day", "1989-08-15": "Assumption Day", "1989-09-11": "Day of National Liberation", "1989-09-18": "Independence Day", @@ -646,7 +646,7 @@ "1990-05-01": "Labor Day", "1990-05-21": "Navy Day", "1990-06-14": "Corpus Christi", - "1990-06-29": "Saint Peter and Saint Paul", + "1990-06-29": "Saint Peter and Saint Paul's Day", "1990-08-15": "Assumption Day", "1990-09-11": "Day of National Liberation", "1990-09-18": "Independence Day", @@ -662,7 +662,7 @@ "1991-05-01": "Labor Day", "1991-05-21": "Navy Day", "1991-05-30": "Corpus Christi", - "1991-06-29": "Saint Peter and Saint Paul", + "1991-06-29": "Saint Peter and Saint Paul's Day", "1991-08-15": "Assumption Day", "1991-09-11": "Day of National Liberation", "1991-09-18": "Independence Day", @@ -678,7 +678,7 @@ "1992-05-01": "Labor Day", "1992-05-21": "Navy Day", "1992-06-18": "Corpus Christi", - "1992-06-29": "Saint Peter and Saint Paul", + "1992-06-29": "Saint Peter and Saint Paul's Day", "1992-08-15": "Assumption Day", "1992-09-11": "Day of National Liberation", "1992-09-18": "Independence Day", @@ -694,7 +694,7 @@ "1993-05-01": "Labor Day", "1993-05-21": "Navy Day", "1993-06-10": "Corpus Christi", - "1993-06-29": "Saint Peter and Saint Paul", + "1993-06-29": "Saint Peter and Saint Paul's Day", "1993-08-15": "Assumption Day", "1993-09-11": "Day of National Liberation", "1993-09-18": "Independence Day", @@ -710,7 +710,7 @@ "1994-05-01": "Labor Day", "1994-05-21": "Navy Day", "1994-06-02": "Corpus Christi", - "1994-06-29": "Saint Peter and Saint Paul", + "1994-06-29": "Saint Peter and Saint Paul's Day", "1994-08-15": "Assumption Day", "1994-09-11": "Day of National Liberation", "1994-09-18": "Independence Day", @@ -726,7 +726,7 @@ "1995-05-01": "Labor Day", "1995-05-21": "Navy Day", "1995-06-15": "Corpus Christi", - "1995-06-29": "Saint Peter and Saint Paul", + "1995-06-29": "Saint Peter and Saint Paul's Day", "1995-08-15": "Assumption Day", "1995-09-11": "Day of National Liberation", "1995-09-18": "Independence Day", @@ -742,7 +742,7 @@ "1996-05-01": "Labor Day", "1996-05-21": "Navy Day", "1996-06-06": "Corpus Christi", - "1996-06-29": "Saint Peter and Saint Paul", + "1996-06-29": "Saint Peter and Saint Paul's Day", "1996-08-15": "Assumption Day", "1996-09-11": "Day of National Liberation", "1996-09-18": "Independence Day", @@ -758,7 +758,7 @@ "1997-05-01": "Labor Day", "1997-05-21": "Navy Day", "1997-05-29": "Corpus Christi", - "1997-06-29": "Saint Peter and Saint Paul", + "1997-06-29": "Saint Peter and Saint Paul's Day", "1997-08-15": "Assumption Day", "1997-09-11": "Day of National Liberation", "1997-09-18": "Independence Day", @@ -773,7 +773,7 @@ "1998-05-01": "Labor Day", "1998-05-21": "Navy Day", "1998-06-11": "Corpus Christi", - "1998-06-29": "Saint Peter and Saint Paul", + "1998-06-29": "Saint Peter and Saint Paul's Day", "1998-08-15": "Assumption Day", "1998-09-11": "Day of National Liberation", "1998-09-18": "Independence Day", @@ -789,7 +789,7 @@ "1999-05-01": "Labor Day", "1999-05-21": "Navy Day", "1999-06-03": "Corpus Christi", - "1999-06-29": "Saint Peter and Saint Paul", + "1999-06-29": "Saint Peter and Saint Paul's Day", "1999-08-15": "Assumption Day", "1999-09-06": "Day of National Unity", "1999-09-18": "Independence Day", @@ -805,7 +805,7 @@ "2000-05-01": "Labor Day", "2000-05-21": "Navy Day", "2000-06-19": "Corpus Christi", - "2000-06-26": "Saint Peter and Saint Paul", + "2000-06-26": "Saint Peter and Saint Paul's Day", "2000-08-15": "Assumption Day", "2000-09-04": "Day of National Unity", "2000-09-18": "Independence Day", @@ -821,7 +821,7 @@ "2001-05-01": "Labor Day", "2001-05-21": "Navy Day", "2001-06-11": "Corpus Christi", - "2001-07-02": "Saint Peter and Saint Paul", + "2001-07-02": "Saint Peter and Saint Paul's Day", "2001-08-15": "Assumption Day", "2001-09-03": "Day of National Unity", "2001-09-18": "Independence Day", @@ -837,7 +837,7 @@ "2002-05-01": "Labor Day", "2002-05-21": "Navy Day", "2002-05-27": "Corpus Christi", - "2002-06-29": "Saint Peter and Saint Paul", + "2002-06-29": "Saint Peter and Saint Paul's Day", "2002-08-15": "Assumption Day", "2002-09-18": "Independence Day", "2002-09-19": "Army Day", @@ -852,7 +852,7 @@ "2003-05-01": "Labor Day", "2003-05-21": "Navy Day", "2003-06-16": "Corpus Christi", - "2003-06-29": "Saint Peter and Saint Paul", + "2003-06-29": "Saint Peter and Saint Paul's Day", "2003-08-15": "Assumption Day", "2003-09-18": "Independence Day", "2003-09-19": "Army Day", @@ -867,7 +867,7 @@ "2004-05-01": "Labor Day", "2004-05-21": "Navy Day", "2004-06-07": "Corpus Christi", - "2004-06-28": "Saint Peter and Saint Paul", + "2004-06-28": "Saint Peter and Saint Paul's Day", "2004-08-15": "Assumption Day", "2004-09-18": "Independence Day", "2004-09-19": "Army Day", @@ -882,7 +882,7 @@ "2005-05-01": "Labor Day", "2005-05-21": "Navy Day", "2005-05-23": "Corpus Christi", - "2005-06-27": "Saint Peter and Saint Paul", + "2005-06-27": "Saint Peter and Saint Paul's Day", "2005-08-15": "Assumption Day", "2005-09-18": "Independence Day", "2005-09-19": "Army Day", @@ -897,7 +897,7 @@ "2006-05-01": "Labor Day", "2006-05-21": "Navy Day", "2006-06-12": "Corpus Christi", - "2006-06-26": "Saint Peter and Saint Paul", + "2006-06-26": "Saint Peter and Saint Paul's Day", "2006-08-15": "Assumption Day", "2006-09-18": "Independence Day", "2006-09-19": "Army Day", @@ -911,7 +911,7 @@ "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-05-21": "Navy Day", - "2007-07-02": "Saint Peter and Saint Paul", + "2007-07-02": "Saint Peter and Saint Paul's Day", "2007-07-16": "Our Lady of Mount Carmel", "2007-08-15": "Assumption Day", "2007-09-17": "National Holiday", @@ -927,7 +927,7 @@ "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-05-21": "Navy Day", - "2008-06-29": "Saint Peter and Saint Paul", + "2008-06-29": "Saint Peter and Saint Paul's Day", "2008-07-16": "Our Lady of Mount Carmel", "2008-08-15": "Assumption Day", "2008-09-18": "Independence Day", @@ -943,7 +943,7 @@ "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-05-21": "Navy Day", - "2009-06-29": "Saint Peter and Saint Paul", + "2009-06-29": "Saint Peter and Saint Paul's Day", "2009-07-16": "Our Lady of Mount Carmel", "2009-08-15": "Assumption Day", "2009-09-18": "Independence Day", @@ -959,7 +959,7 @@ "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-05-21": "Navy Day", - "2010-06-28": "Saint Peter and Saint Paul", + "2010-06-28": "Saint Peter and Saint Paul's Day", "2010-07-16": "Our Lady of Mount Carmel", "2010-08-15": "Assumption Day", "2010-09-18": "Independence Day", @@ -975,7 +975,7 @@ "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-05-21": "Navy Day", - "2011-06-27": "Saint Peter and Saint Paul", + "2011-06-27": "Saint Peter and Saint Paul's Day", "2011-07-16": "Our Lady of Mount Carmel", "2011-08-15": "Assumption Day", "2011-09-18": "Independence Day", @@ -991,7 +991,7 @@ "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-05-21": "Navy Day", - "2012-07-02": "Saint Peter and Saint Paul", + "2012-07-02": "Saint Peter and Saint Paul's Day", "2012-07-16": "Our Lady of Mount Carmel", "2012-08-15": "Assumption Day", "2012-09-17": "National Holiday", @@ -1008,7 +1008,7 @@ "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-05-21": "Navy Day", - "2013-06-29": "Saint Peter and Saint Paul", + "2013-06-29": "Saint Peter and Saint Paul's Day", "2013-07-16": "Our Lady of Mount Carmel", "2013-08-15": "Assumption Day", "2013-09-18": "Independence Day", @@ -1025,7 +1025,7 @@ "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-05-21": "Navy Day", - "2014-06-29": "Saint Peter and Saint Paul", + "2014-06-29": "Saint Peter and Saint Paul's Day", "2014-07-16": "Our Lady of Mount Carmel", "2014-08-15": "Assumption Day", "2014-09-18": "Independence Day", @@ -1041,7 +1041,7 @@ "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-05-21": "Navy Day", - "2015-06-29": "Saint Peter and Saint Paul", + "2015-06-29": "Saint Peter and Saint Paul's Day", "2015-07-16": "Our Lady of Mount Carmel", "2015-08-15": "Assumption Day", "2015-09-18": "Independence Day", @@ -1057,7 +1057,7 @@ "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-21": "Navy Day", - "2016-06-27": "Saint Peter and Saint Paul", + "2016-06-27": "Saint Peter and Saint Paul's Day", "2016-07-16": "Our Lady of Mount Carmel", "2016-08-15": "Assumption Day", "2016-09-18": "Independence Day", @@ -1074,7 +1074,7 @@ "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-21": "Navy Day", - "2017-06-26": "Saint Peter and Saint Paul", + "2017-06-26": "Saint Peter and Saint Paul's Day", "2017-07-16": "Our Lady of Mount Carmel", "2017-08-15": "Assumption Day", "2017-09-18": "Independence Day", @@ -1090,7 +1090,7 @@ "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-21": "Navy Day", - "2018-07-02": "Saint Peter and Saint Paul", + "2018-07-02": "Saint Peter and Saint Paul's Day", "2018-07-16": "Our Lady of Mount Carmel", "2018-08-15": "Assumption Day", "2018-09-17": "National Holiday", @@ -1107,7 +1107,7 @@ "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-21": "Navy Day", - "2019-06-29": "Saint Peter and Saint Paul", + "2019-06-29": "Saint Peter and Saint Paul's Day", "2019-07-16": "Our Lady of Mount Carmel", "2019-08-15": "Assumption Day", "2019-09-18": "Independence Day", @@ -1124,7 +1124,7 @@ "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-21": "Navy Day", - "2020-06-29": "Saint Peter and Saint Paul", + "2020-06-29": "Saint Peter and Saint Paul's Day", "2020-07-16": "Our Lady of Mount Carmel", "2020-08-15": "Assumption Day", "2020-09-18": "Independence Day", @@ -1141,7 +1141,7 @@ "2021-05-01": "Labor Day", "2021-05-21": "Navy Day", "2021-06-21": "National Day of Indigenous Peoples", - "2021-06-28": "Saint Peter and Saint Paul", + "2021-06-28": "Saint Peter and Saint Paul's Day", "2021-07-16": "Our Lady of Mount Carmel", "2021-08-15": "Assumption Day", "2021-09-17": "National Holiday", @@ -1159,7 +1159,7 @@ "2022-05-01": "Labor Day", "2022-05-21": "Navy Day", "2022-06-21": "National Day of Indigenous Peoples", - "2022-06-27": "Saint Peter and Saint Paul", + "2022-06-27": "Saint Peter and Saint Paul's Day", "2022-07-16": "Our Lady of Mount Carmel", "2022-08-15": "Assumption Day", "2022-09-16": "National Holiday", @@ -1178,7 +1178,7 @@ "2023-05-01": "Labor Day", "2023-05-21": "Navy Day", "2023-06-21": "National Day of Indigenous Peoples", - "2023-06-26": "Saint Peter and Saint Paul", + "2023-06-26": "Saint Peter and Saint Paul's Day", "2023-07-16": "Our Lady of Mount Carmel", "2023-08-15": "Assumption Day", "2023-09-18": "Independence Day", @@ -1195,7 +1195,7 @@ "2024-05-01": "Labor Day", "2024-05-21": "Navy Day", "2024-06-20": "National Day of Indigenous Peoples", - "2024-06-29": "Saint Peter and Saint Paul", + "2024-06-29": "Saint Peter and Saint Paul's Day", "2024-07-16": "Our Lady of Mount Carmel", "2024-08-15": "Assumption Day", "2024-09-18": "Independence Day", @@ -1213,7 +1213,7 @@ "2025-05-01": "Labor Day", "2025-05-21": "Navy Day", "2025-06-20": "National Day of Indigenous Peoples", - "2025-06-29": "Saint Peter and Saint Paul", + "2025-06-29": "Saint Peter and Saint Paul's Day", "2025-07-16": "Our Lady of Mount Carmel", "2025-08-15": "Assumption Day", "2025-09-18": "Independence Day", @@ -1230,7 +1230,7 @@ "2026-05-01": "Labor Day", "2026-05-21": "Navy Day", "2026-06-21": "National Day of Indigenous Peoples", - "2026-06-29": "Saint Peter and Saint Paul", + "2026-06-29": "Saint Peter and Saint Paul's Day", "2026-07-16": "Our Lady of Mount Carmel", "2026-08-15": "Assumption Day", "2026-09-18": "Independence Day", @@ -1247,7 +1247,7 @@ "2027-05-01": "Labor Day", "2027-05-21": "Navy Day", "2027-06-21": "National Day of Indigenous Peoples", - "2027-06-28": "Saint Peter and Saint Paul", + "2027-06-28": "Saint Peter and Saint Paul's Day", "2027-07-16": "Our Lady of Mount Carmel", "2027-08-15": "Assumption Day", "2027-09-17": "National Holiday", @@ -1265,7 +1265,7 @@ "2028-05-01": "Labor Day", "2028-05-21": "Navy Day", "2028-06-20": "National Day of Indigenous Peoples", - "2028-06-26": "Saint Peter and Saint Paul", + "2028-06-26": "Saint Peter and Saint Paul's Day", "2028-07-16": "Our Lady of Mount Carmel", "2028-08-15": "Assumption Day", "2028-09-18": "Independence Day", @@ -1282,7 +1282,7 @@ "2029-05-01": "Labor Day", "2029-05-21": "Navy Day", "2029-06-20": "National Day of Indigenous Peoples", - "2029-07-02": "Saint Peter and Saint Paul", + "2029-07-02": "Saint Peter and Saint Paul's Day", "2029-07-16": "Our Lady of Mount Carmel", "2029-08-15": "Assumption Day", "2029-09-17": "National Holiday", @@ -1300,7 +1300,7 @@ "2030-05-01": "Labor Day", "2030-05-21": "Navy Day", "2030-06-21": "National Day of Indigenous Peoples", - "2030-06-29": "Saint Peter and Saint Paul", + "2030-06-29": "Saint Peter and Saint Paul's Day", "2030-07-16": "Our Lady of Mount Carmel", "2030-08-15": "Assumption Day", "2030-09-18": "Independence Day", @@ -1318,7 +1318,7 @@ "2031-05-01": "Labor Day", "2031-05-21": "Navy Day", "2031-06-21": "National Day of Indigenous Peoples", - "2031-06-29": "Saint Peter and Saint Paul", + "2031-06-29": "Saint Peter and Saint Paul's Day", "2031-07-16": "Our Lady of Mount Carmel", "2031-08-15": "Assumption Day", "2031-09-18": "Independence Day", @@ -1335,7 +1335,7 @@ "2032-05-01": "Labor Day", "2032-05-21": "Navy Day", "2032-06-20": "National Day of Indigenous Peoples", - "2032-06-28": "Saint Peter and Saint Paul", + "2032-06-28": "Saint Peter and Saint Paul's Day", "2032-07-16": "Our Lady of Mount Carmel", "2032-08-15": "Assumption Day", "2032-09-17": "National Holiday", @@ -1353,7 +1353,7 @@ "2033-05-01": "Labor Day", "2033-05-21": "Navy Day", "2033-06-20": "National Day of Indigenous Peoples", - "2033-06-27": "Saint Peter and Saint Paul", + "2033-06-27": "Saint Peter and Saint Paul's Day", "2033-07-16": "Our Lady of Mount Carmel", "2033-08-15": "Assumption Day", "2033-09-18": "Independence Day", @@ -1371,7 +1371,7 @@ "2034-05-01": "Labor Day", "2034-05-21": "Navy Day", "2034-06-21": "National Day of Indigenous Peoples", - "2034-06-26": "Saint Peter and Saint Paul", + "2034-06-26": "Saint Peter and Saint Paul's Day", "2034-07-16": "Our Lady of Mount Carmel", "2034-08-15": "Assumption Day", "2034-09-18": "Independence Day", @@ -1388,7 +1388,7 @@ "2035-05-01": "Labor Day", "2035-05-21": "Navy Day", "2035-06-21": "National Day of Indigenous Peoples", - "2035-07-02": "Saint Peter and Saint Paul", + "2035-07-02": "Saint Peter and Saint Paul's Day", "2035-07-16": "Our Lady of Mount Carmel", "2035-08-15": "Assumption Day", "2035-09-17": "National Holiday", @@ -1406,7 +1406,7 @@ "2036-05-01": "Labor Day", "2036-05-21": "Navy Day", "2036-06-20": "National Day of Indigenous Peoples", - "2036-06-29": "Saint Peter and Saint Paul", + "2036-06-29": "Saint Peter and Saint Paul's Day", "2036-07-16": "Our Lady of Mount Carmel", "2036-08-15": "Assumption Day", "2036-09-18": "Independence Day", @@ -1423,7 +1423,7 @@ "2037-05-01": "Labor Day", "2037-05-21": "Navy Day", "2037-06-20": "National Day of Indigenous Peoples", - "2037-06-29": "Saint Peter and Saint Paul", + "2037-06-29": "Saint Peter and Saint Paul's Day", "2037-07-16": "Our Lady of Mount Carmel", "2037-08-15": "Assumption Day", "2037-09-18": "Independence Day", @@ -1440,7 +1440,7 @@ "2038-05-01": "Labor Day", "2038-05-21": "Navy Day", "2038-06-21": "National Day of Indigenous Peoples", - "2038-06-28": "Saint Peter and Saint Paul", + "2038-06-28": "Saint Peter and Saint Paul's Day", "2038-07-16": "Our Lady of Mount Carmel", "2038-08-15": "Assumption Day", "2038-09-17": "National Holiday", @@ -1458,7 +1458,7 @@ "2039-05-01": "Labor Day", "2039-05-21": "Navy Day", "2039-06-21": "National Day of Indigenous Peoples", - "2039-06-27": "Saint Peter and Saint Paul", + "2039-06-27": "Saint Peter and Saint Paul's Day", "2039-07-16": "Our Lady of Mount Carmel", "2039-08-15": "Assumption Day", "2039-09-18": "Independence Day", @@ -1476,7 +1476,7 @@ "2040-05-01": "Labor Day", "2040-05-21": "Navy Day", "2040-06-20": "National Day of Indigenous Peoples", - "2040-07-02": "Saint Peter and Saint Paul", + "2040-07-02": "Saint Peter and Saint Paul's Day", "2040-07-16": "Our Lady of Mount Carmel", "2040-08-15": "Assumption Day", "2040-09-17": "National Holiday", @@ -1494,7 +1494,7 @@ "2041-05-01": "Labor Day", "2041-05-21": "Navy Day", "2041-06-20": "National Day of Indigenous Peoples", - "2041-06-29": "Saint Peter and Saint Paul", + "2041-06-29": "Saint Peter and Saint Paul's Day", "2041-07-16": "Our Lady of Mount Carmel", "2041-08-15": "Assumption Day", "2041-09-18": "Independence Day", @@ -1512,7 +1512,7 @@ "2042-05-01": "Labor Day", "2042-05-21": "Navy Day", "2042-06-21": "National Day of Indigenous Peoples", - "2042-06-29": "Saint Peter and Saint Paul", + "2042-06-29": "Saint Peter and Saint Paul's Day", "2042-07-16": "Our Lady of Mount Carmel", "2042-08-15": "Assumption Day", "2042-09-18": "Independence Day", @@ -1529,7 +1529,7 @@ "2043-05-01": "Labor Day", "2043-05-21": "Navy Day", "2043-06-21": "National Day of Indigenous Peoples", - "2043-06-29": "Saint Peter and Saint Paul", + "2043-06-29": "Saint Peter and Saint Paul's Day", "2043-07-16": "Our Lady of Mount Carmel", "2043-08-15": "Assumption Day", "2043-09-18": "Independence Day", @@ -1546,7 +1546,7 @@ "2044-05-01": "Labor Day", "2044-05-21": "Navy Day", "2044-06-20": "National Day of Indigenous Peoples", - "2044-06-27": "Saint Peter and Saint Paul", + "2044-06-27": "Saint Peter and Saint Paul's Day", "2044-07-16": "Our Lady of Mount Carmel", "2044-08-15": "Assumption Day", "2044-09-18": "Independence Day", @@ -1564,7 +1564,7 @@ "2045-05-01": "Labor Day", "2045-05-21": "Navy Day", "2045-06-20": "National Day of Indigenous Peoples", - "2045-06-26": "Saint Peter and Saint Paul", + "2045-06-26": "Saint Peter and Saint Paul's Day", "2045-07-16": "Our Lady of Mount Carmel", "2045-08-15": "Assumption Day", "2045-09-18": "Independence Day", @@ -1581,7 +1581,7 @@ "2046-05-01": "Labor Day", "2046-05-21": "Navy Day", "2046-06-21": "National Day of Indigenous Peoples", - "2046-07-02": "Saint Peter and Saint Paul", + "2046-07-02": "Saint Peter and Saint Paul's Day", "2046-07-16": "Our Lady of Mount Carmel", "2046-08-15": "Assumption Day", "2046-09-17": "National Holiday", @@ -1599,7 +1599,7 @@ "2047-05-01": "Labor Day", "2047-05-21": "Navy Day", "2047-06-21": "National Day of Indigenous Peoples", - "2047-06-29": "Saint Peter and Saint Paul", + "2047-06-29": "Saint Peter and Saint Paul's Day", "2047-07-16": "Our Lady of Mount Carmel", "2047-08-15": "Assumption Day", "2047-09-18": "Independence Day", @@ -1617,7 +1617,7 @@ "2048-05-01": "Labor Day", "2048-05-21": "Navy Day", "2048-06-20": "National Day of Indigenous Peoples", - "2048-06-29": "Saint Peter and Saint Paul", + "2048-06-29": "Saint Peter and Saint Paul's Day", "2048-07-16": "Our Lady of Mount Carmel", "2048-08-15": "Assumption Day", "2048-09-18": "Independence Day", @@ -1634,7 +1634,7 @@ "2049-05-01": "Labor Day", "2049-05-21": "Navy Day", "2049-06-20": "National Day of Indigenous Peoples", - "2049-06-28": "Saint Peter and Saint Paul", + "2049-06-28": "Saint Peter and Saint Paul's Day", "2049-07-16": "Our Lady of Mount Carmel", "2049-08-15": "Assumption Day", "2049-09-17": "National Holiday", @@ -1652,7 +1652,7 @@ "2050-05-01": "Labor Day", "2050-05-21": "Navy Day", "2050-06-20": "National Day of Indigenous Peoples", - "2050-06-27": "Saint Peter and Saint Paul", + "2050-06-27": "Saint Peter and Saint Paul's Day", "2050-07-16": "Our Lady of Mount Carmel", "2050-08-15": "Assumption Day", "2050-09-18": "Independence Day", diff --git a/snapshots/countries/CL_CO.json b/snapshots/countries/CL_CO.json index a970a01b0..61e6101f0 100644 --- a/snapshots/countries/CL_CO.json +++ b/snapshots/countries/CL_CO.json @@ -6,7 +6,7 @@ "1950-05-18": "Ascension Day", "1950-05-21": "Navy Day", "1950-06-08": "Corpus Christi", - "1950-06-29": "Saint Peter and Saint Paul", + "1950-06-29": "Saint Peter and Saint Paul's Day", "1950-08-15": "Assumption Day", "1950-09-18": "Independence Day", "1950-09-19": "Army Day", @@ -22,7 +22,7 @@ "1951-05-03": "Ascension Day", "1951-05-21": "Navy Day", "1951-05-24": "Corpus Christi", - "1951-06-29": "Saint Peter and Saint Paul", + "1951-06-29": "Saint Peter and Saint Paul's Day", "1951-08-15": "Assumption Day", "1951-09-18": "Independence Day", "1951-09-19": "Army Day", @@ -38,7 +38,7 @@ "1952-05-21": "Navy Day", "1952-05-22": "Ascension Day", "1952-06-12": "Corpus Christi", - "1952-06-29": "Saint Peter and Saint Paul", + "1952-06-29": "Saint Peter and Saint Paul's Day", "1952-08-15": "Assumption Day", "1952-09-18": "Independence Day", "1952-09-19": "Army Day", @@ -54,7 +54,7 @@ "1953-05-14": "Ascension Day", "1953-05-21": "Navy Day", "1953-06-04": "Corpus Christi", - "1953-06-29": "Saint Peter and Saint Paul", + "1953-06-29": "Saint Peter and Saint Paul's Day", "1953-08-15": "Assumption Day", "1953-09-18": "Independence Day", "1953-09-19": "Army Day", @@ -70,7 +70,7 @@ "1954-05-21": "Navy Day", "1954-05-27": "Ascension Day", "1954-06-17": "Corpus Christi", - "1954-06-29": "Saint Peter and Saint Paul", + "1954-06-29": "Saint Peter and Saint Paul's Day", "1954-08-15": "Assumption Day", "1954-09-18": "Independence Day", "1954-09-19": "Army Day", @@ -86,7 +86,7 @@ "1955-05-19": "Ascension Day", "1955-05-21": "Navy Day", "1955-06-09": "Corpus Christi", - "1955-06-29": "Saint Peter and Saint Paul", + "1955-06-29": "Saint Peter and Saint Paul's Day", "1955-08-15": "Assumption Day", "1955-09-18": "Independence Day", "1955-09-19": "Army Day", @@ -102,7 +102,7 @@ "1956-05-10": "Ascension Day", "1956-05-21": "Navy Day", "1956-05-31": "Corpus Christi", - "1956-06-29": "Saint Peter and Saint Paul", + "1956-06-29": "Saint Peter and Saint Paul's Day", "1956-08-15": "Assumption Day", "1956-09-18": "Independence Day", "1956-09-19": "Army Day", @@ -119,7 +119,7 @@ "1957-05-21": "Navy Day", "1957-05-30": "Ascension Day", "1957-06-20": "Corpus Christi", - "1957-06-29": "Saint Peter and Saint Paul", + "1957-06-29": "Saint Peter and Saint Paul's Day", "1957-06-30": "Bank Holiday", "1957-08-15": "Assumption Day", "1957-09-18": "Independence Day", @@ -137,7 +137,7 @@ "1958-05-15": "Ascension Day", "1958-05-21": "Navy Day", "1958-06-05": "Corpus Christi", - "1958-06-29": "Saint Peter and Saint Paul", + "1958-06-29": "Saint Peter and Saint Paul's Day", "1958-06-30": "Bank Holiday", "1958-08-15": "Assumption Day", "1958-09-18": "Independence Day", @@ -155,7 +155,7 @@ "1959-05-07": "Ascension Day", "1959-05-21": "Navy Day", "1959-05-28": "Corpus Christi", - "1959-06-29": "Saint Peter and Saint Paul", + "1959-06-29": "Saint Peter and Saint Paul's Day", "1959-06-30": "Bank Holiday", "1959-08-15": "Assumption Day", "1959-09-18": "Independence Day", @@ -173,7 +173,7 @@ "1960-05-21": "Navy Day", "1960-05-26": "Ascension Day", "1960-06-16": "Corpus Christi", - "1960-06-29": "Saint Peter and Saint Paul", + "1960-06-29": "Saint Peter and Saint Paul's Day", "1960-06-30": "Bank Holiday", "1960-08-15": "Assumption Day", "1960-09-18": "Independence Day", @@ -191,7 +191,7 @@ "1961-05-11": "Ascension Day", "1961-05-21": "Navy Day", "1961-06-01": "Corpus Christi", - "1961-06-29": "Saint Peter and Saint Paul", + "1961-06-29": "Saint Peter and Saint Paul's Day", "1961-06-30": "Bank Holiday", "1961-08-15": "Assumption Day", "1961-09-18": "Independence Day", @@ -209,7 +209,7 @@ "1962-05-21": "Navy Day", "1962-05-31": "Ascension Day", "1962-06-21": "Corpus Christi", - "1962-06-29": "Saint Peter and Saint Paul", + "1962-06-29": "Saint Peter and Saint Paul's Day", "1962-06-30": "Bank Holiday", "1962-08-15": "Assumption Day", "1962-09-18": "Independence Day", @@ -227,7 +227,7 @@ "1963-05-21": "Navy Day", "1963-05-23": "Ascension Day", "1963-06-13": "Corpus Christi", - "1963-06-29": "Saint Peter and Saint Paul", + "1963-06-29": "Saint Peter and Saint Paul's Day", "1963-06-30": "Bank Holiday", "1963-08-15": "Assumption Day", "1963-09-18": "Independence Day", @@ -245,7 +245,7 @@ "1964-05-07": "Ascension Day", "1964-05-21": "Navy Day", "1964-05-28": "Corpus Christi", - "1964-06-29": "Saint Peter and Saint Paul", + "1964-06-29": "Saint Peter and Saint Paul's Day", "1964-06-30": "Bank Holiday", "1964-08-15": "Assumption Day", "1964-09-18": "Independence Day", @@ -263,7 +263,7 @@ "1965-05-21": "Navy Day", "1965-05-27": "Ascension Day", "1965-06-17": "Corpus Christi", - "1965-06-29": "Saint Peter and Saint Paul", + "1965-06-29": "Saint Peter and Saint Paul's Day", "1965-06-30": "Bank Holiday", "1965-08-15": "Assumption Day", "1965-09-18": "Independence Day", @@ -281,7 +281,7 @@ "1966-05-19": "Ascension Day", "1966-05-21": "Navy Day", "1966-06-09": "Corpus Christi", - "1966-06-29": "Saint Peter and Saint Paul", + "1966-06-29": "Saint Peter and Saint Paul's Day", "1966-06-30": "Bank Holiday", "1966-08-15": "Assumption Day", "1966-09-18": "Independence Day", @@ -299,7 +299,7 @@ "1967-05-04": "Ascension Day", "1967-05-21": "Navy Day", "1967-05-25": "Corpus Christi", - "1967-06-29": "Saint Peter and Saint Paul", + "1967-06-29": "Saint Peter and Saint Paul's Day", "1967-06-30": "Bank Holiday", "1967-08-15": "Assumption Day", "1967-09-18": "Independence Day", @@ -579,7 +579,7 @@ "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-05-21": "Navy Day", - "1986-06-29": "Saint Peter and Saint Paul", + "1986-06-29": "Saint Peter and Saint Paul's Day", "1986-08-15": "Assumption Day", "1986-09-11": "Day of National Liberation", "1986-09-18": "Independence Day", @@ -596,7 +596,7 @@ "1987-05-01": "Labor Day", "1987-05-21": "Navy Day", "1987-06-18": "Corpus Christi", - "1987-06-29": "Saint Peter and Saint Paul", + "1987-06-29": "Saint Peter and Saint Paul's Day", "1987-08-15": "Assumption Day", "1987-09-11": "Day of National Liberation", "1987-09-18": "Independence Day", @@ -613,7 +613,7 @@ "1988-05-01": "Labor Day", "1988-05-21": "Navy Day", "1988-06-02": "Corpus Christi", - "1988-06-29": "Saint Peter and Saint Paul", + "1988-06-29": "Saint Peter and Saint Paul's Day", "1988-08-15": "Assumption Day", "1988-09-11": "Day of National Liberation", "1988-09-18": "Independence Day", @@ -630,7 +630,7 @@ "1989-05-01": "Labor Day", "1989-05-21": "Navy Day", "1989-05-25": "Corpus Christi", - "1989-06-29": "Saint Peter and Saint Paul", + "1989-06-29": "Saint Peter and Saint Paul's Day", "1989-08-15": "Assumption Day", "1989-09-11": "Day of National Liberation", "1989-09-18": "Independence Day", @@ -646,7 +646,7 @@ "1990-05-01": "Labor Day", "1990-05-21": "Navy Day", "1990-06-14": "Corpus Christi", - "1990-06-29": "Saint Peter and Saint Paul", + "1990-06-29": "Saint Peter and Saint Paul's Day", "1990-08-15": "Assumption Day", "1990-09-11": "Day of National Liberation", "1990-09-18": "Independence Day", @@ -662,7 +662,7 @@ "1991-05-01": "Labor Day", "1991-05-21": "Navy Day", "1991-05-30": "Corpus Christi", - "1991-06-29": "Saint Peter and Saint Paul", + "1991-06-29": "Saint Peter and Saint Paul's Day", "1991-08-15": "Assumption Day", "1991-09-11": "Day of National Liberation", "1991-09-18": "Independence Day", @@ -678,7 +678,7 @@ "1992-05-01": "Labor Day", "1992-05-21": "Navy Day", "1992-06-18": "Corpus Christi", - "1992-06-29": "Saint Peter and Saint Paul", + "1992-06-29": "Saint Peter and Saint Paul's Day", "1992-08-15": "Assumption Day", "1992-09-11": "Day of National Liberation", "1992-09-18": "Independence Day", @@ -694,7 +694,7 @@ "1993-05-01": "Labor Day", "1993-05-21": "Navy Day", "1993-06-10": "Corpus Christi", - "1993-06-29": "Saint Peter and Saint Paul", + "1993-06-29": "Saint Peter and Saint Paul's Day", "1993-08-15": "Assumption Day", "1993-09-11": "Day of National Liberation", "1993-09-18": "Independence Day", @@ -710,7 +710,7 @@ "1994-05-01": "Labor Day", "1994-05-21": "Navy Day", "1994-06-02": "Corpus Christi", - "1994-06-29": "Saint Peter and Saint Paul", + "1994-06-29": "Saint Peter and Saint Paul's Day", "1994-08-15": "Assumption Day", "1994-09-11": "Day of National Liberation", "1994-09-18": "Independence Day", @@ -726,7 +726,7 @@ "1995-05-01": "Labor Day", "1995-05-21": "Navy Day", "1995-06-15": "Corpus Christi", - "1995-06-29": "Saint Peter and Saint Paul", + "1995-06-29": "Saint Peter and Saint Paul's Day", "1995-08-15": "Assumption Day", "1995-09-11": "Day of National Liberation", "1995-09-18": "Independence Day", @@ -742,7 +742,7 @@ "1996-05-01": "Labor Day", "1996-05-21": "Navy Day", "1996-06-06": "Corpus Christi", - "1996-06-29": "Saint Peter and Saint Paul", + "1996-06-29": "Saint Peter and Saint Paul's Day", "1996-08-15": "Assumption Day", "1996-09-11": "Day of National Liberation", "1996-09-18": "Independence Day", @@ -758,7 +758,7 @@ "1997-05-01": "Labor Day", "1997-05-21": "Navy Day", "1997-05-29": "Corpus Christi", - "1997-06-29": "Saint Peter and Saint Paul", + "1997-06-29": "Saint Peter and Saint Paul's Day", "1997-08-15": "Assumption Day", "1997-09-11": "Day of National Liberation", "1997-09-18": "Independence Day", @@ -773,7 +773,7 @@ "1998-05-01": "Labor Day", "1998-05-21": "Navy Day", "1998-06-11": "Corpus Christi", - "1998-06-29": "Saint Peter and Saint Paul", + "1998-06-29": "Saint Peter and Saint Paul's Day", "1998-08-15": "Assumption Day", "1998-09-11": "Day of National Liberation", "1998-09-18": "Independence Day", @@ -789,7 +789,7 @@ "1999-05-01": "Labor Day", "1999-05-21": "Navy Day", "1999-06-03": "Corpus Christi", - "1999-06-29": "Saint Peter and Saint Paul", + "1999-06-29": "Saint Peter and Saint Paul's Day", "1999-08-15": "Assumption Day", "1999-09-06": "Day of National Unity", "1999-09-18": "Independence Day", @@ -805,7 +805,7 @@ "2000-05-01": "Labor Day", "2000-05-21": "Navy Day", "2000-06-19": "Corpus Christi", - "2000-06-26": "Saint Peter and Saint Paul", + "2000-06-26": "Saint Peter and Saint Paul's Day", "2000-08-15": "Assumption Day", "2000-09-04": "Day of National Unity", "2000-09-18": "Independence Day", @@ -821,7 +821,7 @@ "2001-05-01": "Labor Day", "2001-05-21": "Navy Day", "2001-06-11": "Corpus Christi", - "2001-07-02": "Saint Peter and Saint Paul", + "2001-07-02": "Saint Peter and Saint Paul's Day", "2001-08-15": "Assumption Day", "2001-09-03": "Day of National Unity", "2001-09-18": "Independence Day", @@ -837,7 +837,7 @@ "2002-05-01": "Labor Day", "2002-05-21": "Navy Day", "2002-05-27": "Corpus Christi", - "2002-06-29": "Saint Peter and Saint Paul", + "2002-06-29": "Saint Peter and Saint Paul's Day", "2002-08-15": "Assumption Day", "2002-09-18": "Independence Day", "2002-09-19": "Army Day", @@ -852,7 +852,7 @@ "2003-05-01": "Labor Day", "2003-05-21": "Navy Day", "2003-06-16": "Corpus Christi", - "2003-06-29": "Saint Peter and Saint Paul", + "2003-06-29": "Saint Peter and Saint Paul's Day", "2003-08-15": "Assumption Day", "2003-09-18": "Independence Day", "2003-09-19": "Army Day", @@ -867,7 +867,7 @@ "2004-05-01": "Labor Day", "2004-05-21": "Navy Day", "2004-06-07": "Corpus Christi", - "2004-06-28": "Saint Peter and Saint Paul", + "2004-06-28": "Saint Peter and Saint Paul's Day", "2004-08-15": "Assumption Day", "2004-09-18": "Independence Day", "2004-09-19": "Army Day", @@ -882,7 +882,7 @@ "2005-05-01": "Labor Day", "2005-05-21": "Navy Day", "2005-05-23": "Corpus Christi", - "2005-06-27": "Saint Peter and Saint Paul", + "2005-06-27": "Saint Peter and Saint Paul's Day", "2005-08-15": "Assumption Day", "2005-09-18": "Independence Day", "2005-09-19": "Army Day", @@ -897,7 +897,7 @@ "2006-05-01": "Labor Day", "2006-05-21": "Navy Day", "2006-06-12": "Corpus Christi", - "2006-06-26": "Saint Peter and Saint Paul", + "2006-06-26": "Saint Peter and Saint Paul's Day", "2006-08-15": "Assumption Day", "2006-09-18": "Independence Day", "2006-09-19": "Army Day", @@ -911,7 +911,7 @@ "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-05-21": "Navy Day", - "2007-07-02": "Saint Peter and Saint Paul", + "2007-07-02": "Saint Peter and Saint Paul's Day", "2007-07-16": "Our Lady of Mount Carmel", "2007-08-15": "Assumption Day", "2007-09-17": "National Holiday", @@ -927,7 +927,7 @@ "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-05-21": "Navy Day", - "2008-06-29": "Saint Peter and Saint Paul", + "2008-06-29": "Saint Peter and Saint Paul's Day", "2008-07-16": "Our Lady of Mount Carmel", "2008-08-15": "Assumption Day", "2008-09-18": "Independence Day", @@ -943,7 +943,7 @@ "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-05-21": "Navy Day", - "2009-06-29": "Saint Peter and Saint Paul", + "2009-06-29": "Saint Peter and Saint Paul's Day", "2009-07-16": "Our Lady of Mount Carmel", "2009-08-15": "Assumption Day", "2009-09-18": "Independence Day", @@ -959,7 +959,7 @@ "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-05-21": "Navy Day", - "2010-06-28": "Saint Peter and Saint Paul", + "2010-06-28": "Saint Peter and Saint Paul's Day", "2010-07-16": "Our Lady of Mount Carmel", "2010-08-15": "Assumption Day", "2010-09-18": "Independence Day", @@ -975,7 +975,7 @@ "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-05-21": "Navy Day", - "2011-06-27": "Saint Peter and Saint Paul", + "2011-06-27": "Saint Peter and Saint Paul's Day", "2011-07-16": "Our Lady of Mount Carmel", "2011-08-15": "Assumption Day", "2011-09-18": "Independence Day", @@ -991,7 +991,7 @@ "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-05-21": "Navy Day", - "2012-07-02": "Saint Peter and Saint Paul", + "2012-07-02": "Saint Peter and Saint Paul's Day", "2012-07-16": "Our Lady of Mount Carmel", "2012-08-15": "Assumption Day", "2012-09-17": "National Holiday", @@ -1008,7 +1008,7 @@ "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-05-21": "Navy Day", - "2013-06-29": "Saint Peter and Saint Paul", + "2013-06-29": "Saint Peter and Saint Paul's Day", "2013-07-16": "Our Lady of Mount Carmel", "2013-08-15": "Assumption Day", "2013-09-18": "Independence Day", @@ -1025,7 +1025,7 @@ "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-05-21": "Navy Day", - "2014-06-29": "Saint Peter and Saint Paul", + "2014-06-29": "Saint Peter and Saint Paul's Day", "2014-07-16": "Our Lady of Mount Carmel", "2014-08-15": "Assumption Day", "2014-09-18": "Independence Day", @@ -1041,7 +1041,7 @@ "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-05-21": "Navy Day", - "2015-06-29": "Saint Peter and Saint Paul", + "2015-06-29": "Saint Peter and Saint Paul's Day", "2015-07-16": "Our Lady of Mount Carmel", "2015-08-15": "Assumption Day", "2015-09-18": "Independence Day", @@ -1057,7 +1057,7 @@ "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-21": "Navy Day", - "2016-06-27": "Saint Peter and Saint Paul", + "2016-06-27": "Saint Peter and Saint Paul's Day", "2016-07-16": "Our Lady of Mount Carmel", "2016-08-15": "Assumption Day", "2016-09-18": "Independence Day", @@ -1074,7 +1074,7 @@ "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-21": "Navy Day", - "2017-06-26": "Saint Peter and Saint Paul", + "2017-06-26": "Saint Peter and Saint Paul's Day", "2017-07-16": "Our Lady of Mount Carmel", "2017-08-15": "Assumption Day", "2017-09-18": "Independence Day", @@ -1090,7 +1090,7 @@ "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-21": "Navy Day", - "2018-07-02": "Saint Peter and Saint Paul", + "2018-07-02": "Saint Peter and Saint Paul's Day", "2018-07-16": "Our Lady of Mount Carmel", "2018-08-15": "Assumption Day", "2018-09-17": "National Holiday", @@ -1107,7 +1107,7 @@ "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-21": "Navy Day", - "2019-06-29": "Saint Peter and Saint Paul", + "2019-06-29": "Saint Peter and Saint Paul's Day", "2019-07-16": "Our Lady of Mount Carmel", "2019-08-15": "Assumption Day", "2019-09-18": "Independence Day", @@ -1124,7 +1124,7 @@ "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-21": "Navy Day", - "2020-06-29": "Saint Peter and Saint Paul", + "2020-06-29": "Saint Peter and Saint Paul's Day", "2020-07-16": "Our Lady of Mount Carmel", "2020-08-15": "Assumption Day", "2020-09-18": "Independence Day", @@ -1141,7 +1141,7 @@ "2021-05-01": "Labor Day", "2021-05-21": "Navy Day", "2021-06-21": "National Day of Indigenous Peoples", - "2021-06-28": "Saint Peter and Saint Paul", + "2021-06-28": "Saint Peter and Saint Paul's Day", "2021-07-16": "Our Lady of Mount Carmel", "2021-08-15": "Assumption Day", "2021-09-17": "National Holiday", @@ -1159,7 +1159,7 @@ "2022-05-01": "Labor Day", "2022-05-21": "Navy Day", "2022-06-21": "National Day of Indigenous Peoples", - "2022-06-27": "Saint Peter and Saint Paul", + "2022-06-27": "Saint Peter and Saint Paul's Day", "2022-07-16": "Our Lady of Mount Carmel", "2022-08-15": "Assumption Day", "2022-09-16": "National Holiday", @@ -1178,7 +1178,7 @@ "2023-05-01": "Labor Day", "2023-05-21": "Navy Day", "2023-06-21": "National Day of Indigenous Peoples", - "2023-06-26": "Saint Peter and Saint Paul", + "2023-06-26": "Saint Peter and Saint Paul's Day", "2023-07-16": "Our Lady of Mount Carmel", "2023-08-15": "Assumption Day", "2023-09-18": "Independence Day", @@ -1195,7 +1195,7 @@ "2024-05-01": "Labor Day", "2024-05-21": "Navy Day", "2024-06-20": "National Day of Indigenous Peoples", - "2024-06-29": "Saint Peter and Saint Paul", + "2024-06-29": "Saint Peter and Saint Paul's Day", "2024-07-16": "Our Lady of Mount Carmel", "2024-08-15": "Assumption Day", "2024-09-18": "Independence Day", @@ -1213,7 +1213,7 @@ "2025-05-01": "Labor Day", "2025-05-21": "Navy Day", "2025-06-20": "National Day of Indigenous Peoples", - "2025-06-29": "Saint Peter and Saint Paul", + "2025-06-29": "Saint Peter and Saint Paul's Day", "2025-07-16": "Our Lady of Mount Carmel", "2025-08-15": "Assumption Day", "2025-09-18": "Independence Day", @@ -1230,7 +1230,7 @@ "2026-05-01": "Labor Day", "2026-05-21": "Navy Day", "2026-06-21": "National Day of Indigenous Peoples", - "2026-06-29": "Saint Peter and Saint Paul", + "2026-06-29": "Saint Peter and Saint Paul's Day", "2026-07-16": "Our Lady of Mount Carmel", "2026-08-15": "Assumption Day", "2026-09-18": "Independence Day", @@ -1247,7 +1247,7 @@ "2027-05-01": "Labor Day", "2027-05-21": "Navy Day", "2027-06-21": "National Day of Indigenous Peoples", - "2027-06-28": "Saint Peter and Saint Paul", + "2027-06-28": "Saint Peter and Saint Paul's Day", "2027-07-16": "Our Lady of Mount Carmel", "2027-08-15": "Assumption Day", "2027-09-17": "National Holiday", @@ -1265,7 +1265,7 @@ "2028-05-01": "Labor Day", "2028-05-21": "Navy Day", "2028-06-20": "National Day of Indigenous Peoples", - "2028-06-26": "Saint Peter and Saint Paul", + "2028-06-26": "Saint Peter and Saint Paul's Day", "2028-07-16": "Our Lady of Mount Carmel", "2028-08-15": "Assumption Day", "2028-09-18": "Independence Day", @@ -1282,7 +1282,7 @@ "2029-05-01": "Labor Day", "2029-05-21": "Navy Day", "2029-06-20": "National Day of Indigenous Peoples", - "2029-07-02": "Saint Peter and Saint Paul", + "2029-07-02": "Saint Peter and Saint Paul's Day", "2029-07-16": "Our Lady of Mount Carmel", "2029-08-15": "Assumption Day", "2029-09-17": "National Holiday", @@ -1300,7 +1300,7 @@ "2030-05-01": "Labor Day", "2030-05-21": "Navy Day", "2030-06-21": "National Day of Indigenous Peoples", - "2030-06-29": "Saint Peter and Saint Paul", + "2030-06-29": "Saint Peter and Saint Paul's Day", "2030-07-16": "Our Lady of Mount Carmel", "2030-08-15": "Assumption Day", "2030-09-18": "Independence Day", @@ -1318,7 +1318,7 @@ "2031-05-01": "Labor Day", "2031-05-21": "Navy Day", "2031-06-21": "National Day of Indigenous Peoples", - "2031-06-29": "Saint Peter and Saint Paul", + "2031-06-29": "Saint Peter and Saint Paul's Day", "2031-07-16": "Our Lady of Mount Carmel", "2031-08-15": "Assumption Day", "2031-09-18": "Independence Day", @@ -1335,7 +1335,7 @@ "2032-05-01": "Labor Day", "2032-05-21": "Navy Day", "2032-06-20": "National Day of Indigenous Peoples", - "2032-06-28": "Saint Peter and Saint Paul", + "2032-06-28": "Saint Peter and Saint Paul's Day", "2032-07-16": "Our Lady of Mount Carmel", "2032-08-15": "Assumption Day", "2032-09-17": "National Holiday", @@ -1353,7 +1353,7 @@ "2033-05-01": "Labor Day", "2033-05-21": "Navy Day", "2033-06-20": "National Day of Indigenous Peoples", - "2033-06-27": "Saint Peter and Saint Paul", + "2033-06-27": "Saint Peter and Saint Paul's Day", "2033-07-16": "Our Lady of Mount Carmel", "2033-08-15": "Assumption Day", "2033-09-18": "Independence Day", @@ -1371,7 +1371,7 @@ "2034-05-01": "Labor Day", "2034-05-21": "Navy Day", "2034-06-21": "National Day of Indigenous Peoples", - "2034-06-26": "Saint Peter and Saint Paul", + "2034-06-26": "Saint Peter and Saint Paul's Day", "2034-07-16": "Our Lady of Mount Carmel", "2034-08-15": "Assumption Day", "2034-09-18": "Independence Day", @@ -1388,7 +1388,7 @@ "2035-05-01": "Labor Day", "2035-05-21": "Navy Day", "2035-06-21": "National Day of Indigenous Peoples", - "2035-07-02": "Saint Peter and Saint Paul", + "2035-07-02": "Saint Peter and Saint Paul's Day", "2035-07-16": "Our Lady of Mount Carmel", "2035-08-15": "Assumption Day", "2035-09-17": "National Holiday", @@ -1406,7 +1406,7 @@ "2036-05-01": "Labor Day", "2036-05-21": "Navy Day", "2036-06-20": "National Day of Indigenous Peoples", - "2036-06-29": "Saint Peter and Saint Paul", + "2036-06-29": "Saint Peter and Saint Paul's Day", "2036-07-16": "Our Lady of Mount Carmel", "2036-08-15": "Assumption Day", "2036-09-18": "Independence Day", @@ -1423,7 +1423,7 @@ "2037-05-01": "Labor Day", "2037-05-21": "Navy Day", "2037-06-20": "National Day of Indigenous Peoples", - "2037-06-29": "Saint Peter and Saint Paul", + "2037-06-29": "Saint Peter and Saint Paul's Day", "2037-07-16": "Our Lady of Mount Carmel", "2037-08-15": "Assumption Day", "2037-09-18": "Independence Day", @@ -1440,7 +1440,7 @@ "2038-05-01": "Labor Day", "2038-05-21": "Navy Day", "2038-06-21": "National Day of Indigenous Peoples", - "2038-06-28": "Saint Peter and Saint Paul", + "2038-06-28": "Saint Peter and Saint Paul's Day", "2038-07-16": "Our Lady of Mount Carmel", "2038-08-15": "Assumption Day", "2038-09-17": "National Holiday", @@ -1458,7 +1458,7 @@ "2039-05-01": "Labor Day", "2039-05-21": "Navy Day", "2039-06-21": "National Day of Indigenous Peoples", - "2039-06-27": "Saint Peter and Saint Paul", + "2039-06-27": "Saint Peter and Saint Paul's Day", "2039-07-16": "Our Lady of Mount Carmel", "2039-08-15": "Assumption Day", "2039-09-18": "Independence Day", @@ -1476,7 +1476,7 @@ "2040-05-01": "Labor Day", "2040-05-21": "Navy Day", "2040-06-20": "National Day of Indigenous Peoples", - "2040-07-02": "Saint Peter and Saint Paul", + "2040-07-02": "Saint Peter and Saint Paul's Day", "2040-07-16": "Our Lady of Mount Carmel", "2040-08-15": "Assumption Day", "2040-09-17": "National Holiday", @@ -1494,7 +1494,7 @@ "2041-05-01": "Labor Day", "2041-05-21": "Navy Day", "2041-06-20": "National Day of Indigenous Peoples", - "2041-06-29": "Saint Peter and Saint Paul", + "2041-06-29": "Saint Peter and Saint Paul's Day", "2041-07-16": "Our Lady of Mount Carmel", "2041-08-15": "Assumption Day", "2041-09-18": "Independence Day", @@ -1512,7 +1512,7 @@ "2042-05-01": "Labor Day", "2042-05-21": "Navy Day", "2042-06-21": "National Day of Indigenous Peoples", - "2042-06-29": "Saint Peter and Saint Paul", + "2042-06-29": "Saint Peter and Saint Paul's Day", "2042-07-16": "Our Lady of Mount Carmel", "2042-08-15": "Assumption Day", "2042-09-18": "Independence Day", @@ -1529,7 +1529,7 @@ "2043-05-01": "Labor Day", "2043-05-21": "Navy Day", "2043-06-21": "National Day of Indigenous Peoples", - "2043-06-29": "Saint Peter and Saint Paul", + "2043-06-29": "Saint Peter and Saint Paul's Day", "2043-07-16": "Our Lady of Mount Carmel", "2043-08-15": "Assumption Day", "2043-09-18": "Independence Day", @@ -1546,7 +1546,7 @@ "2044-05-01": "Labor Day", "2044-05-21": "Navy Day", "2044-06-20": "National Day of Indigenous Peoples", - "2044-06-27": "Saint Peter and Saint Paul", + "2044-06-27": "Saint Peter and Saint Paul's Day", "2044-07-16": "Our Lady of Mount Carmel", "2044-08-15": "Assumption Day", "2044-09-18": "Independence Day", @@ -1564,7 +1564,7 @@ "2045-05-01": "Labor Day", "2045-05-21": "Navy Day", "2045-06-20": "National Day of Indigenous Peoples", - "2045-06-26": "Saint Peter and Saint Paul", + "2045-06-26": "Saint Peter and Saint Paul's Day", "2045-07-16": "Our Lady of Mount Carmel", "2045-08-15": "Assumption Day", "2045-09-18": "Independence Day", @@ -1581,7 +1581,7 @@ "2046-05-01": "Labor Day", "2046-05-21": "Navy Day", "2046-06-21": "National Day of Indigenous Peoples", - "2046-07-02": "Saint Peter and Saint Paul", + "2046-07-02": "Saint Peter and Saint Paul's Day", "2046-07-16": "Our Lady of Mount Carmel", "2046-08-15": "Assumption Day", "2046-09-17": "National Holiday", @@ -1599,7 +1599,7 @@ "2047-05-01": "Labor Day", "2047-05-21": "Navy Day", "2047-06-21": "National Day of Indigenous Peoples", - "2047-06-29": "Saint Peter and Saint Paul", + "2047-06-29": "Saint Peter and Saint Paul's Day", "2047-07-16": "Our Lady of Mount Carmel", "2047-08-15": "Assumption Day", "2047-09-18": "Independence Day", @@ -1617,7 +1617,7 @@ "2048-05-01": "Labor Day", "2048-05-21": "Navy Day", "2048-06-20": "National Day of Indigenous Peoples", - "2048-06-29": "Saint Peter and Saint Paul", + "2048-06-29": "Saint Peter and Saint Paul's Day", "2048-07-16": "Our Lady of Mount Carmel", "2048-08-15": "Assumption Day", "2048-09-18": "Independence Day", @@ -1634,7 +1634,7 @@ "2049-05-01": "Labor Day", "2049-05-21": "Navy Day", "2049-06-20": "National Day of Indigenous Peoples", - "2049-06-28": "Saint Peter and Saint Paul", + "2049-06-28": "Saint Peter and Saint Paul's Day", "2049-07-16": "Our Lady of Mount Carmel", "2049-08-15": "Assumption Day", "2049-09-17": "National Holiday", @@ -1652,7 +1652,7 @@ "2050-05-01": "Labor Day", "2050-05-21": "Navy Day", "2050-06-20": "National Day of Indigenous Peoples", - "2050-06-27": "Saint Peter and Saint Paul", + "2050-06-27": "Saint Peter and Saint Paul's Day", "2050-07-16": "Our Lady of Mount Carmel", "2050-08-15": "Assumption Day", "2050-09-18": "Independence Day", diff --git a/snapshots/countries/CL_COMMON.json b/snapshots/countries/CL_COMMON.json index a970a01b0..61e6101f0 100644 --- a/snapshots/countries/CL_COMMON.json +++ b/snapshots/countries/CL_COMMON.json @@ -6,7 +6,7 @@ "1950-05-18": "Ascension Day", "1950-05-21": "Navy Day", "1950-06-08": "Corpus Christi", - "1950-06-29": "Saint Peter and Saint Paul", + "1950-06-29": "Saint Peter and Saint Paul's Day", "1950-08-15": "Assumption Day", "1950-09-18": "Independence Day", "1950-09-19": "Army Day", @@ -22,7 +22,7 @@ "1951-05-03": "Ascension Day", "1951-05-21": "Navy Day", "1951-05-24": "Corpus Christi", - "1951-06-29": "Saint Peter and Saint Paul", + "1951-06-29": "Saint Peter and Saint Paul's Day", "1951-08-15": "Assumption Day", "1951-09-18": "Independence Day", "1951-09-19": "Army Day", @@ -38,7 +38,7 @@ "1952-05-21": "Navy Day", "1952-05-22": "Ascension Day", "1952-06-12": "Corpus Christi", - "1952-06-29": "Saint Peter and Saint Paul", + "1952-06-29": "Saint Peter and Saint Paul's Day", "1952-08-15": "Assumption Day", "1952-09-18": "Independence Day", "1952-09-19": "Army Day", @@ -54,7 +54,7 @@ "1953-05-14": "Ascension Day", "1953-05-21": "Navy Day", "1953-06-04": "Corpus Christi", - "1953-06-29": "Saint Peter and Saint Paul", + "1953-06-29": "Saint Peter and Saint Paul's Day", "1953-08-15": "Assumption Day", "1953-09-18": "Independence Day", "1953-09-19": "Army Day", @@ -70,7 +70,7 @@ "1954-05-21": "Navy Day", "1954-05-27": "Ascension Day", "1954-06-17": "Corpus Christi", - "1954-06-29": "Saint Peter and Saint Paul", + "1954-06-29": "Saint Peter and Saint Paul's Day", "1954-08-15": "Assumption Day", "1954-09-18": "Independence Day", "1954-09-19": "Army Day", @@ -86,7 +86,7 @@ "1955-05-19": "Ascension Day", "1955-05-21": "Navy Day", "1955-06-09": "Corpus Christi", - "1955-06-29": "Saint Peter and Saint Paul", + "1955-06-29": "Saint Peter and Saint Paul's Day", "1955-08-15": "Assumption Day", "1955-09-18": "Independence Day", "1955-09-19": "Army Day", @@ -102,7 +102,7 @@ "1956-05-10": "Ascension Day", "1956-05-21": "Navy Day", "1956-05-31": "Corpus Christi", - "1956-06-29": "Saint Peter and Saint Paul", + "1956-06-29": "Saint Peter and Saint Paul's Day", "1956-08-15": "Assumption Day", "1956-09-18": "Independence Day", "1956-09-19": "Army Day", @@ -119,7 +119,7 @@ "1957-05-21": "Navy Day", "1957-05-30": "Ascension Day", "1957-06-20": "Corpus Christi", - "1957-06-29": "Saint Peter and Saint Paul", + "1957-06-29": "Saint Peter and Saint Paul's Day", "1957-06-30": "Bank Holiday", "1957-08-15": "Assumption Day", "1957-09-18": "Independence Day", @@ -137,7 +137,7 @@ "1958-05-15": "Ascension Day", "1958-05-21": "Navy Day", "1958-06-05": "Corpus Christi", - "1958-06-29": "Saint Peter and Saint Paul", + "1958-06-29": "Saint Peter and Saint Paul's Day", "1958-06-30": "Bank Holiday", "1958-08-15": "Assumption Day", "1958-09-18": "Independence Day", @@ -155,7 +155,7 @@ "1959-05-07": "Ascension Day", "1959-05-21": "Navy Day", "1959-05-28": "Corpus Christi", - "1959-06-29": "Saint Peter and Saint Paul", + "1959-06-29": "Saint Peter and Saint Paul's Day", "1959-06-30": "Bank Holiday", "1959-08-15": "Assumption Day", "1959-09-18": "Independence Day", @@ -173,7 +173,7 @@ "1960-05-21": "Navy Day", "1960-05-26": "Ascension Day", "1960-06-16": "Corpus Christi", - "1960-06-29": "Saint Peter and Saint Paul", + "1960-06-29": "Saint Peter and Saint Paul's Day", "1960-06-30": "Bank Holiday", "1960-08-15": "Assumption Day", "1960-09-18": "Independence Day", @@ -191,7 +191,7 @@ "1961-05-11": "Ascension Day", "1961-05-21": "Navy Day", "1961-06-01": "Corpus Christi", - "1961-06-29": "Saint Peter and Saint Paul", + "1961-06-29": "Saint Peter and Saint Paul's Day", "1961-06-30": "Bank Holiday", "1961-08-15": "Assumption Day", "1961-09-18": "Independence Day", @@ -209,7 +209,7 @@ "1962-05-21": "Navy Day", "1962-05-31": "Ascension Day", "1962-06-21": "Corpus Christi", - "1962-06-29": "Saint Peter and Saint Paul", + "1962-06-29": "Saint Peter and Saint Paul's Day", "1962-06-30": "Bank Holiday", "1962-08-15": "Assumption Day", "1962-09-18": "Independence Day", @@ -227,7 +227,7 @@ "1963-05-21": "Navy Day", "1963-05-23": "Ascension Day", "1963-06-13": "Corpus Christi", - "1963-06-29": "Saint Peter and Saint Paul", + "1963-06-29": "Saint Peter and Saint Paul's Day", "1963-06-30": "Bank Holiday", "1963-08-15": "Assumption Day", "1963-09-18": "Independence Day", @@ -245,7 +245,7 @@ "1964-05-07": "Ascension Day", "1964-05-21": "Navy Day", "1964-05-28": "Corpus Christi", - "1964-06-29": "Saint Peter and Saint Paul", + "1964-06-29": "Saint Peter and Saint Paul's Day", "1964-06-30": "Bank Holiday", "1964-08-15": "Assumption Day", "1964-09-18": "Independence Day", @@ -263,7 +263,7 @@ "1965-05-21": "Navy Day", "1965-05-27": "Ascension Day", "1965-06-17": "Corpus Christi", - "1965-06-29": "Saint Peter and Saint Paul", + "1965-06-29": "Saint Peter and Saint Paul's Day", "1965-06-30": "Bank Holiday", "1965-08-15": "Assumption Day", "1965-09-18": "Independence Day", @@ -281,7 +281,7 @@ "1966-05-19": "Ascension Day", "1966-05-21": "Navy Day", "1966-06-09": "Corpus Christi", - "1966-06-29": "Saint Peter and Saint Paul", + "1966-06-29": "Saint Peter and Saint Paul's Day", "1966-06-30": "Bank Holiday", "1966-08-15": "Assumption Day", "1966-09-18": "Independence Day", @@ -299,7 +299,7 @@ "1967-05-04": "Ascension Day", "1967-05-21": "Navy Day", "1967-05-25": "Corpus Christi", - "1967-06-29": "Saint Peter and Saint Paul", + "1967-06-29": "Saint Peter and Saint Paul's Day", "1967-06-30": "Bank Holiday", "1967-08-15": "Assumption Day", "1967-09-18": "Independence Day", @@ -579,7 +579,7 @@ "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-05-21": "Navy Day", - "1986-06-29": "Saint Peter and Saint Paul", + "1986-06-29": "Saint Peter and Saint Paul's Day", "1986-08-15": "Assumption Day", "1986-09-11": "Day of National Liberation", "1986-09-18": "Independence Day", @@ -596,7 +596,7 @@ "1987-05-01": "Labor Day", "1987-05-21": "Navy Day", "1987-06-18": "Corpus Christi", - "1987-06-29": "Saint Peter and Saint Paul", + "1987-06-29": "Saint Peter and Saint Paul's Day", "1987-08-15": "Assumption Day", "1987-09-11": "Day of National Liberation", "1987-09-18": "Independence Day", @@ -613,7 +613,7 @@ "1988-05-01": "Labor Day", "1988-05-21": "Navy Day", "1988-06-02": "Corpus Christi", - "1988-06-29": "Saint Peter and Saint Paul", + "1988-06-29": "Saint Peter and Saint Paul's Day", "1988-08-15": "Assumption Day", "1988-09-11": "Day of National Liberation", "1988-09-18": "Independence Day", @@ -630,7 +630,7 @@ "1989-05-01": "Labor Day", "1989-05-21": "Navy Day", "1989-05-25": "Corpus Christi", - "1989-06-29": "Saint Peter and Saint Paul", + "1989-06-29": "Saint Peter and Saint Paul's Day", "1989-08-15": "Assumption Day", "1989-09-11": "Day of National Liberation", "1989-09-18": "Independence Day", @@ -646,7 +646,7 @@ "1990-05-01": "Labor Day", "1990-05-21": "Navy Day", "1990-06-14": "Corpus Christi", - "1990-06-29": "Saint Peter and Saint Paul", + "1990-06-29": "Saint Peter and Saint Paul's Day", "1990-08-15": "Assumption Day", "1990-09-11": "Day of National Liberation", "1990-09-18": "Independence Day", @@ -662,7 +662,7 @@ "1991-05-01": "Labor Day", "1991-05-21": "Navy Day", "1991-05-30": "Corpus Christi", - "1991-06-29": "Saint Peter and Saint Paul", + "1991-06-29": "Saint Peter and Saint Paul's Day", "1991-08-15": "Assumption Day", "1991-09-11": "Day of National Liberation", "1991-09-18": "Independence Day", @@ -678,7 +678,7 @@ "1992-05-01": "Labor Day", "1992-05-21": "Navy Day", "1992-06-18": "Corpus Christi", - "1992-06-29": "Saint Peter and Saint Paul", + "1992-06-29": "Saint Peter and Saint Paul's Day", "1992-08-15": "Assumption Day", "1992-09-11": "Day of National Liberation", "1992-09-18": "Independence Day", @@ -694,7 +694,7 @@ "1993-05-01": "Labor Day", "1993-05-21": "Navy Day", "1993-06-10": "Corpus Christi", - "1993-06-29": "Saint Peter and Saint Paul", + "1993-06-29": "Saint Peter and Saint Paul's Day", "1993-08-15": "Assumption Day", "1993-09-11": "Day of National Liberation", "1993-09-18": "Independence Day", @@ -710,7 +710,7 @@ "1994-05-01": "Labor Day", "1994-05-21": "Navy Day", "1994-06-02": "Corpus Christi", - "1994-06-29": "Saint Peter and Saint Paul", + "1994-06-29": "Saint Peter and Saint Paul's Day", "1994-08-15": "Assumption Day", "1994-09-11": "Day of National Liberation", "1994-09-18": "Independence Day", @@ -726,7 +726,7 @@ "1995-05-01": "Labor Day", "1995-05-21": "Navy Day", "1995-06-15": "Corpus Christi", - "1995-06-29": "Saint Peter and Saint Paul", + "1995-06-29": "Saint Peter and Saint Paul's Day", "1995-08-15": "Assumption Day", "1995-09-11": "Day of National Liberation", "1995-09-18": "Independence Day", @@ -742,7 +742,7 @@ "1996-05-01": "Labor Day", "1996-05-21": "Navy Day", "1996-06-06": "Corpus Christi", - "1996-06-29": "Saint Peter and Saint Paul", + "1996-06-29": "Saint Peter and Saint Paul's Day", "1996-08-15": "Assumption Day", "1996-09-11": "Day of National Liberation", "1996-09-18": "Independence Day", @@ -758,7 +758,7 @@ "1997-05-01": "Labor Day", "1997-05-21": "Navy Day", "1997-05-29": "Corpus Christi", - "1997-06-29": "Saint Peter and Saint Paul", + "1997-06-29": "Saint Peter and Saint Paul's Day", "1997-08-15": "Assumption Day", "1997-09-11": "Day of National Liberation", "1997-09-18": "Independence Day", @@ -773,7 +773,7 @@ "1998-05-01": "Labor Day", "1998-05-21": "Navy Day", "1998-06-11": "Corpus Christi", - "1998-06-29": "Saint Peter and Saint Paul", + "1998-06-29": "Saint Peter and Saint Paul's Day", "1998-08-15": "Assumption Day", "1998-09-11": "Day of National Liberation", "1998-09-18": "Independence Day", @@ -789,7 +789,7 @@ "1999-05-01": "Labor Day", "1999-05-21": "Navy Day", "1999-06-03": "Corpus Christi", - "1999-06-29": "Saint Peter and Saint Paul", + "1999-06-29": "Saint Peter and Saint Paul's Day", "1999-08-15": "Assumption Day", "1999-09-06": "Day of National Unity", "1999-09-18": "Independence Day", @@ -805,7 +805,7 @@ "2000-05-01": "Labor Day", "2000-05-21": "Navy Day", "2000-06-19": "Corpus Christi", - "2000-06-26": "Saint Peter and Saint Paul", + "2000-06-26": "Saint Peter and Saint Paul's Day", "2000-08-15": "Assumption Day", "2000-09-04": "Day of National Unity", "2000-09-18": "Independence Day", @@ -821,7 +821,7 @@ "2001-05-01": "Labor Day", "2001-05-21": "Navy Day", "2001-06-11": "Corpus Christi", - "2001-07-02": "Saint Peter and Saint Paul", + "2001-07-02": "Saint Peter and Saint Paul's Day", "2001-08-15": "Assumption Day", "2001-09-03": "Day of National Unity", "2001-09-18": "Independence Day", @@ -837,7 +837,7 @@ "2002-05-01": "Labor Day", "2002-05-21": "Navy Day", "2002-05-27": "Corpus Christi", - "2002-06-29": "Saint Peter and Saint Paul", + "2002-06-29": "Saint Peter and Saint Paul's Day", "2002-08-15": "Assumption Day", "2002-09-18": "Independence Day", "2002-09-19": "Army Day", @@ -852,7 +852,7 @@ "2003-05-01": "Labor Day", "2003-05-21": "Navy Day", "2003-06-16": "Corpus Christi", - "2003-06-29": "Saint Peter and Saint Paul", + "2003-06-29": "Saint Peter and Saint Paul's Day", "2003-08-15": "Assumption Day", "2003-09-18": "Independence Day", "2003-09-19": "Army Day", @@ -867,7 +867,7 @@ "2004-05-01": "Labor Day", "2004-05-21": "Navy Day", "2004-06-07": "Corpus Christi", - "2004-06-28": "Saint Peter and Saint Paul", + "2004-06-28": "Saint Peter and Saint Paul's Day", "2004-08-15": "Assumption Day", "2004-09-18": "Independence Day", "2004-09-19": "Army Day", @@ -882,7 +882,7 @@ "2005-05-01": "Labor Day", "2005-05-21": "Navy Day", "2005-05-23": "Corpus Christi", - "2005-06-27": "Saint Peter and Saint Paul", + "2005-06-27": "Saint Peter and Saint Paul's Day", "2005-08-15": "Assumption Day", "2005-09-18": "Independence Day", "2005-09-19": "Army Day", @@ -897,7 +897,7 @@ "2006-05-01": "Labor Day", "2006-05-21": "Navy Day", "2006-06-12": "Corpus Christi", - "2006-06-26": "Saint Peter and Saint Paul", + "2006-06-26": "Saint Peter and Saint Paul's Day", "2006-08-15": "Assumption Day", "2006-09-18": "Independence Day", "2006-09-19": "Army Day", @@ -911,7 +911,7 @@ "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-05-21": "Navy Day", - "2007-07-02": "Saint Peter and Saint Paul", + "2007-07-02": "Saint Peter and Saint Paul's Day", "2007-07-16": "Our Lady of Mount Carmel", "2007-08-15": "Assumption Day", "2007-09-17": "National Holiday", @@ -927,7 +927,7 @@ "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-05-21": "Navy Day", - "2008-06-29": "Saint Peter and Saint Paul", + "2008-06-29": "Saint Peter and Saint Paul's Day", "2008-07-16": "Our Lady of Mount Carmel", "2008-08-15": "Assumption Day", "2008-09-18": "Independence Day", @@ -943,7 +943,7 @@ "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-05-21": "Navy Day", - "2009-06-29": "Saint Peter and Saint Paul", + "2009-06-29": "Saint Peter and Saint Paul's Day", "2009-07-16": "Our Lady of Mount Carmel", "2009-08-15": "Assumption Day", "2009-09-18": "Independence Day", @@ -959,7 +959,7 @@ "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-05-21": "Navy Day", - "2010-06-28": "Saint Peter and Saint Paul", + "2010-06-28": "Saint Peter and Saint Paul's Day", "2010-07-16": "Our Lady of Mount Carmel", "2010-08-15": "Assumption Day", "2010-09-18": "Independence Day", @@ -975,7 +975,7 @@ "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-05-21": "Navy Day", - "2011-06-27": "Saint Peter and Saint Paul", + "2011-06-27": "Saint Peter and Saint Paul's Day", "2011-07-16": "Our Lady of Mount Carmel", "2011-08-15": "Assumption Day", "2011-09-18": "Independence Day", @@ -991,7 +991,7 @@ "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-05-21": "Navy Day", - "2012-07-02": "Saint Peter and Saint Paul", + "2012-07-02": "Saint Peter and Saint Paul's Day", "2012-07-16": "Our Lady of Mount Carmel", "2012-08-15": "Assumption Day", "2012-09-17": "National Holiday", @@ -1008,7 +1008,7 @@ "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-05-21": "Navy Day", - "2013-06-29": "Saint Peter and Saint Paul", + "2013-06-29": "Saint Peter and Saint Paul's Day", "2013-07-16": "Our Lady of Mount Carmel", "2013-08-15": "Assumption Day", "2013-09-18": "Independence Day", @@ -1025,7 +1025,7 @@ "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-05-21": "Navy Day", - "2014-06-29": "Saint Peter and Saint Paul", + "2014-06-29": "Saint Peter and Saint Paul's Day", "2014-07-16": "Our Lady of Mount Carmel", "2014-08-15": "Assumption Day", "2014-09-18": "Independence Day", @@ -1041,7 +1041,7 @@ "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-05-21": "Navy Day", - "2015-06-29": "Saint Peter and Saint Paul", + "2015-06-29": "Saint Peter and Saint Paul's Day", "2015-07-16": "Our Lady of Mount Carmel", "2015-08-15": "Assumption Day", "2015-09-18": "Independence Day", @@ -1057,7 +1057,7 @@ "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-21": "Navy Day", - "2016-06-27": "Saint Peter and Saint Paul", + "2016-06-27": "Saint Peter and Saint Paul's Day", "2016-07-16": "Our Lady of Mount Carmel", "2016-08-15": "Assumption Day", "2016-09-18": "Independence Day", @@ -1074,7 +1074,7 @@ "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-21": "Navy Day", - "2017-06-26": "Saint Peter and Saint Paul", + "2017-06-26": "Saint Peter and Saint Paul's Day", "2017-07-16": "Our Lady of Mount Carmel", "2017-08-15": "Assumption Day", "2017-09-18": "Independence Day", @@ -1090,7 +1090,7 @@ "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-21": "Navy Day", - "2018-07-02": "Saint Peter and Saint Paul", + "2018-07-02": "Saint Peter and Saint Paul's Day", "2018-07-16": "Our Lady of Mount Carmel", "2018-08-15": "Assumption Day", "2018-09-17": "National Holiday", @@ -1107,7 +1107,7 @@ "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-21": "Navy Day", - "2019-06-29": "Saint Peter and Saint Paul", + "2019-06-29": "Saint Peter and Saint Paul's Day", "2019-07-16": "Our Lady of Mount Carmel", "2019-08-15": "Assumption Day", "2019-09-18": "Independence Day", @@ -1124,7 +1124,7 @@ "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-21": "Navy Day", - "2020-06-29": "Saint Peter and Saint Paul", + "2020-06-29": "Saint Peter and Saint Paul's Day", "2020-07-16": "Our Lady of Mount Carmel", "2020-08-15": "Assumption Day", "2020-09-18": "Independence Day", @@ -1141,7 +1141,7 @@ "2021-05-01": "Labor Day", "2021-05-21": "Navy Day", "2021-06-21": "National Day of Indigenous Peoples", - "2021-06-28": "Saint Peter and Saint Paul", + "2021-06-28": "Saint Peter and Saint Paul's Day", "2021-07-16": "Our Lady of Mount Carmel", "2021-08-15": "Assumption Day", "2021-09-17": "National Holiday", @@ -1159,7 +1159,7 @@ "2022-05-01": "Labor Day", "2022-05-21": "Navy Day", "2022-06-21": "National Day of Indigenous Peoples", - "2022-06-27": "Saint Peter and Saint Paul", + "2022-06-27": "Saint Peter and Saint Paul's Day", "2022-07-16": "Our Lady of Mount Carmel", "2022-08-15": "Assumption Day", "2022-09-16": "National Holiday", @@ -1178,7 +1178,7 @@ "2023-05-01": "Labor Day", "2023-05-21": "Navy Day", "2023-06-21": "National Day of Indigenous Peoples", - "2023-06-26": "Saint Peter and Saint Paul", + "2023-06-26": "Saint Peter and Saint Paul's Day", "2023-07-16": "Our Lady of Mount Carmel", "2023-08-15": "Assumption Day", "2023-09-18": "Independence Day", @@ -1195,7 +1195,7 @@ "2024-05-01": "Labor Day", "2024-05-21": "Navy Day", "2024-06-20": "National Day of Indigenous Peoples", - "2024-06-29": "Saint Peter and Saint Paul", + "2024-06-29": "Saint Peter and Saint Paul's Day", "2024-07-16": "Our Lady of Mount Carmel", "2024-08-15": "Assumption Day", "2024-09-18": "Independence Day", @@ -1213,7 +1213,7 @@ "2025-05-01": "Labor Day", "2025-05-21": "Navy Day", "2025-06-20": "National Day of Indigenous Peoples", - "2025-06-29": "Saint Peter and Saint Paul", + "2025-06-29": "Saint Peter and Saint Paul's Day", "2025-07-16": "Our Lady of Mount Carmel", "2025-08-15": "Assumption Day", "2025-09-18": "Independence Day", @@ -1230,7 +1230,7 @@ "2026-05-01": "Labor Day", "2026-05-21": "Navy Day", "2026-06-21": "National Day of Indigenous Peoples", - "2026-06-29": "Saint Peter and Saint Paul", + "2026-06-29": "Saint Peter and Saint Paul's Day", "2026-07-16": "Our Lady of Mount Carmel", "2026-08-15": "Assumption Day", "2026-09-18": "Independence Day", @@ -1247,7 +1247,7 @@ "2027-05-01": "Labor Day", "2027-05-21": "Navy Day", "2027-06-21": "National Day of Indigenous Peoples", - "2027-06-28": "Saint Peter and Saint Paul", + "2027-06-28": "Saint Peter and Saint Paul's Day", "2027-07-16": "Our Lady of Mount Carmel", "2027-08-15": "Assumption Day", "2027-09-17": "National Holiday", @@ -1265,7 +1265,7 @@ "2028-05-01": "Labor Day", "2028-05-21": "Navy Day", "2028-06-20": "National Day of Indigenous Peoples", - "2028-06-26": "Saint Peter and Saint Paul", + "2028-06-26": "Saint Peter and Saint Paul's Day", "2028-07-16": "Our Lady of Mount Carmel", "2028-08-15": "Assumption Day", "2028-09-18": "Independence Day", @@ -1282,7 +1282,7 @@ "2029-05-01": "Labor Day", "2029-05-21": "Navy Day", "2029-06-20": "National Day of Indigenous Peoples", - "2029-07-02": "Saint Peter and Saint Paul", + "2029-07-02": "Saint Peter and Saint Paul's Day", "2029-07-16": "Our Lady of Mount Carmel", "2029-08-15": "Assumption Day", "2029-09-17": "National Holiday", @@ -1300,7 +1300,7 @@ "2030-05-01": "Labor Day", "2030-05-21": "Navy Day", "2030-06-21": "National Day of Indigenous Peoples", - "2030-06-29": "Saint Peter and Saint Paul", + "2030-06-29": "Saint Peter and Saint Paul's Day", "2030-07-16": "Our Lady of Mount Carmel", "2030-08-15": "Assumption Day", "2030-09-18": "Independence Day", @@ -1318,7 +1318,7 @@ "2031-05-01": "Labor Day", "2031-05-21": "Navy Day", "2031-06-21": "National Day of Indigenous Peoples", - "2031-06-29": "Saint Peter and Saint Paul", + "2031-06-29": "Saint Peter and Saint Paul's Day", "2031-07-16": "Our Lady of Mount Carmel", "2031-08-15": "Assumption Day", "2031-09-18": "Independence Day", @@ -1335,7 +1335,7 @@ "2032-05-01": "Labor Day", "2032-05-21": "Navy Day", "2032-06-20": "National Day of Indigenous Peoples", - "2032-06-28": "Saint Peter and Saint Paul", + "2032-06-28": "Saint Peter and Saint Paul's Day", "2032-07-16": "Our Lady of Mount Carmel", "2032-08-15": "Assumption Day", "2032-09-17": "National Holiday", @@ -1353,7 +1353,7 @@ "2033-05-01": "Labor Day", "2033-05-21": "Navy Day", "2033-06-20": "National Day of Indigenous Peoples", - "2033-06-27": "Saint Peter and Saint Paul", + "2033-06-27": "Saint Peter and Saint Paul's Day", "2033-07-16": "Our Lady of Mount Carmel", "2033-08-15": "Assumption Day", "2033-09-18": "Independence Day", @@ -1371,7 +1371,7 @@ "2034-05-01": "Labor Day", "2034-05-21": "Navy Day", "2034-06-21": "National Day of Indigenous Peoples", - "2034-06-26": "Saint Peter and Saint Paul", + "2034-06-26": "Saint Peter and Saint Paul's Day", "2034-07-16": "Our Lady of Mount Carmel", "2034-08-15": "Assumption Day", "2034-09-18": "Independence Day", @@ -1388,7 +1388,7 @@ "2035-05-01": "Labor Day", "2035-05-21": "Navy Day", "2035-06-21": "National Day of Indigenous Peoples", - "2035-07-02": "Saint Peter and Saint Paul", + "2035-07-02": "Saint Peter and Saint Paul's Day", "2035-07-16": "Our Lady of Mount Carmel", "2035-08-15": "Assumption Day", "2035-09-17": "National Holiday", @@ -1406,7 +1406,7 @@ "2036-05-01": "Labor Day", "2036-05-21": "Navy Day", "2036-06-20": "National Day of Indigenous Peoples", - "2036-06-29": "Saint Peter and Saint Paul", + "2036-06-29": "Saint Peter and Saint Paul's Day", "2036-07-16": "Our Lady of Mount Carmel", "2036-08-15": "Assumption Day", "2036-09-18": "Independence Day", @@ -1423,7 +1423,7 @@ "2037-05-01": "Labor Day", "2037-05-21": "Navy Day", "2037-06-20": "National Day of Indigenous Peoples", - "2037-06-29": "Saint Peter and Saint Paul", + "2037-06-29": "Saint Peter and Saint Paul's Day", "2037-07-16": "Our Lady of Mount Carmel", "2037-08-15": "Assumption Day", "2037-09-18": "Independence Day", @@ -1440,7 +1440,7 @@ "2038-05-01": "Labor Day", "2038-05-21": "Navy Day", "2038-06-21": "National Day of Indigenous Peoples", - "2038-06-28": "Saint Peter and Saint Paul", + "2038-06-28": "Saint Peter and Saint Paul's Day", "2038-07-16": "Our Lady of Mount Carmel", "2038-08-15": "Assumption Day", "2038-09-17": "National Holiday", @@ -1458,7 +1458,7 @@ "2039-05-01": "Labor Day", "2039-05-21": "Navy Day", "2039-06-21": "National Day of Indigenous Peoples", - "2039-06-27": "Saint Peter and Saint Paul", + "2039-06-27": "Saint Peter and Saint Paul's Day", "2039-07-16": "Our Lady of Mount Carmel", "2039-08-15": "Assumption Day", "2039-09-18": "Independence Day", @@ -1476,7 +1476,7 @@ "2040-05-01": "Labor Day", "2040-05-21": "Navy Day", "2040-06-20": "National Day of Indigenous Peoples", - "2040-07-02": "Saint Peter and Saint Paul", + "2040-07-02": "Saint Peter and Saint Paul's Day", "2040-07-16": "Our Lady of Mount Carmel", "2040-08-15": "Assumption Day", "2040-09-17": "National Holiday", @@ -1494,7 +1494,7 @@ "2041-05-01": "Labor Day", "2041-05-21": "Navy Day", "2041-06-20": "National Day of Indigenous Peoples", - "2041-06-29": "Saint Peter and Saint Paul", + "2041-06-29": "Saint Peter and Saint Paul's Day", "2041-07-16": "Our Lady of Mount Carmel", "2041-08-15": "Assumption Day", "2041-09-18": "Independence Day", @@ -1512,7 +1512,7 @@ "2042-05-01": "Labor Day", "2042-05-21": "Navy Day", "2042-06-21": "National Day of Indigenous Peoples", - "2042-06-29": "Saint Peter and Saint Paul", + "2042-06-29": "Saint Peter and Saint Paul's Day", "2042-07-16": "Our Lady of Mount Carmel", "2042-08-15": "Assumption Day", "2042-09-18": "Independence Day", @@ -1529,7 +1529,7 @@ "2043-05-01": "Labor Day", "2043-05-21": "Navy Day", "2043-06-21": "National Day of Indigenous Peoples", - "2043-06-29": "Saint Peter and Saint Paul", + "2043-06-29": "Saint Peter and Saint Paul's Day", "2043-07-16": "Our Lady of Mount Carmel", "2043-08-15": "Assumption Day", "2043-09-18": "Independence Day", @@ -1546,7 +1546,7 @@ "2044-05-01": "Labor Day", "2044-05-21": "Navy Day", "2044-06-20": "National Day of Indigenous Peoples", - "2044-06-27": "Saint Peter and Saint Paul", + "2044-06-27": "Saint Peter and Saint Paul's Day", "2044-07-16": "Our Lady of Mount Carmel", "2044-08-15": "Assumption Day", "2044-09-18": "Independence Day", @@ -1564,7 +1564,7 @@ "2045-05-01": "Labor Day", "2045-05-21": "Navy Day", "2045-06-20": "National Day of Indigenous Peoples", - "2045-06-26": "Saint Peter and Saint Paul", + "2045-06-26": "Saint Peter and Saint Paul's Day", "2045-07-16": "Our Lady of Mount Carmel", "2045-08-15": "Assumption Day", "2045-09-18": "Independence Day", @@ -1581,7 +1581,7 @@ "2046-05-01": "Labor Day", "2046-05-21": "Navy Day", "2046-06-21": "National Day of Indigenous Peoples", - "2046-07-02": "Saint Peter and Saint Paul", + "2046-07-02": "Saint Peter and Saint Paul's Day", "2046-07-16": "Our Lady of Mount Carmel", "2046-08-15": "Assumption Day", "2046-09-17": "National Holiday", @@ -1599,7 +1599,7 @@ "2047-05-01": "Labor Day", "2047-05-21": "Navy Day", "2047-06-21": "National Day of Indigenous Peoples", - "2047-06-29": "Saint Peter and Saint Paul", + "2047-06-29": "Saint Peter and Saint Paul's Day", "2047-07-16": "Our Lady of Mount Carmel", "2047-08-15": "Assumption Day", "2047-09-18": "Independence Day", @@ -1617,7 +1617,7 @@ "2048-05-01": "Labor Day", "2048-05-21": "Navy Day", "2048-06-20": "National Day of Indigenous Peoples", - "2048-06-29": "Saint Peter and Saint Paul", + "2048-06-29": "Saint Peter and Saint Paul's Day", "2048-07-16": "Our Lady of Mount Carmel", "2048-08-15": "Assumption Day", "2048-09-18": "Independence Day", @@ -1634,7 +1634,7 @@ "2049-05-01": "Labor Day", "2049-05-21": "Navy Day", "2049-06-20": "National Day of Indigenous Peoples", - "2049-06-28": "Saint Peter and Saint Paul", + "2049-06-28": "Saint Peter and Saint Paul's Day", "2049-07-16": "Our Lady of Mount Carmel", "2049-08-15": "Assumption Day", "2049-09-17": "National Holiday", @@ -1652,7 +1652,7 @@ "2050-05-01": "Labor Day", "2050-05-21": "Navy Day", "2050-06-20": "National Day of Indigenous Peoples", - "2050-06-27": "Saint Peter and Saint Paul", + "2050-06-27": "Saint Peter and Saint Paul's Day", "2050-07-16": "Our Lady of Mount Carmel", "2050-08-15": "Assumption Day", "2050-09-18": "Independence Day", diff --git a/snapshots/countries/CL_LI.json b/snapshots/countries/CL_LI.json index a970a01b0..61e6101f0 100644 --- a/snapshots/countries/CL_LI.json +++ b/snapshots/countries/CL_LI.json @@ -6,7 +6,7 @@ "1950-05-18": "Ascension Day", "1950-05-21": "Navy Day", "1950-06-08": "Corpus Christi", - "1950-06-29": "Saint Peter and Saint Paul", + "1950-06-29": "Saint Peter and Saint Paul's Day", "1950-08-15": "Assumption Day", "1950-09-18": "Independence Day", "1950-09-19": "Army Day", @@ -22,7 +22,7 @@ "1951-05-03": "Ascension Day", "1951-05-21": "Navy Day", "1951-05-24": "Corpus Christi", - "1951-06-29": "Saint Peter and Saint Paul", + "1951-06-29": "Saint Peter and Saint Paul's Day", "1951-08-15": "Assumption Day", "1951-09-18": "Independence Day", "1951-09-19": "Army Day", @@ -38,7 +38,7 @@ "1952-05-21": "Navy Day", "1952-05-22": "Ascension Day", "1952-06-12": "Corpus Christi", - "1952-06-29": "Saint Peter and Saint Paul", + "1952-06-29": "Saint Peter and Saint Paul's Day", "1952-08-15": "Assumption Day", "1952-09-18": "Independence Day", "1952-09-19": "Army Day", @@ -54,7 +54,7 @@ "1953-05-14": "Ascension Day", "1953-05-21": "Navy Day", "1953-06-04": "Corpus Christi", - "1953-06-29": "Saint Peter and Saint Paul", + "1953-06-29": "Saint Peter and Saint Paul's Day", "1953-08-15": "Assumption Day", "1953-09-18": "Independence Day", "1953-09-19": "Army Day", @@ -70,7 +70,7 @@ "1954-05-21": "Navy Day", "1954-05-27": "Ascension Day", "1954-06-17": "Corpus Christi", - "1954-06-29": "Saint Peter and Saint Paul", + "1954-06-29": "Saint Peter and Saint Paul's Day", "1954-08-15": "Assumption Day", "1954-09-18": "Independence Day", "1954-09-19": "Army Day", @@ -86,7 +86,7 @@ "1955-05-19": "Ascension Day", "1955-05-21": "Navy Day", "1955-06-09": "Corpus Christi", - "1955-06-29": "Saint Peter and Saint Paul", + "1955-06-29": "Saint Peter and Saint Paul's Day", "1955-08-15": "Assumption Day", "1955-09-18": "Independence Day", "1955-09-19": "Army Day", @@ -102,7 +102,7 @@ "1956-05-10": "Ascension Day", "1956-05-21": "Navy Day", "1956-05-31": "Corpus Christi", - "1956-06-29": "Saint Peter and Saint Paul", + "1956-06-29": "Saint Peter and Saint Paul's Day", "1956-08-15": "Assumption Day", "1956-09-18": "Independence Day", "1956-09-19": "Army Day", @@ -119,7 +119,7 @@ "1957-05-21": "Navy Day", "1957-05-30": "Ascension Day", "1957-06-20": "Corpus Christi", - "1957-06-29": "Saint Peter and Saint Paul", + "1957-06-29": "Saint Peter and Saint Paul's Day", "1957-06-30": "Bank Holiday", "1957-08-15": "Assumption Day", "1957-09-18": "Independence Day", @@ -137,7 +137,7 @@ "1958-05-15": "Ascension Day", "1958-05-21": "Navy Day", "1958-06-05": "Corpus Christi", - "1958-06-29": "Saint Peter and Saint Paul", + "1958-06-29": "Saint Peter and Saint Paul's Day", "1958-06-30": "Bank Holiday", "1958-08-15": "Assumption Day", "1958-09-18": "Independence Day", @@ -155,7 +155,7 @@ "1959-05-07": "Ascension Day", "1959-05-21": "Navy Day", "1959-05-28": "Corpus Christi", - "1959-06-29": "Saint Peter and Saint Paul", + "1959-06-29": "Saint Peter and Saint Paul's Day", "1959-06-30": "Bank Holiday", "1959-08-15": "Assumption Day", "1959-09-18": "Independence Day", @@ -173,7 +173,7 @@ "1960-05-21": "Navy Day", "1960-05-26": "Ascension Day", "1960-06-16": "Corpus Christi", - "1960-06-29": "Saint Peter and Saint Paul", + "1960-06-29": "Saint Peter and Saint Paul's Day", "1960-06-30": "Bank Holiday", "1960-08-15": "Assumption Day", "1960-09-18": "Independence Day", @@ -191,7 +191,7 @@ "1961-05-11": "Ascension Day", "1961-05-21": "Navy Day", "1961-06-01": "Corpus Christi", - "1961-06-29": "Saint Peter and Saint Paul", + "1961-06-29": "Saint Peter and Saint Paul's Day", "1961-06-30": "Bank Holiday", "1961-08-15": "Assumption Day", "1961-09-18": "Independence Day", @@ -209,7 +209,7 @@ "1962-05-21": "Navy Day", "1962-05-31": "Ascension Day", "1962-06-21": "Corpus Christi", - "1962-06-29": "Saint Peter and Saint Paul", + "1962-06-29": "Saint Peter and Saint Paul's Day", "1962-06-30": "Bank Holiday", "1962-08-15": "Assumption Day", "1962-09-18": "Independence Day", @@ -227,7 +227,7 @@ "1963-05-21": "Navy Day", "1963-05-23": "Ascension Day", "1963-06-13": "Corpus Christi", - "1963-06-29": "Saint Peter and Saint Paul", + "1963-06-29": "Saint Peter and Saint Paul's Day", "1963-06-30": "Bank Holiday", "1963-08-15": "Assumption Day", "1963-09-18": "Independence Day", @@ -245,7 +245,7 @@ "1964-05-07": "Ascension Day", "1964-05-21": "Navy Day", "1964-05-28": "Corpus Christi", - "1964-06-29": "Saint Peter and Saint Paul", + "1964-06-29": "Saint Peter and Saint Paul's Day", "1964-06-30": "Bank Holiday", "1964-08-15": "Assumption Day", "1964-09-18": "Independence Day", @@ -263,7 +263,7 @@ "1965-05-21": "Navy Day", "1965-05-27": "Ascension Day", "1965-06-17": "Corpus Christi", - "1965-06-29": "Saint Peter and Saint Paul", + "1965-06-29": "Saint Peter and Saint Paul's Day", "1965-06-30": "Bank Holiday", "1965-08-15": "Assumption Day", "1965-09-18": "Independence Day", @@ -281,7 +281,7 @@ "1966-05-19": "Ascension Day", "1966-05-21": "Navy Day", "1966-06-09": "Corpus Christi", - "1966-06-29": "Saint Peter and Saint Paul", + "1966-06-29": "Saint Peter and Saint Paul's Day", "1966-06-30": "Bank Holiday", "1966-08-15": "Assumption Day", "1966-09-18": "Independence Day", @@ -299,7 +299,7 @@ "1967-05-04": "Ascension Day", "1967-05-21": "Navy Day", "1967-05-25": "Corpus Christi", - "1967-06-29": "Saint Peter and Saint Paul", + "1967-06-29": "Saint Peter and Saint Paul's Day", "1967-06-30": "Bank Holiday", "1967-08-15": "Assumption Day", "1967-09-18": "Independence Day", @@ -579,7 +579,7 @@ "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-05-21": "Navy Day", - "1986-06-29": "Saint Peter and Saint Paul", + "1986-06-29": "Saint Peter and Saint Paul's Day", "1986-08-15": "Assumption Day", "1986-09-11": "Day of National Liberation", "1986-09-18": "Independence Day", @@ -596,7 +596,7 @@ "1987-05-01": "Labor Day", "1987-05-21": "Navy Day", "1987-06-18": "Corpus Christi", - "1987-06-29": "Saint Peter and Saint Paul", + "1987-06-29": "Saint Peter and Saint Paul's Day", "1987-08-15": "Assumption Day", "1987-09-11": "Day of National Liberation", "1987-09-18": "Independence Day", @@ -613,7 +613,7 @@ "1988-05-01": "Labor Day", "1988-05-21": "Navy Day", "1988-06-02": "Corpus Christi", - "1988-06-29": "Saint Peter and Saint Paul", + "1988-06-29": "Saint Peter and Saint Paul's Day", "1988-08-15": "Assumption Day", "1988-09-11": "Day of National Liberation", "1988-09-18": "Independence Day", @@ -630,7 +630,7 @@ "1989-05-01": "Labor Day", "1989-05-21": "Navy Day", "1989-05-25": "Corpus Christi", - "1989-06-29": "Saint Peter and Saint Paul", + "1989-06-29": "Saint Peter and Saint Paul's Day", "1989-08-15": "Assumption Day", "1989-09-11": "Day of National Liberation", "1989-09-18": "Independence Day", @@ -646,7 +646,7 @@ "1990-05-01": "Labor Day", "1990-05-21": "Navy Day", "1990-06-14": "Corpus Christi", - "1990-06-29": "Saint Peter and Saint Paul", + "1990-06-29": "Saint Peter and Saint Paul's Day", "1990-08-15": "Assumption Day", "1990-09-11": "Day of National Liberation", "1990-09-18": "Independence Day", @@ -662,7 +662,7 @@ "1991-05-01": "Labor Day", "1991-05-21": "Navy Day", "1991-05-30": "Corpus Christi", - "1991-06-29": "Saint Peter and Saint Paul", + "1991-06-29": "Saint Peter and Saint Paul's Day", "1991-08-15": "Assumption Day", "1991-09-11": "Day of National Liberation", "1991-09-18": "Independence Day", @@ -678,7 +678,7 @@ "1992-05-01": "Labor Day", "1992-05-21": "Navy Day", "1992-06-18": "Corpus Christi", - "1992-06-29": "Saint Peter and Saint Paul", + "1992-06-29": "Saint Peter and Saint Paul's Day", "1992-08-15": "Assumption Day", "1992-09-11": "Day of National Liberation", "1992-09-18": "Independence Day", @@ -694,7 +694,7 @@ "1993-05-01": "Labor Day", "1993-05-21": "Navy Day", "1993-06-10": "Corpus Christi", - "1993-06-29": "Saint Peter and Saint Paul", + "1993-06-29": "Saint Peter and Saint Paul's Day", "1993-08-15": "Assumption Day", "1993-09-11": "Day of National Liberation", "1993-09-18": "Independence Day", @@ -710,7 +710,7 @@ "1994-05-01": "Labor Day", "1994-05-21": "Navy Day", "1994-06-02": "Corpus Christi", - "1994-06-29": "Saint Peter and Saint Paul", + "1994-06-29": "Saint Peter and Saint Paul's Day", "1994-08-15": "Assumption Day", "1994-09-11": "Day of National Liberation", "1994-09-18": "Independence Day", @@ -726,7 +726,7 @@ "1995-05-01": "Labor Day", "1995-05-21": "Navy Day", "1995-06-15": "Corpus Christi", - "1995-06-29": "Saint Peter and Saint Paul", + "1995-06-29": "Saint Peter and Saint Paul's Day", "1995-08-15": "Assumption Day", "1995-09-11": "Day of National Liberation", "1995-09-18": "Independence Day", @@ -742,7 +742,7 @@ "1996-05-01": "Labor Day", "1996-05-21": "Navy Day", "1996-06-06": "Corpus Christi", - "1996-06-29": "Saint Peter and Saint Paul", + "1996-06-29": "Saint Peter and Saint Paul's Day", "1996-08-15": "Assumption Day", "1996-09-11": "Day of National Liberation", "1996-09-18": "Independence Day", @@ -758,7 +758,7 @@ "1997-05-01": "Labor Day", "1997-05-21": "Navy Day", "1997-05-29": "Corpus Christi", - "1997-06-29": "Saint Peter and Saint Paul", + "1997-06-29": "Saint Peter and Saint Paul's Day", "1997-08-15": "Assumption Day", "1997-09-11": "Day of National Liberation", "1997-09-18": "Independence Day", @@ -773,7 +773,7 @@ "1998-05-01": "Labor Day", "1998-05-21": "Navy Day", "1998-06-11": "Corpus Christi", - "1998-06-29": "Saint Peter and Saint Paul", + "1998-06-29": "Saint Peter and Saint Paul's Day", "1998-08-15": "Assumption Day", "1998-09-11": "Day of National Liberation", "1998-09-18": "Independence Day", @@ -789,7 +789,7 @@ "1999-05-01": "Labor Day", "1999-05-21": "Navy Day", "1999-06-03": "Corpus Christi", - "1999-06-29": "Saint Peter and Saint Paul", + "1999-06-29": "Saint Peter and Saint Paul's Day", "1999-08-15": "Assumption Day", "1999-09-06": "Day of National Unity", "1999-09-18": "Independence Day", @@ -805,7 +805,7 @@ "2000-05-01": "Labor Day", "2000-05-21": "Navy Day", "2000-06-19": "Corpus Christi", - "2000-06-26": "Saint Peter and Saint Paul", + "2000-06-26": "Saint Peter and Saint Paul's Day", "2000-08-15": "Assumption Day", "2000-09-04": "Day of National Unity", "2000-09-18": "Independence Day", @@ -821,7 +821,7 @@ "2001-05-01": "Labor Day", "2001-05-21": "Navy Day", "2001-06-11": "Corpus Christi", - "2001-07-02": "Saint Peter and Saint Paul", + "2001-07-02": "Saint Peter and Saint Paul's Day", "2001-08-15": "Assumption Day", "2001-09-03": "Day of National Unity", "2001-09-18": "Independence Day", @@ -837,7 +837,7 @@ "2002-05-01": "Labor Day", "2002-05-21": "Navy Day", "2002-05-27": "Corpus Christi", - "2002-06-29": "Saint Peter and Saint Paul", + "2002-06-29": "Saint Peter and Saint Paul's Day", "2002-08-15": "Assumption Day", "2002-09-18": "Independence Day", "2002-09-19": "Army Day", @@ -852,7 +852,7 @@ "2003-05-01": "Labor Day", "2003-05-21": "Navy Day", "2003-06-16": "Corpus Christi", - "2003-06-29": "Saint Peter and Saint Paul", + "2003-06-29": "Saint Peter and Saint Paul's Day", "2003-08-15": "Assumption Day", "2003-09-18": "Independence Day", "2003-09-19": "Army Day", @@ -867,7 +867,7 @@ "2004-05-01": "Labor Day", "2004-05-21": "Navy Day", "2004-06-07": "Corpus Christi", - "2004-06-28": "Saint Peter and Saint Paul", + "2004-06-28": "Saint Peter and Saint Paul's Day", "2004-08-15": "Assumption Day", "2004-09-18": "Independence Day", "2004-09-19": "Army Day", @@ -882,7 +882,7 @@ "2005-05-01": "Labor Day", "2005-05-21": "Navy Day", "2005-05-23": "Corpus Christi", - "2005-06-27": "Saint Peter and Saint Paul", + "2005-06-27": "Saint Peter and Saint Paul's Day", "2005-08-15": "Assumption Day", "2005-09-18": "Independence Day", "2005-09-19": "Army Day", @@ -897,7 +897,7 @@ "2006-05-01": "Labor Day", "2006-05-21": "Navy Day", "2006-06-12": "Corpus Christi", - "2006-06-26": "Saint Peter and Saint Paul", + "2006-06-26": "Saint Peter and Saint Paul's Day", "2006-08-15": "Assumption Day", "2006-09-18": "Independence Day", "2006-09-19": "Army Day", @@ -911,7 +911,7 @@ "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-05-21": "Navy Day", - "2007-07-02": "Saint Peter and Saint Paul", + "2007-07-02": "Saint Peter and Saint Paul's Day", "2007-07-16": "Our Lady of Mount Carmel", "2007-08-15": "Assumption Day", "2007-09-17": "National Holiday", @@ -927,7 +927,7 @@ "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-05-21": "Navy Day", - "2008-06-29": "Saint Peter and Saint Paul", + "2008-06-29": "Saint Peter and Saint Paul's Day", "2008-07-16": "Our Lady of Mount Carmel", "2008-08-15": "Assumption Day", "2008-09-18": "Independence Day", @@ -943,7 +943,7 @@ "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-05-21": "Navy Day", - "2009-06-29": "Saint Peter and Saint Paul", + "2009-06-29": "Saint Peter and Saint Paul's Day", "2009-07-16": "Our Lady of Mount Carmel", "2009-08-15": "Assumption Day", "2009-09-18": "Independence Day", @@ -959,7 +959,7 @@ "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-05-21": "Navy Day", - "2010-06-28": "Saint Peter and Saint Paul", + "2010-06-28": "Saint Peter and Saint Paul's Day", "2010-07-16": "Our Lady of Mount Carmel", "2010-08-15": "Assumption Day", "2010-09-18": "Independence Day", @@ -975,7 +975,7 @@ "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-05-21": "Navy Day", - "2011-06-27": "Saint Peter and Saint Paul", + "2011-06-27": "Saint Peter and Saint Paul's Day", "2011-07-16": "Our Lady of Mount Carmel", "2011-08-15": "Assumption Day", "2011-09-18": "Independence Day", @@ -991,7 +991,7 @@ "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-05-21": "Navy Day", - "2012-07-02": "Saint Peter and Saint Paul", + "2012-07-02": "Saint Peter and Saint Paul's Day", "2012-07-16": "Our Lady of Mount Carmel", "2012-08-15": "Assumption Day", "2012-09-17": "National Holiday", @@ -1008,7 +1008,7 @@ "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-05-21": "Navy Day", - "2013-06-29": "Saint Peter and Saint Paul", + "2013-06-29": "Saint Peter and Saint Paul's Day", "2013-07-16": "Our Lady of Mount Carmel", "2013-08-15": "Assumption Day", "2013-09-18": "Independence Day", @@ -1025,7 +1025,7 @@ "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-05-21": "Navy Day", - "2014-06-29": "Saint Peter and Saint Paul", + "2014-06-29": "Saint Peter and Saint Paul's Day", "2014-07-16": "Our Lady of Mount Carmel", "2014-08-15": "Assumption Day", "2014-09-18": "Independence Day", @@ -1041,7 +1041,7 @@ "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-05-21": "Navy Day", - "2015-06-29": "Saint Peter and Saint Paul", + "2015-06-29": "Saint Peter and Saint Paul's Day", "2015-07-16": "Our Lady of Mount Carmel", "2015-08-15": "Assumption Day", "2015-09-18": "Independence Day", @@ -1057,7 +1057,7 @@ "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-21": "Navy Day", - "2016-06-27": "Saint Peter and Saint Paul", + "2016-06-27": "Saint Peter and Saint Paul's Day", "2016-07-16": "Our Lady of Mount Carmel", "2016-08-15": "Assumption Day", "2016-09-18": "Independence Day", @@ -1074,7 +1074,7 @@ "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-21": "Navy Day", - "2017-06-26": "Saint Peter and Saint Paul", + "2017-06-26": "Saint Peter and Saint Paul's Day", "2017-07-16": "Our Lady of Mount Carmel", "2017-08-15": "Assumption Day", "2017-09-18": "Independence Day", @@ -1090,7 +1090,7 @@ "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-21": "Navy Day", - "2018-07-02": "Saint Peter and Saint Paul", + "2018-07-02": "Saint Peter and Saint Paul's Day", "2018-07-16": "Our Lady of Mount Carmel", "2018-08-15": "Assumption Day", "2018-09-17": "National Holiday", @@ -1107,7 +1107,7 @@ "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-21": "Navy Day", - "2019-06-29": "Saint Peter and Saint Paul", + "2019-06-29": "Saint Peter and Saint Paul's Day", "2019-07-16": "Our Lady of Mount Carmel", "2019-08-15": "Assumption Day", "2019-09-18": "Independence Day", @@ -1124,7 +1124,7 @@ "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-21": "Navy Day", - "2020-06-29": "Saint Peter and Saint Paul", + "2020-06-29": "Saint Peter and Saint Paul's Day", "2020-07-16": "Our Lady of Mount Carmel", "2020-08-15": "Assumption Day", "2020-09-18": "Independence Day", @@ -1141,7 +1141,7 @@ "2021-05-01": "Labor Day", "2021-05-21": "Navy Day", "2021-06-21": "National Day of Indigenous Peoples", - "2021-06-28": "Saint Peter and Saint Paul", + "2021-06-28": "Saint Peter and Saint Paul's Day", "2021-07-16": "Our Lady of Mount Carmel", "2021-08-15": "Assumption Day", "2021-09-17": "National Holiday", @@ -1159,7 +1159,7 @@ "2022-05-01": "Labor Day", "2022-05-21": "Navy Day", "2022-06-21": "National Day of Indigenous Peoples", - "2022-06-27": "Saint Peter and Saint Paul", + "2022-06-27": "Saint Peter and Saint Paul's Day", "2022-07-16": "Our Lady of Mount Carmel", "2022-08-15": "Assumption Day", "2022-09-16": "National Holiday", @@ -1178,7 +1178,7 @@ "2023-05-01": "Labor Day", "2023-05-21": "Navy Day", "2023-06-21": "National Day of Indigenous Peoples", - "2023-06-26": "Saint Peter and Saint Paul", + "2023-06-26": "Saint Peter and Saint Paul's Day", "2023-07-16": "Our Lady of Mount Carmel", "2023-08-15": "Assumption Day", "2023-09-18": "Independence Day", @@ -1195,7 +1195,7 @@ "2024-05-01": "Labor Day", "2024-05-21": "Navy Day", "2024-06-20": "National Day of Indigenous Peoples", - "2024-06-29": "Saint Peter and Saint Paul", + "2024-06-29": "Saint Peter and Saint Paul's Day", "2024-07-16": "Our Lady of Mount Carmel", "2024-08-15": "Assumption Day", "2024-09-18": "Independence Day", @@ -1213,7 +1213,7 @@ "2025-05-01": "Labor Day", "2025-05-21": "Navy Day", "2025-06-20": "National Day of Indigenous Peoples", - "2025-06-29": "Saint Peter and Saint Paul", + "2025-06-29": "Saint Peter and Saint Paul's Day", "2025-07-16": "Our Lady of Mount Carmel", "2025-08-15": "Assumption Day", "2025-09-18": "Independence Day", @@ -1230,7 +1230,7 @@ "2026-05-01": "Labor Day", "2026-05-21": "Navy Day", "2026-06-21": "National Day of Indigenous Peoples", - "2026-06-29": "Saint Peter and Saint Paul", + "2026-06-29": "Saint Peter and Saint Paul's Day", "2026-07-16": "Our Lady of Mount Carmel", "2026-08-15": "Assumption Day", "2026-09-18": "Independence Day", @@ -1247,7 +1247,7 @@ "2027-05-01": "Labor Day", "2027-05-21": "Navy Day", "2027-06-21": "National Day of Indigenous Peoples", - "2027-06-28": "Saint Peter and Saint Paul", + "2027-06-28": "Saint Peter and Saint Paul's Day", "2027-07-16": "Our Lady of Mount Carmel", "2027-08-15": "Assumption Day", "2027-09-17": "National Holiday", @@ -1265,7 +1265,7 @@ "2028-05-01": "Labor Day", "2028-05-21": "Navy Day", "2028-06-20": "National Day of Indigenous Peoples", - "2028-06-26": "Saint Peter and Saint Paul", + "2028-06-26": "Saint Peter and Saint Paul's Day", "2028-07-16": "Our Lady of Mount Carmel", "2028-08-15": "Assumption Day", "2028-09-18": "Independence Day", @@ -1282,7 +1282,7 @@ "2029-05-01": "Labor Day", "2029-05-21": "Navy Day", "2029-06-20": "National Day of Indigenous Peoples", - "2029-07-02": "Saint Peter and Saint Paul", + "2029-07-02": "Saint Peter and Saint Paul's Day", "2029-07-16": "Our Lady of Mount Carmel", "2029-08-15": "Assumption Day", "2029-09-17": "National Holiday", @@ -1300,7 +1300,7 @@ "2030-05-01": "Labor Day", "2030-05-21": "Navy Day", "2030-06-21": "National Day of Indigenous Peoples", - "2030-06-29": "Saint Peter and Saint Paul", + "2030-06-29": "Saint Peter and Saint Paul's Day", "2030-07-16": "Our Lady of Mount Carmel", "2030-08-15": "Assumption Day", "2030-09-18": "Independence Day", @@ -1318,7 +1318,7 @@ "2031-05-01": "Labor Day", "2031-05-21": "Navy Day", "2031-06-21": "National Day of Indigenous Peoples", - "2031-06-29": "Saint Peter and Saint Paul", + "2031-06-29": "Saint Peter and Saint Paul's Day", "2031-07-16": "Our Lady of Mount Carmel", "2031-08-15": "Assumption Day", "2031-09-18": "Independence Day", @@ -1335,7 +1335,7 @@ "2032-05-01": "Labor Day", "2032-05-21": "Navy Day", "2032-06-20": "National Day of Indigenous Peoples", - "2032-06-28": "Saint Peter and Saint Paul", + "2032-06-28": "Saint Peter and Saint Paul's Day", "2032-07-16": "Our Lady of Mount Carmel", "2032-08-15": "Assumption Day", "2032-09-17": "National Holiday", @@ -1353,7 +1353,7 @@ "2033-05-01": "Labor Day", "2033-05-21": "Navy Day", "2033-06-20": "National Day of Indigenous Peoples", - "2033-06-27": "Saint Peter and Saint Paul", + "2033-06-27": "Saint Peter and Saint Paul's Day", "2033-07-16": "Our Lady of Mount Carmel", "2033-08-15": "Assumption Day", "2033-09-18": "Independence Day", @@ -1371,7 +1371,7 @@ "2034-05-01": "Labor Day", "2034-05-21": "Navy Day", "2034-06-21": "National Day of Indigenous Peoples", - "2034-06-26": "Saint Peter and Saint Paul", + "2034-06-26": "Saint Peter and Saint Paul's Day", "2034-07-16": "Our Lady of Mount Carmel", "2034-08-15": "Assumption Day", "2034-09-18": "Independence Day", @@ -1388,7 +1388,7 @@ "2035-05-01": "Labor Day", "2035-05-21": "Navy Day", "2035-06-21": "National Day of Indigenous Peoples", - "2035-07-02": "Saint Peter and Saint Paul", + "2035-07-02": "Saint Peter and Saint Paul's Day", "2035-07-16": "Our Lady of Mount Carmel", "2035-08-15": "Assumption Day", "2035-09-17": "National Holiday", @@ -1406,7 +1406,7 @@ "2036-05-01": "Labor Day", "2036-05-21": "Navy Day", "2036-06-20": "National Day of Indigenous Peoples", - "2036-06-29": "Saint Peter and Saint Paul", + "2036-06-29": "Saint Peter and Saint Paul's Day", "2036-07-16": "Our Lady of Mount Carmel", "2036-08-15": "Assumption Day", "2036-09-18": "Independence Day", @@ -1423,7 +1423,7 @@ "2037-05-01": "Labor Day", "2037-05-21": "Navy Day", "2037-06-20": "National Day of Indigenous Peoples", - "2037-06-29": "Saint Peter and Saint Paul", + "2037-06-29": "Saint Peter and Saint Paul's Day", "2037-07-16": "Our Lady of Mount Carmel", "2037-08-15": "Assumption Day", "2037-09-18": "Independence Day", @@ -1440,7 +1440,7 @@ "2038-05-01": "Labor Day", "2038-05-21": "Navy Day", "2038-06-21": "National Day of Indigenous Peoples", - "2038-06-28": "Saint Peter and Saint Paul", + "2038-06-28": "Saint Peter and Saint Paul's Day", "2038-07-16": "Our Lady of Mount Carmel", "2038-08-15": "Assumption Day", "2038-09-17": "National Holiday", @@ -1458,7 +1458,7 @@ "2039-05-01": "Labor Day", "2039-05-21": "Navy Day", "2039-06-21": "National Day of Indigenous Peoples", - "2039-06-27": "Saint Peter and Saint Paul", + "2039-06-27": "Saint Peter and Saint Paul's Day", "2039-07-16": "Our Lady of Mount Carmel", "2039-08-15": "Assumption Day", "2039-09-18": "Independence Day", @@ -1476,7 +1476,7 @@ "2040-05-01": "Labor Day", "2040-05-21": "Navy Day", "2040-06-20": "National Day of Indigenous Peoples", - "2040-07-02": "Saint Peter and Saint Paul", + "2040-07-02": "Saint Peter and Saint Paul's Day", "2040-07-16": "Our Lady of Mount Carmel", "2040-08-15": "Assumption Day", "2040-09-17": "National Holiday", @@ -1494,7 +1494,7 @@ "2041-05-01": "Labor Day", "2041-05-21": "Navy Day", "2041-06-20": "National Day of Indigenous Peoples", - "2041-06-29": "Saint Peter and Saint Paul", + "2041-06-29": "Saint Peter and Saint Paul's Day", "2041-07-16": "Our Lady of Mount Carmel", "2041-08-15": "Assumption Day", "2041-09-18": "Independence Day", @@ -1512,7 +1512,7 @@ "2042-05-01": "Labor Day", "2042-05-21": "Navy Day", "2042-06-21": "National Day of Indigenous Peoples", - "2042-06-29": "Saint Peter and Saint Paul", + "2042-06-29": "Saint Peter and Saint Paul's Day", "2042-07-16": "Our Lady of Mount Carmel", "2042-08-15": "Assumption Day", "2042-09-18": "Independence Day", @@ -1529,7 +1529,7 @@ "2043-05-01": "Labor Day", "2043-05-21": "Navy Day", "2043-06-21": "National Day of Indigenous Peoples", - "2043-06-29": "Saint Peter and Saint Paul", + "2043-06-29": "Saint Peter and Saint Paul's Day", "2043-07-16": "Our Lady of Mount Carmel", "2043-08-15": "Assumption Day", "2043-09-18": "Independence Day", @@ -1546,7 +1546,7 @@ "2044-05-01": "Labor Day", "2044-05-21": "Navy Day", "2044-06-20": "National Day of Indigenous Peoples", - "2044-06-27": "Saint Peter and Saint Paul", + "2044-06-27": "Saint Peter and Saint Paul's Day", "2044-07-16": "Our Lady of Mount Carmel", "2044-08-15": "Assumption Day", "2044-09-18": "Independence Day", @@ -1564,7 +1564,7 @@ "2045-05-01": "Labor Day", "2045-05-21": "Navy Day", "2045-06-20": "National Day of Indigenous Peoples", - "2045-06-26": "Saint Peter and Saint Paul", + "2045-06-26": "Saint Peter and Saint Paul's Day", "2045-07-16": "Our Lady of Mount Carmel", "2045-08-15": "Assumption Day", "2045-09-18": "Independence Day", @@ -1581,7 +1581,7 @@ "2046-05-01": "Labor Day", "2046-05-21": "Navy Day", "2046-06-21": "National Day of Indigenous Peoples", - "2046-07-02": "Saint Peter and Saint Paul", + "2046-07-02": "Saint Peter and Saint Paul's Day", "2046-07-16": "Our Lady of Mount Carmel", "2046-08-15": "Assumption Day", "2046-09-17": "National Holiday", @@ -1599,7 +1599,7 @@ "2047-05-01": "Labor Day", "2047-05-21": "Navy Day", "2047-06-21": "National Day of Indigenous Peoples", - "2047-06-29": "Saint Peter and Saint Paul", + "2047-06-29": "Saint Peter and Saint Paul's Day", "2047-07-16": "Our Lady of Mount Carmel", "2047-08-15": "Assumption Day", "2047-09-18": "Independence Day", @@ -1617,7 +1617,7 @@ "2048-05-01": "Labor Day", "2048-05-21": "Navy Day", "2048-06-20": "National Day of Indigenous Peoples", - "2048-06-29": "Saint Peter and Saint Paul", + "2048-06-29": "Saint Peter and Saint Paul's Day", "2048-07-16": "Our Lady of Mount Carmel", "2048-08-15": "Assumption Day", "2048-09-18": "Independence Day", @@ -1634,7 +1634,7 @@ "2049-05-01": "Labor Day", "2049-05-21": "Navy Day", "2049-06-20": "National Day of Indigenous Peoples", - "2049-06-28": "Saint Peter and Saint Paul", + "2049-06-28": "Saint Peter and Saint Paul's Day", "2049-07-16": "Our Lady of Mount Carmel", "2049-08-15": "Assumption Day", "2049-09-17": "National Holiday", @@ -1652,7 +1652,7 @@ "2050-05-01": "Labor Day", "2050-05-21": "Navy Day", "2050-06-20": "National Day of Indigenous Peoples", - "2050-06-27": "Saint Peter and Saint Paul", + "2050-06-27": "Saint Peter and Saint Paul's Day", "2050-07-16": "Our Lady of Mount Carmel", "2050-08-15": "Assumption Day", "2050-09-18": "Independence Day", diff --git a/snapshots/countries/CL_LL.json b/snapshots/countries/CL_LL.json index a970a01b0..61e6101f0 100644 --- a/snapshots/countries/CL_LL.json +++ b/snapshots/countries/CL_LL.json @@ -6,7 +6,7 @@ "1950-05-18": "Ascension Day", "1950-05-21": "Navy Day", "1950-06-08": "Corpus Christi", - "1950-06-29": "Saint Peter and Saint Paul", + "1950-06-29": "Saint Peter and Saint Paul's Day", "1950-08-15": "Assumption Day", "1950-09-18": "Independence Day", "1950-09-19": "Army Day", @@ -22,7 +22,7 @@ "1951-05-03": "Ascension Day", "1951-05-21": "Navy Day", "1951-05-24": "Corpus Christi", - "1951-06-29": "Saint Peter and Saint Paul", + "1951-06-29": "Saint Peter and Saint Paul's Day", "1951-08-15": "Assumption Day", "1951-09-18": "Independence Day", "1951-09-19": "Army Day", @@ -38,7 +38,7 @@ "1952-05-21": "Navy Day", "1952-05-22": "Ascension Day", "1952-06-12": "Corpus Christi", - "1952-06-29": "Saint Peter and Saint Paul", + "1952-06-29": "Saint Peter and Saint Paul's Day", "1952-08-15": "Assumption Day", "1952-09-18": "Independence Day", "1952-09-19": "Army Day", @@ -54,7 +54,7 @@ "1953-05-14": "Ascension Day", "1953-05-21": "Navy Day", "1953-06-04": "Corpus Christi", - "1953-06-29": "Saint Peter and Saint Paul", + "1953-06-29": "Saint Peter and Saint Paul's Day", "1953-08-15": "Assumption Day", "1953-09-18": "Independence Day", "1953-09-19": "Army Day", @@ -70,7 +70,7 @@ "1954-05-21": "Navy Day", "1954-05-27": "Ascension Day", "1954-06-17": "Corpus Christi", - "1954-06-29": "Saint Peter and Saint Paul", + "1954-06-29": "Saint Peter and Saint Paul's Day", "1954-08-15": "Assumption Day", "1954-09-18": "Independence Day", "1954-09-19": "Army Day", @@ -86,7 +86,7 @@ "1955-05-19": "Ascension Day", "1955-05-21": "Navy Day", "1955-06-09": "Corpus Christi", - "1955-06-29": "Saint Peter and Saint Paul", + "1955-06-29": "Saint Peter and Saint Paul's Day", "1955-08-15": "Assumption Day", "1955-09-18": "Independence Day", "1955-09-19": "Army Day", @@ -102,7 +102,7 @@ "1956-05-10": "Ascension Day", "1956-05-21": "Navy Day", "1956-05-31": "Corpus Christi", - "1956-06-29": "Saint Peter and Saint Paul", + "1956-06-29": "Saint Peter and Saint Paul's Day", "1956-08-15": "Assumption Day", "1956-09-18": "Independence Day", "1956-09-19": "Army Day", @@ -119,7 +119,7 @@ "1957-05-21": "Navy Day", "1957-05-30": "Ascension Day", "1957-06-20": "Corpus Christi", - "1957-06-29": "Saint Peter and Saint Paul", + "1957-06-29": "Saint Peter and Saint Paul's Day", "1957-06-30": "Bank Holiday", "1957-08-15": "Assumption Day", "1957-09-18": "Independence Day", @@ -137,7 +137,7 @@ "1958-05-15": "Ascension Day", "1958-05-21": "Navy Day", "1958-06-05": "Corpus Christi", - "1958-06-29": "Saint Peter and Saint Paul", + "1958-06-29": "Saint Peter and Saint Paul's Day", "1958-06-30": "Bank Holiday", "1958-08-15": "Assumption Day", "1958-09-18": "Independence Day", @@ -155,7 +155,7 @@ "1959-05-07": "Ascension Day", "1959-05-21": "Navy Day", "1959-05-28": "Corpus Christi", - "1959-06-29": "Saint Peter and Saint Paul", + "1959-06-29": "Saint Peter and Saint Paul's Day", "1959-06-30": "Bank Holiday", "1959-08-15": "Assumption Day", "1959-09-18": "Independence Day", @@ -173,7 +173,7 @@ "1960-05-21": "Navy Day", "1960-05-26": "Ascension Day", "1960-06-16": "Corpus Christi", - "1960-06-29": "Saint Peter and Saint Paul", + "1960-06-29": "Saint Peter and Saint Paul's Day", "1960-06-30": "Bank Holiday", "1960-08-15": "Assumption Day", "1960-09-18": "Independence Day", @@ -191,7 +191,7 @@ "1961-05-11": "Ascension Day", "1961-05-21": "Navy Day", "1961-06-01": "Corpus Christi", - "1961-06-29": "Saint Peter and Saint Paul", + "1961-06-29": "Saint Peter and Saint Paul's Day", "1961-06-30": "Bank Holiday", "1961-08-15": "Assumption Day", "1961-09-18": "Independence Day", @@ -209,7 +209,7 @@ "1962-05-21": "Navy Day", "1962-05-31": "Ascension Day", "1962-06-21": "Corpus Christi", - "1962-06-29": "Saint Peter and Saint Paul", + "1962-06-29": "Saint Peter and Saint Paul's Day", "1962-06-30": "Bank Holiday", "1962-08-15": "Assumption Day", "1962-09-18": "Independence Day", @@ -227,7 +227,7 @@ "1963-05-21": "Navy Day", "1963-05-23": "Ascension Day", "1963-06-13": "Corpus Christi", - "1963-06-29": "Saint Peter and Saint Paul", + "1963-06-29": "Saint Peter and Saint Paul's Day", "1963-06-30": "Bank Holiday", "1963-08-15": "Assumption Day", "1963-09-18": "Independence Day", @@ -245,7 +245,7 @@ "1964-05-07": "Ascension Day", "1964-05-21": "Navy Day", "1964-05-28": "Corpus Christi", - "1964-06-29": "Saint Peter and Saint Paul", + "1964-06-29": "Saint Peter and Saint Paul's Day", "1964-06-30": "Bank Holiday", "1964-08-15": "Assumption Day", "1964-09-18": "Independence Day", @@ -263,7 +263,7 @@ "1965-05-21": "Navy Day", "1965-05-27": "Ascension Day", "1965-06-17": "Corpus Christi", - "1965-06-29": "Saint Peter and Saint Paul", + "1965-06-29": "Saint Peter and Saint Paul's Day", "1965-06-30": "Bank Holiday", "1965-08-15": "Assumption Day", "1965-09-18": "Independence Day", @@ -281,7 +281,7 @@ "1966-05-19": "Ascension Day", "1966-05-21": "Navy Day", "1966-06-09": "Corpus Christi", - "1966-06-29": "Saint Peter and Saint Paul", + "1966-06-29": "Saint Peter and Saint Paul's Day", "1966-06-30": "Bank Holiday", "1966-08-15": "Assumption Day", "1966-09-18": "Independence Day", @@ -299,7 +299,7 @@ "1967-05-04": "Ascension Day", "1967-05-21": "Navy Day", "1967-05-25": "Corpus Christi", - "1967-06-29": "Saint Peter and Saint Paul", + "1967-06-29": "Saint Peter and Saint Paul's Day", "1967-06-30": "Bank Holiday", "1967-08-15": "Assumption Day", "1967-09-18": "Independence Day", @@ -579,7 +579,7 @@ "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-05-21": "Navy Day", - "1986-06-29": "Saint Peter and Saint Paul", + "1986-06-29": "Saint Peter and Saint Paul's Day", "1986-08-15": "Assumption Day", "1986-09-11": "Day of National Liberation", "1986-09-18": "Independence Day", @@ -596,7 +596,7 @@ "1987-05-01": "Labor Day", "1987-05-21": "Navy Day", "1987-06-18": "Corpus Christi", - "1987-06-29": "Saint Peter and Saint Paul", + "1987-06-29": "Saint Peter and Saint Paul's Day", "1987-08-15": "Assumption Day", "1987-09-11": "Day of National Liberation", "1987-09-18": "Independence Day", @@ -613,7 +613,7 @@ "1988-05-01": "Labor Day", "1988-05-21": "Navy Day", "1988-06-02": "Corpus Christi", - "1988-06-29": "Saint Peter and Saint Paul", + "1988-06-29": "Saint Peter and Saint Paul's Day", "1988-08-15": "Assumption Day", "1988-09-11": "Day of National Liberation", "1988-09-18": "Independence Day", @@ -630,7 +630,7 @@ "1989-05-01": "Labor Day", "1989-05-21": "Navy Day", "1989-05-25": "Corpus Christi", - "1989-06-29": "Saint Peter and Saint Paul", + "1989-06-29": "Saint Peter and Saint Paul's Day", "1989-08-15": "Assumption Day", "1989-09-11": "Day of National Liberation", "1989-09-18": "Independence Day", @@ -646,7 +646,7 @@ "1990-05-01": "Labor Day", "1990-05-21": "Navy Day", "1990-06-14": "Corpus Christi", - "1990-06-29": "Saint Peter and Saint Paul", + "1990-06-29": "Saint Peter and Saint Paul's Day", "1990-08-15": "Assumption Day", "1990-09-11": "Day of National Liberation", "1990-09-18": "Independence Day", @@ -662,7 +662,7 @@ "1991-05-01": "Labor Day", "1991-05-21": "Navy Day", "1991-05-30": "Corpus Christi", - "1991-06-29": "Saint Peter and Saint Paul", + "1991-06-29": "Saint Peter and Saint Paul's Day", "1991-08-15": "Assumption Day", "1991-09-11": "Day of National Liberation", "1991-09-18": "Independence Day", @@ -678,7 +678,7 @@ "1992-05-01": "Labor Day", "1992-05-21": "Navy Day", "1992-06-18": "Corpus Christi", - "1992-06-29": "Saint Peter and Saint Paul", + "1992-06-29": "Saint Peter and Saint Paul's Day", "1992-08-15": "Assumption Day", "1992-09-11": "Day of National Liberation", "1992-09-18": "Independence Day", @@ -694,7 +694,7 @@ "1993-05-01": "Labor Day", "1993-05-21": "Navy Day", "1993-06-10": "Corpus Christi", - "1993-06-29": "Saint Peter and Saint Paul", + "1993-06-29": "Saint Peter and Saint Paul's Day", "1993-08-15": "Assumption Day", "1993-09-11": "Day of National Liberation", "1993-09-18": "Independence Day", @@ -710,7 +710,7 @@ "1994-05-01": "Labor Day", "1994-05-21": "Navy Day", "1994-06-02": "Corpus Christi", - "1994-06-29": "Saint Peter and Saint Paul", + "1994-06-29": "Saint Peter and Saint Paul's Day", "1994-08-15": "Assumption Day", "1994-09-11": "Day of National Liberation", "1994-09-18": "Independence Day", @@ -726,7 +726,7 @@ "1995-05-01": "Labor Day", "1995-05-21": "Navy Day", "1995-06-15": "Corpus Christi", - "1995-06-29": "Saint Peter and Saint Paul", + "1995-06-29": "Saint Peter and Saint Paul's Day", "1995-08-15": "Assumption Day", "1995-09-11": "Day of National Liberation", "1995-09-18": "Independence Day", @@ -742,7 +742,7 @@ "1996-05-01": "Labor Day", "1996-05-21": "Navy Day", "1996-06-06": "Corpus Christi", - "1996-06-29": "Saint Peter and Saint Paul", + "1996-06-29": "Saint Peter and Saint Paul's Day", "1996-08-15": "Assumption Day", "1996-09-11": "Day of National Liberation", "1996-09-18": "Independence Day", @@ -758,7 +758,7 @@ "1997-05-01": "Labor Day", "1997-05-21": "Navy Day", "1997-05-29": "Corpus Christi", - "1997-06-29": "Saint Peter and Saint Paul", + "1997-06-29": "Saint Peter and Saint Paul's Day", "1997-08-15": "Assumption Day", "1997-09-11": "Day of National Liberation", "1997-09-18": "Independence Day", @@ -773,7 +773,7 @@ "1998-05-01": "Labor Day", "1998-05-21": "Navy Day", "1998-06-11": "Corpus Christi", - "1998-06-29": "Saint Peter and Saint Paul", + "1998-06-29": "Saint Peter and Saint Paul's Day", "1998-08-15": "Assumption Day", "1998-09-11": "Day of National Liberation", "1998-09-18": "Independence Day", @@ -789,7 +789,7 @@ "1999-05-01": "Labor Day", "1999-05-21": "Navy Day", "1999-06-03": "Corpus Christi", - "1999-06-29": "Saint Peter and Saint Paul", + "1999-06-29": "Saint Peter and Saint Paul's Day", "1999-08-15": "Assumption Day", "1999-09-06": "Day of National Unity", "1999-09-18": "Independence Day", @@ -805,7 +805,7 @@ "2000-05-01": "Labor Day", "2000-05-21": "Navy Day", "2000-06-19": "Corpus Christi", - "2000-06-26": "Saint Peter and Saint Paul", + "2000-06-26": "Saint Peter and Saint Paul's Day", "2000-08-15": "Assumption Day", "2000-09-04": "Day of National Unity", "2000-09-18": "Independence Day", @@ -821,7 +821,7 @@ "2001-05-01": "Labor Day", "2001-05-21": "Navy Day", "2001-06-11": "Corpus Christi", - "2001-07-02": "Saint Peter and Saint Paul", + "2001-07-02": "Saint Peter and Saint Paul's Day", "2001-08-15": "Assumption Day", "2001-09-03": "Day of National Unity", "2001-09-18": "Independence Day", @@ -837,7 +837,7 @@ "2002-05-01": "Labor Day", "2002-05-21": "Navy Day", "2002-05-27": "Corpus Christi", - "2002-06-29": "Saint Peter and Saint Paul", + "2002-06-29": "Saint Peter and Saint Paul's Day", "2002-08-15": "Assumption Day", "2002-09-18": "Independence Day", "2002-09-19": "Army Day", @@ -852,7 +852,7 @@ "2003-05-01": "Labor Day", "2003-05-21": "Navy Day", "2003-06-16": "Corpus Christi", - "2003-06-29": "Saint Peter and Saint Paul", + "2003-06-29": "Saint Peter and Saint Paul's Day", "2003-08-15": "Assumption Day", "2003-09-18": "Independence Day", "2003-09-19": "Army Day", @@ -867,7 +867,7 @@ "2004-05-01": "Labor Day", "2004-05-21": "Navy Day", "2004-06-07": "Corpus Christi", - "2004-06-28": "Saint Peter and Saint Paul", + "2004-06-28": "Saint Peter and Saint Paul's Day", "2004-08-15": "Assumption Day", "2004-09-18": "Independence Day", "2004-09-19": "Army Day", @@ -882,7 +882,7 @@ "2005-05-01": "Labor Day", "2005-05-21": "Navy Day", "2005-05-23": "Corpus Christi", - "2005-06-27": "Saint Peter and Saint Paul", + "2005-06-27": "Saint Peter and Saint Paul's Day", "2005-08-15": "Assumption Day", "2005-09-18": "Independence Day", "2005-09-19": "Army Day", @@ -897,7 +897,7 @@ "2006-05-01": "Labor Day", "2006-05-21": "Navy Day", "2006-06-12": "Corpus Christi", - "2006-06-26": "Saint Peter and Saint Paul", + "2006-06-26": "Saint Peter and Saint Paul's Day", "2006-08-15": "Assumption Day", "2006-09-18": "Independence Day", "2006-09-19": "Army Day", @@ -911,7 +911,7 @@ "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-05-21": "Navy Day", - "2007-07-02": "Saint Peter and Saint Paul", + "2007-07-02": "Saint Peter and Saint Paul's Day", "2007-07-16": "Our Lady of Mount Carmel", "2007-08-15": "Assumption Day", "2007-09-17": "National Holiday", @@ -927,7 +927,7 @@ "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-05-21": "Navy Day", - "2008-06-29": "Saint Peter and Saint Paul", + "2008-06-29": "Saint Peter and Saint Paul's Day", "2008-07-16": "Our Lady of Mount Carmel", "2008-08-15": "Assumption Day", "2008-09-18": "Independence Day", @@ -943,7 +943,7 @@ "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-05-21": "Navy Day", - "2009-06-29": "Saint Peter and Saint Paul", + "2009-06-29": "Saint Peter and Saint Paul's Day", "2009-07-16": "Our Lady of Mount Carmel", "2009-08-15": "Assumption Day", "2009-09-18": "Independence Day", @@ -959,7 +959,7 @@ "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-05-21": "Navy Day", - "2010-06-28": "Saint Peter and Saint Paul", + "2010-06-28": "Saint Peter and Saint Paul's Day", "2010-07-16": "Our Lady of Mount Carmel", "2010-08-15": "Assumption Day", "2010-09-18": "Independence Day", @@ -975,7 +975,7 @@ "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-05-21": "Navy Day", - "2011-06-27": "Saint Peter and Saint Paul", + "2011-06-27": "Saint Peter and Saint Paul's Day", "2011-07-16": "Our Lady of Mount Carmel", "2011-08-15": "Assumption Day", "2011-09-18": "Independence Day", @@ -991,7 +991,7 @@ "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-05-21": "Navy Day", - "2012-07-02": "Saint Peter and Saint Paul", + "2012-07-02": "Saint Peter and Saint Paul's Day", "2012-07-16": "Our Lady of Mount Carmel", "2012-08-15": "Assumption Day", "2012-09-17": "National Holiday", @@ -1008,7 +1008,7 @@ "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-05-21": "Navy Day", - "2013-06-29": "Saint Peter and Saint Paul", + "2013-06-29": "Saint Peter and Saint Paul's Day", "2013-07-16": "Our Lady of Mount Carmel", "2013-08-15": "Assumption Day", "2013-09-18": "Independence Day", @@ -1025,7 +1025,7 @@ "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-05-21": "Navy Day", - "2014-06-29": "Saint Peter and Saint Paul", + "2014-06-29": "Saint Peter and Saint Paul's Day", "2014-07-16": "Our Lady of Mount Carmel", "2014-08-15": "Assumption Day", "2014-09-18": "Independence Day", @@ -1041,7 +1041,7 @@ "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-05-21": "Navy Day", - "2015-06-29": "Saint Peter and Saint Paul", + "2015-06-29": "Saint Peter and Saint Paul's Day", "2015-07-16": "Our Lady of Mount Carmel", "2015-08-15": "Assumption Day", "2015-09-18": "Independence Day", @@ -1057,7 +1057,7 @@ "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-21": "Navy Day", - "2016-06-27": "Saint Peter and Saint Paul", + "2016-06-27": "Saint Peter and Saint Paul's Day", "2016-07-16": "Our Lady of Mount Carmel", "2016-08-15": "Assumption Day", "2016-09-18": "Independence Day", @@ -1074,7 +1074,7 @@ "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-21": "Navy Day", - "2017-06-26": "Saint Peter and Saint Paul", + "2017-06-26": "Saint Peter and Saint Paul's Day", "2017-07-16": "Our Lady of Mount Carmel", "2017-08-15": "Assumption Day", "2017-09-18": "Independence Day", @@ -1090,7 +1090,7 @@ "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-21": "Navy Day", - "2018-07-02": "Saint Peter and Saint Paul", + "2018-07-02": "Saint Peter and Saint Paul's Day", "2018-07-16": "Our Lady of Mount Carmel", "2018-08-15": "Assumption Day", "2018-09-17": "National Holiday", @@ -1107,7 +1107,7 @@ "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-21": "Navy Day", - "2019-06-29": "Saint Peter and Saint Paul", + "2019-06-29": "Saint Peter and Saint Paul's Day", "2019-07-16": "Our Lady of Mount Carmel", "2019-08-15": "Assumption Day", "2019-09-18": "Independence Day", @@ -1124,7 +1124,7 @@ "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-21": "Navy Day", - "2020-06-29": "Saint Peter and Saint Paul", + "2020-06-29": "Saint Peter and Saint Paul's Day", "2020-07-16": "Our Lady of Mount Carmel", "2020-08-15": "Assumption Day", "2020-09-18": "Independence Day", @@ -1141,7 +1141,7 @@ "2021-05-01": "Labor Day", "2021-05-21": "Navy Day", "2021-06-21": "National Day of Indigenous Peoples", - "2021-06-28": "Saint Peter and Saint Paul", + "2021-06-28": "Saint Peter and Saint Paul's Day", "2021-07-16": "Our Lady of Mount Carmel", "2021-08-15": "Assumption Day", "2021-09-17": "National Holiday", @@ -1159,7 +1159,7 @@ "2022-05-01": "Labor Day", "2022-05-21": "Navy Day", "2022-06-21": "National Day of Indigenous Peoples", - "2022-06-27": "Saint Peter and Saint Paul", + "2022-06-27": "Saint Peter and Saint Paul's Day", "2022-07-16": "Our Lady of Mount Carmel", "2022-08-15": "Assumption Day", "2022-09-16": "National Holiday", @@ -1178,7 +1178,7 @@ "2023-05-01": "Labor Day", "2023-05-21": "Navy Day", "2023-06-21": "National Day of Indigenous Peoples", - "2023-06-26": "Saint Peter and Saint Paul", + "2023-06-26": "Saint Peter and Saint Paul's Day", "2023-07-16": "Our Lady of Mount Carmel", "2023-08-15": "Assumption Day", "2023-09-18": "Independence Day", @@ -1195,7 +1195,7 @@ "2024-05-01": "Labor Day", "2024-05-21": "Navy Day", "2024-06-20": "National Day of Indigenous Peoples", - "2024-06-29": "Saint Peter and Saint Paul", + "2024-06-29": "Saint Peter and Saint Paul's Day", "2024-07-16": "Our Lady of Mount Carmel", "2024-08-15": "Assumption Day", "2024-09-18": "Independence Day", @@ -1213,7 +1213,7 @@ "2025-05-01": "Labor Day", "2025-05-21": "Navy Day", "2025-06-20": "National Day of Indigenous Peoples", - "2025-06-29": "Saint Peter and Saint Paul", + "2025-06-29": "Saint Peter and Saint Paul's Day", "2025-07-16": "Our Lady of Mount Carmel", "2025-08-15": "Assumption Day", "2025-09-18": "Independence Day", @@ -1230,7 +1230,7 @@ "2026-05-01": "Labor Day", "2026-05-21": "Navy Day", "2026-06-21": "National Day of Indigenous Peoples", - "2026-06-29": "Saint Peter and Saint Paul", + "2026-06-29": "Saint Peter and Saint Paul's Day", "2026-07-16": "Our Lady of Mount Carmel", "2026-08-15": "Assumption Day", "2026-09-18": "Independence Day", @@ -1247,7 +1247,7 @@ "2027-05-01": "Labor Day", "2027-05-21": "Navy Day", "2027-06-21": "National Day of Indigenous Peoples", - "2027-06-28": "Saint Peter and Saint Paul", + "2027-06-28": "Saint Peter and Saint Paul's Day", "2027-07-16": "Our Lady of Mount Carmel", "2027-08-15": "Assumption Day", "2027-09-17": "National Holiday", @@ -1265,7 +1265,7 @@ "2028-05-01": "Labor Day", "2028-05-21": "Navy Day", "2028-06-20": "National Day of Indigenous Peoples", - "2028-06-26": "Saint Peter and Saint Paul", + "2028-06-26": "Saint Peter and Saint Paul's Day", "2028-07-16": "Our Lady of Mount Carmel", "2028-08-15": "Assumption Day", "2028-09-18": "Independence Day", @@ -1282,7 +1282,7 @@ "2029-05-01": "Labor Day", "2029-05-21": "Navy Day", "2029-06-20": "National Day of Indigenous Peoples", - "2029-07-02": "Saint Peter and Saint Paul", + "2029-07-02": "Saint Peter and Saint Paul's Day", "2029-07-16": "Our Lady of Mount Carmel", "2029-08-15": "Assumption Day", "2029-09-17": "National Holiday", @@ -1300,7 +1300,7 @@ "2030-05-01": "Labor Day", "2030-05-21": "Navy Day", "2030-06-21": "National Day of Indigenous Peoples", - "2030-06-29": "Saint Peter and Saint Paul", + "2030-06-29": "Saint Peter and Saint Paul's Day", "2030-07-16": "Our Lady of Mount Carmel", "2030-08-15": "Assumption Day", "2030-09-18": "Independence Day", @@ -1318,7 +1318,7 @@ "2031-05-01": "Labor Day", "2031-05-21": "Navy Day", "2031-06-21": "National Day of Indigenous Peoples", - "2031-06-29": "Saint Peter and Saint Paul", + "2031-06-29": "Saint Peter and Saint Paul's Day", "2031-07-16": "Our Lady of Mount Carmel", "2031-08-15": "Assumption Day", "2031-09-18": "Independence Day", @@ -1335,7 +1335,7 @@ "2032-05-01": "Labor Day", "2032-05-21": "Navy Day", "2032-06-20": "National Day of Indigenous Peoples", - "2032-06-28": "Saint Peter and Saint Paul", + "2032-06-28": "Saint Peter and Saint Paul's Day", "2032-07-16": "Our Lady of Mount Carmel", "2032-08-15": "Assumption Day", "2032-09-17": "National Holiday", @@ -1353,7 +1353,7 @@ "2033-05-01": "Labor Day", "2033-05-21": "Navy Day", "2033-06-20": "National Day of Indigenous Peoples", - "2033-06-27": "Saint Peter and Saint Paul", + "2033-06-27": "Saint Peter and Saint Paul's Day", "2033-07-16": "Our Lady of Mount Carmel", "2033-08-15": "Assumption Day", "2033-09-18": "Independence Day", @@ -1371,7 +1371,7 @@ "2034-05-01": "Labor Day", "2034-05-21": "Navy Day", "2034-06-21": "National Day of Indigenous Peoples", - "2034-06-26": "Saint Peter and Saint Paul", + "2034-06-26": "Saint Peter and Saint Paul's Day", "2034-07-16": "Our Lady of Mount Carmel", "2034-08-15": "Assumption Day", "2034-09-18": "Independence Day", @@ -1388,7 +1388,7 @@ "2035-05-01": "Labor Day", "2035-05-21": "Navy Day", "2035-06-21": "National Day of Indigenous Peoples", - "2035-07-02": "Saint Peter and Saint Paul", + "2035-07-02": "Saint Peter and Saint Paul's Day", "2035-07-16": "Our Lady of Mount Carmel", "2035-08-15": "Assumption Day", "2035-09-17": "National Holiday", @@ -1406,7 +1406,7 @@ "2036-05-01": "Labor Day", "2036-05-21": "Navy Day", "2036-06-20": "National Day of Indigenous Peoples", - "2036-06-29": "Saint Peter and Saint Paul", + "2036-06-29": "Saint Peter and Saint Paul's Day", "2036-07-16": "Our Lady of Mount Carmel", "2036-08-15": "Assumption Day", "2036-09-18": "Independence Day", @@ -1423,7 +1423,7 @@ "2037-05-01": "Labor Day", "2037-05-21": "Navy Day", "2037-06-20": "National Day of Indigenous Peoples", - "2037-06-29": "Saint Peter and Saint Paul", + "2037-06-29": "Saint Peter and Saint Paul's Day", "2037-07-16": "Our Lady of Mount Carmel", "2037-08-15": "Assumption Day", "2037-09-18": "Independence Day", @@ -1440,7 +1440,7 @@ "2038-05-01": "Labor Day", "2038-05-21": "Navy Day", "2038-06-21": "National Day of Indigenous Peoples", - "2038-06-28": "Saint Peter and Saint Paul", + "2038-06-28": "Saint Peter and Saint Paul's Day", "2038-07-16": "Our Lady of Mount Carmel", "2038-08-15": "Assumption Day", "2038-09-17": "National Holiday", @@ -1458,7 +1458,7 @@ "2039-05-01": "Labor Day", "2039-05-21": "Navy Day", "2039-06-21": "National Day of Indigenous Peoples", - "2039-06-27": "Saint Peter and Saint Paul", + "2039-06-27": "Saint Peter and Saint Paul's Day", "2039-07-16": "Our Lady of Mount Carmel", "2039-08-15": "Assumption Day", "2039-09-18": "Independence Day", @@ -1476,7 +1476,7 @@ "2040-05-01": "Labor Day", "2040-05-21": "Navy Day", "2040-06-20": "National Day of Indigenous Peoples", - "2040-07-02": "Saint Peter and Saint Paul", + "2040-07-02": "Saint Peter and Saint Paul's Day", "2040-07-16": "Our Lady of Mount Carmel", "2040-08-15": "Assumption Day", "2040-09-17": "National Holiday", @@ -1494,7 +1494,7 @@ "2041-05-01": "Labor Day", "2041-05-21": "Navy Day", "2041-06-20": "National Day of Indigenous Peoples", - "2041-06-29": "Saint Peter and Saint Paul", + "2041-06-29": "Saint Peter and Saint Paul's Day", "2041-07-16": "Our Lady of Mount Carmel", "2041-08-15": "Assumption Day", "2041-09-18": "Independence Day", @@ -1512,7 +1512,7 @@ "2042-05-01": "Labor Day", "2042-05-21": "Navy Day", "2042-06-21": "National Day of Indigenous Peoples", - "2042-06-29": "Saint Peter and Saint Paul", + "2042-06-29": "Saint Peter and Saint Paul's Day", "2042-07-16": "Our Lady of Mount Carmel", "2042-08-15": "Assumption Day", "2042-09-18": "Independence Day", @@ -1529,7 +1529,7 @@ "2043-05-01": "Labor Day", "2043-05-21": "Navy Day", "2043-06-21": "National Day of Indigenous Peoples", - "2043-06-29": "Saint Peter and Saint Paul", + "2043-06-29": "Saint Peter and Saint Paul's Day", "2043-07-16": "Our Lady of Mount Carmel", "2043-08-15": "Assumption Day", "2043-09-18": "Independence Day", @@ -1546,7 +1546,7 @@ "2044-05-01": "Labor Day", "2044-05-21": "Navy Day", "2044-06-20": "National Day of Indigenous Peoples", - "2044-06-27": "Saint Peter and Saint Paul", + "2044-06-27": "Saint Peter and Saint Paul's Day", "2044-07-16": "Our Lady of Mount Carmel", "2044-08-15": "Assumption Day", "2044-09-18": "Independence Day", @@ -1564,7 +1564,7 @@ "2045-05-01": "Labor Day", "2045-05-21": "Navy Day", "2045-06-20": "National Day of Indigenous Peoples", - "2045-06-26": "Saint Peter and Saint Paul", + "2045-06-26": "Saint Peter and Saint Paul's Day", "2045-07-16": "Our Lady of Mount Carmel", "2045-08-15": "Assumption Day", "2045-09-18": "Independence Day", @@ -1581,7 +1581,7 @@ "2046-05-01": "Labor Day", "2046-05-21": "Navy Day", "2046-06-21": "National Day of Indigenous Peoples", - "2046-07-02": "Saint Peter and Saint Paul", + "2046-07-02": "Saint Peter and Saint Paul's Day", "2046-07-16": "Our Lady of Mount Carmel", "2046-08-15": "Assumption Day", "2046-09-17": "National Holiday", @@ -1599,7 +1599,7 @@ "2047-05-01": "Labor Day", "2047-05-21": "Navy Day", "2047-06-21": "National Day of Indigenous Peoples", - "2047-06-29": "Saint Peter and Saint Paul", + "2047-06-29": "Saint Peter and Saint Paul's Day", "2047-07-16": "Our Lady of Mount Carmel", "2047-08-15": "Assumption Day", "2047-09-18": "Independence Day", @@ -1617,7 +1617,7 @@ "2048-05-01": "Labor Day", "2048-05-21": "Navy Day", "2048-06-20": "National Day of Indigenous Peoples", - "2048-06-29": "Saint Peter and Saint Paul", + "2048-06-29": "Saint Peter and Saint Paul's Day", "2048-07-16": "Our Lady of Mount Carmel", "2048-08-15": "Assumption Day", "2048-09-18": "Independence Day", @@ -1634,7 +1634,7 @@ "2049-05-01": "Labor Day", "2049-05-21": "Navy Day", "2049-06-20": "National Day of Indigenous Peoples", - "2049-06-28": "Saint Peter and Saint Paul", + "2049-06-28": "Saint Peter and Saint Paul's Day", "2049-07-16": "Our Lady of Mount Carmel", "2049-08-15": "Assumption Day", "2049-09-17": "National Holiday", @@ -1652,7 +1652,7 @@ "2050-05-01": "Labor Day", "2050-05-21": "Navy Day", "2050-06-20": "National Day of Indigenous Peoples", - "2050-06-27": "Saint Peter and Saint Paul", + "2050-06-27": "Saint Peter and Saint Paul's Day", "2050-07-16": "Our Lady of Mount Carmel", "2050-08-15": "Assumption Day", "2050-09-18": "Independence Day", diff --git a/snapshots/countries/CL_LR.json b/snapshots/countries/CL_LR.json index a970a01b0..61e6101f0 100644 --- a/snapshots/countries/CL_LR.json +++ b/snapshots/countries/CL_LR.json @@ -6,7 +6,7 @@ "1950-05-18": "Ascension Day", "1950-05-21": "Navy Day", "1950-06-08": "Corpus Christi", - "1950-06-29": "Saint Peter and Saint Paul", + "1950-06-29": "Saint Peter and Saint Paul's Day", "1950-08-15": "Assumption Day", "1950-09-18": "Independence Day", "1950-09-19": "Army Day", @@ -22,7 +22,7 @@ "1951-05-03": "Ascension Day", "1951-05-21": "Navy Day", "1951-05-24": "Corpus Christi", - "1951-06-29": "Saint Peter and Saint Paul", + "1951-06-29": "Saint Peter and Saint Paul's Day", "1951-08-15": "Assumption Day", "1951-09-18": "Independence Day", "1951-09-19": "Army Day", @@ -38,7 +38,7 @@ "1952-05-21": "Navy Day", "1952-05-22": "Ascension Day", "1952-06-12": "Corpus Christi", - "1952-06-29": "Saint Peter and Saint Paul", + "1952-06-29": "Saint Peter and Saint Paul's Day", "1952-08-15": "Assumption Day", "1952-09-18": "Independence Day", "1952-09-19": "Army Day", @@ -54,7 +54,7 @@ "1953-05-14": "Ascension Day", "1953-05-21": "Navy Day", "1953-06-04": "Corpus Christi", - "1953-06-29": "Saint Peter and Saint Paul", + "1953-06-29": "Saint Peter and Saint Paul's Day", "1953-08-15": "Assumption Day", "1953-09-18": "Independence Day", "1953-09-19": "Army Day", @@ -70,7 +70,7 @@ "1954-05-21": "Navy Day", "1954-05-27": "Ascension Day", "1954-06-17": "Corpus Christi", - "1954-06-29": "Saint Peter and Saint Paul", + "1954-06-29": "Saint Peter and Saint Paul's Day", "1954-08-15": "Assumption Day", "1954-09-18": "Independence Day", "1954-09-19": "Army Day", @@ -86,7 +86,7 @@ "1955-05-19": "Ascension Day", "1955-05-21": "Navy Day", "1955-06-09": "Corpus Christi", - "1955-06-29": "Saint Peter and Saint Paul", + "1955-06-29": "Saint Peter and Saint Paul's Day", "1955-08-15": "Assumption Day", "1955-09-18": "Independence Day", "1955-09-19": "Army Day", @@ -102,7 +102,7 @@ "1956-05-10": "Ascension Day", "1956-05-21": "Navy Day", "1956-05-31": "Corpus Christi", - "1956-06-29": "Saint Peter and Saint Paul", + "1956-06-29": "Saint Peter and Saint Paul's Day", "1956-08-15": "Assumption Day", "1956-09-18": "Independence Day", "1956-09-19": "Army Day", @@ -119,7 +119,7 @@ "1957-05-21": "Navy Day", "1957-05-30": "Ascension Day", "1957-06-20": "Corpus Christi", - "1957-06-29": "Saint Peter and Saint Paul", + "1957-06-29": "Saint Peter and Saint Paul's Day", "1957-06-30": "Bank Holiday", "1957-08-15": "Assumption Day", "1957-09-18": "Independence Day", @@ -137,7 +137,7 @@ "1958-05-15": "Ascension Day", "1958-05-21": "Navy Day", "1958-06-05": "Corpus Christi", - "1958-06-29": "Saint Peter and Saint Paul", + "1958-06-29": "Saint Peter and Saint Paul's Day", "1958-06-30": "Bank Holiday", "1958-08-15": "Assumption Day", "1958-09-18": "Independence Day", @@ -155,7 +155,7 @@ "1959-05-07": "Ascension Day", "1959-05-21": "Navy Day", "1959-05-28": "Corpus Christi", - "1959-06-29": "Saint Peter and Saint Paul", + "1959-06-29": "Saint Peter and Saint Paul's Day", "1959-06-30": "Bank Holiday", "1959-08-15": "Assumption Day", "1959-09-18": "Independence Day", @@ -173,7 +173,7 @@ "1960-05-21": "Navy Day", "1960-05-26": "Ascension Day", "1960-06-16": "Corpus Christi", - "1960-06-29": "Saint Peter and Saint Paul", + "1960-06-29": "Saint Peter and Saint Paul's Day", "1960-06-30": "Bank Holiday", "1960-08-15": "Assumption Day", "1960-09-18": "Independence Day", @@ -191,7 +191,7 @@ "1961-05-11": "Ascension Day", "1961-05-21": "Navy Day", "1961-06-01": "Corpus Christi", - "1961-06-29": "Saint Peter and Saint Paul", + "1961-06-29": "Saint Peter and Saint Paul's Day", "1961-06-30": "Bank Holiday", "1961-08-15": "Assumption Day", "1961-09-18": "Independence Day", @@ -209,7 +209,7 @@ "1962-05-21": "Navy Day", "1962-05-31": "Ascension Day", "1962-06-21": "Corpus Christi", - "1962-06-29": "Saint Peter and Saint Paul", + "1962-06-29": "Saint Peter and Saint Paul's Day", "1962-06-30": "Bank Holiday", "1962-08-15": "Assumption Day", "1962-09-18": "Independence Day", @@ -227,7 +227,7 @@ "1963-05-21": "Navy Day", "1963-05-23": "Ascension Day", "1963-06-13": "Corpus Christi", - "1963-06-29": "Saint Peter and Saint Paul", + "1963-06-29": "Saint Peter and Saint Paul's Day", "1963-06-30": "Bank Holiday", "1963-08-15": "Assumption Day", "1963-09-18": "Independence Day", @@ -245,7 +245,7 @@ "1964-05-07": "Ascension Day", "1964-05-21": "Navy Day", "1964-05-28": "Corpus Christi", - "1964-06-29": "Saint Peter and Saint Paul", + "1964-06-29": "Saint Peter and Saint Paul's Day", "1964-06-30": "Bank Holiday", "1964-08-15": "Assumption Day", "1964-09-18": "Independence Day", @@ -263,7 +263,7 @@ "1965-05-21": "Navy Day", "1965-05-27": "Ascension Day", "1965-06-17": "Corpus Christi", - "1965-06-29": "Saint Peter and Saint Paul", + "1965-06-29": "Saint Peter and Saint Paul's Day", "1965-06-30": "Bank Holiday", "1965-08-15": "Assumption Day", "1965-09-18": "Independence Day", @@ -281,7 +281,7 @@ "1966-05-19": "Ascension Day", "1966-05-21": "Navy Day", "1966-06-09": "Corpus Christi", - "1966-06-29": "Saint Peter and Saint Paul", + "1966-06-29": "Saint Peter and Saint Paul's Day", "1966-06-30": "Bank Holiday", "1966-08-15": "Assumption Day", "1966-09-18": "Independence Day", @@ -299,7 +299,7 @@ "1967-05-04": "Ascension Day", "1967-05-21": "Navy Day", "1967-05-25": "Corpus Christi", - "1967-06-29": "Saint Peter and Saint Paul", + "1967-06-29": "Saint Peter and Saint Paul's Day", "1967-06-30": "Bank Holiday", "1967-08-15": "Assumption Day", "1967-09-18": "Independence Day", @@ -579,7 +579,7 @@ "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-05-21": "Navy Day", - "1986-06-29": "Saint Peter and Saint Paul", + "1986-06-29": "Saint Peter and Saint Paul's Day", "1986-08-15": "Assumption Day", "1986-09-11": "Day of National Liberation", "1986-09-18": "Independence Day", @@ -596,7 +596,7 @@ "1987-05-01": "Labor Day", "1987-05-21": "Navy Day", "1987-06-18": "Corpus Christi", - "1987-06-29": "Saint Peter and Saint Paul", + "1987-06-29": "Saint Peter and Saint Paul's Day", "1987-08-15": "Assumption Day", "1987-09-11": "Day of National Liberation", "1987-09-18": "Independence Day", @@ -613,7 +613,7 @@ "1988-05-01": "Labor Day", "1988-05-21": "Navy Day", "1988-06-02": "Corpus Christi", - "1988-06-29": "Saint Peter and Saint Paul", + "1988-06-29": "Saint Peter and Saint Paul's Day", "1988-08-15": "Assumption Day", "1988-09-11": "Day of National Liberation", "1988-09-18": "Independence Day", @@ -630,7 +630,7 @@ "1989-05-01": "Labor Day", "1989-05-21": "Navy Day", "1989-05-25": "Corpus Christi", - "1989-06-29": "Saint Peter and Saint Paul", + "1989-06-29": "Saint Peter and Saint Paul's Day", "1989-08-15": "Assumption Day", "1989-09-11": "Day of National Liberation", "1989-09-18": "Independence Day", @@ -646,7 +646,7 @@ "1990-05-01": "Labor Day", "1990-05-21": "Navy Day", "1990-06-14": "Corpus Christi", - "1990-06-29": "Saint Peter and Saint Paul", + "1990-06-29": "Saint Peter and Saint Paul's Day", "1990-08-15": "Assumption Day", "1990-09-11": "Day of National Liberation", "1990-09-18": "Independence Day", @@ -662,7 +662,7 @@ "1991-05-01": "Labor Day", "1991-05-21": "Navy Day", "1991-05-30": "Corpus Christi", - "1991-06-29": "Saint Peter and Saint Paul", + "1991-06-29": "Saint Peter and Saint Paul's Day", "1991-08-15": "Assumption Day", "1991-09-11": "Day of National Liberation", "1991-09-18": "Independence Day", @@ -678,7 +678,7 @@ "1992-05-01": "Labor Day", "1992-05-21": "Navy Day", "1992-06-18": "Corpus Christi", - "1992-06-29": "Saint Peter and Saint Paul", + "1992-06-29": "Saint Peter and Saint Paul's Day", "1992-08-15": "Assumption Day", "1992-09-11": "Day of National Liberation", "1992-09-18": "Independence Day", @@ -694,7 +694,7 @@ "1993-05-01": "Labor Day", "1993-05-21": "Navy Day", "1993-06-10": "Corpus Christi", - "1993-06-29": "Saint Peter and Saint Paul", + "1993-06-29": "Saint Peter and Saint Paul's Day", "1993-08-15": "Assumption Day", "1993-09-11": "Day of National Liberation", "1993-09-18": "Independence Day", @@ -710,7 +710,7 @@ "1994-05-01": "Labor Day", "1994-05-21": "Navy Day", "1994-06-02": "Corpus Christi", - "1994-06-29": "Saint Peter and Saint Paul", + "1994-06-29": "Saint Peter and Saint Paul's Day", "1994-08-15": "Assumption Day", "1994-09-11": "Day of National Liberation", "1994-09-18": "Independence Day", @@ -726,7 +726,7 @@ "1995-05-01": "Labor Day", "1995-05-21": "Navy Day", "1995-06-15": "Corpus Christi", - "1995-06-29": "Saint Peter and Saint Paul", + "1995-06-29": "Saint Peter and Saint Paul's Day", "1995-08-15": "Assumption Day", "1995-09-11": "Day of National Liberation", "1995-09-18": "Independence Day", @@ -742,7 +742,7 @@ "1996-05-01": "Labor Day", "1996-05-21": "Navy Day", "1996-06-06": "Corpus Christi", - "1996-06-29": "Saint Peter and Saint Paul", + "1996-06-29": "Saint Peter and Saint Paul's Day", "1996-08-15": "Assumption Day", "1996-09-11": "Day of National Liberation", "1996-09-18": "Independence Day", @@ -758,7 +758,7 @@ "1997-05-01": "Labor Day", "1997-05-21": "Navy Day", "1997-05-29": "Corpus Christi", - "1997-06-29": "Saint Peter and Saint Paul", + "1997-06-29": "Saint Peter and Saint Paul's Day", "1997-08-15": "Assumption Day", "1997-09-11": "Day of National Liberation", "1997-09-18": "Independence Day", @@ -773,7 +773,7 @@ "1998-05-01": "Labor Day", "1998-05-21": "Navy Day", "1998-06-11": "Corpus Christi", - "1998-06-29": "Saint Peter and Saint Paul", + "1998-06-29": "Saint Peter and Saint Paul's Day", "1998-08-15": "Assumption Day", "1998-09-11": "Day of National Liberation", "1998-09-18": "Independence Day", @@ -789,7 +789,7 @@ "1999-05-01": "Labor Day", "1999-05-21": "Navy Day", "1999-06-03": "Corpus Christi", - "1999-06-29": "Saint Peter and Saint Paul", + "1999-06-29": "Saint Peter and Saint Paul's Day", "1999-08-15": "Assumption Day", "1999-09-06": "Day of National Unity", "1999-09-18": "Independence Day", @@ -805,7 +805,7 @@ "2000-05-01": "Labor Day", "2000-05-21": "Navy Day", "2000-06-19": "Corpus Christi", - "2000-06-26": "Saint Peter and Saint Paul", + "2000-06-26": "Saint Peter and Saint Paul's Day", "2000-08-15": "Assumption Day", "2000-09-04": "Day of National Unity", "2000-09-18": "Independence Day", @@ -821,7 +821,7 @@ "2001-05-01": "Labor Day", "2001-05-21": "Navy Day", "2001-06-11": "Corpus Christi", - "2001-07-02": "Saint Peter and Saint Paul", + "2001-07-02": "Saint Peter and Saint Paul's Day", "2001-08-15": "Assumption Day", "2001-09-03": "Day of National Unity", "2001-09-18": "Independence Day", @@ -837,7 +837,7 @@ "2002-05-01": "Labor Day", "2002-05-21": "Navy Day", "2002-05-27": "Corpus Christi", - "2002-06-29": "Saint Peter and Saint Paul", + "2002-06-29": "Saint Peter and Saint Paul's Day", "2002-08-15": "Assumption Day", "2002-09-18": "Independence Day", "2002-09-19": "Army Day", @@ -852,7 +852,7 @@ "2003-05-01": "Labor Day", "2003-05-21": "Navy Day", "2003-06-16": "Corpus Christi", - "2003-06-29": "Saint Peter and Saint Paul", + "2003-06-29": "Saint Peter and Saint Paul's Day", "2003-08-15": "Assumption Day", "2003-09-18": "Independence Day", "2003-09-19": "Army Day", @@ -867,7 +867,7 @@ "2004-05-01": "Labor Day", "2004-05-21": "Navy Day", "2004-06-07": "Corpus Christi", - "2004-06-28": "Saint Peter and Saint Paul", + "2004-06-28": "Saint Peter and Saint Paul's Day", "2004-08-15": "Assumption Day", "2004-09-18": "Independence Day", "2004-09-19": "Army Day", @@ -882,7 +882,7 @@ "2005-05-01": "Labor Day", "2005-05-21": "Navy Day", "2005-05-23": "Corpus Christi", - "2005-06-27": "Saint Peter and Saint Paul", + "2005-06-27": "Saint Peter and Saint Paul's Day", "2005-08-15": "Assumption Day", "2005-09-18": "Independence Day", "2005-09-19": "Army Day", @@ -897,7 +897,7 @@ "2006-05-01": "Labor Day", "2006-05-21": "Navy Day", "2006-06-12": "Corpus Christi", - "2006-06-26": "Saint Peter and Saint Paul", + "2006-06-26": "Saint Peter and Saint Paul's Day", "2006-08-15": "Assumption Day", "2006-09-18": "Independence Day", "2006-09-19": "Army Day", @@ -911,7 +911,7 @@ "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-05-21": "Navy Day", - "2007-07-02": "Saint Peter and Saint Paul", + "2007-07-02": "Saint Peter and Saint Paul's Day", "2007-07-16": "Our Lady of Mount Carmel", "2007-08-15": "Assumption Day", "2007-09-17": "National Holiday", @@ -927,7 +927,7 @@ "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-05-21": "Navy Day", - "2008-06-29": "Saint Peter and Saint Paul", + "2008-06-29": "Saint Peter and Saint Paul's Day", "2008-07-16": "Our Lady of Mount Carmel", "2008-08-15": "Assumption Day", "2008-09-18": "Independence Day", @@ -943,7 +943,7 @@ "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-05-21": "Navy Day", - "2009-06-29": "Saint Peter and Saint Paul", + "2009-06-29": "Saint Peter and Saint Paul's Day", "2009-07-16": "Our Lady of Mount Carmel", "2009-08-15": "Assumption Day", "2009-09-18": "Independence Day", @@ -959,7 +959,7 @@ "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-05-21": "Navy Day", - "2010-06-28": "Saint Peter and Saint Paul", + "2010-06-28": "Saint Peter and Saint Paul's Day", "2010-07-16": "Our Lady of Mount Carmel", "2010-08-15": "Assumption Day", "2010-09-18": "Independence Day", @@ -975,7 +975,7 @@ "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-05-21": "Navy Day", - "2011-06-27": "Saint Peter and Saint Paul", + "2011-06-27": "Saint Peter and Saint Paul's Day", "2011-07-16": "Our Lady of Mount Carmel", "2011-08-15": "Assumption Day", "2011-09-18": "Independence Day", @@ -991,7 +991,7 @@ "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-05-21": "Navy Day", - "2012-07-02": "Saint Peter and Saint Paul", + "2012-07-02": "Saint Peter and Saint Paul's Day", "2012-07-16": "Our Lady of Mount Carmel", "2012-08-15": "Assumption Day", "2012-09-17": "National Holiday", @@ -1008,7 +1008,7 @@ "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-05-21": "Navy Day", - "2013-06-29": "Saint Peter and Saint Paul", + "2013-06-29": "Saint Peter and Saint Paul's Day", "2013-07-16": "Our Lady of Mount Carmel", "2013-08-15": "Assumption Day", "2013-09-18": "Independence Day", @@ -1025,7 +1025,7 @@ "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-05-21": "Navy Day", - "2014-06-29": "Saint Peter and Saint Paul", + "2014-06-29": "Saint Peter and Saint Paul's Day", "2014-07-16": "Our Lady of Mount Carmel", "2014-08-15": "Assumption Day", "2014-09-18": "Independence Day", @@ -1041,7 +1041,7 @@ "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-05-21": "Navy Day", - "2015-06-29": "Saint Peter and Saint Paul", + "2015-06-29": "Saint Peter and Saint Paul's Day", "2015-07-16": "Our Lady of Mount Carmel", "2015-08-15": "Assumption Day", "2015-09-18": "Independence Day", @@ -1057,7 +1057,7 @@ "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-21": "Navy Day", - "2016-06-27": "Saint Peter and Saint Paul", + "2016-06-27": "Saint Peter and Saint Paul's Day", "2016-07-16": "Our Lady of Mount Carmel", "2016-08-15": "Assumption Day", "2016-09-18": "Independence Day", @@ -1074,7 +1074,7 @@ "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-21": "Navy Day", - "2017-06-26": "Saint Peter and Saint Paul", + "2017-06-26": "Saint Peter and Saint Paul's Day", "2017-07-16": "Our Lady of Mount Carmel", "2017-08-15": "Assumption Day", "2017-09-18": "Independence Day", @@ -1090,7 +1090,7 @@ "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-21": "Navy Day", - "2018-07-02": "Saint Peter and Saint Paul", + "2018-07-02": "Saint Peter and Saint Paul's Day", "2018-07-16": "Our Lady of Mount Carmel", "2018-08-15": "Assumption Day", "2018-09-17": "National Holiday", @@ -1107,7 +1107,7 @@ "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-21": "Navy Day", - "2019-06-29": "Saint Peter and Saint Paul", + "2019-06-29": "Saint Peter and Saint Paul's Day", "2019-07-16": "Our Lady of Mount Carmel", "2019-08-15": "Assumption Day", "2019-09-18": "Independence Day", @@ -1124,7 +1124,7 @@ "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-21": "Navy Day", - "2020-06-29": "Saint Peter and Saint Paul", + "2020-06-29": "Saint Peter and Saint Paul's Day", "2020-07-16": "Our Lady of Mount Carmel", "2020-08-15": "Assumption Day", "2020-09-18": "Independence Day", @@ -1141,7 +1141,7 @@ "2021-05-01": "Labor Day", "2021-05-21": "Navy Day", "2021-06-21": "National Day of Indigenous Peoples", - "2021-06-28": "Saint Peter and Saint Paul", + "2021-06-28": "Saint Peter and Saint Paul's Day", "2021-07-16": "Our Lady of Mount Carmel", "2021-08-15": "Assumption Day", "2021-09-17": "National Holiday", @@ -1159,7 +1159,7 @@ "2022-05-01": "Labor Day", "2022-05-21": "Navy Day", "2022-06-21": "National Day of Indigenous Peoples", - "2022-06-27": "Saint Peter and Saint Paul", + "2022-06-27": "Saint Peter and Saint Paul's Day", "2022-07-16": "Our Lady of Mount Carmel", "2022-08-15": "Assumption Day", "2022-09-16": "National Holiday", @@ -1178,7 +1178,7 @@ "2023-05-01": "Labor Day", "2023-05-21": "Navy Day", "2023-06-21": "National Day of Indigenous Peoples", - "2023-06-26": "Saint Peter and Saint Paul", + "2023-06-26": "Saint Peter and Saint Paul's Day", "2023-07-16": "Our Lady of Mount Carmel", "2023-08-15": "Assumption Day", "2023-09-18": "Independence Day", @@ -1195,7 +1195,7 @@ "2024-05-01": "Labor Day", "2024-05-21": "Navy Day", "2024-06-20": "National Day of Indigenous Peoples", - "2024-06-29": "Saint Peter and Saint Paul", + "2024-06-29": "Saint Peter and Saint Paul's Day", "2024-07-16": "Our Lady of Mount Carmel", "2024-08-15": "Assumption Day", "2024-09-18": "Independence Day", @@ -1213,7 +1213,7 @@ "2025-05-01": "Labor Day", "2025-05-21": "Navy Day", "2025-06-20": "National Day of Indigenous Peoples", - "2025-06-29": "Saint Peter and Saint Paul", + "2025-06-29": "Saint Peter and Saint Paul's Day", "2025-07-16": "Our Lady of Mount Carmel", "2025-08-15": "Assumption Day", "2025-09-18": "Independence Day", @@ -1230,7 +1230,7 @@ "2026-05-01": "Labor Day", "2026-05-21": "Navy Day", "2026-06-21": "National Day of Indigenous Peoples", - "2026-06-29": "Saint Peter and Saint Paul", + "2026-06-29": "Saint Peter and Saint Paul's Day", "2026-07-16": "Our Lady of Mount Carmel", "2026-08-15": "Assumption Day", "2026-09-18": "Independence Day", @@ -1247,7 +1247,7 @@ "2027-05-01": "Labor Day", "2027-05-21": "Navy Day", "2027-06-21": "National Day of Indigenous Peoples", - "2027-06-28": "Saint Peter and Saint Paul", + "2027-06-28": "Saint Peter and Saint Paul's Day", "2027-07-16": "Our Lady of Mount Carmel", "2027-08-15": "Assumption Day", "2027-09-17": "National Holiday", @@ -1265,7 +1265,7 @@ "2028-05-01": "Labor Day", "2028-05-21": "Navy Day", "2028-06-20": "National Day of Indigenous Peoples", - "2028-06-26": "Saint Peter and Saint Paul", + "2028-06-26": "Saint Peter and Saint Paul's Day", "2028-07-16": "Our Lady of Mount Carmel", "2028-08-15": "Assumption Day", "2028-09-18": "Independence Day", @@ -1282,7 +1282,7 @@ "2029-05-01": "Labor Day", "2029-05-21": "Navy Day", "2029-06-20": "National Day of Indigenous Peoples", - "2029-07-02": "Saint Peter and Saint Paul", + "2029-07-02": "Saint Peter and Saint Paul's Day", "2029-07-16": "Our Lady of Mount Carmel", "2029-08-15": "Assumption Day", "2029-09-17": "National Holiday", @@ -1300,7 +1300,7 @@ "2030-05-01": "Labor Day", "2030-05-21": "Navy Day", "2030-06-21": "National Day of Indigenous Peoples", - "2030-06-29": "Saint Peter and Saint Paul", + "2030-06-29": "Saint Peter and Saint Paul's Day", "2030-07-16": "Our Lady of Mount Carmel", "2030-08-15": "Assumption Day", "2030-09-18": "Independence Day", @@ -1318,7 +1318,7 @@ "2031-05-01": "Labor Day", "2031-05-21": "Navy Day", "2031-06-21": "National Day of Indigenous Peoples", - "2031-06-29": "Saint Peter and Saint Paul", + "2031-06-29": "Saint Peter and Saint Paul's Day", "2031-07-16": "Our Lady of Mount Carmel", "2031-08-15": "Assumption Day", "2031-09-18": "Independence Day", @@ -1335,7 +1335,7 @@ "2032-05-01": "Labor Day", "2032-05-21": "Navy Day", "2032-06-20": "National Day of Indigenous Peoples", - "2032-06-28": "Saint Peter and Saint Paul", + "2032-06-28": "Saint Peter and Saint Paul's Day", "2032-07-16": "Our Lady of Mount Carmel", "2032-08-15": "Assumption Day", "2032-09-17": "National Holiday", @@ -1353,7 +1353,7 @@ "2033-05-01": "Labor Day", "2033-05-21": "Navy Day", "2033-06-20": "National Day of Indigenous Peoples", - "2033-06-27": "Saint Peter and Saint Paul", + "2033-06-27": "Saint Peter and Saint Paul's Day", "2033-07-16": "Our Lady of Mount Carmel", "2033-08-15": "Assumption Day", "2033-09-18": "Independence Day", @@ -1371,7 +1371,7 @@ "2034-05-01": "Labor Day", "2034-05-21": "Navy Day", "2034-06-21": "National Day of Indigenous Peoples", - "2034-06-26": "Saint Peter and Saint Paul", + "2034-06-26": "Saint Peter and Saint Paul's Day", "2034-07-16": "Our Lady of Mount Carmel", "2034-08-15": "Assumption Day", "2034-09-18": "Independence Day", @@ -1388,7 +1388,7 @@ "2035-05-01": "Labor Day", "2035-05-21": "Navy Day", "2035-06-21": "National Day of Indigenous Peoples", - "2035-07-02": "Saint Peter and Saint Paul", + "2035-07-02": "Saint Peter and Saint Paul's Day", "2035-07-16": "Our Lady of Mount Carmel", "2035-08-15": "Assumption Day", "2035-09-17": "National Holiday", @@ -1406,7 +1406,7 @@ "2036-05-01": "Labor Day", "2036-05-21": "Navy Day", "2036-06-20": "National Day of Indigenous Peoples", - "2036-06-29": "Saint Peter and Saint Paul", + "2036-06-29": "Saint Peter and Saint Paul's Day", "2036-07-16": "Our Lady of Mount Carmel", "2036-08-15": "Assumption Day", "2036-09-18": "Independence Day", @@ -1423,7 +1423,7 @@ "2037-05-01": "Labor Day", "2037-05-21": "Navy Day", "2037-06-20": "National Day of Indigenous Peoples", - "2037-06-29": "Saint Peter and Saint Paul", + "2037-06-29": "Saint Peter and Saint Paul's Day", "2037-07-16": "Our Lady of Mount Carmel", "2037-08-15": "Assumption Day", "2037-09-18": "Independence Day", @@ -1440,7 +1440,7 @@ "2038-05-01": "Labor Day", "2038-05-21": "Navy Day", "2038-06-21": "National Day of Indigenous Peoples", - "2038-06-28": "Saint Peter and Saint Paul", + "2038-06-28": "Saint Peter and Saint Paul's Day", "2038-07-16": "Our Lady of Mount Carmel", "2038-08-15": "Assumption Day", "2038-09-17": "National Holiday", @@ -1458,7 +1458,7 @@ "2039-05-01": "Labor Day", "2039-05-21": "Navy Day", "2039-06-21": "National Day of Indigenous Peoples", - "2039-06-27": "Saint Peter and Saint Paul", + "2039-06-27": "Saint Peter and Saint Paul's Day", "2039-07-16": "Our Lady of Mount Carmel", "2039-08-15": "Assumption Day", "2039-09-18": "Independence Day", @@ -1476,7 +1476,7 @@ "2040-05-01": "Labor Day", "2040-05-21": "Navy Day", "2040-06-20": "National Day of Indigenous Peoples", - "2040-07-02": "Saint Peter and Saint Paul", + "2040-07-02": "Saint Peter and Saint Paul's Day", "2040-07-16": "Our Lady of Mount Carmel", "2040-08-15": "Assumption Day", "2040-09-17": "National Holiday", @@ -1494,7 +1494,7 @@ "2041-05-01": "Labor Day", "2041-05-21": "Navy Day", "2041-06-20": "National Day of Indigenous Peoples", - "2041-06-29": "Saint Peter and Saint Paul", + "2041-06-29": "Saint Peter and Saint Paul's Day", "2041-07-16": "Our Lady of Mount Carmel", "2041-08-15": "Assumption Day", "2041-09-18": "Independence Day", @@ -1512,7 +1512,7 @@ "2042-05-01": "Labor Day", "2042-05-21": "Navy Day", "2042-06-21": "National Day of Indigenous Peoples", - "2042-06-29": "Saint Peter and Saint Paul", + "2042-06-29": "Saint Peter and Saint Paul's Day", "2042-07-16": "Our Lady of Mount Carmel", "2042-08-15": "Assumption Day", "2042-09-18": "Independence Day", @@ -1529,7 +1529,7 @@ "2043-05-01": "Labor Day", "2043-05-21": "Navy Day", "2043-06-21": "National Day of Indigenous Peoples", - "2043-06-29": "Saint Peter and Saint Paul", + "2043-06-29": "Saint Peter and Saint Paul's Day", "2043-07-16": "Our Lady of Mount Carmel", "2043-08-15": "Assumption Day", "2043-09-18": "Independence Day", @@ -1546,7 +1546,7 @@ "2044-05-01": "Labor Day", "2044-05-21": "Navy Day", "2044-06-20": "National Day of Indigenous Peoples", - "2044-06-27": "Saint Peter and Saint Paul", + "2044-06-27": "Saint Peter and Saint Paul's Day", "2044-07-16": "Our Lady of Mount Carmel", "2044-08-15": "Assumption Day", "2044-09-18": "Independence Day", @@ -1564,7 +1564,7 @@ "2045-05-01": "Labor Day", "2045-05-21": "Navy Day", "2045-06-20": "National Day of Indigenous Peoples", - "2045-06-26": "Saint Peter and Saint Paul", + "2045-06-26": "Saint Peter and Saint Paul's Day", "2045-07-16": "Our Lady of Mount Carmel", "2045-08-15": "Assumption Day", "2045-09-18": "Independence Day", @@ -1581,7 +1581,7 @@ "2046-05-01": "Labor Day", "2046-05-21": "Navy Day", "2046-06-21": "National Day of Indigenous Peoples", - "2046-07-02": "Saint Peter and Saint Paul", + "2046-07-02": "Saint Peter and Saint Paul's Day", "2046-07-16": "Our Lady of Mount Carmel", "2046-08-15": "Assumption Day", "2046-09-17": "National Holiday", @@ -1599,7 +1599,7 @@ "2047-05-01": "Labor Day", "2047-05-21": "Navy Day", "2047-06-21": "National Day of Indigenous Peoples", - "2047-06-29": "Saint Peter and Saint Paul", + "2047-06-29": "Saint Peter and Saint Paul's Day", "2047-07-16": "Our Lady of Mount Carmel", "2047-08-15": "Assumption Day", "2047-09-18": "Independence Day", @@ -1617,7 +1617,7 @@ "2048-05-01": "Labor Day", "2048-05-21": "Navy Day", "2048-06-20": "National Day of Indigenous Peoples", - "2048-06-29": "Saint Peter and Saint Paul", + "2048-06-29": "Saint Peter and Saint Paul's Day", "2048-07-16": "Our Lady of Mount Carmel", "2048-08-15": "Assumption Day", "2048-09-18": "Independence Day", @@ -1634,7 +1634,7 @@ "2049-05-01": "Labor Day", "2049-05-21": "Navy Day", "2049-06-20": "National Day of Indigenous Peoples", - "2049-06-28": "Saint Peter and Saint Paul", + "2049-06-28": "Saint Peter and Saint Paul's Day", "2049-07-16": "Our Lady of Mount Carmel", "2049-08-15": "Assumption Day", "2049-09-17": "National Holiday", @@ -1652,7 +1652,7 @@ "2050-05-01": "Labor Day", "2050-05-21": "Navy Day", "2050-06-20": "National Day of Indigenous Peoples", - "2050-06-27": "Saint Peter and Saint Paul", + "2050-06-27": "Saint Peter and Saint Paul's Day", "2050-07-16": "Our Lady of Mount Carmel", "2050-08-15": "Assumption Day", "2050-09-18": "Independence Day", diff --git a/snapshots/countries/CL_MA.json b/snapshots/countries/CL_MA.json index a970a01b0..61e6101f0 100644 --- a/snapshots/countries/CL_MA.json +++ b/snapshots/countries/CL_MA.json @@ -6,7 +6,7 @@ "1950-05-18": "Ascension Day", "1950-05-21": "Navy Day", "1950-06-08": "Corpus Christi", - "1950-06-29": "Saint Peter and Saint Paul", + "1950-06-29": "Saint Peter and Saint Paul's Day", "1950-08-15": "Assumption Day", "1950-09-18": "Independence Day", "1950-09-19": "Army Day", @@ -22,7 +22,7 @@ "1951-05-03": "Ascension Day", "1951-05-21": "Navy Day", "1951-05-24": "Corpus Christi", - "1951-06-29": "Saint Peter and Saint Paul", + "1951-06-29": "Saint Peter and Saint Paul's Day", "1951-08-15": "Assumption Day", "1951-09-18": "Independence Day", "1951-09-19": "Army Day", @@ -38,7 +38,7 @@ "1952-05-21": "Navy Day", "1952-05-22": "Ascension Day", "1952-06-12": "Corpus Christi", - "1952-06-29": "Saint Peter and Saint Paul", + "1952-06-29": "Saint Peter and Saint Paul's Day", "1952-08-15": "Assumption Day", "1952-09-18": "Independence Day", "1952-09-19": "Army Day", @@ -54,7 +54,7 @@ "1953-05-14": "Ascension Day", "1953-05-21": "Navy Day", "1953-06-04": "Corpus Christi", - "1953-06-29": "Saint Peter and Saint Paul", + "1953-06-29": "Saint Peter and Saint Paul's Day", "1953-08-15": "Assumption Day", "1953-09-18": "Independence Day", "1953-09-19": "Army Day", @@ -70,7 +70,7 @@ "1954-05-21": "Navy Day", "1954-05-27": "Ascension Day", "1954-06-17": "Corpus Christi", - "1954-06-29": "Saint Peter and Saint Paul", + "1954-06-29": "Saint Peter and Saint Paul's Day", "1954-08-15": "Assumption Day", "1954-09-18": "Independence Day", "1954-09-19": "Army Day", @@ -86,7 +86,7 @@ "1955-05-19": "Ascension Day", "1955-05-21": "Navy Day", "1955-06-09": "Corpus Christi", - "1955-06-29": "Saint Peter and Saint Paul", + "1955-06-29": "Saint Peter and Saint Paul's Day", "1955-08-15": "Assumption Day", "1955-09-18": "Independence Day", "1955-09-19": "Army Day", @@ -102,7 +102,7 @@ "1956-05-10": "Ascension Day", "1956-05-21": "Navy Day", "1956-05-31": "Corpus Christi", - "1956-06-29": "Saint Peter and Saint Paul", + "1956-06-29": "Saint Peter and Saint Paul's Day", "1956-08-15": "Assumption Day", "1956-09-18": "Independence Day", "1956-09-19": "Army Day", @@ -119,7 +119,7 @@ "1957-05-21": "Navy Day", "1957-05-30": "Ascension Day", "1957-06-20": "Corpus Christi", - "1957-06-29": "Saint Peter and Saint Paul", + "1957-06-29": "Saint Peter and Saint Paul's Day", "1957-06-30": "Bank Holiday", "1957-08-15": "Assumption Day", "1957-09-18": "Independence Day", @@ -137,7 +137,7 @@ "1958-05-15": "Ascension Day", "1958-05-21": "Navy Day", "1958-06-05": "Corpus Christi", - "1958-06-29": "Saint Peter and Saint Paul", + "1958-06-29": "Saint Peter and Saint Paul's Day", "1958-06-30": "Bank Holiday", "1958-08-15": "Assumption Day", "1958-09-18": "Independence Day", @@ -155,7 +155,7 @@ "1959-05-07": "Ascension Day", "1959-05-21": "Navy Day", "1959-05-28": "Corpus Christi", - "1959-06-29": "Saint Peter and Saint Paul", + "1959-06-29": "Saint Peter and Saint Paul's Day", "1959-06-30": "Bank Holiday", "1959-08-15": "Assumption Day", "1959-09-18": "Independence Day", @@ -173,7 +173,7 @@ "1960-05-21": "Navy Day", "1960-05-26": "Ascension Day", "1960-06-16": "Corpus Christi", - "1960-06-29": "Saint Peter and Saint Paul", + "1960-06-29": "Saint Peter and Saint Paul's Day", "1960-06-30": "Bank Holiday", "1960-08-15": "Assumption Day", "1960-09-18": "Independence Day", @@ -191,7 +191,7 @@ "1961-05-11": "Ascension Day", "1961-05-21": "Navy Day", "1961-06-01": "Corpus Christi", - "1961-06-29": "Saint Peter and Saint Paul", + "1961-06-29": "Saint Peter and Saint Paul's Day", "1961-06-30": "Bank Holiday", "1961-08-15": "Assumption Day", "1961-09-18": "Independence Day", @@ -209,7 +209,7 @@ "1962-05-21": "Navy Day", "1962-05-31": "Ascension Day", "1962-06-21": "Corpus Christi", - "1962-06-29": "Saint Peter and Saint Paul", + "1962-06-29": "Saint Peter and Saint Paul's Day", "1962-06-30": "Bank Holiday", "1962-08-15": "Assumption Day", "1962-09-18": "Independence Day", @@ -227,7 +227,7 @@ "1963-05-21": "Navy Day", "1963-05-23": "Ascension Day", "1963-06-13": "Corpus Christi", - "1963-06-29": "Saint Peter and Saint Paul", + "1963-06-29": "Saint Peter and Saint Paul's Day", "1963-06-30": "Bank Holiday", "1963-08-15": "Assumption Day", "1963-09-18": "Independence Day", @@ -245,7 +245,7 @@ "1964-05-07": "Ascension Day", "1964-05-21": "Navy Day", "1964-05-28": "Corpus Christi", - "1964-06-29": "Saint Peter and Saint Paul", + "1964-06-29": "Saint Peter and Saint Paul's Day", "1964-06-30": "Bank Holiday", "1964-08-15": "Assumption Day", "1964-09-18": "Independence Day", @@ -263,7 +263,7 @@ "1965-05-21": "Navy Day", "1965-05-27": "Ascension Day", "1965-06-17": "Corpus Christi", - "1965-06-29": "Saint Peter and Saint Paul", + "1965-06-29": "Saint Peter and Saint Paul's Day", "1965-06-30": "Bank Holiday", "1965-08-15": "Assumption Day", "1965-09-18": "Independence Day", @@ -281,7 +281,7 @@ "1966-05-19": "Ascension Day", "1966-05-21": "Navy Day", "1966-06-09": "Corpus Christi", - "1966-06-29": "Saint Peter and Saint Paul", + "1966-06-29": "Saint Peter and Saint Paul's Day", "1966-06-30": "Bank Holiday", "1966-08-15": "Assumption Day", "1966-09-18": "Independence Day", @@ -299,7 +299,7 @@ "1967-05-04": "Ascension Day", "1967-05-21": "Navy Day", "1967-05-25": "Corpus Christi", - "1967-06-29": "Saint Peter and Saint Paul", + "1967-06-29": "Saint Peter and Saint Paul's Day", "1967-06-30": "Bank Holiday", "1967-08-15": "Assumption Day", "1967-09-18": "Independence Day", @@ -579,7 +579,7 @@ "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-05-21": "Navy Day", - "1986-06-29": "Saint Peter and Saint Paul", + "1986-06-29": "Saint Peter and Saint Paul's Day", "1986-08-15": "Assumption Day", "1986-09-11": "Day of National Liberation", "1986-09-18": "Independence Day", @@ -596,7 +596,7 @@ "1987-05-01": "Labor Day", "1987-05-21": "Navy Day", "1987-06-18": "Corpus Christi", - "1987-06-29": "Saint Peter and Saint Paul", + "1987-06-29": "Saint Peter and Saint Paul's Day", "1987-08-15": "Assumption Day", "1987-09-11": "Day of National Liberation", "1987-09-18": "Independence Day", @@ -613,7 +613,7 @@ "1988-05-01": "Labor Day", "1988-05-21": "Navy Day", "1988-06-02": "Corpus Christi", - "1988-06-29": "Saint Peter and Saint Paul", + "1988-06-29": "Saint Peter and Saint Paul's Day", "1988-08-15": "Assumption Day", "1988-09-11": "Day of National Liberation", "1988-09-18": "Independence Day", @@ -630,7 +630,7 @@ "1989-05-01": "Labor Day", "1989-05-21": "Navy Day", "1989-05-25": "Corpus Christi", - "1989-06-29": "Saint Peter and Saint Paul", + "1989-06-29": "Saint Peter and Saint Paul's Day", "1989-08-15": "Assumption Day", "1989-09-11": "Day of National Liberation", "1989-09-18": "Independence Day", @@ -646,7 +646,7 @@ "1990-05-01": "Labor Day", "1990-05-21": "Navy Day", "1990-06-14": "Corpus Christi", - "1990-06-29": "Saint Peter and Saint Paul", + "1990-06-29": "Saint Peter and Saint Paul's Day", "1990-08-15": "Assumption Day", "1990-09-11": "Day of National Liberation", "1990-09-18": "Independence Day", @@ -662,7 +662,7 @@ "1991-05-01": "Labor Day", "1991-05-21": "Navy Day", "1991-05-30": "Corpus Christi", - "1991-06-29": "Saint Peter and Saint Paul", + "1991-06-29": "Saint Peter and Saint Paul's Day", "1991-08-15": "Assumption Day", "1991-09-11": "Day of National Liberation", "1991-09-18": "Independence Day", @@ -678,7 +678,7 @@ "1992-05-01": "Labor Day", "1992-05-21": "Navy Day", "1992-06-18": "Corpus Christi", - "1992-06-29": "Saint Peter and Saint Paul", + "1992-06-29": "Saint Peter and Saint Paul's Day", "1992-08-15": "Assumption Day", "1992-09-11": "Day of National Liberation", "1992-09-18": "Independence Day", @@ -694,7 +694,7 @@ "1993-05-01": "Labor Day", "1993-05-21": "Navy Day", "1993-06-10": "Corpus Christi", - "1993-06-29": "Saint Peter and Saint Paul", + "1993-06-29": "Saint Peter and Saint Paul's Day", "1993-08-15": "Assumption Day", "1993-09-11": "Day of National Liberation", "1993-09-18": "Independence Day", @@ -710,7 +710,7 @@ "1994-05-01": "Labor Day", "1994-05-21": "Navy Day", "1994-06-02": "Corpus Christi", - "1994-06-29": "Saint Peter and Saint Paul", + "1994-06-29": "Saint Peter and Saint Paul's Day", "1994-08-15": "Assumption Day", "1994-09-11": "Day of National Liberation", "1994-09-18": "Independence Day", @@ -726,7 +726,7 @@ "1995-05-01": "Labor Day", "1995-05-21": "Navy Day", "1995-06-15": "Corpus Christi", - "1995-06-29": "Saint Peter and Saint Paul", + "1995-06-29": "Saint Peter and Saint Paul's Day", "1995-08-15": "Assumption Day", "1995-09-11": "Day of National Liberation", "1995-09-18": "Independence Day", @@ -742,7 +742,7 @@ "1996-05-01": "Labor Day", "1996-05-21": "Navy Day", "1996-06-06": "Corpus Christi", - "1996-06-29": "Saint Peter and Saint Paul", + "1996-06-29": "Saint Peter and Saint Paul's Day", "1996-08-15": "Assumption Day", "1996-09-11": "Day of National Liberation", "1996-09-18": "Independence Day", @@ -758,7 +758,7 @@ "1997-05-01": "Labor Day", "1997-05-21": "Navy Day", "1997-05-29": "Corpus Christi", - "1997-06-29": "Saint Peter and Saint Paul", + "1997-06-29": "Saint Peter and Saint Paul's Day", "1997-08-15": "Assumption Day", "1997-09-11": "Day of National Liberation", "1997-09-18": "Independence Day", @@ -773,7 +773,7 @@ "1998-05-01": "Labor Day", "1998-05-21": "Navy Day", "1998-06-11": "Corpus Christi", - "1998-06-29": "Saint Peter and Saint Paul", + "1998-06-29": "Saint Peter and Saint Paul's Day", "1998-08-15": "Assumption Day", "1998-09-11": "Day of National Liberation", "1998-09-18": "Independence Day", @@ -789,7 +789,7 @@ "1999-05-01": "Labor Day", "1999-05-21": "Navy Day", "1999-06-03": "Corpus Christi", - "1999-06-29": "Saint Peter and Saint Paul", + "1999-06-29": "Saint Peter and Saint Paul's Day", "1999-08-15": "Assumption Day", "1999-09-06": "Day of National Unity", "1999-09-18": "Independence Day", @@ -805,7 +805,7 @@ "2000-05-01": "Labor Day", "2000-05-21": "Navy Day", "2000-06-19": "Corpus Christi", - "2000-06-26": "Saint Peter and Saint Paul", + "2000-06-26": "Saint Peter and Saint Paul's Day", "2000-08-15": "Assumption Day", "2000-09-04": "Day of National Unity", "2000-09-18": "Independence Day", @@ -821,7 +821,7 @@ "2001-05-01": "Labor Day", "2001-05-21": "Navy Day", "2001-06-11": "Corpus Christi", - "2001-07-02": "Saint Peter and Saint Paul", + "2001-07-02": "Saint Peter and Saint Paul's Day", "2001-08-15": "Assumption Day", "2001-09-03": "Day of National Unity", "2001-09-18": "Independence Day", @@ -837,7 +837,7 @@ "2002-05-01": "Labor Day", "2002-05-21": "Navy Day", "2002-05-27": "Corpus Christi", - "2002-06-29": "Saint Peter and Saint Paul", + "2002-06-29": "Saint Peter and Saint Paul's Day", "2002-08-15": "Assumption Day", "2002-09-18": "Independence Day", "2002-09-19": "Army Day", @@ -852,7 +852,7 @@ "2003-05-01": "Labor Day", "2003-05-21": "Navy Day", "2003-06-16": "Corpus Christi", - "2003-06-29": "Saint Peter and Saint Paul", + "2003-06-29": "Saint Peter and Saint Paul's Day", "2003-08-15": "Assumption Day", "2003-09-18": "Independence Day", "2003-09-19": "Army Day", @@ -867,7 +867,7 @@ "2004-05-01": "Labor Day", "2004-05-21": "Navy Day", "2004-06-07": "Corpus Christi", - "2004-06-28": "Saint Peter and Saint Paul", + "2004-06-28": "Saint Peter and Saint Paul's Day", "2004-08-15": "Assumption Day", "2004-09-18": "Independence Day", "2004-09-19": "Army Day", @@ -882,7 +882,7 @@ "2005-05-01": "Labor Day", "2005-05-21": "Navy Day", "2005-05-23": "Corpus Christi", - "2005-06-27": "Saint Peter and Saint Paul", + "2005-06-27": "Saint Peter and Saint Paul's Day", "2005-08-15": "Assumption Day", "2005-09-18": "Independence Day", "2005-09-19": "Army Day", @@ -897,7 +897,7 @@ "2006-05-01": "Labor Day", "2006-05-21": "Navy Day", "2006-06-12": "Corpus Christi", - "2006-06-26": "Saint Peter and Saint Paul", + "2006-06-26": "Saint Peter and Saint Paul's Day", "2006-08-15": "Assumption Day", "2006-09-18": "Independence Day", "2006-09-19": "Army Day", @@ -911,7 +911,7 @@ "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-05-21": "Navy Day", - "2007-07-02": "Saint Peter and Saint Paul", + "2007-07-02": "Saint Peter and Saint Paul's Day", "2007-07-16": "Our Lady of Mount Carmel", "2007-08-15": "Assumption Day", "2007-09-17": "National Holiday", @@ -927,7 +927,7 @@ "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-05-21": "Navy Day", - "2008-06-29": "Saint Peter and Saint Paul", + "2008-06-29": "Saint Peter and Saint Paul's Day", "2008-07-16": "Our Lady of Mount Carmel", "2008-08-15": "Assumption Day", "2008-09-18": "Independence Day", @@ -943,7 +943,7 @@ "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-05-21": "Navy Day", - "2009-06-29": "Saint Peter and Saint Paul", + "2009-06-29": "Saint Peter and Saint Paul's Day", "2009-07-16": "Our Lady of Mount Carmel", "2009-08-15": "Assumption Day", "2009-09-18": "Independence Day", @@ -959,7 +959,7 @@ "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-05-21": "Navy Day", - "2010-06-28": "Saint Peter and Saint Paul", + "2010-06-28": "Saint Peter and Saint Paul's Day", "2010-07-16": "Our Lady of Mount Carmel", "2010-08-15": "Assumption Day", "2010-09-18": "Independence Day", @@ -975,7 +975,7 @@ "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-05-21": "Navy Day", - "2011-06-27": "Saint Peter and Saint Paul", + "2011-06-27": "Saint Peter and Saint Paul's Day", "2011-07-16": "Our Lady of Mount Carmel", "2011-08-15": "Assumption Day", "2011-09-18": "Independence Day", @@ -991,7 +991,7 @@ "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-05-21": "Navy Day", - "2012-07-02": "Saint Peter and Saint Paul", + "2012-07-02": "Saint Peter and Saint Paul's Day", "2012-07-16": "Our Lady of Mount Carmel", "2012-08-15": "Assumption Day", "2012-09-17": "National Holiday", @@ -1008,7 +1008,7 @@ "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-05-21": "Navy Day", - "2013-06-29": "Saint Peter and Saint Paul", + "2013-06-29": "Saint Peter and Saint Paul's Day", "2013-07-16": "Our Lady of Mount Carmel", "2013-08-15": "Assumption Day", "2013-09-18": "Independence Day", @@ -1025,7 +1025,7 @@ "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-05-21": "Navy Day", - "2014-06-29": "Saint Peter and Saint Paul", + "2014-06-29": "Saint Peter and Saint Paul's Day", "2014-07-16": "Our Lady of Mount Carmel", "2014-08-15": "Assumption Day", "2014-09-18": "Independence Day", @@ -1041,7 +1041,7 @@ "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-05-21": "Navy Day", - "2015-06-29": "Saint Peter and Saint Paul", + "2015-06-29": "Saint Peter and Saint Paul's Day", "2015-07-16": "Our Lady of Mount Carmel", "2015-08-15": "Assumption Day", "2015-09-18": "Independence Day", @@ -1057,7 +1057,7 @@ "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-21": "Navy Day", - "2016-06-27": "Saint Peter and Saint Paul", + "2016-06-27": "Saint Peter and Saint Paul's Day", "2016-07-16": "Our Lady of Mount Carmel", "2016-08-15": "Assumption Day", "2016-09-18": "Independence Day", @@ -1074,7 +1074,7 @@ "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-21": "Navy Day", - "2017-06-26": "Saint Peter and Saint Paul", + "2017-06-26": "Saint Peter and Saint Paul's Day", "2017-07-16": "Our Lady of Mount Carmel", "2017-08-15": "Assumption Day", "2017-09-18": "Independence Day", @@ -1090,7 +1090,7 @@ "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-21": "Navy Day", - "2018-07-02": "Saint Peter and Saint Paul", + "2018-07-02": "Saint Peter and Saint Paul's Day", "2018-07-16": "Our Lady of Mount Carmel", "2018-08-15": "Assumption Day", "2018-09-17": "National Holiday", @@ -1107,7 +1107,7 @@ "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-21": "Navy Day", - "2019-06-29": "Saint Peter and Saint Paul", + "2019-06-29": "Saint Peter and Saint Paul's Day", "2019-07-16": "Our Lady of Mount Carmel", "2019-08-15": "Assumption Day", "2019-09-18": "Independence Day", @@ -1124,7 +1124,7 @@ "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-21": "Navy Day", - "2020-06-29": "Saint Peter and Saint Paul", + "2020-06-29": "Saint Peter and Saint Paul's Day", "2020-07-16": "Our Lady of Mount Carmel", "2020-08-15": "Assumption Day", "2020-09-18": "Independence Day", @@ -1141,7 +1141,7 @@ "2021-05-01": "Labor Day", "2021-05-21": "Navy Day", "2021-06-21": "National Day of Indigenous Peoples", - "2021-06-28": "Saint Peter and Saint Paul", + "2021-06-28": "Saint Peter and Saint Paul's Day", "2021-07-16": "Our Lady of Mount Carmel", "2021-08-15": "Assumption Day", "2021-09-17": "National Holiday", @@ -1159,7 +1159,7 @@ "2022-05-01": "Labor Day", "2022-05-21": "Navy Day", "2022-06-21": "National Day of Indigenous Peoples", - "2022-06-27": "Saint Peter and Saint Paul", + "2022-06-27": "Saint Peter and Saint Paul's Day", "2022-07-16": "Our Lady of Mount Carmel", "2022-08-15": "Assumption Day", "2022-09-16": "National Holiday", @@ -1178,7 +1178,7 @@ "2023-05-01": "Labor Day", "2023-05-21": "Navy Day", "2023-06-21": "National Day of Indigenous Peoples", - "2023-06-26": "Saint Peter and Saint Paul", + "2023-06-26": "Saint Peter and Saint Paul's Day", "2023-07-16": "Our Lady of Mount Carmel", "2023-08-15": "Assumption Day", "2023-09-18": "Independence Day", @@ -1195,7 +1195,7 @@ "2024-05-01": "Labor Day", "2024-05-21": "Navy Day", "2024-06-20": "National Day of Indigenous Peoples", - "2024-06-29": "Saint Peter and Saint Paul", + "2024-06-29": "Saint Peter and Saint Paul's Day", "2024-07-16": "Our Lady of Mount Carmel", "2024-08-15": "Assumption Day", "2024-09-18": "Independence Day", @@ -1213,7 +1213,7 @@ "2025-05-01": "Labor Day", "2025-05-21": "Navy Day", "2025-06-20": "National Day of Indigenous Peoples", - "2025-06-29": "Saint Peter and Saint Paul", + "2025-06-29": "Saint Peter and Saint Paul's Day", "2025-07-16": "Our Lady of Mount Carmel", "2025-08-15": "Assumption Day", "2025-09-18": "Independence Day", @@ -1230,7 +1230,7 @@ "2026-05-01": "Labor Day", "2026-05-21": "Navy Day", "2026-06-21": "National Day of Indigenous Peoples", - "2026-06-29": "Saint Peter and Saint Paul", + "2026-06-29": "Saint Peter and Saint Paul's Day", "2026-07-16": "Our Lady of Mount Carmel", "2026-08-15": "Assumption Day", "2026-09-18": "Independence Day", @@ -1247,7 +1247,7 @@ "2027-05-01": "Labor Day", "2027-05-21": "Navy Day", "2027-06-21": "National Day of Indigenous Peoples", - "2027-06-28": "Saint Peter and Saint Paul", + "2027-06-28": "Saint Peter and Saint Paul's Day", "2027-07-16": "Our Lady of Mount Carmel", "2027-08-15": "Assumption Day", "2027-09-17": "National Holiday", @@ -1265,7 +1265,7 @@ "2028-05-01": "Labor Day", "2028-05-21": "Navy Day", "2028-06-20": "National Day of Indigenous Peoples", - "2028-06-26": "Saint Peter and Saint Paul", + "2028-06-26": "Saint Peter and Saint Paul's Day", "2028-07-16": "Our Lady of Mount Carmel", "2028-08-15": "Assumption Day", "2028-09-18": "Independence Day", @@ -1282,7 +1282,7 @@ "2029-05-01": "Labor Day", "2029-05-21": "Navy Day", "2029-06-20": "National Day of Indigenous Peoples", - "2029-07-02": "Saint Peter and Saint Paul", + "2029-07-02": "Saint Peter and Saint Paul's Day", "2029-07-16": "Our Lady of Mount Carmel", "2029-08-15": "Assumption Day", "2029-09-17": "National Holiday", @@ -1300,7 +1300,7 @@ "2030-05-01": "Labor Day", "2030-05-21": "Navy Day", "2030-06-21": "National Day of Indigenous Peoples", - "2030-06-29": "Saint Peter and Saint Paul", + "2030-06-29": "Saint Peter and Saint Paul's Day", "2030-07-16": "Our Lady of Mount Carmel", "2030-08-15": "Assumption Day", "2030-09-18": "Independence Day", @@ -1318,7 +1318,7 @@ "2031-05-01": "Labor Day", "2031-05-21": "Navy Day", "2031-06-21": "National Day of Indigenous Peoples", - "2031-06-29": "Saint Peter and Saint Paul", + "2031-06-29": "Saint Peter and Saint Paul's Day", "2031-07-16": "Our Lady of Mount Carmel", "2031-08-15": "Assumption Day", "2031-09-18": "Independence Day", @@ -1335,7 +1335,7 @@ "2032-05-01": "Labor Day", "2032-05-21": "Navy Day", "2032-06-20": "National Day of Indigenous Peoples", - "2032-06-28": "Saint Peter and Saint Paul", + "2032-06-28": "Saint Peter and Saint Paul's Day", "2032-07-16": "Our Lady of Mount Carmel", "2032-08-15": "Assumption Day", "2032-09-17": "National Holiday", @@ -1353,7 +1353,7 @@ "2033-05-01": "Labor Day", "2033-05-21": "Navy Day", "2033-06-20": "National Day of Indigenous Peoples", - "2033-06-27": "Saint Peter and Saint Paul", + "2033-06-27": "Saint Peter and Saint Paul's Day", "2033-07-16": "Our Lady of Mount Carmel", "2033-08-15": "Assumption Day", "2033-09-18": "Independence Day", @@ -1371,7 +1371,7 @@ "2034-05-01": "Labor Day", "2034-05-21": "Navy Day", "2034-06-21": "National Day of Indigenous Peoples", - "2034-06-26": "Saint Peter and Saint Paul", + "2034-06-26": "Saint Peter and Saint Paul's Day", "2034-07-16": "Our Lady of Mount Carmel", "2034-08-15": "Assumption Day", "2034-09-18": "Independence Day", @@ -1388,7 +1388,7 @@ "2035-05-01": "Labor Day", "2035-05-21": "Navy Day", "2035-06-21": "National Day of Indigenous Peoples", - "2035-07-02": "Saint Peter and Saint Paul", + "2035-07-02": "Saint Peter and Saint Paul's Day", "2035-07-16": "Our Lady of Mount Carmel", "2035-08-15": "Assumption Day", "2035-09-17": "National Holiday", @@ -1406,7 +1406,7 @@ "2036-05-01": "Labor Day", "2036-05-21": "Navy Day", "2036-06-20": "National Day of Indigenous Peoples", - "2036-06-29": "Saint Peter and Saint Paul", + "2036-06-29": "Saint Peter and Saint Paul's Day", "2036-07-16": "Our Lady of Mount Carmel", "2036-08-15": "Assumption Day", "2036-09-18": "Independence Day", @@ -1423,7 +1423,7 @@ "2037-05-01": "Labor Day", "2037-05-21": "Navy Day", "2037-06-20": "National Day of Indigenous Peoples", - "2037-06-29": "Saint Peter and Saint Paul", + "2037-06-29": "Saint Peter and Saint Paul's Day", "2037-07-16": "Our Lady of Mount Carmel", "2037-08-15": "Assumption Day", "2037-09-18": "Independence Day", @@ -1440,7 +1440,7 @@ "2038-05-01": "Labor Day", "2038-05-21": "Navy Day", "2038-06-21": "National Day of Indigenous Peoples", - "2038-06-28": "Saint Peter and Saint Paul", + "2038-06-28": "Saint Peter and Saint Paul's Day", "2038-07-16": "Our Lady of Mount Carmel", "2038-08-15": "Assumption Day", "2038-09-17": "National Holiday", @@ -1458,7 +1458,7 @@ "2039-05-01": "Labor Day", "2039-05-21": "Navy Day", "2039-06-21": "National Day of Indigenous Peoples", - "2039-06-27": "Saint Peter and Saint Paul", + "2039-06-27": "Saint Peter and Saint Paul's Day", "2039-07-16": "Our Lady of Mount Carmel", "2039-08-15": "Assumption Day", "2039-09-18": "Independence Day", @@ -1476,7 +1476,7 @@ "2040-05-01": "Labor Day", "2040-05-21": "Navy Day", "2040-06-20": "National Day of Indigenous Peoples", - "2040-07-02": "Saint Peter and Saint Paul", + "2040-07-02": "Saint Peter and Saint Paul's Day", "2040-07-16": "Our Lady of Mount Carmel", "2040-08-15": "Assumption Day", "2040-09-17": "National Holiday", @@ -1494,7 +1494,7 @@ "2041-05-01": "Labor Day", "2041-05-21": "Navy Day", "2041-06-20": "National Day of Indigenous Peoples", - "2041-06-29": "Saint Peter and Saint Paul", + "2041-06-29": "Saint Peter and Saint Paul's Day", "2041-07-16": "Our Lady of Mount Carmel", "2041-08-15": "Assumption Day", "2041-09-18": "Independence Day", @@ -1512,7 +1512,7 @@ "2042-05-01": "Labor Day", "2042-05-21": "Navy Day", "2042-06-21": "National Day of Indigenous Peoples", - "2042-06-29": "Saint Peter and Saint Paul", + "2042-06-29": "Saint Peter and Saint Paul's Day", "2042-07-16": "Our Lady of Mount Carmel", "2042-08-15": "Assumption Day", "2042-09-18": "Independence Day", @@ -1529,7 +1529,7 @@ "2043-05-01": "Labor Day", "2043-05-21": "Navy Day", "2043-06-21": "National Day of Indigenous Peoples", - "2043-06-29": "Saint Peter and Saint Paul", + "2043-06-29": "Saint Peter and Saint Paul's Day", "2043-07-16": "Our Lady of Mount Carmel", "2043-08-15": "Assumption Day", "2043-09-18": "Independence Day", @@ -1546,7 +1546,7 @@ "2044-05-01": "Labor Day", "2044-05-21": "Navy Day", "2044-06-20": "National Day of Indigenous Peoples", - "2044-06-27": "Saint Peter and Saint Paul", + "2044-06-27": "Saint Peter and Saint Paul's Day", "2044-07-16": "Our Lady of Mount Carmel", "2044-08-15": "Assumption Day", "2044-09-18": "Independence Day", @@ -1564,7 +1564,7 @@ "2045-05-01": "Labor Day", "2045-05-21": "Navy Day", "2045-06-20": "National Day of Indigenous Peoples", - "2045-06-26": "Saint Peter and Saint Paul", + "2045-06-26": "Saint Peter and Saint Paul's Day", "2045-07-16": "Our Lady of Mount Carmel", "2045-08-15": "Assumption Day", "2045-09-18": "Independence Day", @@ -1581,7 +1581,7 @@ "2046-05-01": "Labor Day", "2046-05-21": "Navy Day", "2046-06-21": "National Day of Indigenous Peoples", - "2046-07-02": "Saint Peter and Saint Paul", + "2046-07-02": "Saint Peter and Saint Paul's Day", "2046-07-16": "Our Lady of Mount Carmel", "2046-08-15": "Assumption Day", "2046-09-17": "National Holiday", @@ -1599,7 +1599,7 @@ "2047-05-01": "Labor Day", "2047-05-21": "Navy Day", "2047-06-21": "National Day of Indigenous Peoples", - "2047-06-29": "Saint Peter and Saint Paul", + "2047-06-29": "Saint Peter and Saint Paul's Day", "2047-07-16": "Our Lady of Mount Carmel", "2047-08-15": "Assumption Day", "2047-09-18": "Independence Day", @@ -1617,7 +1617,7 @@ "2048-05-01": "Labor Day", "2048-05-21": "Navy Day", "2048-06-20": "National Day of Indigenous Peoples", - "2048-06-29": "Saint Peter and Saint Paul", + "2048-06-29": "Saint Peter and Saint Paul's Day", "2048-07-16": "Our Lady of Mount Carmel", "2048-08-15": "Assumption Day", "2048-09-18": "Independence Day", @@ -1634,7 +1634,7 @@ "2049-05-01": "Labor Day", "2049-05-21": "Navy Day", "2049-06-20": "National Day of Indigenous Peoples", - "2049-06-28": "Saint Peter and Saint Paul", + "2049-06-28": "Saint Peter and Saint Paul's Day", "2049-07-16": "Our Lady of Mount Carmel", "2049-08-15": "Assumption Day", "2049-09-17": "National Holiday", @@ -1652,7 +1652,7 @@ "2050-05-01": "Labor Day", "2050-05-21": "Navy Day", "2050-06-20": "National Day of Indigenous Peoples", - "2050-06-27": "Saint Peter and Saint Paul", + "2050-06-27": "Saint Peter and Saint Paul's Day", "2050-07-16": "Our Lady of Mount Carmel", "2050-08-15": "Assumption Day", "2050-09-18": "Independence Day", diff --git a/snapshots/countries/CL_ML.json b/snapshots/countries/CL_ML.json index a970a01b0..61e6101f0 100644 --- a/snapshots/countries/CL_ML.json +++ b/snapshots/countries/CL_ML.json @@ -6,7 +6,7 @@ "1950-05-18": "Ascension Day", "1950-05-21": "Navy Day", "1950-06-08": "Corpus Christi", - "1950-06-29": "Saint Peter and Saint Paul", + "1950-06-29": "Saint Peter and Saint Paul's Day", "1950-08-15": "Assumption Day", "1950-09-18": "Independence Day", "1950-09-19": "Army Day", @@ -22,7 +22,7 @@ "1951-05-03": "Ascension Day", "1951-05-21": "Navy Day", "1951-05-24": "Corpus Christi", - "1951-06-29": "Saint Peter and Saint Paul", + "1951-06-29": "Saint Peter and Saint Paul's Day", "1951-08-15": "Assumption Day", "1951-09-18": "Independence Day", "1951-09-19": "Army Day", @@ -38,7 +38,7 @@ "1952-05-21": "Navy Day", "1952-05-22": "Ascension Day", "1952-06-12": "Corpus Christi", - "1952-06-29": "Saint Peter and Saint Paul", + "1952-06-29": "Saint Peter and Saint Paul's Day", "1952-08-15": "Assumption Day", "1952-09-18": "Independence Day", "1952-09-19": "Army Day", @@ -54,7 +54,7 @@ "1953-05-14": "Ascension Day", "1953-05-21": "Navy Day", "1953-06-04": "Corpus Christi", - "1953-06-29": "Saint Peter and Saint Paul", + "1953-06-29": "Saint Peter and Saint Paul's Day", "1953-08-15": "Assumption Day", "1953-09-18": "Independence Day", "1953-09-19": "Army Day", @@ -70,7 +70,7 @@ "1954-05-21": "Navy Day", "1954-05-27": "Ascension Day", "1954-06-17": "Corpus Christi", - "1954-06-29": "Saint Peter and Saint Paul", + "1954-06-29": "Saint Peter and Saint Paul's Day", "1954-08-15": "Assumption Day", "1954-09-18": "Independence Day", "1954-09-19": "Army Day", @@ -86,7 +86,7 @@ "1955-05-19": "Ascension Day", "1955-05-21": "Navy Day", "1955-06-09": "Corpus Christi", - "1955-06-29": "Saint Peter and Saint Paul", + "1955-06-29": "Saint Peter and Saint Paul's Day", "1955-08-15": "Assumption Day", "1955-09-18": "Independence Day", "1955-09-19": "Army Day", @@ -102,7 +102,7 @@ "1956-05-10": "Ascension Day", "1956-05-21": "Navy Day", "1956-05-31": "Corpus Christi", - "1956-06-29": "Saint Peter and Saint Paul", + "1956-06-29": "Saint Peter and Saint Paul's Day", "1956-08-15": "Assumption Day", "1956-09-18": "Independence Day", "1956-09-19": "Army Day", @@ -119,7 +119,7 @@ "1957-05-21": "Navy Day", "1957-05-30": "Ascension Day", "1957-06-20": "Corpus Christi", - "1957-06-29": "Saint Peter and Saint Paul", + "1957-06-29": "Saint Peter and Saint Paul's Day", "1957-06-30": "Bank Holiday", "1957-08-15": "Assumption Day", "1957-09-18": "Independence Day", @@ -137,7 +137,7 @@ "1958-05-15": "Ascension Day", "1958-05-21": "Navy Day", "1958-06-05": "Corpus Christi", - "1958-06-29": "Saint Peter and Saint Paul", + "1958-06-29": "Saint Peter and Saint Paul's Day", "1958-06-30": "Bank Holiday", "1958-08-15": "Assumption Day", "1958-09-18": "Independence Day", @@ -155,7 +155,7 @@ "1959-05-07": "Ascension Day", "1959-05-21": "Navy Day", "1959-05-28": "Corpus Christi", - "1959-06-29": "Saint Peter and Saint Paul", + "1959-06-29": "Saint Peter and Saint Paul's Day", "1959-06-30": "Bank Holiday", "1959-08-15": "Assumption Day", "1959-09-18": "Independence Day", @@ -173,7 +173,7 @@ "1960-05-21": "Navy Day", "1960-05-26": "Ascension Day", "1960-06-16": "Corpus Christi", - "1960-06-29": "Saint Peter and Saint Paul", + "1960-06-29": "Saint Peter and Saint Paul's Day", "1960-06-30": "Bank Holiday", "1960-08-15": "Assumption Day", "1960-09-18": "Independence Day", @@ -191,7 +191,7 @@ "1961-05-11": "Ascension Day", "1961-05-21": "Navy Day", "1961-06-01": "Corpus Christi", - "1961-06-29": "Saint Peter and Saint Paul", + "1961-06-29": "Saint Peter and Saint Paul's Day", "1961-06-30": "Bank Holiday", "1961-08-15": "Assumption Day", "1961-09-18": "Independence Day", @@ -209,7 +209,7 @@ "1962-05-21": "Navy Day", "1962-05-31": "Ascension Day", "1962-06-21": "Corpus Christi", - "1962-06-29": "Saint Peter and Saint Paul", + "1962-06-29": "Saint Peter and Saint Paul's Day", "1962-06-30": "Bank Holiday", "1962-08-15": "Assumption Day", "1962-09-18": "Independence Day", @@ -227,7 +227,7 @@ "1963-05-21": "Navy Day", "1963-05-23": "Ascension Day", "1963-06-13": "Corpus Christi", - "1963-06-29": "Saint Peter and Saint Paul", + "1963-06-29": "Saint Peter and Saint Paul's Day", "1963-06-30": "Bank Holiday", "1963-08-15": "Assumption Day", "1963-09-18": "Independence Day", @@ -245,7 +245,7 @@ "1964-05-07": "Ascension Day", "1964-05-21": "Navy Day", "1964-05-28": "Corpus Christi", - "1964-06-29": "Saint Peter and Saint Paul", + "1964-06-29": "Saint Peter and Saint Paul's Day", "1964-06-30": "Bank Holiday", "1964-08-15": "Assumption Day", "1964-09-18": "Independence Day", @@ -263,7 +263,7 @@ "1965-05-21": "Navy Day", "1965-05-27": "Ascension Day", "1965-06-17": "Corpus Christi", - "1965-06-29": "Saint Peter and Saint Paul", + "1965-06-29": "Saint Peter and Saint Paul's Day", "1965-06-30": "Bank Holiday", "1965-08-15": "Assumption Day", "1965-09-18": "Independence Day", @@ -281,7 +281,7 @@ "1966-05-19": "Ascension Day", "1966-05-21": "Navy Day", "1966-06-09": "Corpus Christi", - "1966-06-29": "Saint Peter and Saint Paul", + "1966-06-29": "Saint Peter and Saint Paul's Day", "1966-06-30": "Bank Holiday", "1966-08-15": "Assumption Day", "1966-09-18": "Independence Day", @@ -299,7 +299,7 @@ "1967-05-04": "Ascension Day", "1967-05-21": "Navy Day", "1967-05-25": "Corpus Christi", - "1967-06-29": "Saint Peter and Saint Paul", + "1967-06-29": "Saint Peter and Saint Paul's Day", "1967-06-30": "Bank Holiday", "1967-08-15": "Assumption Day", "1967-09-18": "Independence Day", @@ -579,7 +579,7 @@ "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-05-21": "Navy Day", - "1986-06-29": "Saint Peter and Saint Paul", + "1986-06-29": "Saint Peter and Saint Paul's Day", "1986-08-15": "Assumption Day", "1986-09-11": "Day of National Liberation", "1986-09-18": "Independence Day", @@ -596,7 +596,7 @@ "1987-05-01": "Labor Day", "1987-05-21": "Navy Day", "1987-06-18": "Corpus Christi", - "1987-06-29": "Saint Peter and Saint Paul", + "1987-06-29": "Saint Peter and Saint Paul's Day", "1987-08-15": "Assumption Day", "1987-09-11": "Day of National Liberation", "1987-09-18": "Independence Day", @@ -613,7 +613,7 @@ "1988-05-01": "Labor Day", "1988-05-21": "Navy Day", "1988-06-02": "Corpus Christi", - "1988-06-29": "Saint Peter and Saint Paul", + "1988-06-29": "Saint Peter and Saint Paul's Day", "1988-08-15": "Assumption Day", "1988-09-11": "Day of National Liberation", "1988-09-18": "Independence Day", @@ -630,7 +630,7 @@ "1989-05-01": "Labor Day", "1989-05-21": "Navy Day", "1989-05-25": "Corpus Christi", - "1989-06-29": "Saint Peter and Saint Paul", + "1989-06-29": "Saint Peter and Saint Paul's Day", "1989-08-15": "Assumption Day", "1989-09-11": "Day of National Liberation", "1989-09-18": "Independence Day", @@ -646,7 +646,7 @@ "1990-05-01": "Labor Day", "1990-05-21": "Navy Day", "1990-06-14": "Corpus Christi", - "1990-06-29": "Saint Peter and Saint Paul", + "1990-06-29": "Saint Peter and Saint Paul's Day", "1990-08-15": "Assumption Day", "1990-09-11": "Day of National Liberation", "1990-09-18": "Independence Day", @@ -662,7 +662,7 @@ "1991-05-01": "Labor Day", "1991-05-21": "Navy Day", "1991-05-30": "Corpus Christi", - "1991-06-29": "Saint Peter and Saint Paul", + "1991-06-29": "Saint Peter and Saint Paul's Day", "1991-08-15": "Assumption Day", "1991-09-11": "Day of National Liberation", "1991-09-18": "Independence Day", @@ -678,7 +678,7 @@ "1992-05-01": "Labor Day", "1992-05-21": "Navy Day", "1992-06-18": "Corpus Christi", - "1992-06-29": "Saint Peter and Saint Paul", + "1992-06-29": "Saint Peter and Saint Paul's Day", "1992-08-15": "Assumption Day", "1992-09-11": "Day of National Liberation", "1992-09-18": "Independence Day", @@ -694,7 +694,7 @@ "1993-05-01": "Labor Day", "1993-05-21": "Navy Day", "1993-06-10": "Corpus Christi", - "1993-06-29": "Saint Peter and Saint Paul", + "1993-06-29": "Saint Peter and Saint Paul's Day", "1993-08-15": "Assumption Day", "1993-09-11": "Day of National Liberation", "1993-09-18": "Independence Day", @@ -710,7 +710,7 @@ "1994-05-01": "Labor Day", "1994-05-21": "Navy Day", "1994-06-02": "Corpus Christi", - "1994-06-29": "Saint Peter and Saint Paul", + "1994-06-29": "Saint Peter and Saint Paul's Day", "1994-08-15": "Assumption Day", "1994-09-11": "Day of National Liberation", "1994-09-18": "Independence Day", @@ -726,7 +726,7 @@ "1995-05-01": "Labor Day", "1995-05-21": "Navy Day", "1995-06-15": "Corpus Christi", - "1995-06-29": "Saint Peter and Saint Paul", + "1995-06-29": "Saint Peter and Saint Paul's Day", "1995-08-15": "Assumption Day", "1995-09-11": "Day of National Liberation", "1995-09-18": "Independence Day", @@ -742,7 +742,7 @@ "1996-05-01": "Labor Day", "1996-05-21": "Navy Day", "1996-06-06": "Corpus Christi", - "1996-06-29": "Saint Peter and Saint Paul", + "1996-06-29": "Saint Peter and Saint Paul's Day", "1996-08-15": "Assumption Day", "1996-09-11": "Day of National Liberation", "1996-09-18": "Independence Day", @@ -758,7 +758,7 @@ "1997-05-01": "Labor Day", "1997-05-21": "Navy Day", "1997-05-29": "Corpus Christi", - "1997-06-29": "Saint Peter and Saint Paul", + "1997-06-29": "Saint Peter and Saint Paul's Day", "1997-08-15": "Assumption Day", "1997-09-11": "Day of National Liberation", "1997-09-18": "Independence Day", @@ -773,7 +773,7 @@ "1998-05-01": "Labor Day", "1998-05-21": "Navy Day", "1998-06-11": "Corpus Christi", - "1998-06-29": "Saint Peter and Saint Paul", + "1998-06-29": "Saint Peter and Saint Paul's Day", "1998-08-15": "Assumption Day", "1998-09-11": "Day of National Liberation", "1998-09-18": "Independence Day", @@ -789,7 +789,7 @@ "1999-05-01": "Labor Day", "1999-05-21": "Navy Day", "1999-06-03": "Corpus Christi", - "1999-06-29": "Saint Peter and Saint Paul", + "1999-06-29": "Saint Peter and Saint Paul's Day", "1999-08-15": "Assumption Day", "1999-09-06": "Day of National Unity", "1999-09-18": "Independence Day", @@ -805,7 +805,7 @@ "2000-05-01": "Labor Day", "2000-05-21": "Navy Day", "2000-06-19": "Corpus Christi", - "2000-06-26": "Saint Peter and Saint Paul", + "2000-06-26": "Saint Peter and Saint Paul's Day", "2000-08-15": "Assumption Day", "2000-09-04": "Day of National Unity", "2000-09-18": "Independence Day", @@ -821,7 +821,7 @@ "2001-05-01": "Labor Day", "2001-05-21": "Navy Day", "2001-06-11": "Corpus Christi", - "2001-07-02": "Saint Peter and Saint Paul", + "2001-07-02": "Saint Peter and Saint Paul's Day", "2001-08-15": "Assumption Day", "2001-09-03": "Day of National Unity", "2001-09-18": "Independence Day", @@ -837,7 +837,7 @@ "2002-05-01": "Labor Day", "2002-05-21": "Navy Day", "2002-05-27": "Corpus Christi", - "2002-06-29": "Saint Peter and Saint Paul", + "2002-06-29": "Saint Peter and Saint Paul's Day", "2002-08-15": "Assumption Day", "2002-09-18": "Independence Day", "2002-09-19": "Army Day", @@ -852,7 +852,7 @@ "2003-05-01": "Labor Day", "2003-05-21": "Navy Day", "2003-06-16": "Corpus Christi", - "2003-06-29": "Saint Peter and Saint Paul", + "2003-06-29": "Saint Peter and Saint Paul's Day", "2003-08-15": "Assumption Day", "2003-09-18": "Independence Day", "2003-09-19": "Army Day", @@ -867,7 +867,7 @@ "2004-05-01": "Labor Day", "2004-05-21": "Navy Day", "2004-06-07": "Corpus Christi", - "2004-06-28": "Saint Peter and Saint Paul", + "2004-06-28": "Saint Peter and Saint Paul's Day", "2004-08-15": "Assumption Day", "2004-09-18": "Independence Day", "2004-09-19": "Army Day", @@ -882,7 +882,7 @@ "2005-05-01": "Labor Day", "2005-05-21": "Navy Day", "2005-05-23": "Corpus Christi", - "2005-06-27": "Saint Peter and Saint Paul", + "2005-06-27": "Saint Peter and Saint Paul's Day", "2005-08-15": "Assumption Day", "2005-09-18": "Independence Day", "2005-09-19": "Army Day", @@ -897,7 +897,7 @@ "2006-05-01": "Labor Day", "2006-05-21": "Navy Day", "2006-06-12": "Corpus Christi", - "2006-06-26": "Saint Peter and Saint Paul", + "2006-06-26": "Saint Peter and Saint Paul's Day", "2006-08-15": "Assumption Day", "2006-09-18": "Independence Day", "2006-09-19": "Army Day", @@ -911,7 +911,7 @@ "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-05-21": "Navy Day", - "2007-07-02": "Saint Peter and Saint Paul", + "2007-07-02": "Saint Peter and Saint Paul's Day", "2007-07-16": "Our Lady of Mount Carmel", "2007-08-15": "Assumption Day", "2007-09-17": "National Holiday", @@ -927,7 +927,7 @@ "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-05-21": "Navy Day", - "2008-06-29": "Saint Peter and Saint Paul", + "2008-06-29": "Saint Peter and Saint Paul's Day", "2008-07-16": "Our Lady of Mount Carmel", "2008-08-15": "Assumption Day", "2008-09-18": "Independence Day", @@ -943,7 +943,7 @@ "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-05-21": "Navy Day", - "2009-06-29": "Saint Peter and Saint Paul", + "2009-06-29": "Saint Peter and Saint Paul's Day", "2009-07-16": "Our Lady of Mount Carmel", "2009-08-15": "Assumption Day", "2009-09-18": "Independence Day", @@ -959,7 +959,7 @@ "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-05-21": "Navy Day", - "2010-06-28": "Saint Peter and Saint Paul", + "2010-06-28": "Saint Peter and Saint Paul's Day", "2010-07-16": "Our Lady of Mount Carmel", "2010-08-15": "Assumption Day", "2010-09-18": "Independence Day", @@ -975,7 +975,7 @@ "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-05-21": "Navy Day", - "2011-06-27": "Saint Peter and Saint Paul", + "2011-06-27": "Saint Peter and Saint Paul's Day", "2011-07-16": "Our Lady of Mount Carmel", "2011-08-15": "Assumption Day", "2011-09-18": "Independence Day", @@ -991,7 +991,7 @@ "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-05-21": "Navy Day", - "2012-07-02": "Saint Peter and Saint Paul", + "2012-07-02": "Saint Peter and Saint Paul's Day", "2012-07-16": "Our Lady of Mount Carmel", "2012-08-15": "Assumption Day", "2012-09-17": "National Holiday", @@ -1008,7 +1008,7 @@ "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-05-21": "Navy Day", - "2013-06-29": "Saint Peter and Saint Paul", + "2013-06-29": "Saint Peter and Saint Paul's Day", "2013-07-16": "Our Lady of Mount Carmel", "2013-08-15": "Assumption Day", "2013-09-18": "Independence Day", @@ -1025,7 +1025,7 @@ "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-05-21": "Navy Day", - "2014-06-29": "Saint Peter and Saint Paul", + "2014-06-29": "Saint Peter and Saint Paul's Day", "2014-07-16": "Our Lady of Mount Carmel", "2014-08-15": "Assumption Day", "2014-09-18": "Independence Day", @@ -1041,7 +1041,7 @@ "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-05-21": "Navy Day", - "2015-06-29": "Saint Peter and Saint Paul", + "2015-06-29": "Saint Peter and Saint Paul's Day", "2015-07-16": "Our Lady of Mount Carmel", "2015-08-15": "Assumption Day", "2015-09-18": "Independence Day", @@ -1057,7 +1057,7 @@ "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-21": "Navy Day", - "2016-06-27": "Saint Peter and Saint Paul", + "2016-06-27": "Saint Peter and Saint Paul's Day", "2016-07-16": "Our Lady of Mount Carmel", "2016-08-15": "Assumption Day", "2016-09-18": "Independence Day", @@ -1074,7 +1074,7 @@ "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-21": "Navy Day", - "2017-06-26": "Saint Peter and Saint Paul", + "2017-06-26": "Saint Peter and Saint Paul's Day", "2017-07-16": "Our Lady of Mount Carmel", "2017-08-15": "Assumption Day", "2017-09-18": "Independence Day", @@ -1090,7 +1090,7 @@ "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-21": "Navy Day", - "2018-07-02": "Saint Peter and Saint Paul", + "2018-07-02": "Saint Peter and Saint Paul's Day", "2018-07-16": "Our Lady of Mount Carmel", "2018-08-15": "Assumption Day", "2018-09-17": "National Holiday", @@ -1107,7 +1107,7 @@ "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-21": "Navy Day", - "2019-06-29": "Saint Peter and Saint Paul", + "2019-06-29": "Saint Peter and Saint Paul's Day", "2019-07-16": "Our Lady of Mount Carmel", "2019-08-15": "Assumption Day", "2019-09-18": "Independence Day", @@ -1124,7 +1124,7 @@ "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-21": "Navy Day", - "2020-06-29": "Saint Peter and Saint Paul", + "2020-06-29": "Saint Peter and Saint Paul's Day", "2020-07-16": "Our Lady of Mount Carmel", "2020-08-15": "Assumption Day", "2020-09-18": "Independence Day", @@ -1141,7 +1141,7 @@ "2021-05-01": "Labor Day", "2021-05-21": "Navy Day", "2021-06-21": "National Day of Indigenous Peoples", - "2021-06-28": "Saint Peter and Saint Paul", + "2021-06-28": "Saint Peter and Saint Paul's Day", "2021-07-16": "Our Lady of Mount Carmel", "2021-08-15": "Assumption Day", "2021-09-17": "National Holiday", @@ -1159,7 +1159,7 @@ "2022-05-01": "Labor Day", "2022-05-21": "Navy Day", "2022-06-21": "National Day of Indigenous Peoples", - "2022-06-27": "Saint Peter and Saint Paul", + "2022-06-27": "Saint Peter and Saint Paul's Day", "2022-07-16": "Our Lady of Mount Carmel", "2022-08-15": "Assumption Day", "2022-09-16": "National Holiday", @@ -1178,7 +1178,7 @@ "2023-05-01": "Labor Day", "2023-05-21": "Navy Day", "2023-06-21": "National Day of Indigenous Peoples", - "2023-06-26": "Saint Peter and Saint Paul", + "2023-06-26": "Saint Peter and Saint Paul's Day", "2023-07-16": "Our Lady of Mount Carmel", "2023-08-15": "Assumption Day", "2023-09-18": "Independence Day", @@ -1195,7 +1195,7 @@ "2024-05-01": "Labor Day", "2024-05-21": "Navy Day", "2024-06-20": "National Day of Indigenous Peoples", - "2024-06-29": "Saint Peter and Saint Paul", + "2024-06-29": "Saint Peter and Saint Paul's Day", "2024-07-16": "Our Lady of Mount Carmel", "2024-08-15": "Assumption Day", "2024-09-18": "Independence Day", @@ -1213,7 +1213,7 @@ "2025-05-01": "Labor Day", "2025-05-21": "Navy Day", "2025-06-20": "National Day of Indigenous Peoples", - "2025-06-29": "Saint Peter and Saint Paul", + "2025-06-29": "Saint Peter and Saint Paul's Day", "2025-07-16": "Our Lady of Mount Carmel", "2025-08-15": "Assumption Day", "2025-09-18": "Independence Day", @@ -1230,7 +1230,7 @@ "2026-05-01": "Labor Day", "2026-05-21": "Navy Day", "2026-06-21": "National Day of Indigenous Peoples", - "2026-06-29": "Saint Peter and Saint Paul", + "2026-06-29": "Saint Peter and Saint Paul's Day", "2026-07-16": "Our Lady of Mount Carmel", "2026-08-15": "Assumption Day", "2026-09-18": "Independence Day", @@ -1247,7 +1247,7 @@ "2027-05-01": "Labor Day", "2027-05-21": "Navy Day", "2027-06-21": "National Day of Indigenous Peoples", - "2027-06-28": "Saint Peter and Saint Paul", + "2027-06-28": "Saint Peter and Saint Paul's Day", "2027-07-16": "Our Lady of Mount Carmel", "2027-08-15": "Assumption Day", "2027-09-17": "National Holiday", @@ -1265,7 +1265,7 @@ "2028-05-01": "Labor Day", "2028-05-21": "Navy Day", "2028-06-20": "National Day of Indigenous Peoples", - "2028-06-26": "Saint Peter and Saint Paul", + "2028-06-26": "Saint Peter and Saint Paul's Day", "2028-07-16": "Our Lady of Mount Carmel", "2028-08-15": "Assumption Day", "2028-09-18": "Independence Day", @@ -1282,7 +1282,7 @@ "2029-05-01": "Labor Day", "2029-05-21": "Navy Day", "2029-06-20": "National Day of Indigenous Peoples", - "2029-07-02": "Saint Peter and Saint Paul", + "2029-07-02": "Saint Peter and Saint Paul's Day", "2029-07-16": "Our Lady of Mount Carmel", "2029-08-15": "Assumption Day", "2029-09-17": "National Holiday", @@ -1300,7 +1300,7 @@ "2030-05-01": "Labor Day", "2030-05-21": "Navy Day", "2030-06-21": "National Day of Indigenous Peoples", - "2030-06-29": "Saint Peter and Saint Paul", + "2030-06-29": "Saint Peter and Saint Paul's Day", "2030-07-16": "Our Lady of Mount Carmel", "2030-08-15": "Assumption Day", "2030-09-18": "Independence Day", @@ -1318,7 +1318,7 @@ "2031-05-01": "Labor Day", "2031-05-21": "Navy Day", "2031-06-21": "National Day of Indigenous Peoples", - "2031-06-29": "Saint Peter and Saint Paul", + "2031-06-29": "Saint Peter and Saint Paul's Day", "2031-07-16": "Our Lady of Mount Carmel", "2031-08-15": "Assumption Day", "2031-09-18": "Independence Day", @@ -1335,7 +1335,7 @@ "2032-05-01": "Labor Day", "2032-05-21": "Navy Day", "2032-06-20": "National Day of Indigenous Peoples", - "2032-06-28": "Saint Peter and Saint Paul", + "2032-06-28": "Saint Peter and Saint Paul's Day", "2032-07-16": "Our Lady of Mount Carmel", "2032-08-15": "Assumption Day", "2032-09-17": "National Holiday", @@ -1353,7 +1353,7 @@ "2033-05-01": "Labor Day", "2033-05-21": "Navy Day", "2033-06-20": "National Day of Indigenous Peoples", - "2033-06-27": "Saint Peter and Saint Paul", + "2033-06-27": "Saint Peter and Saint Paul's Day", "2033-07-16": "Our Lady of Mount Carmel", "2033-08-15": "Assumption Day", "2033-09-18": "Independence Day", @@ -1371,7 +1371,7 @@ "2034-05-01": "Labor Day", "2034-05-21": "Navy Day", "2034-06-21": "National Day of Indigenous Peoples", - "2034-06-26": "Saint Peter and Saint Paul", + "2034-06-26": "Saint Peter and Saint Paul's Day", "2034-07-16": "Our Lady of Mount Carmel", "2034-08-15": "Assumption Day", "2034-09-18": "Independence Day", @@ -1388,7 +1388,7 @@ "2035-05-01": "Labor Day", "2035-05-21": "Navy Day", "2035-06-21": "National Day of Indigenous Peoples", - "2035-07-02": "Saint Peter and Saint Paul", + "2035-07-02": "Saint Peter and Saint Paul's Day", "2035-07-16": "Our Lady of Mount Carmel", "2035-08-15": "Assumption Day", "2035-09-17": "National Holiday", @@ -1406,7 +1406,7 @@ "2036-05-01": "Labor Day", "2036-05-21": "Navy Day", "2036-06-20": "National Day of Indigenous Peoples", - "2036-06-29": "Saint Peter and Saint Paul", + "2036-06-29": "Saint Peter and Saint Paul's Day", "2036-07-16": "Our Lady of Mount Carmel", "2036-08-15": "Assumption Day", "2036-09-18": "Independence Day", @@ -1423,7 +1423,7 @@ "2037-05-01": "Labor Day", "2037-05-21": "Navy Day", "2037-06-20": "National Day of Indigenous Peoples", - "2037-06-29": "Saint Peter and Saint Paul", + "2037-06-29": "Saint Peter and Saint Paul's Day", "2037-07-16": "Our Lady of Mount Carmel", "2037-08-15": "Assumption Day", "2037-09-18": "Independence Day", @@ -1440,7 +1440,7 @@ "2038-05-01": "Labor Day", "2038-05-21": "Navy Day", "2038-06-21": "National Day of Indigenous Peoples", - "2038-06-28": "Saint Peter and Saint Paul", + "2038-06-28": "Saint Peter and Saint Paul's Day", "2038-07-16": "Our Lady of Mount Carmel", "2038-08-15": "Assumption Day", "2038-09-17": "National Holiday", @@ -1458,7 +1458,7 @@ "2039-05-01": "Labor Day", "2039-05-21": "Navy Day", "2039-06-21": "National Day of Indigenous Peoples", - "2039-06-27": "Saint Peter and Saint Paul", + "2039-06-27": "Saint Peter and Saint Paul's Day", "2039-07-16": "Our Lady of Mount Carmel", "2039-08-15": "Assumption Day", "2039-09-18": "Independence Day", @@ -1476,7 +1476,7 @@ "2040-05-01": "Labor Day", "2040-05-21": "Navy Day", "2040-06-20": "National Day of Indigenous Peoples", - "2040-07-02": "Saint Peter and Saint Paul", + "2040-07-02": "Saint Peter and Saint Paul's Day", "2040-07-16": "Our Lady of Mount Carmel", "2040-08-15": "Assumption Day", "2040-09-17": "National Holiday", @@ -1494,7 +1494,7 @@ "2041-05-01": "Labor Day", "2041-05-21": "Navy Day", "2041-06-20": "National Day of Indigenous Peoples", - "2041-06-29": "Saint Peter and Saint Paul", + "2041-06-29": "Saint Peter and Saint Paul's Day", "2041-07-16": "Our Lady of Mount Carmel", "2041-08-15": "Assumption Day", "2041-09-18": "Independence Day", @@ -1512,7 +1512,7 @@ "2042-05-01": "Labor Day", "2042-05-21": "Navy Day", "2042-06-21": "National Day of Indigenous Peoples", - "2042-06-29": "Saint Peter and Saint Paul", + "2042-06-29": "Saint Peter and Saint Paul's Day", "2042-07-16": "Our Lady of Mount Carmel", "2042-08-15": "Assumption Day", "2042-09-18": "Independence Day", @@ -1529,7 +1529,7 @@ "2043-05-01": "Labor Day", "2043-05-21": "Navy Day", "2043-06-21": "National Day of Indigenous Peoples", - "2043-06-29": "Saint Peter and Saint Paul", + "2043-06-29": "Saint Peter and Saint Paul's Day", "2043-07-16": "Our Lady of Mount Carmel", "2043-08-15": "Assumption Day", "2043-09-18": "Independence Day", @@ -1546,7 +1546,7 @@ "2044-05-01": "Labor Day", "2044-05-21": "Navy Day", "2044-06-20": "National Day of Indigenous Peoples", - "2044-06-27": "Saint Peter and Saint Paul", + "2044-06-27": "Saint Peter and Saint Paul's Day", "2044-07-16": "Our Lady of Mount Carmel", "2044-08-15": "Assumption Day", "2044-09-18": "Independence Day", @@ -1564,7 +1564,7 @@ "2045-05-01": "Labor Day", "2045-05-21": "Navy Day", "2045-06-20": "National Day of Indigenous Peoples", - "2045-06-26": "Saint Peter and Saint Paul", + "2045-06-26": "Saint Peter and Saint Paul's Day", "2045-07-16": "Our Lady of Mount Carmel", "2045-08-15": "Assumption Day", "2045-09-18": "Independence Day", @@ -1581,7 +1581,7 @@ "2046-05-01": "Labor Day", "2046-05-21": "Navy Day", "2046-06-21": "National Day of Indigenous Peoples", - "2046-07-02": "Saint Peter and Saint Paul", + "2046-07-02": "Saint Peter and Saint Paul's Day", "2046-07-16": "Our Lady of Mount Carmel", "2046-08-15": "Assumption Day", "2046-09-17": "National Holiday", @@ -1599,7 +1599,7 @@ "2047-05-01": "Labor Day", "2047-05-21": "Navy Day", "2047-06-21": "National Day of Indigenous Peoples", - "2047-06-29": "Saint Peter and Saint Paul", + "2047-06-29": "Saint Peter and Saint Paul's Day", "2047-07-16": "Our Lady of Mount Carmel", "2047-08-15": "Assumption Day", "2047-09-18": "Independence Day", @@ -1617,7 +1617,7 @@ "2048-05-01": "Labor Day", "2048-05-21": "Navy Day", "2048-06-20": "National Day of Indigenous Peoples", - "2048-06-29": "Saint Peter and Saint Paul", + "2048-06-29": "Saint Peter and Saint Paul's Day", "2048-07-16": "Our Lady of Mount Carmel", "2048-08-15": "Assumption Day", "2048-09-18": "Independence Day", @@ -1634,7 +1634,7 @@ "2049-05-01": "Labor Day", "2049-05-21": "Navy Day", "2049-06-20": "National Day of Indigenous Peoples", - "2049-06-28": "Saint Peter and Saint Paul", + "2049-06-28": "Saint Peter and Saint Paul's Day", "2049-07-16": "Our Lady of Mount Carmel", "2049-08-15": "Assumption Day", "2049-09-17": "National Holiday", @@ -1652,7 +1652,7 @@ "2050-05-01": "Labor Day", "2050-05-21": "Navy Day", "2050-06-20": "National Day of Indigenous Peoples", - "2050-06-27": "Saint Peter and Saint Paul", + "2050-06-27": "Saint Peter and Saint Paul's Day", "2050-07-16": "Our Lady of Mount Carmel", "2050-08-15": "Assumption Day", "2050-09-18": "Independence Day", diff --git a/snapshots/countries/CL_NB.json b/snapshots/countries/CL_NB.json index 3ae036098..80b2af9d7 100644 --- a/snapshots/countries/CL_NB.json +++ b/snapshots/countries/CL_NB.json @@ -6,7 +6,7 @@ "1950-05-18": "Ascension Day", "1950-05-21": "Navy Day", "1950-06-08": "Corpus Christi", - "1950-06-29": "Saint Peter and Saint Paul", + "1950-06-29": "Saint Peter and Saint Paul's Day", "1950-08-15": "Assumption Day", "1950-09-18": "Independence Day", "1950-09-19": "Army Day", @@ -22,7 +22,7 @@ "1951-05-03": "Ascension Day", "1951-05-21": "Navy Day", "1951-05-24": "Corpus Christi", - "1951-06-29": "Saint Peter and Saint Paul", + "1951-06-29": "Saint Peter and Saint Paul's Day", "1951-08-15": "Assumption Day", "1951-09-18": "Independence Day", "1951-09-19": "Army Day", @@ -38,7 +38,7 @@ "1952-05-21": "Navy Day", "1952-05-22": "Ascension Day", "1952-06-12": "Corpus Christi", - "1952-06-29": "Saint Peter and Saint Paul", + "1952-06-29": "Saint Peter and Saint Paul's Day", "1952-08-15": "Assumption Day", "1952-09-18": "Independence Day", "1952-09-19": "Army Day", @@ -54,7 +54,7 @@ "1953-05-14": "Ascension Day", "1953-05-21": "Navy Day", "1953-06-04": "Corpus Christi", - "1953-06-29": "Saint Peter and Saint Paul", + "1953-06-29": "Saint Peter and Saint Paul's Day", "1953-08-15": "Assumption Day", "1953-09-18": "Independence Day", "1953-09-19": "Army Day", @@ -70,7 +70,7 @@ "1954-05-21": "Navy Day", "1954-05-27": "Ascension Day", "1954-06-17": "Corpus Christi", - "1954-06-29": "Saint Peter and Saint Paul", + "1954-06-29": "Saint Peter and Saint Paul's Day", "1954-08-15": "Assumption Day", "1954-09-18": "Independence Day", "1954-09-19": "Army Day", @@ -86,7 +86,7 @@ "1955-05-19": "Ascension Day", "1955-05-21": "Navy Day", "1955-06-09": "Corpus Christi", - "1955-06-29": "Saint Peter and Saint Paul", + "1955-06-29": "Saint Peter and Saint Paul's Day", "1955-08-15": "Assumption Day", "1955-09-18": "Independence Day", "1955-09-19": "Army Day", @@ -102,7 +102,7 @@ "1956-05-10": "Ascension Day", "1956-05-21": "Navy Day", "1956-05-31": "Corpus Christi", - "1956-06-29": "Saint Peter and Saint Paul", + "1956-06-29": "Saint Peter and Saint Paul's Day", "1956-08-15": "Assumption Day", "1956-09-18": "Independence Day", "1956-09-19": "Army Day", @@ -119,7 +119,7 @@ "1957-05-21": "Navy Day", "1957-05-30": "Ascension Day", "1957-06-20": "Corpus Christi", - "1957-06-29": "Saint Peter and Saint Paul", + "1957-06-29": "Saint Peter and Saint Paul's Day", "1957-06-30": "Bank Holiday", "1957-08-15": "Assumption Day", "1957-09-18": "Independence Day", @@ -137,7 +137,7 @@ "1958-05-15": "Ascension Day", "1958-05-21": "Navy Day", "1958-06-05": "Corpus Christi", - "1958-06-29": "Saint Peter and Saint Paul", + "1958-06-29": "Saint Peter and Saint Paul's Day", "1958-06-30": "Bank Holiday", "1958-08-15": "Assumption Day", "1958-09-18": "Independence Day", @@ -155,7 +155,7 @@ "1959-05-07": "Ascension Day", "1959-05-21": "Navy Day", "1959-05-28": "Corpus Christi", - "1959-06-29": "Saint Peter and Saint Paul", + "1959-06-29": "Saint Peter and Saint Paul's Day", "1959-06-30": "Bank Holiday", "1959-08-15": "Assumption Day", "1959-09-18": "Independence Day", @@ -173,7 +173,7 @@ "1960-05-21": "Navy Day", "1960-05-26": "Ascension Day", "1960-06-16": "Corpus Christi", - "1960-06-29": "Saint Peter and Saint Paul", + "1960-06-29": "Saint Peter and Saint Paul's Day", "1960-06-30": "Bank Holiday", "1960-08-15": "Assumption Day", "1960-09-18": "Independence Day", @@ -191,7 +191,7 @@ "1961-05-11": "Ascension Day", "1961-05-21": "Navy Day", "1961-06-01": "Corpus Christi", - "1961-06-29": "Saint Peter and Saint Paul", + "1961-06-29": "Saint Peter and Saint Paul's Day", "1961-06-30": "Bank Holiday", "1961-08-15": "Assumption Day", "1961-09-18": "Independence Day", @@ -209,7 +209,7 @@ "1962-05-21": "Navy Day", "1962-05-31": "Ascension Day", "1962-06-21": "Corpus Christi", - "1962-06-29": "Saint Peter and Saint Paul", + "1962-06-29": "Saint Peter and Saint Paul's Day", "1962-06-30": "Bank Holiday", "1962-08-15": "Assumption Day", "1962-09-18": "Independence Day", @@ -227,7 +227,7 @@ "1963-05-21": "Navy Day", "1963-05-23": "Ascension Day", "1963-06-13": "Corpus Christi", - "1963-06-29": "Saint Peter and Saint Paul", + "1963-06-29": "Saint Peter and Saint Paul's Day", "1963-06-30": "Bank Holiday", "1963-08-15": "Assumption Day", "1963-09-18": "Independence Day", @@ -245,7 +245,7 @@ "1964-05-07": "Ascension Day", "1964-05-21": "Navy Day", "1964-05-28": "Corpus Christi", - "1964-06-29": "Saint Peter and Saint Paul", + "1964-06-29": "Saint Peter and Saint Paul's Day", "1964-06-30": "Bank Holiday", "1964-08-15": "Assumption Day", "1964-09-18": "Independence Day", @@ -263,7 +263,7 @@ "1965-05-21": "Navy Day", "1965-05-27": "Ascension Day", "1965-06-17": "Corpus Christi", - "1965-06-29": "Saint Peter and Saint Paul", + "1965-06-29": "Saint Peter and Saint Paul's Day", "1965-06-30": "Bank Holiday", "1965-08-15": "Assumption Day", "1965-09-18": "Independence Day", @@ -281,7 +281,7 @@ "1966-05-19": "Ascension Day", "1966-05-21": "Navy Day", "1966-06-09": "Corpus Christi", - "1966-06-29": "Saint Peter and Saint Paul", + "1966-06-29": "Saint Peter and Saint Paul's Day", "1966-06-30": "Bank Holiday", "1966-08-15": "Assumption Day", "1966-09-18": "Independence Day", @@ -299,7 +299,7 @@ "1967-05-04": "Ascension Day", "1967-05-21": "Navy Day", "1967-05-25": "Corpus Christi", - "1967-06-29": "Saint Peter and Saint Paul", + "1967-06-29": "Saint Peter and Saint Paul's Day", "1967-06-30": "Bank Holiday", "1967-08-15": "Assumption Day", "1967-09-18": "Independence Day", @@ -579,7 +579,7 @@ "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-05-21": "Navy Day", - "1986-06-29": "Saint Peter and Saint Paul", + "1986-06-29": "Saint Peter and Saint Paul's Day", "1986-08-15": "Assumption Day", "1986-09-11": "Day of National Liberation", "1986-09-18": "Independence Day", @@ -596,7 +596,7 @@ "1987-05-01": "Labor Day", "1987-05-21": "Navy Day", "1987-06-18": "Corpus Christi", - "1987-06-29": "Saint Peter and Saint Paul", + "1987-06-29": "Saint Peter and Saint Paul's Day", "1987-08-15": "Assumption Day", "1987-09-11": "Day of National Liberation", "1987-09-18": "Independence Day", @@ -613,7 +613,7 @@ "1988-05-01": "Labor Day", "1988-05-21": "Navy Day", "1988-06-02": "Corpus Christi", - "1988-06-29": "Saint Peter and Saint Paul", + "1988-06-29": "Saint Peter and Saint Paul's Day", "1988-08-15": "Assumption Day", "1988-09-11": "Day of National Liberation", "1988-09-18": "Independence Day", @@ -630,7 +630,7 @@ "1989-05-01": "Labor Day", "1989-05-21": "Navy Day", "1989-05-25": "Corpus Christi", - "1989-06-29": "Saint Peter and Saint Paul", + "1989-06-29": "Saint Peter and Saint Paul's Day", "1989-08-15": "Assumption Day", "1989-09-11": "Day of National Liberation", "1989-09-18": "Independence Day", @@ -646,7 +646,7 @@ "1990-05-01": "Labor Day", "1990-05-21": "Navy Day", "1990-06-14": "Corpus Christi", - "1990-06-29": "Saint Peter and Saint Paul", + "1990-06-29": "Saint Peter and Saint Paul's Day", "1990-08-15": "Assumption Day", "1990-09-11": "Day of National Liberation", "1990-09-18": "Independence Day", @@ -662,7 +662,7 @@ "1991-05-01": "Labor Day", "1991-05-21": "Navy Day", "1991-05-30": "Corpus Christi", - "1991-06-29": "Saint Peter and Saint Paul", + "1991-06-29": "Saint Peter and Saint Paul's Day", "1991-08-15": "Assumption Day", "1991-09-11": "Day of National Liberation", "1991-09-18": "Independence Day", @@ -678,7 +678,7 @@ "1992-05-01": "Labor Day", "1992-05-21": "Navy Day", "1992-06-18": "Corpus Christi", - "1992-06-29": "Saint Peter and Saint Paul", + "1992-06-29": "Saint Peter and Saint Paul's Day", "1992-08-15": "Assumption Day", "1992-09-11": "Day of National Liberation", "1992-09-18": "Independence Day", @@ -694,7 +694,7 @@ "1993-05-01": "Labor Day", "1993-05-21": "Navy Day", "1993-06-10": "Corpus Christi", - "1993-06-29": "Saint Peter and Saint Paul", + "1993-06-29": "Saint Peter and Saint Paul's Day", "1993-08-15": "Assumption Day", "1993-09-11": "Day of National Liberation", "1993-09-18": "Independence Day", @@ -710,7 +710,7 @@ "1994-05-01": "Labor Day", "1994-05-21": "Navy Day", "1994-06-02": "Corpus Christi", - "1994-06-29": "Saint Peter and Saint Paul", + "1994-06-29": "Saint Peter and Saint Paul's Day", "1994-08-15": "Assumption Day", "1994-09-11": "Day of National Liberation", "1994-09-18": "Independence Day", @@ -726,7 +726,7 @@ "1995-05-01": "Labor Day", "1995-05-21": "Navy Day", "1995-06-15": "Corpus Christi", - "1995-06-29": "Saint Peter and Saint Paul", + "1995-06-29": "Saint Peter and Saint Paul's Day", "1995-08-15": "Assumption Day", "1995-09-11": "Day of National Liberation", "1995-09-18": "Independence Day", @@ -742,7 +742,7 @@ "1996-05-01": "Labor Day", "1996-05-21": "Navy Day", "1996-06-06": "Corpus Christi", - "1996-06-29": "Saint Peter and Saint Paul", + "1996-06-29": "Saint Peter and Saint Paul's Day", "1996-08-15": "Assumption Day", "1996-09-11": "Day of National Liberation", "1996-09-18": "Independence Day", @@ -758,7 +758,7 @@ "1997-05-01": "Labor Day", "1997-05-21": "Navy Day", "1997-05-29": "Corpus Christi", - "1997-06-29": "Saint Peter and Saint Paul", + "1997-06-29": "Saint Peter and Saint Paul's Day", "1997-08-15": "Assumption Day", "1997-09-11": "Day of National Liberation", "1997-09-18": "Independence Day", @@ -773,7 +773,7 @@ "1998-05-01": "Labor Day", "1998-05-21": "Navy Day", "1998-06-11": "Corpus Christi", - "1998-06-29": "Saint Peter and Saint Paul", + "1998-06-29": "Saint Peter and Saint Paul's Day", "1998-08-15": "Assumption Day", "1998-09-11": "Day of National Liberation", "1998-09-18": "Independence Day", @@ -789,7 +789,7 @@ "1999-05-01": "Labor Day", "1999-05-21": "Navy Day", "1999-06-03": "Corpus Christi", - "1999-06-29": "Saint Peter and Saint Paul", + "1999-06-29": "Saint Peter and Saint Paul's Day", "1999-08-15": "Assumption Day", "1999-09-06": "Day of National Unity", "1999-09-18": "Independence Day", @@ -805,7 +805,7 @@ "2000-05-01": "Labor Day", "2000-05-21": "Navy Day", "2000-06-19": "Corpus Christi", - "2000-06-26": "Saint Peter and Saint Paul", + "2000-06-26": "Saint Peter and Saint Paul's Day", "2000-08-15": "Assumption Day", "2000-09-04": "Day of National Unity", "2000-09-18": "Independence Day", @@ -821,7 +821,7 @@ "2001-05-01": "Labor Day", "2001-05-21": "Navy Day", "2001-06-11": "Corpus Christi", - "2001-07-02": "Saint Peter and Saint Paul", + "2001-07-02": "Saint Peter and Saint Paul's Day", "2001-08-15": "Assumption Day", "2001-09-03": "Day of National Unity", "2001-09-18": "Independence Day", @@ -837,7 +837,7 @@ "2002-05-01": "Labor Day", "2002-05-21": "Navy Day", "2002-05-27": "Corpus Christi", - "2002-06-29": "Saint Peter and Saint Paul", + "2002-06-29": "Saint Peter and Saint Paul's Day", "2002-08-15": "Assumption Day", "2002-09-18": "Independence Day", "2002-09-19": "Army Day", @@ -852,7 +852,7 @@ "2003-05-01": "Labor Day", "2003-05-21": "Navy Day", "2003-06-16": "Corpus Christi", - "2003-06-29": "Saint Peter and Saint Paul", + "2003-06-29": "Saint Peter and Saint Paul's Day", "2003-08-15": "Assumption Day", "2003-09-18": "Independence Day", "2003-09-19": "Army Day", @@ -867,7 +867,7 @@ "2004-05-01": "Labor Day", "2004-05-21": "Navy Day", "2004-06-07": "Corpus Christi", - "2004-06-28": "Saint Peter and Saint Paul", + "2004-06-28": "Saint Peter and Saint Paul's Day", "2004-08-15": "Assumption Day", "2004-09-18": "Independence Day", "2004-09-19": "Army Day", @@ -882,7 +882,7 @@ "2005-05-01": "Labor Day", "2005-05-21": "Navy Day", "2005-05-23": "Corpus Christi", - "2005-06-27": "Saint Peter and Saint Paul", + "2005-06-27": "Saint Peter and Saint Paul's Day", "2005-08-15": "Assumption Day", "2005-09-18": "Independence Day", "2005-09-19": "Army Day", @@ -897,7 +897,7 @@ "2006-05-01": "Labor Day", "2006-05-21": "Navy Day", "2006-06-12": "Corpus Christi", - "2006-06-26": "Saint Peter and Saint Paul", + "2006-06-26": "Saint Peter and Saint Paul's Day", "2006-08-15": "Assumption Day", "2006-09-18": "Independence Day", "2006-09-19": "Army Day", @@ -911,7 +911,7 @@ "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-05-21": "Navy Day", - "2007-07-02": "Saint Peter and Saint Paul", + "2007-07-02": "Saint Peter and Saint Paul's Day", "2007-07-16": "Our Lady of Mount Carmel", "2007-08-15": "Assumption Day", "2007-09-17": "National Holiday", @@ -927,7 +927,7 @@ "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-05-21": "Navy Day", - "2008-06-29": "Saint Peter and Saint Paul", + "2008-06-29": "Saint Peter and Saint Paul's Day", "2008-07-16": "Our Lady of Mount Carmel", "2008-08-15": "Assumption Day", "2008-09-18": "Independence Day", @@ -943,7 +943,7 @@ "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-05-21": "Navy Day", - "2009-06-29": "Saint Peter and Saint Paul", + "2009-06-29": "Saint Peter and Saint Paul's Day", "2009-07-16": "Our Lady of Mount Carmel", "2009-08-15": "Assumption Day", "2009-09-18": "Independence Day", @@ -959,7 +959,7 @@ "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-05-21": "Navy Day", - "2010-06-28": "Saint Peter and Saint Paul", + "2010-06-28": "Saint Peter and Saint Paul's Day", "2010-07-16": "Our Lady of Mount Carmel", "2010-08-15": "Assumption Day", "2010-09-18": "Independence Day", @@ -975,7 +975,7 @@ "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-05-21": "Navy Day", - "2011-06-27": "Saint Peter and Saint Paul", + "2011-06-27": "Saint Peter and Saint Paul's Day", "2011-07-16": "Our Lady of Mount Carmel", "2011-08-15": "Assumption Day", "2011-09-18": "Independence Day", @@ -991,7 +991,7 @@ "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-05-21": "Navy Day", - "2012-07-02": "Saint Peter and Saint Paul", + "2012-07-02": "Saint Peter and Saint Paul's Day", "2012-07-16": "Our Lady of Mount Carmel", "2012-08-15": "Assumption Day", "2012-09-17": "National Holiday", @@ -1008,7 +1008,7 @@ "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-05-21": "Navy Day", - "2013-06-29": "Saint Peter and Saint Paul", + "2013-06-29": "Saint Peter and Saint Paul's Day", "2013-07-16": "Our Lady of Mount Carmel", "2013-08-15": "Assumption Day", "2013-09-18": "Independence Day", @@ -1025,7 +1025,7 @@ "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-05-21": "Navy Day", - "2014-06-29": "Saint Peter and Saint Paul", + "2014-06-29": "Saint Peter and Saint Paul's Day", "2014-07-16": "Our Lady of Mount Carmel", "2014-08-15": "Assumption Day", "2014-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", @@ -1042,7 +1042,7 @@ "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-05-21": "Navy Day", - "2015-06-29": "Saint Peter and Saint Paul", + "2015-06-29": "Saint Peter and Saint Paul's Day", "2015-07-16": "Our Lady of Mount Carmel", "2015-08-15": "Assumption Day", "2015-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", @@ -1059,7 +1059,7 @@ "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-21": "Navy Day", - "2016-06-27": "Saint Peter and Saint Paul", + "2016-06-27": "Saint Peter and Saint Paul's Day", "2016-07-16": "Our Lady of Mount Carmel", "2016-08-15": "Assumption Day", "2016-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", @@ -1077,7 +1077,7 @@ "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-21": "Navy Day", - "2017-06-26": "Saint Peter and Saint Paul", + "2017-06-26": "Saint Peter and Saint Paul's Day", "2017-07-16": "Our Lady of Mount Carmel", "2017-08-15": "Assumption Day", "2017-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", @@ -1094,7 +1094,7 @@ "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-21": "Navy Day", - "2018-07-02": "Saint Peter and Saint Paul", + "2018-07-02": "Saint Peter and Saint Paul's Day", "2018-07-16": "Our Lady of Mount Carmel", "2018-08-15": "Assumption Day", "2018-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", @@ -1112,7 +1112,7 @@ "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-21": "Navy Day", - "2019-06-29": "Saint Peter and Saint Paul", + "2019-06-29": "Saint Peter and Saint Paul's Day", "2019-07-16": "Our Lady of Mount Carmel", "2019-08-15": "Assumption Day", "2019-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", @@ -1130,7 +1130,7 @@ "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-21": "Navy Day", - "2020-06-29": "Saint Peter and Saint Paul", + "2020-06-29": "Saint Peter and Saint Paul's Day", "2020-07-16": "Our Lady of Mount Carmel", "2020-08-15": "Assumption Day", "2020-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", @@ -1148,7 +1148,7 @@ "2021-05-01": "Labor Day", "2021-05-21": "Navy Day", "2021-06-21": "National Day of Indigenous Peoples", - "2021-06-28": "Saint Peter and Saint Paul", + "2021-06-28": "Saint Peter and Saint Paul's Day", "2021-07-16": "Our Lady of Mount Carmel", "2021-08-15": "Assumption Day", "2021-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", @@ -1167,7 +1167,7 @@ "2022-05-01": "Labor Day", "2022-05-21": "Navy Day", "2022-06-21": "National Day of Indigenous Peoples", - "2022-06-27": "Saint Peter and Saint Paul", + "2022-06-27": "Saint Peter and Saint Paul's Day", "2022-07-16": "Our Lady of Mount Carmel", "2022-08-15": "Assumption Day", "2022-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", @@ -1187,7 +1187,7 @@ "2023-05-01": "Labor Day", "2023-05-21": "Navy Day", "2023-06-21": "National Day of Indigenous Peoples", - "2023-06-26": "Saint Peter and Saint Paul", + "2023-06-26": "Saint Peter and Saint Paul's Day", "2023-07-16": "Our Lady of Mount Carmel", "2023-08-15": "Assumption Day", "2023-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", @@ -1205,7 +1205,7 @@ "2024-05-01": "Labor Day", "2024-05-21": "Navy Day", "2024-06-20": "National Day of Indigenous Peoples", - "2024-06-29": "Saint Peter and Saint Paul", + "2024-06-29": "Saint Peter and Saint Paul's Day", "2024-07-16": "Our Lady of Mount Carmel", "2024-08-15": "Assumption Day", "2024-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", @@ -1224,7 +1224,7 @@ "2025-05-01": "Labor Day", "2025-05-21": "Navy Day", "2025-06-20": "National Day of Indigenous Peoples", - "2025-06-29": "Saint Peter and Saint Paul", + "2025-06-29": "Saint Peter and Saint Paul's Day", "2025-07-16": "Our Lady of Mount Carmel", "2025-08-15": "Assumption Day", "2025-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", @@ -1242,7 +1242,7 @@ "2026-05-01": "Labor Day", "2026-05-21": "Navy Day", "2026-06-21": "National Day of Indigenous Peoples", - "2026-06-29": "Saint Peter and Saint Paul", + "2026-06-29": "Saint Peter and Saint Paul's Day", "2026-07-16": "Our Lady of Mount Carmel", "2026-08-15": "Assumption Day", "2026-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", @@ -1260,7 +1260,7 @@ "2027-05-01": "Labor Day", "2027-05-21": "Navy Day", "2027-06-21": "National Day of Indigenous Peoples", - "2027-06-28": "Saint Peter and Saint Paul", + "2027-06-28": "Saint Peter and Saint Paul's Day", "2027-07-16": "Our Lady of Mount Carmel", "2027-08-15": "Assumption Day", "2027-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", @@ -1279,7 +1279,7 @@ "2028-05-01": "Labor Day", "2028-05-21": "Navy Day", "2028-06-20": "National Day of Indigenous Peoples", - "2028-06-26": "Saint Peter and Saint Paul", + "2028-06-26": "Saint Peter and Saint Paul's Day", "2028-07-16": "Our Lady of Mount Carmel", "2028-08-15": "Assumption Day", "2028-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", @@ -1297,7 +1297,7 @@ "2029-05-01": "Labor Day", "2029-05-21": "Navy Day", "2029-06-20": "National Day of Indigenous Peoples", - "2029-07-02": "Saint Peter and Saint Paul", + "2029-07-02": "Saint Peter and Saint Paul's Day", "2029-07-16": "Our Lady of Mount Carmel", "2029-08-15": "Assumption Day", "2029-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", @@ -1316,7 +1316,7 @@ "2030-05-01": "Labor Day", "2030-05-21": "Navy Day", "2030-06-21": "National Day of Indigenous Peoples", - "2030-06-29": "Saint Peter and Saint Paul", + "2030-06-29": "Saint Peter and Saint Paul's Day", "2030-07-16": "Our Lady of Mount Carmel", "2030-08-15": "Assumption Day", "2030-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", @@ -1335,7 +1335,7 @@ "2031-05-01": "Labor Day", "2031-05-21": "Navy Day", "2031-06-21": "National Day of Indigenous Peoples", - "2031-06-29": "Saint Peter and Saint Paul", + "2031-06-29": "Saint Peter and Saint Paul's Day", "2031-07-16": "Our Lady of Mount Carmel", "2031-08-15": "Assumption Day", "2031-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", @@ -1353,7 +1353,7 @@ "2032-05-01": "Labor Day", "2032-05-21": "Navy Day", "2032-06-20": "National Day of Indigenous Peoples", - "2032-06-28": "Saint Peter and Saint Paul", + "2032-06-28": "Saint Peter and Saint Paul's Day", "2032-07-16": "Our Lady of Mount Carmel", "2032-08-15": "Assumption Day", "2032-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", @@ -1372,7 +1372,7 @@ "2033-05-01": "Labor Day", "2033-05-21": "Navy Day", "2033-06-20": "National Day of Indigenous Peoples", - "2033-06-27": "Saint Peter and Saint Paul", + "2033-06-27": "Saint Peter and Saint Paul's Day", "2033-07-16": "Our Lady of Mount Carmel", "2033-08-15": "Assumption Day", "2033-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", @@ -1391,7 +1391,7 @@ "2034-05-01": "Labor Day", "2034-05-21": "Navy Day", "2034-06-21": "National Day of Indigenous Peoples", - "2034-06-26": "Saint Peter and Saint Paul", + "2034-06-26": "Saint Peter and Saint Paul's Day", "2034-07-16": "Our Lady of Mount Carmel", "2034-08-15": "Assumption Day", "2034-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", @@ -1409,7 +1409,7 @@ "2035-05-01": "Labor Day", "2035-05-21": "Navy Day", "2035-06-21": "National Day of Indigenous Peoples", - "2035-07-02": "Saint Peter and Saint Paul", + "2035-07-02": "Saint Peter and Saint Paul's Day", "2035-07-16": "Our Lady of Mount Carmel", "2035-08-15": "Assumption Day", "2035-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", @@ -1428,7 +1428,7 @@ "2036-05-01": "Labor Day", "2036-05-21": "Navy Day", "2036-06-20": "National Day of Indigenous Peoples", - "2036-06-29": "Saint Peter and Saint Paul", + "2036-06-29": "Saint Peter and Saint Paul's Day", "2036-07-16": "Our Lady of Mount Carmel", "2036-08-15": "Assumption Day", "2036-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", @@ -1446,7 +1446,7 @@ "2037-05-01": "Labor Day", "2037-05-21": "Navy Day", "2037-06-20": "National Day of Indigenous Peoples", - "2037-06-29": "Saint Peter and Saint Paul", + "2037-06-29": "Saint Peter and Saint Paul's Day", "2037-07-16": "Our Lady of Mount Carmel", "2037-08-15": "Assumption Day", "2037-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", @@ -1464,7 +1464,7 @@ "2038-05-01": "Labor Day", "2038-05-21": "Navy Day", "2038-06-21": "National Day of Indigenous Peoples", - "2038-06-28": "Saint Peter and Saint Paul", + "2038-06-28": "Saint Peter and Saint Paul's Day", "2038-07-16": "Our Lady of Mount Carmel", "2038-08-15": "Assumption Day", "2038-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", @@ -1483,7 +1483,7 @@ "2039-05-01": "Labor Day", "2039-05-21": "Navy Day", "2039-06-21": "National Day of Indigenous Peoples", - "2039-06-27": "Saint Peter and Saint Paul", + "2039-06-27": "Saint Peter and Saint Paul's Day", "2039-07-16": "Our Lady of Mount Carmel", "2039-08-15": "Assumption Day", "2039-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", @@ -1502,7 +1502,7 @@ "2040-05-01": "Labor Day", "2040-05-21": "Navy Day", "2040-06-20": "National Day of Indigenous Peoples", - "2040-07-02": "Saint Peter and Saint Paul", + "2040-07-02": "Saint Peter and Saint Paul's Day", "2040-07-16": "Our Lady of Mount Carmel", "2040-08-15": "Assumption Day", "2040-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", @@ -1521,7 +1521,7 @@ "2041-05-01": "Labor Day", "2041-05-21": "Navy Day", "2041-06-20": "National Day of Indigenous Peoples", - "2041-06-29": "Saint Peter and Saint Paul", + "2041-06-29": "Saint Peter and Saint Paul's Day", "2041-07-16": "Our Lady of Mount Carmel", "2041-08-15": "Assumption Day", "2041-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", @@ -1540,7 +1540,7 @@ "2042-05-01": "Labor Day", "2042-05-21": "Navy Day", "2042-06-21": "National Day of Indigenous Peoples", - "2042-06-29": "Saint Peter and Saint Paul", + "2042-06-29": "Saint Peter and Saint Paul's Day", "2042-07-16": "Our Lady of Mount Carmel", "2042-08-15": "Assumption Day", "2042-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", @@ -1558,7 +1558,7 @@ "2043-05-01": "Labor Day", "2043-05-21": "Navy Day", "2043-06-21": "National Day of Indigenous Peoples", - "2043-06-29": "Saint Peter and Saint Paul", + "2043-06-29": "Saint Peter and Saint Paul's Day", "2043-07-16": "Our Lady of Mount Carmel", "2043-08-15": "Assumption Day", "2043-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", @@ -1576,7 +1576,7 @@ "2044-05-01": "Labor Day", "2044-05-21": "Navy Day", "2044-06-20": "National Day of Indigenous Peoples", - "2044-06-27": "Saint Peter and Saint Paul", + "2044-06-27": "Saint Peter and Saint Paul's Day", "2044-07-16": "Our Lady of Mount Carmel", "2044-08-15": "Assumption Day", "2044-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", @@ -1595,7 +1595,7 @@ "2045-05-01": "Labor Day", "2045-05-21": "Navy Day", "2045-06-20": "National Day of Indigenous Peoples", - "2045-06-26": "Saint Peter and Saint Paul", + "2045-06-26": "Saint Peter and Saint Paul's Day", "2045-07-16": "Our Lady of Mount Carmel", "2045-08-15": "Assumption Day", "2045-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", @@ -1613,7 +1613,7 @@ "2046-05-01": "Labor Day", "2046-05-21": "Navy Day", "2046-06-21": "National Day of Indigenous Peoples", - "2046-07-02": "Saint Peter and Saint Paul", + "2046-07-02": "Saint Peter and Saint Paul's Day", "2046-07-16": "Our Lady of Mount Carmel", "2046-08-15": "Assumption Day", "2046-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", @@ -1632,7 +1632,7 @@ "2047-05-01": "Labor Day", "2047-05-21": "Navy Day", "2047-06-21": "National Day of Indigenous Peoples", - "2047-06-29": "Saint Peter and Saint Paul", + "2047-06-29": "Saint Peter and Saint Paul's Day", "2047-07-16": "Our Lady of Mount Carmel", "2047-08-15": "Assumption Day", "2047-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", @@ -1651,7 +1651,7 @@ "2048-05-01": "Labor Day", "2048-05-21": "Navy Day", "2048-06-20": "National Day of Indigenous Peoples", - "2048-06-29": "Saint Peter and Saint Paul", + "2048-06-29": "Saint Peter and Saint Paul's Day", "2048-07-16": "Our Lady of Mount Carmel", "2048-08-15": "Assumption Day", "2048-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", @@ -1669,7 +1669,7 @@ "2049-05-01": "Labor Day", "2049-05-21": "Navy Day", "2049-06-20": "National Day of Indigenous Peoples", - "2049-06-28": "Saint Peter and Saint Paul", + "2049-06-28": "Saint Peter and Saint Paul's Day", "2049-07-16": "Our Lady of Mount Carmel", "2049-08-15": "Assumption Day", "2049-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", @@ -1688,7 +1688,7 @@ "2050-05-01": "Labor Day", "2050-05-21": "Navy Day", "2050-06-20": "National Day of Indigenous Peoples", - "2050-06-27": "Saint Peter and Saint Paul", + "2050-06-27": "Saint Peter and Saint Paul's Day", "2050-07-16": "Our Lady of Mount Carmel", "2050-08-15": "Assumption Day", "2050-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", diff --git a/snapshots/countries/CL_RM.json b/snapshots/countries/CL_RM.json index a970a01b0..61e6101f0 100644 --- a/snapshots/countries/CL_RM.json +++ b/snapshots/countries/CL_RM.json @@ -6,7 +6,7 @@ "1950-05-18": "Ascension Day", "1950-05-21": "Navy Day", "1950-06-08": "Corpus Christi", - "1950-06-29": "Saint Peter and Saint Paul", + "1950-06-29": "Saint Peter and Saint Paul's Day", "1950-08-15": "Assumption Day", "1950-09-18": "Independence Day", "1950-09-19": "Army Day", @@ -22,7 +22,7 @@ "1951-05-03": "Ascension Day", "1951-05-21": "Navy Day", "1951-05-24": "Corpus Christi", - "1951-06-29": "Saint Peter and Saint Paul", + "1951-06-29": "Saint Peter and Saint Paul's Day", "1951-08-15": "Assumption Day", "1951-09-18": "Independence Day", "1951-09-19": "Army Day", @@ -38,7 +38,7 @@ "1952-05-21": "Navy Day", "1952-05-22": "Ascension Day", "1952-06-12": "Corpus Christi", - "1952-06-29": "Saint Peter and Saint Paul", + "1952-06-29": "Saint Peter and Saint Paul's Day", "1952-08-15": "Assumption Day", "1952-09-18": "Independence Day", "1952-09-19": "Army Day", @@ -54,7 +54,7 @@ "1953-05-14": "Ascension Day", "1953-05-21": "Navy Day", "1953-06-04": "Corpus Christi", - "1953-06-29": "Saint Peter and Saint Paul", + "1953-06-29": "Saint Peter and Saint Paul's Day", "1953-08-15": "Assumption Day", "1953-09-18": "Independence Day", "1953-09-19": "Army Day", @@ -70,7 +70,7 @@ "1954-05-21": "Navy Day", "1954-05-27": "Ascension Day", "1954-06-17": "Corpus Christi", - "1954-06-29": "Saint Peter and Saint Paul", + "1954-06-29": "Saint Peter and Saint Paul's Day", "1954-08-15": "Assumption Day", "1954-09-18": "Independence Day", "1954-09-19": "Army Day", @@ -86,7 +86,7 @@ "1955-05-19": "Ascension Day", "1955-05-21": "Navy Day", "1955-06-09": "Corpus Christi", - "1955-06-29": "Saint Peter and Saint Paul", + "1955-06-29": "Saint Peter and Saint Paul's Day", "1955-08-15": "Assumption Day", "1955-09-18": "Independence Day", "1955-09-19": "Army Day", @@ -102,7 +102,7 @@ "1956-05-10": "Ascension Day", "1956-05-21": "Navy Day", "1956-05-31": "Corpus Christi", - "1956-06-29": "Saint Peter and Saint Paul", + "1956-06-29": "Saint Peter and Saint Paul's Day", "1956-08-15": "Assumption Day", "1956-09-18": "Independence Day", "1956-09-19": "Army Day", @@ -119,7 +119,7 @@ "1957-05-21": "Navy Day", "1957-05-30": "Ascension Day", "1957-06-20": "Corpus Christi", - "1957-06-29": "Saint Peter and Saint Paul", + "1957-06-29": "Saint Peter and Saint Paul's Day", "1957-06-30": "Bank Holiday", "1957-08-15": "Assumption Day", "1957-09-18": "Independence Day", @@ -137,7 +137,7 @@ "1958-05-15": "Ascension Day", "1958-05-21": "Navy Day", "1958-06-05": "Corpus Christi", - "1958-06-29": "Saint Peter and Saint Paul", + "1958-06-29": "Saint Peter and Saint Paul's Day", "1958-06-30": "Bank Holiday", "1958-08-15": "Assumption Day", "1958-09-18": "Independence Day", @@ -155,7 +155,7 @@ "1959-05-07": "Ascension Day", "1959-05-21": "Navy Day", "1959-05-28": "Corpus Christi", - "1959-06-29": "Saint Peter and Saint Paul", + "1959-06-29": "Saint Peter and Saint Paul's Day", "1959-06-30": "Bank Holiday", "1959-08-15": "Assumption Day", "1959-09-18": "Independence Day", @@ -173,7 +173,7 @@ "1960-05-21": "Navy Day", "1960-05-26": "Ascension Day", "1960-06-16": "Corpus Christi", - "1960-06-29": "Saint Peter and Saint Paul", + "1960-06-29": "Saint Peter and Saint Paul's Day", "1960-06-30": "Bank Holiday", "1960-08-15": "Assumption Day", "1960-09-18": "Independence Day", @@ -191,7 +191,7 @@ "1961-05-11": "Ascension Day", "1961-05-21": "Navy Day", "1961-06-01": "Corpus Christi", - "1961-06-29": "Saint Peter and Saint Paul", + "1961-06-29": "Saint Peter and Saint Paul's Day", "1961-06-30": "Bank Holiday", "1961-08-15": "Assumption Day", "1961-09-18": "Independence Day", @@ -209,7 +209,7 @@ "1962-05-21": "Navy Day", "1962-05-31": "Ascension Day", "1962-06-21": "Corpus Christi", - "1962-06-29": "Saint Peter and Saint Paul", + "1962-06-29": "Saint Peter and Saint Paul's Day", "1962-06-30": "Bank Holiday", "1962-08-15": "Assumption Day", "1962-09-18": "Independence Day", @@ -227,7 +227,7 @@ "1963-05-21": "Navy Day", "1963-05-23": "Ascension Day", "1963-06-13": "Corpus Christi", - "1963-06-29": "Saint Peter and Saint Paul", + "1963-06-29": "Saint Peter and Saint Paul's Day", "1963-06-30": "Bank Holiday", "1963-08-15": "Assumption Day", "1963-09-18": "Independence Day", @@ -245,7 +245,7 @@ "1964-05-07": "Ascension Day", "1964-05-21": "Navy Day", "1964-05-28": "Corpus Christi", - "1964-06-29": "Saint Peter and Saint Paul", + "1964-06-29": "Saint Peter and Saint Paul's Day", "1964-06-30": "Bank Holiday", "1964-08-15": "Assumption Day", "1964-09-18": "Independence Day", @@ -263,7 +263,7 @@ "1965-05-21": "Navy Day", "1965-05-27": "Ascension Day", "1965-06-17": "Corpus Christi", - "1965-06-29": "Saint Peter and Saint Paul", + "1965-06-29": "Saint Peter and Saint Paul's Day", "1965-06-30": "Bank Holiday", "1965-08-15": "Assumption Day", "1965-09-18": "Independence Day", @@ -281,7 +281,7 @@ "1966-05-19": "Ascension Day", "1966-05-21": "Navy Day", "1966-06-09": "Corpus Christi", - "1966-06-29": "Saint Peter and Saint Paul", + "1966-06-29": "Saint Peter and Saint Paul's Day", "1966-06-30": "Bank Holiday", "1966-08-15": "Assumption Day", "1966-09-18": "Independence Day", @@ -299,7 +299,7 @@ "1967-05-04": "Ascension Day", "1967-05-21": "Navy Day", "1967-05-25": "Corpus Christi", - "1967-06-29": "Saint Peter and Saint Paul", + "1967-06-29": "Saint Peter and Saint Paul's Day", "1967-06-30": "Bank Holiday", "1967-08-15": "Assumption Day", "1967-09-18": "Independence Day", @@ -579,7 +579,7 @@ "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-05-21": "Navy Day", - "1986-06-29": "Saint Peter and Saint Paul", + "1986-06-29": "Saint Peter and Saint Paul's Day", "1986-08-15": "Assumption Day", "1986-09-11": "Day of National Liberation", "1986-09-18": "Independence Day", @@ -596,7 +596,7 @@ "1987-05-01": "Labor Day", "1987-05-21": "Navy Day", "1987-06-18": "Corpus Christi", - "1987-06-29": "Saint Peter and Saint Paul", + "1987-06-29": "Saint Peter and Saint Paul's Day", "1987-08-15": "Assumption Day", "1987-09-11": "Day of National Liberation", "1987-09-18": "Independence Day", @@ -613,7 +613,7 @@ "1988-05-01": "Labor Day", "1988-05-21": "Navy Day", "1988-06-02": "Corpus Christi", - "1988-06-29": "Saint Peter and Saint Paul", + "1988-06-29": "Saint Peter and Saint Paul's Day", "1988-08-15": "Assumption Day", "1988-09-11": "Day of National Liberation", "1988-09-18": "Independence Day", @@ -630,7 +630,7 @@ "1989-05-01": "Labor Day", "1989-05-21": "Navy Day", "1989-05-25": "Corpus Christi", - "1989-06-29": "Saint Peter and Saint Paul", + "1989-06-29": "Saint Peter and Saint Paul's Day", "1989-08-15": "Assumption Day", "1989-09-11": "Day of National Liberation", "1989-09-18": "Independence Day", @@ -646,7 +646,7 @@ "1990-05-01": "Labor Day", "1990-05-21": "Navy Day", "1990-06-14": "Corpus Christi", - "1990-06-29": "Saint Peter and Saint Paul", + "1990-06-29": "Saint Peter and Saint Paul's Day", "1990-08-15": "Assumption Day", "1990-09-11": "Day of National Liberation", "1990-09-18": "Independence Day", @@ -662,7 +662,7 @@ "1991-05-01": "Labor Day", "1991-05-21": "Navy Day", "1991-05-30": "Corpus Christi", - "1991-06-29": "Saint Peter and Saint Paul", + "1991-06-29": "Saint Peter and Saint Paul's Day", "1991-08-15": "Assumption Day", "1991-09-11": "Day of National Liberation", "1991-09-18": "Independence Day", @@ -678,7 +678,7 @@ "1992-05-01": "Labor Day", "1992-05-21": "Navy Day", "1992-06-18": "Corpus Christi", - "1992-06-29": "Saint Peter and Saint Paul", + "1992-06-29": "Saint Peter and Saint Paul's Day", "1992-08-15": "Assumption Day", "1992-09-11": "Day of National Liberation", "1992-09-18": "Independence Day", @@ -694,7 +694,7 @@ "1993-05-01": "Labor Day", "1993-05-21": "Navy Day", "1993-06-10": "Corpus Christi", - "1993-06-29": "Saint Peter and Saint Paul", + "1993-06-29": "Saint Peter and Saint Paul's Day", "1993-08-15": "Assumption Day", "1993-09-11": "Day of National Liberation", "1993-09-18": "Independence Day", @@ -710,7 +710,7 @@ "1994-05-01": "Labor Day", "1994-05-21": "Navy Day", "1994-06-02": "Corpus Christi", - "1994-06-29": "Saint Peter and Saint Paul", + "1994-06-29": "Saint Peter and Saint Paul's Day", "1994-08-15": "Assumption Day", "1994-09-11": "Day of National Liberation", "1994-09-18": "Independence Day", @@ -726,7 +726,7 @@ "1995-05-01": "Labor Day", "1995-05-21": "Navy Day", "1995-06-15": "Corpus Christi", - "1995-06-29": "Saint Peter and Saint Paul", + "1995-06-29": "Saint Peter and Saint Paul's Day", "1995-08-15": "Assumption Day", "1995-09-11": "Day of National Liberation", "1995-09-18": "Independence Day", @@ -742,7 +742,7 @@ "1996-05-01": "Labor Day", "1996-05-21": "Navy Day", "1996-06-06": "Corpus Christi", - "1996-06-29": "Saint Peter and Saint Paul", + "1996-06-29": "Saint Peter and Saint Paul's Day", "1996-08-15": "Assumption Day", "1996-09-11": "Day of National Liberation", "1996-09-18": "Independence Day", @@ -758,7 +758,7 @@ "1997-05-01": "Labor Day", "1997-05-21": "Navy Day", "1997-05-29": "Corpus Christi", - "1997-06-29": "Saint Peter and Saint Paul", + "1997-06-29": "Saint Peter and Saint Paul's Day", "1997-08-15": "Assumption Day", "1997-09-11": "Day of National Liberation", "1997-09-18": "Independence Day", @@ -773,7 +773,7 @@ "1998-05-01": "Labor Day", "1998-05-21": "Navy Day", "1998-06-11": "Corpus Christi", - "1998-06-29": "Saint Peter and Saint Paul", + "1998-06-29": "Saint Peter and Saint Paul's Day", "1998-08-15": "Assumption Day", "1998-09-11": "Day of National Liberation", "1998-09-18": "Independence Day", @@ -789,7 +789,7 @@ "1999-05-01": "Labor Day", "1999-05-21": "Navy Day", "1999-06-03": "Corpus Christi", - "1999-06-29": "Saint Peter and Saint Paul", + "1999-06-29": "Saint Peter and Saint Paul's Day", "1999-08-15": "Assumption Day", "1999-09-06": "Day of National Unity", "1999-09-18": "Independence Day", @@ -805,7 +805,7 @@ "2000-05-01": "Labor Day", "2000-05-21": "Navy Day", "2000-06-19": "Corpus Christi", - "2000-06-26": "Saint Peter and Saint Paul", + "2000-06-26": "Saint Peter and Saint Paul's Day", "2000-08-15": "Assumption Day", "2000-09-04": "Day of National Unity", "2000-09-18": "Independence Day", @@ -821,7 +821,7 @@ "2001-05-01": "Labor Day", "2001-05-21": "Navy Day", "2001-06-11": "Corpus Christi", - "2001-07-02": "Saint Peter and Saint Paul", + "2001-07-02": "Saint Peter and Saint Paul's Day", "2001-08-15": "Assumption Day", "2001-09-03": "Day of National Unity", "2001-09-18": "Independence Day", @@ -837,7 +837,7 @@ "2002-05-01": "Labor Day", "2002-05-21": "Navy Day", "2002-05-27": "Corpus Christi", - "2002-06-29": "Saint Peter and Saint Paul", + "2002-06-29": "Saint Peter and Saint Paul's Day", "2002-08-15": "Assumption Day", "2002-09-18": "Independence Day", "2002-09-19": "Army Day", @@ -852,7 +852,7 @@ "2003-05-01": "Labor Day", "2003-05-21": "Navy Day", "2003-06-16": "Corpus Christi", - "2003-06-29": "Saint Peter and Saint Paul", + "2003-06-29": "Saint Peter and Saint Paul's Day", "2003-08-15": "Assumption Day", "2003-09-18": "Independence Day", "2003-09-19": "Army Day", @@ -867,7 +867,7 @@ "2004-05-01": "Labor Day", "2004-05-21": "Navy Day", "2004-06-07": "Corpus Christi", - "2004-06-28": "Saint Peter and Saint Paul", + "2004-06-28": "Saint Peter and Saint Paul's Day", "2004-08-15": "Assumption Day", "2004-09-18": "Independence Day", "2004-09-19": "Army Day", @@ -882,7 +882,7 @@ "2005-05-01": "Labor Day", "2005-05-21": "Navy Day", "2005-05-23": "Corpus Christi", - "2005-06-27": "Saint Peter and Saint Paul", + "2005-06-27": "Saint Peter and Saint Paul's Day", "2005-08-15": "Assumption Day", "2005-09-18": "Independence Day", "2005-09-19": "Army Day", @@ -897,7 +897,7 @@ "2006-05-01": "Labor Day", "2006-05-21": "Navy Day", "2006-06-12": "Corpus Christi", - "2006-06-26": "Saint Peter and Saint Paul", + "2006-06-26": "Saint Peter and Saint Paul's Day", "2006-08-15": "Assumption Day", "2006-09-18": "Independence Day", "2006-09-19": "Army Day", @@ -911,7 +911,7 @@ "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-05-21": "Navy Day", - "2007-07-02": "Saint Peter and Saint Paul", + "2007-07-02": "Saint Peter and Saint Paul's Day", "2007-07-16": "Our Lady of Mount Carmel", "2007-08-15": "Assumption Day", "2007-09-17": "National Holiday", @@ -927,7 +927,7 @@ "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-05-21": "Navy Day", - "2008-06-29": "Saint Peter and Saint Paul", + "2008-06-29": "Saint Peter and Saint Paul's Day", "2008-07-16": "Our Lady of Mount Carmel", "2008-08-15": "Assumption Day", "2008-09-18": "Independence Day", @@ -943,7 +943,7 @@ "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-05-21": "Navy Day", - "2009-06-29": "Saint Peter and Saint Paul", + "2009-06-29": "Saint Peter and Saint Paul's Day", "2009-07-16": "Our Lady of Mount Carmel", "2009-08-15": "Assumption Day", "2009-09-18": "Independence Day", @@ -959,7 +959,7 @@ "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-05-21": "Navy Day", - "2010-06-28": "Saint Peter and Saint Paul", + "2010-06-28": "Saint Peter and Saint Paul's Day", "2010-07-16": "Our Lady of Mount Carmel", "2010-08-15": "Assumption Day", "2010-09-18": "Independence Day", @@ -975,7 +975,7 @@ "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-05-21": "Navy Day", - "2011-06-27": "Saint Peter and Saint Paul", + "2011-06-27": "Saint Peter and Saint Paul's Day", "2011-07-16": "Our Lady of Mount Carmel", "2011-08-15": "Assumption Day", "2011-09-18": "Independence Day", @@ -991,7 +991,7 @@ "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-05-21": "Navy Day", - "2012-07-02": "Saint Peter and Saint Paul", + "2012-07-02": "Saint Peter and Saint Paul's Day", "2012-07-16": "Our Lady of Mount Carmel", "2012-08-15": "Assumption Day", "2012-09-17": "National Holiday", @@ -1008,7 +1008,7 @@ "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-05-21": "Navy Day", - "2013-06-29": "Saint Peter and Saint Paul", + "2013-06-29": "Saint Peter and Saint Paul's Day", "2013-07-16": "Our Lady of Mount Carmel", "2013-08-15": "Assumption Day", "2013-09-18": "Independence Day", @@ -1025,7 +1025,7 @@ "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-05-21": "Navy Day", - "2014-06-29": "Saint Peter and Saint Paul", + "2014-06-29": "Saint Peter and Saint Paul's Day", "2014-07-16": "Our Lady of Mount Carmel", "2014-08-15": "Assumption Day", "2014-09-18": "Independence Day", @@ -1041,7 +1041,7 @@ "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-05-21": "Navy Day", - "2015-06-29": "Saint Peter and Saint Paul", + "2015-06-29": "Saint Peter and Saint Paul's Day", "2015-07-16": "Our Lady of Mount Carmel", "2015-08-15": "Assumption Day", "2015-09-18": "Independence Day", @@ -1057,7 +1057,7 @@ "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-21": "Navy Day", - "2016-06-27": "Saint Peter and Saint Paul", + "2016-06-27": "Saint Peter and Saint Paul's Day", "2016-07-16": "Our Lady of Mount Carmel", "2016-08-15": "Assumption Day", "2016-09-18": "Independence Day", @@ -1074,7 +1074,7 @@ "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-21": "Navy Day", - "2017-06-26": "Saint Peter and Saint Paul", + "2017-06-26": "Saint Peter and Saint Paul's Day", "2017-07-16": "Our Lady of Mount Carmel", "2017-08-15": "Assumption Day", "2017-09-18": "Independence Day", @@ -1090,7 +1090,7 @@ "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-21": "Navy Day", - "2018-07-02": "Saint Peter and Saint Paul", + "2018-07-02": "Saint Peter and Saint Paul's Day", "2018-07-16": "Our Lady of Mount Carmel", "2018-08-15": "Assumption Day", "2018-09-17": "National Holiday", @@ -1107,7 +1107,7 @@ "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-21": "Navy Day", - "2019-06-29": "Saint Peter and Saint Paul", + "2019-06-29": "Saint Peter and Saint Paul's Day", "2019-07-16": "Our Lady of Mount Carmel", "2019-08-15": "Assumption Day", "2019-09-18": "Independence Day", @@ -1124,7 +1124,7 @@ "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-21": "Navy Day", - "2020-06-29": "Saint Peter and Saint Paul", + "2020-06-29": "Saint Peter and Saint Paul's Day", "2020-07-16": "Our Lady of Mount Carmel", "2020-08-15": "Assumption Day", "2020-09-18": "Independence Day", @@ -1141,7 +1141,7 @@ "2021-05-01": "Labor Day", "2021-05-21": "Navy Day", "2021-06-21": "National Day of Indigenous Peoples", - "2021-06-28": "Saint Peter and Saint Paul", + "2021-06-28": "Saint Peter and Saint Paul's Day", "2021-07-16": "Our Lady of Mount Carmel", "2021-08-15": "Assumption Day", "2021-09-17": "National Holiday", @@ -1159,7 +1159,7 @@ "2022-05-01": "Labor Day", "2022-05-21": "Navy Day", "2022-06-21": "National Day of Indigenous Peoples", - "2022-06-27": "Saint Peter and Saint Paul", + "2022-06-27": "Saint Peter and Saint Paul's Day", "2022-07-16": "Our Lady of Mount Carmel", "2022-08-15": "Assumption Day", "2022-09-16": "National Holiday", @@ -1178,7 +1178,7 @@ "2023-05-01": "Labor Day", "2023-05-21": "Navy Day", "2023-06-21": "National Day of Indigenous Peoples", - "2023-06-26": "Saint Peter and Saint Paul", + "2023-06-26": "Saint Peter and Saint Paul's Day", "2023-07-16": "Our Lady of Mount Carmel", "2023-08-15": "Assumption Day", "2023-09-18": "Independence Day", @@ -1195,7 +1195,7 @@ "2024-05-01": "Labor Day", "2024-05-21": "Navy Day", "2024-06-20": "National Day of Indigenous Peoples", - "2024-06-29": "Saint Peter and Saint Paul", + "2024-06-29": "Saint Peter and Saint Paul's Day", "2024-07-16": "Our Lady of Mount Carmel", "2024-08-15": "Assumption Day", "2024-09-18": "Independence Day", @@ -1213,7 +1213,7 @@ "2025-05-01": "Labor Day", "2025-05-21": "Navy Day", "2025-06-20": "National Day of Indigenous Peoples", - "2025-06-29": "Saint Peter and Saint Paul", + "2025-06-29": "Saint Peter and Saint Paul's Day", "2025-07-16": "Our Lady of Mount Carmel", "2025-08-15": "Assumption Day", "2025-09-18": "Independence Day", @@ -1230,7 +1230,7 @@ "2026-05-01": "Labor Day", "2026-05-21": "Navy Day", "2026-06-21": "National Day of Indigenous Peoples", - "2026-06-29": "Saint Peter and Saint Paul", + "2026-06-29": "Saint Peter and Saint Paul's Day", "2026-07-16": "Our Lady of Mount Carmel", "2026-08-15": "Assumption Day", "2026-09-18": "Independence Day", @@ -1247,7 +1247,7 @@ "2027-05-01": "Labor Day", "2027-05-21": "Navy Day", "2027-06-21": "National Day of Indigenous Peoples", - "2027-06-28": "Saint Peter and Saint Paul", + "2027-06-28": "Saint Peter and Saint Paul's Day", "2027-07-16": "Our Lady of Mount Carmel", "2027-08-15": "Assumption Day", "2027-09-17": "National Holiday", @@ -1265,7 +1265,7 @@ "2028-05-01": "Labor Day", "2028-05-21": "Navy Day", "2028-06-20": "National Day of Indigenous Peoples", - "2028-06-26": "Saint Peter and Saint Paul", + "2028-06-26": "Saint Peter and Saint Paul's Day", "2028-07-16": "Our Lady of Mount Carmel", "2028-08-15": "Assumption Day", "2028-09-18": "Independence Day", @@ -1282,7 +1282,7 @@ "2029-05-01": "Labor Day", "2029-05-21": "Navy Day", "2029-06-20": "National Day of Indigenous Peoples", - "2029-07-02": "Saint Peter and Saint Paul", + "2029-07-02": "Saint Peter and Saint Paul's Day", "2029-07-16": "Our Lady of Mount Carmel", "2029-08-15": "Assumption Day", "2029-09-17": "National Holiday", @@ -1300,7 +1300,7 @@ "2030-05-01": "Labor Day", "2030-05-21": "Navy Day", "2030-06-21": "National Day of Indigenous Peoples", - "2030-06-29": "Saint Peter and Saint Paul", + "2030-06-29": "Saint Peter and Saint Paul's Day", "2030-07-16": "Our Lady of Mount Carmel", "2030-08-15": "Assumption Day", "2030-09-18": "Independence Day", @@ -1318,7 +1318,7 @@ "2031-05-01": "Labor Day", "2031-05-21": "Navy Day", "2031-06-21": "National Day of Indigenous Peoples", - "2031-06-29": "Saint Peter and Saint Paul", + "2031-06-29": "Saint Peter and Saint Paul's Day", "2031-07-16": "Our Lady of Mount Carmel", "2031-08-15": "Assumption Day", "2031-09-18": "Independence Day", @@ -1335,7 +1335,7 @@ "2032-05-01": "Labor Day", "2032-05-21": "Navy Day", "2032-06-20": "National Day of Indigenous Peoples", - "2032-06-28": "Saint Peter and Saint Paul", + "2032-06-28": "Saint Peter and Saint Paul's Day", "2032-07-16": "Our Lady of Mount Carmel", "2032-08-15": "Assumption Day", "2032-09-17": "National Holiday", @@ -1353,7 +1353,7 @@ "2033-05-01": "Labor Day", "2033-05-21": "Navy Day", "2033-06-20": "National Day of Indigenous Peoples", - "2033-06-27": "Saint Peter and Saint Paul", + "2033-06-27": "Saint Peter and Saint Paul's Day", "2033-07-16": "Our Lady of Mount Carmel", "2033-08-15": "Assumption Day", "2033-09-18": "Independence Day", @@ -1371,7 +1371,7 @@ "2034-05-01": "Labor Day", "2034-05-21": "Navy Day", "2034-06-21": "National Day of Indigenous Peoples", - "2034-06-26": "Saint Peter and Saint Paul", + "2034-06-26": "Saint Peter and Saint Paul's Day", "2034-07-16": "Our Lady of Mount Carmel", "2034-08-15": "Assumption Day", "2034-09-18": "Independence Day", @@ -1388,7 +1388,7 @@ "2035-05-01": "Labor Day", "2035-05-21": "Navy Day", "2035-06-21": "National Day of Indigenous Peoples", - "2035-07-02": "Saint Peter and Saint Paul", + "2035-07-02": "Saint Peter and Saint Paul's Day", "2035-07-16": "Our Lady of Mount Carmel", "2035-08-15": "Assumption Day", "2035-09-17": "National Holiday", @@ -1406,7 +1406,7 @@ "2036-05-01": "Labor Day", "2036-05-21": "Navy Day", "2036-06-20": "National Day of Indigenous Peoples", - "2036-06-29": "Saint Peter and Saint Paul", + "2036-06-29": "Saint Peter and Saint Paul's Day", "2036-07-16": "Our Lady of Mount Carmel", "2036-08-15": "Assumption Day", "2036-09-18": "Independence Day", @@ -1423,7 +1423,7 @@ "2037-05-01": "Labor Day", "2037-05-21": "Navy Day", "2037-06-20": "National Day of Indigenous Peoples", - "2037-06-29": "Saint Peter and Saint Paul", + "2037-06-29": "Saint Peter and Saint Paul's Day", "2037-07-16": "Our Lady of Mount Carmel", "2037-08-15": "Assumption Day", "2037-09-18": "Independence Day", @@ -1440,7 +1440,7 @@ "2038-05-01": "Labor Day", "2038-05-21": "Navy Day", "2038-06-21": "National Day of Indigenous Peoples", - "2038-06-28": "Saint Peter and Saint Paul", + "2038-06-28": "Saint Peter and Saint Paul's Day", "2038-07-16": "Our Lady of Mount Carmel", "2038-08-15": "Assumption Day", "2038-09-17": "National Holiday", @@ -1458,7 +1458,7 @@ "2039-05-01": "Labor Day", "2039-05-21": "Navy Day", "2039-06-21": "National Day of Indigenous Peoples", - "2039-06-27": "Saint Peter and Saint Paul", + "2039-06-27": "Saint Peter and Saint Paul's Day", "2039-07-16": "Our Lady of Mount Carmel", "2039-08-15": "Assumption Day", "2039-09-18": "Independence Day", @@ -1476,7 +1476,7 @@ "2040-05-01": "Labor Day", "2040-05-21": "Navy Day", "2040-06-20": "National Day of Indigenous Peoples", - "2040-07-02": "Saint Peter and Saint Paul", + "2040-07-02": "Saint Peter and Saint Paul's Day", "2040-07-16": "Our Lady of Mount Carmel", "2040-08-15": "Assumption Day", "2040-09-17": "National Holiday", @@ -1494,7 +1494,7 @@ "2041-05-01": "Labor Day", "2041-05-21": "Navy Day", "2041-06-20": "National Day of Indigenous Peoples", - "2041-06-29": "Saint Peter and Saint Paul", + "2041-06-29": "Saint Peter and Saint Paul's Day", "2041-07-16": "Our Lady of Mount Carmel", "2041-08-15": "Assumption Day", "2041-09-18": "Independence Day", @@ -1512,7 +1512,7 @@ "2042-05-01": "Labor Day", "2042-05-21": "Navy Day", "2042-06-21": "National Day of Indigenous Peoples", - "2042-06-29": "Saint Peter and Saint Paul", + "2042-06-29": "Saint Peter and Saint Paul's Day", "2042-07-16": "Our Lady of Mount Carmel", "2042-08-15": "Assumption Day", "2042-09-18": "Independence Day", @@ -1529,7 +1529,7 @@ "2043-05-01": "Labor Day", "2043-05-21": "Navy Day", "2043-06-21": "National Day of Indigenous Peoples", - "2043-06-29": "Saint Peter and Saint Paul", + "2043-06-29": "Saint Peter and Saint Paul's Day", "2043-07-16": "Our Lady of Mount Carmel", "2043-08-15": "Assumption Day", "2043-09-18": "Independence Day", @@ -1546,7 +1546,7 @@ "2044-05-01": "Labor Day", "2044-05-21": "Navy Day", "2044-06-20": "National Day of Indigenous Peoples", - "2044-06-27": "Saint Peter and Saint Paul", + "2044-06-27": "Saint Peter and Saint Paul's Day", "2044-07-16": "Our Lady of Mount Carmel", "2044-08-15": "Assumption Day", "2044-09-18": "Independence Day", @@ -1564,7 +1564,7 @@ "2045-05-01": "Labor Day", "2045-05-21": "Navy Day", "2045-06-20": "National Day of Indigenous Peoples", - "2045-06-26": "Saint Peter and Saint Paul", + "2045-06-26": "Saint Peter and Saint Paul's Day", "2045-07-16": "Our Lady of Mount Carmel", "2045-08-15": "Assumption Day", "2045-09-18": "Independence Day", @@ -1581,7 +1581,7 @@ "2046-05-01": "Labor Day", "2046-05-21": "Navy Day", "2046-06-21": "National Day of Indigenous Peoples", - "2046-07-02": "Saint Peter and Saint Paul", + "2046-07-02": "Saint Peter and Saint Paul's Day", "2046-07-16": "Our Lady of Mount Carmel", "2046-08-15": "Assumption Day", "2046-09-17": "National Holiday", @@ -1599,7 +1599,7 @@ "2047-05-01": "Labor Day", "2047-05-21": "Navy Day", "2047-06-21": "National Day of Indigenous Peoples", - "2047-06-29": "Saint Peter and Saint Paul", + "2047-06-29": "Saint Peter and Saint Paul's Day", "2047-07-16": "Our Lady of Mount Carmel", "2047-08-15": "Assumption Day", "2047-09-18": "Independence Day", @@ -1617,7 +1617,7 @@ "2048-05-01": "Labor Day", "2048-05-21": "Navy Day", "2048-06-20": "National Day of Indigenous Peoples", - "2048-06-29": "Saint Peter and Saint Paul", + "2048-06-29": "Saint Peter and Saint Paul's Day", "2048-07-16": "Our Lady of Mount Carmel", "2048-08-15": "Assumption Day", "2048-09-18": "Independence Day", @@ -1634,7 +1634,7 @@ "2049-05-01": "Labor Day", "2049-05-21": "Navy Day", "2049-06-20": "National Day of Indigenous Peoples", - "2049-06-28": "Saint Peter and Saint Paul", + "2049-06-28": "Saint Peter and Saint Paul's Day", "2049-07-16": "Our Lady of Mount Carmel", "2049-08-15": "Assumption Day", "2049-09-17": "National Holiday", @@ -1652,7 +1652,7 @@ "2050-05-01": "Labor Day", "2050-05-21": "Navy Day", "2050-06-20": "National Day of Indigenous Peoples", - "2050-06-27": "Saint Peter and Saint Paul", + "2050-06-27": "Saint Peter and Saint Paul's Day", "2050-07-16": "Our Lady of Mount Carmel", "2050-08-15": "Assumption Day", "2050-09-18": "Independence Day", diff --git a/snapshots/countries/CL_TA.json b/snapshots/countries/CL_TA.json index a970a01b0..61e6101f0 100644 --- a/snapshots/countries/CL_TA.json +++ b/snapshots/countries/CL_TA.json @@ -6,7 +6,7 @@ "1950-05-18": "Ascension Day", "1950-05-21": "Navy Day", "1950-06-08": "Corpus Christi", - "1950-06-29": "Saint Peter and Saint Paul", + "1950-06-29": "Saint Peter and Saint Paul's Day", "1950-08-15": "Assumption Day", "1950-09-18": "Independence Day", "1950-09-19": "Army Day", @@ -22,7 +22,7 @@ "1951-05-03": "Ascension Day", "1951-05-21": "Navy Day", "1951-05-24": "Corpus Christi", - "1951-06-29": "Saint Peter and Saint Paul", + "1951-06-29": "Saint Peter and Saint Paul's Day", "1951-08-15": "Assumption Day", "1951-09-18": "Independence Day", "1951-09-19": "Army Day", @@ -38,7 +38,7 @@ "1952-05-21": "Navy Day", "1952-05-22": "Ascension Day", "1952-06-12": "Corpus Christi", - "1952-06-29": "Saint Peter and Saint Paul", + "1952-06-29": "Saint Peter and Saint Paul's Day", "1952-08-15": "Assumption Day", "1952-09-18": "Independence Day", "1952-09-19": "Army Day", @@ -54,7 +54,7 @@ "1953-05-14": "Ascension Day", "1953-05-21": "Navy Day", "1953-06-04": "Corpus Christi", - "1953-06-29": "Saint Peter and Saint Paul", + "1953-06-29": "Saint Peter and Saint Paul's Day", "1953-08-15": "Assumption Day", "1953-09-18": "Independence Day", "1953-09-19": "Army Day", @@ -70,7 +70,7 @@ "1954-05-21": "Navy Day", "1954-05-27": "Ascension Day", "1954-06-17": "Corpus Christi", - "1954-06-29": "Saint Peter and Saint Paul", + "1954-06-29": "Saint Peter and Saint Paul's Day", "1954-08-15": "Assumption Day", "1954-09-18": "Independence Day", "1954-09-19": "Army Day", @@ -86,7 +86,7 @@ "1955-05-19": "Ascension Day", "1955-05-21": "Navy Day", "1955-06-09": "Corpus Christi", - "1955-06-29": "Saint Peter and Saint Paul", + "1955-06-29": "Saint Peter and Saint Paul's Day", "1955-08-15": "Assumption Day", "1955-09-18": "Independence Day", "1955-09-19": "Army Day", @@ -102,7 +102,7 @@ "1956-05-10": "Ascension Day", "1956-05-21": "Navy Day", "1956-05-31": "Corpus Christi", - "1956-06-29": "Saint Peter and Saint Paul", + "1956-06-29": "Saint Peter and Saint Paul's Day", "1956-08-15": "Assumption Day", "1956-09-18": "Independence Day", "1956-09-19": "Army Day", @@ -119,7 +119,7 @@ "1957-05-21": "Navy Day", "1957-05-30": "Ascension Day", "1957-06-20": "Corpus Christi", - "1957-06-29": "Saint Peter and Saint Paul", + "1957-06-29": "Saint Peter and Saint Paul's Day", "1957-06-30": "Bank Holiday", "1957-08-15": "Assumption Day", "1957-09-18": "Independence Day", @@ -137,7 +137,7 @@ "1958-05-15": "Ascension Day", "1958-05-21": "Navy Day", "1958-06-05": "Corpus Christi", - "1958-06-29": "Saint Peter and Saint Paul", + "1958-06-29": "Saint Peter and Saint Paul's Day", "1958-06-30": "Bank Holiday", "1958-08-15": "Assumption Day", "1958-09-18": "Independence Day", @@ -155,7 +155,7 @@ "1959-05-07": "Ascension Day", "1959-05-21": "Navy Day", "1959-05-28": "Corpus Christi", - "1959-06-29": "Saint Peter and Saint Paul", + "1959-06-29": "Saint Peter and Saint Paul's Day", "1959-06-30": "Bank Holiday", "1959-08-15": "Assumption Day", "1959-09-18": "Independence Day", @@ -173,7 +173,7 @@ "1960-05-21": "Navy Day", "1960-05-26": "Ascension Day", "1960-06-16": "Corpus Christi", - "1960-06-29": "Saint Peter and Saint Paul", + "1960-06-29": "Saint Peter and Saint Paul's Day", "1960-06-30": "Bank Holiday", "1960-08-15": "Assumption Day", "1960-09-18": "Independence Day", @@ -191,7 +191,7 @@ "1961-05-11": "Ascension Day", "1961-05-21": "Navy Day", "1961-06-01": "Corpus Christi", - "1961-06-29": "Saint Peter and Saint Paul", + "1961-06-29": "Saint Peter and Saint Paul's Day", "1961-06-30": "Bank Holiday", "1961-08-15": "Assumption Day", "1961-09-18": "Independence Day", @@ -209,7 +209,7 @@ "1962-05-21": "Navy Day", "1962-05-31": "Ascension Day", "1962-06-21": "Corpus Christi", - "1962-06-29": "Saint Peter and Saint Paul", + "1962-06-29": "Saint Peter and Saint Paul's Day", "1962-06-30": "Bank Holiday", "1962-08-15": "Assumption Day", "1962-09-18": "Independence Day", @@ -227,7 +227,7 @@ "1963-05-21": "Navy Day", "1963-05-23": "Ascension Day", "1963-06-13": "Corpus Christi", - "1963-06-29": "Saint Peter and Saint Paul", + "1963-06-29": "Saint Peter and Saint Paul's Day", "1963-06-30": "Bank Holiday", "1963-08-15": "Assumption Day", "1963-09-18": "Independence Day", @@ -245,7 +245,7 @@ "1964-05-07": "Ascension Day", "1964-05-21": "Navy Day", "1964-05-28": "Corpus Christi", - "1964-06-29": "Saint Peter and Saint Paul", + "1964-06-29": "Saint Peter and Saint Paul's Day", "1964-06-30": "Bank Holiday", "1964-08-15": "Assumption Day", "1964-09-18": "Independence Day", @@ -263,7 +263,7 @@ "1965-05-21": "Navy Day", "1965-05-27": "Ascension Day", "1965-06-17": "Corpus Christi", - "1965-06-29": "Saint Peter and Saint Paul", + "1965-06-29": "Saint Peter and Saint Paul's Day", "1965-06-30": "Bank Holiday", "1965-08-15": "Assumption Day", "1965-09-18": "Independence Day", @@ -281,7 +281,7 @@ "1966-05-19": "Ascension Day", "1966-05-21": "Navy Day", "1966-06-09": "Corpus Christi", - "1966-06-29": "Saint Peter and Saint Paul", + "1966-06-29": "Saint Peter and Saint Paul's Day", "1966-06-30": "Bank Holiday", "1966-08-15": "Assumption Day", "1966-09-18": "Independence Day", @@ -299,7 +299,7 @@ "1967-05-04": "Ascension Day", "1967-05-21": "Navy Day", "1967-05-25": "Corpus Christi", - "1967-06-29": "Saint Peter and Saint Paul", + "1967-06-29": "Saint Peter and Saint Paul's Day", "1967-06-30": "Bank Holiday", "1967-08-15": "Assumption Day", "1967-09-18": "Independence Day", @@ -579,7 +579,7 @@ "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-05-21": "Navy Day", - "1986-06-29": "Saint Peter and Saint Paul", + "1986-06-29": "Saint Peter and Saint Paul's Day", "1986-08-15": "Assumption Day", "1986-09-11": "Day of National Liberation", "1986-09-18": "Independence Day", @@ -596,7 +596,7 @@ "1987-05-01": "Labor Day", "1987-05-21": "Navy Day", "1987-06-18": "Corpus Christi", - "1987-06-29": "Saint Peter and Saint Paul", + "1987-06-29": "Saint Peter and Saint Paul's Day", "1987-08-15": "Assumption Day", "1987-09-11": "Day of National Liberation", "1987-09-18": "Independence Day", @@ -613,7 +613,7 @@ "1988-05-01": "Labor Day", "1988-05-21": "Navy Day", "1988-06-02": "Corpus Christi", - "1988-06-29": "Saint Peter and Saint Paul", + "1988-06-29": "Saint Peter and Saint Paul's Day", "1988-08-15": "Assumption Day", "1988-09-11": "Day of National Liberation", "1988-09-18": "Independence Day", @@ -630,7 +630,7 @@ "1989-05-01": "Labor Day", "1989-05-21": "Navy Day", "1989-05-25": "Corpus Christi", - "1989-06-29": "Saint Peter and Saint Paul", + "1989-06-29": "Saint Peter and Saint Paul's Day", "1989-08-15": "Assumption Day", "1989-09-11": "Day of National Liberation", "1989-09-18": "Independence Day", @@ -646,7 +646,7 @@ "1990-05-01": "Labor Day", "1990-05-21": "Navy Day", "1990-06-14": "Corpus Christi", - "1990-06-29": "Saint Peter and Saint Paul", + "1990-06-29": "Saint Peter and Saint Paul's Day", "1990-08-15": "Assumption Day", "1990-09-11": "Day of National Liberation", "1990-09-18": "Independence Day", @@ -662,7 +662,7 @@ "1991-05-01": "Labor Day", "1991-05-21": "Navy Day", "1991-05-30": "Corpus Christi", - "1991-06-29": "Saint Peter and Saint Paul", + "1991-06-29": "Saint Peter and Saint Paul's Day", "1991-08-15": "Assumption Day", "1991-09-11": "Day of National Liberation", "1991-09-18": "Independence Day", @@ -678,7 +678,7 @@ "1992-05-01": "Labor Day", "1992-05-21": "Navy Day", "1992-06-18": "Corpus Christi", - "1992-06-29": "Saint Peter and Saint Paul", + "1992-06-29": "Saint Peter and Saint Paul's Day", "1992-08-15": "Assumption Day", "1992-09-11": "Day of National Liberation", "1992-09-18": "Independence Day", @@ -694,7 +694,7 @@ "1993-05-01": "Labor Day", "1993-05-21": "Navy Day", "1993-06-10": "Corpus Christi", - "1993-06-29": "Saint Peter and Saint Paul", + "1993-06-29": "Saint Peter and Saint Paul's Day", "1993-08-15": "Assumption Day", "1993-09-11": "Day of National Liberation", "1993-09-18": "Independence Day", @@ -710,7 +710,7 @@ "1994-05-01": "Labor Day", "1994-05-21": "Navy Day", "1994-06-02": "Corpus Christi", - "1994-06-29": "Saint Peter and Saint Paul", + "1994-06-29": "Saint Peter and Saint Paul's Day", "1994-08-15": "Assumption Day", "1994-09-11": "Day of National Liberation", "1994-09-18": "Independence Day", @@ -726,7 +726,7 @@ "1995-05-01": "Labor Day", "1995-05-21": "Navy Day", "1995-06-15": "Corpus Christi", - "1995-06-29": "Saint Peter and Saint Paul", + "1995-06-29": "Saint Peter and Saint Paul's Day", "1995-08-15": "Assumption Day", "1995-09-11": "Day of National Liberation", "1995-09-18": "Independence Day", @@ -742,7 +742,7 @@ "1996-05-01": "Labor Day", "1996-05-21": "Navy Day", "1996-06-06": "Corpus Christi", - "1996-06-29": "Saint Peter and Saint Paul", + "1996-06-29": "Saint Peter and Saint Paul's Day", "1996-08-15": "Assumption Day", "1996-09-11": "Day of National Liberation", "1996-09-18": "Independence Day", @@ -758,7 +758,7 @@ "1997-05-01": "Labor Day", "1997-05-21": "Navy Day", "1997-05-29": "Corpus Christi", - "1997-06-29": "Saint Peter and Saint Paul", + "1997-06-29": "Saint Peter and Saint Paul's Day", "1997-08-15": "Assumption Day", "1997-09-11": "Day of National Liberation", "1997-09-18": "Independence Day", @@ -773,7 +773,7 @@ "1998-05-01": "Labor Day", "1998-05-21": "Navy Day", "1998-06-11": "Corpus Christi", - "1998-06-29": "Saint Peter and Saint Paul", + "1998-06-29": "Saint Peter and Saint Paul's Day", "1998-08-15": "Assumption Day", "1998-09-11": "Day of National Liberation", "1998-09-18": "Independence Day", @@ -789,7 +789,7 @@ "1999-05-01": "Labor Day", "1999-05-21": "Navy Day", "1999-06-03": "Corpus Christi", - "1999-06-29": "Saint Peter and Saint Paul", + "1999-06-29": "Saint Peter and Saint Paul's Day", "1999-08-15": "Assumption Day", "1999-09-06": "Day of National Unity", "1999-09-18": "Independence Day", @@ -805,7 +805,7 @@ "2000-05-01": "Labor Day", "2000-05-21": "Navy Day", "2000-06-19": "Corpus Christi", - "2000-06-26": "Saint Peter and Saint Paul", + "2000-06-26": "Saint Peter and Saint Paul's Day", "2000-08-15": "Assumption Day", "2000-09-04": "Day of National Unity", "2000-09-18": "Independence Day", @@ -821,7 +821,7 @@ "2001-05-01": "Labor Day", "2001-05-21": "Navy Day", "2001-06-11": "Corpus Christi", - "2001-07-02": "Saint Peter and Saint Paul", + "2001-07-02": "Saint Peter and Saint Paul's Day", "2001-08-15": "Assumption Day", "2001-09-03": "Day of National Unity", "2001-09-18": "Independence Day", @@ -837,7 +837,7 @@ "2002-05-01": "Labor Day", "2002-05-21": "Navy Day", "2002-05-27": "Corpus Christi", - "2002-06-29": "Saint Peter and Saint Paul", + "2002-06-29": "Saint Peter and Saint Paul's Day", "2002-08-15": "Assumption Day", "2002-09-18": "Independence Day", "2002-09-19": "Army Day", @@ -852,7 +852,7 @@ "2003-05-01": "Labor Day", "2003-05-21": "Navy Day", "2003-06-16": "Corpus Christi", - "2003-06-29": "Saint Peter and Saint Paul", + "2003-06-29": "Saint Peter and Saint Paul's Day", "2003-08-15": "Assumption Day", "2003-09-18": "Independence Day", "2003-09-19": "Army Day", @@ -867,7 +867,7 @@ "2004-05-01": "Labor Day", "2004-05-21": "Navy Day", "2004-06-07": "Corpus Christi", - "2004-06-28": "Saint Peter and Saint Paul", + "2004-06-28": "Saint Peter and Saint Paul's Day", "2004-08-15": "Assumption Day", "2004-09-18": "Independence Day", "2004-09-19": "Army Day", @@ -882,7 +882,7 @@ "2005-05-01": "Labor Day", "2005-05-21": "Navy Day", "2005-05-23": "Corpus Christi", - "2005-06-27": "Saint Peter and Saint Paul", + "2005-06-27": "Saint Peter and Saint Paul's Day", "2005-08-15": "Assumption Day", "2005-09-18": "Independence Day", "2005-09-19": "Army Day", @@ -897,7 +897,7 @@ "2006-05-01": "Labor Day", "2006-05-21": "Navy Day", "2006-06-12": "Corpus Christi", - "2006-06-26": "Saint Peter and Saint Paul", + "2006-06-26": "Saint Peter and Saint Paul's Day", "2006-08-15": "Assumption Day", "2006-09-18": "Independence Day", "2006-09-19": "Army Day", @@ -911,7 +911,7 @@ "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-05-21": "Navy Day", - "2007-07-02": "Saint Peter and Saint Paul", + "2007-07-02": "Saint Peter and Saint Paul's Day", "2007-07-16": "Our Lady of Mount Carmel", "2007-08-15": "Assumption Day", "2007-09-17": "National Holiday", @@ -927,7 +927,7 @@ "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-05-21": "Navy Day", - "2008-06-29": "Saint Peter and Saint Paul", + "2008-06-29": "Saint Peter and Saint Paul's Day", "2008-07-16": "Our Lady of Mount Carmel", "2008-08-15": "Assumption Day", "2008-09-18": "Independence Day", @@ -943,7 +943,7 @@ "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-05-21": "Navy Day", - "2009-06-29": "Saint Peter and Saint Paul", + "2009-06-29": "Saint Peter and Saint Paul's Day", "2009-07-16": "Our Lady of Mount Carmel", "2009-08-15": "Assumption Day", "2009-09-18": "Independence Day", @@ -959,7 +959,7 @@ "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-05-21": "Navy Day", - "2010-06-28": "Saint Peter and Saint Paul", + "2010-06-28": "Saint Peter and Saint Paul's Day", "2010-07-16": "Our Lady of Mount Carmel", "2010-08-15": "Assumption Day", "2010-09-18": "Independence Day", @@ -975,7 +975,7 @@ "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-05-21": "Navy Day", - "2011-06-27": "Saint Peter and Saint Paul", + "2011-06-27": "Saint Peter and Saint Paul's Day", "2011-07-16": "Our Lady of Mount Carmel", "2011-08-15": "Assumption Day", "2011-09-18": "Independence Day", @@ -991,7 +991,7 @@ "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-05-21": "Navy Day", - "2012-07-02": "Saint Peter and Saint Paul", + "2012-07-02": "Saint Peter and Saint Paul's Day", "2012-07-16": "Our Lady of Mount Carmel", "2012-08-15": "Assumption Day", "2012-09-17": "National Holiday", @@ -1008,7 +1008,7 @@ "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-05-21": "Navy Day", - "2013-06-29": "Saint Peter and Saint Paul", + "2013-06-29": "Saint Peter and Saint Paul's Day", "2013-07-16": "Our Lady of Mount Carmel", "2013-08-15": "Assumption Day", "2013-09-18": "Independence Day", @@ -1025,7 +1025,7 @@ "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-05-21": "Navy Day", - "2014-06-29": "Saint Peter and Saint Paul", + "2014-06-29": "Saint Peter and Saint Paul's Day", "2014-07-16": "Our Lady of Mount Carmel", "2014-08-15": "Assumption Day", "2014-09-18": "Independence Day", @@ -1041,7 +1041,7 @@ "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-05-21": "Navy Day", - "2015-06-29": "Saint Peter and Saint Paul", + "2015-06-29": "Saint Peter and Saint Paul's Day", "2015-07-16": "Our Lady of Mount Carmel", "2015-08-15": "Assumption Day", "2015-09-18": "Independence Day", @@ -1057,7 +1057,7 @@ "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-21": "Navy Day", - "2016-06-27": "Saint Peter and Saint Paul", + "2016-06-27": "Saint Peter and Saint Paul's Day", "2016-07-16": "Our Lady of Mount Carmel", "2016-08-15": "Assumption Day", "2016-09-18": "Independence Day", @@ -1074,7 +1074,7 @@ "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-21": "Navy Day", - "2017-06-26": "Saint Peter and Saint Paul", + "2017-06-26": "Saint Peter and Saint Paul's Day", "2017-07-16": "Our Lady of Mount Carmel", "2017-08-15": "Assumption Day", "2017-09-18": "Independence Day", @@ -1090,7 +1090,7 @@ "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-21": "Navy Day", - "2018-07-02": "Saint Peter and Saint Paul", + "2018-07-02": "Saint Peter and Saint Paul's Day", "2018-07-16": "Our Lady of Mount Carmel", "2018-08-15": "Assumption Day", "2018-09-17": "National Holiday", @@ -1107,7 +1107,7 @@ "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-21": "Navy Day", - "2019-06-29": "Saint Peter and Saint Paul", + "2019-06-29": "Saint Peter and Saint Paul's Day", "2019-07-16": "Our Lady of Mount Carmel", "2019-08-15": "Assumption Day", "2019-09-18": "Independence Day", @@ -1124,7 +1124,7 @@ "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-21": "Navy Day", - "2020-06-29": "Saint Peter and Saint Paul", + "2020-06-29": "Saint Peter and Saint Paul's Day", "2020-07-16": "Our Lady of Mount Carmel", "2020-08-15": "Assumption Day", "2020-09-18": "Independence Day", @@ -1141,7 +1141,7 @@ "2021-05-01": "Labor Day", "2021-05-21": "Navy Day", "2021-06-21": "National Day of Indigenous Peoples", - "2021-06-28": "Saint Peter and Saint Paul", + "2021-06-28": "Saint Peter and Saint Paul's Day", "2021-07-16": "Our Lady of Mount Carmel", "2021-08-15": "Assumption Day", "2021-09-17": "National Holiday", @@ -1159,7 +1159,7 @@ "2022-05-01": "Labor Day", "2022-05-21": "Navy Day", "2022-06-21": "National Day of Indigenous Peoples", - "2022-06-27": "Saint Peter and Saint Paul", + "2022-06-27": "Saint Peter and Saint Paul's Day", "2022-07-16": "Our Lady of Mount Carmel", "2022-08-15": "Assumption Day", "2022-09-16": "National Holiday", @@ -1178,7 +1178,7 @@ "2023-05-01": "Labor Day", "2023-05-21": "Navy Day", "2023-06-21": "National Day of Indigenous Peoples", - "2023-06-26": "Saint Peter and Saint Paul", + "2023-06-26": "Saint Peter and Saint Paul's Day", "2023-07-16": "Our Lady of Mount Carmel", "2023-08-15": "Assumption Day", "2023-09-18": "Independence Day", @@ -1195,7 +1195,7 @@ "2024-05-01": "Labor Day", "2024-05-21": "Navy Day", "2024-06-20": "National Day of Indigenous Peoples", - "2024-06-29": "Saint Peter and Saint Paul", + "2024-06-29": "Saint Peter and Saint Paul's Day", "2024-07-16": "Our Lady of Mount Carmel", "2024-08-15": "Assumption Day", "2024-09-18": "Independence Day", @@ -1213,7 +1213,7 @@ "2025-05-01": "Labor Day", "2025-05-21": "Navy Day", "2025-06-20": "National Day of Indigenous Peoples", - "2025-06-29": "Saint Peter and Saint Paul", + "2025-06-29": "Saint Peter and Saint Paul's Day", "2025-07-16": "Our Lady of Mount Carmel", "2025-08-15": "Assumption Day", "2025-09-18": "Independence Day", @@ -1230,7 +1230,7 @@ "2026-05-01": "Labor Day", "2026-05-21": "Navy Day", "2026-06-21": "National Day of Indigenous Peoples", - "2026-06-29": "Saint Peter and Saint Paul", + "2026-06-29": "Saint Peter and Saint Paul's Day", "2026-07-16": "Our Lady of Mount Carmel", "2026-08-15": "Assumption Day", "2026-09-18": "Independence Day", @@ -1247,7 +1247,7 @@ "2027-05-01": "Labor Day", "2027-05-21": "Navy Day", "2027-06-21": "National Day of Indigenous Peoples", - "2027-06-28": "Saint Peter and Saint Paul", + "2027-06-28": "Saint Peter and Saint Paul's Day", "2027-07-16": "Our Lady of Mount Carmel", "2027-08-15": "Assumption Day", "2027-09-17": "National Holiday", @@ -1265,7 +1265,7 @@ "2028-05-01": "Labor Day", "2028-05-21": "Navy Day", "2028-06-20": "National Day of Indigenous Peoples", - "2028-06-26": "Saint Peter and Saint Paul", + "2028-06-26": "Saint Peter and Saint Paul's Day", "2028-07-16": "Our Lady of Mount Carmel", "2028-08-15": "Assumption Day", "2028-09-18": "Independence Day", @@ -1282,7 +1282,7 @@ "2029-05-01": "Labor Day", "2029-05-21": "Navy Day", "2029-06-20": "National Day of Indigenous Peoples", - "2029-07-02": "Saint Peter and Saint Paul", + "2029-07-02": "Saint Peter and Saint Paul's Day", "2029-07-16": "Our Lady of Mount Carmel", "2029-08-15": "Assumption Day", "2029-09-17": "National Holiday", @@ -1300,7 +1300,7 @@ "2030-05-01": "Labor Day", "2030-05-21": "Navy Day", "2030-06-21": "National Day of Indigenous Peoples", - "2030-06-29": "Saint Peter and Saint Paul", + "2030-06-29": "Saint Peter and Saint Paul's Day", "2030-07-16": "Our Lady of Mount Carmel", "2030-08-15": "Assumption Day", "2030-09-18": "Independence Day", @@ -1318,7 +1318,7 @@ "2031-05-01": "Labor Day", "2031-05-21": "Navy Day", "2031-06-21": "National Day of Indigenous Peoples", - "2031-06-29": "Saint Peter and Saint Paul", + "2031-06-29": "Saint Peter and Saint Paul's Day", "2031-07-16": "Our Lady of Mount Carmel", "2031-08-15": "Assumption Day", "2031-09-18": "Independence Day", @@ -1335,7 +1335,7 @@ "2032-05-01": "Labor Day", "2032-05-21": "Navy Day", "2032-06-20": "National Day of Indigenous Peoples", - "2032-06-28": "Saint Peter and Saint Paul", + "2032-06-28": "Saint Peter and Saint Paul's Day", "2032-07-16": "Our Lady of Mount Carmel", "2032-08-15": "Assumption Day", "2032-09-17": "National Holiday", @@ -1353,7 +1353,7 @@ "2033-05-01": "Labor Day", "2033-05-21": "Navy Day", "2033-06-20": "National Day of Indigenous Peoples", - "2033-06-27": "Saint Peter and Saint Paul", + "2033-06-27": "Saint Peter and Saint Paul's Day", "2033-07-16": "Our Lady of Mount Carmel", "2033-08-15": "Assumption Day", "2033-09-18": "Independence Day", @@ -1371,7 +1371,7 @@ "2034-05-01": "Labor Day", "2034-05-21": "Navy Day", "2034-06-21": "National Day of Indigenous Peoples", - "2034-06-26": "Saint Peter and Saint Paul", + "2034-06-26": "Saint Peter and Saint Paul's Day", "2034-07-16": "Our Lady of Mount Carmel", "2034-08-15": "Assumption Day", "2034-09-18": "Independence Day", @@ -1388,7 +1388,7 @@ "2035-05-01": "Labor Day", "2035-05-21": "Navy Day", "2035-06-21": "National Day of Indigenous Peoples", - "2035-07-02": "Saint Peter and Saint Paul", + "2035-07-02": "Saint Peter and Saint Paul's Day", "2035-07-16": "Our Lady of Mount Carmel", "2035-08-15": "Assumption Day", "2035-09-17": "National Holiday", @@ -1406,7 +1406,7 @@ "2036-05-01": "Labor Day", "2036-05-21": "Navy Day", "2036-06-20": "National Day of Indigenous Peoples", - "2036-06-29": "Saint Peter and Saint Paul", + "2036-06-29": "Saint Peter and Saint Paul's Day", "2036-07-16": "Our Lady of Mount Carmel", "2036-08-15": "Assumption Day", "2036-09-18": "Independence Day", @@ -1423,7 +1423,7 @@ "2037-05-01": "Labor Day", "2037-05-21": "Navy Day", "2037-06-20": "National Day of Indigenous Peoples", - "2037-06-29": "Saint Peter and Saint Paul", + "2037-06-29": "Saint Peter and Saint Paul's Day", "2037-07-16": "Our Lady of Mount Carmel", "2037-08-15": "Assumption Day", "2037-09-18": "Independence Day", @@ -1440,7 +1440,7 @@ "2038-05-01": "Labor Day", "2038-05-21": "Navy Day", "2038-06-21": "National Day of Indigenous Peoples", - "2038-06-28": "Saint Peter and Saint Paul", + "2038-06-28": "Saint Peter and Saint Paul's Day", "2038-07-16": "Our Lady of Mount Carmel", "2038-08-15": "Assumption Day", "2038-09-17": "National Holiday", @@ -1458,7 +1458,7 @@ "2039-05-01": "Labor Day", "2039-05-21": "Navy Day", "2039-06-21": "National Day of Indigenous Peoples", - "2039-06-27": "Saint Peter and Saint Paul", + "2039-06-27": "Saint Peter and Saint Paul's Day", "2039-07-16": "Our Lady of Mount Carmel", "2039-08-15": "Assumption Day", "2039-09-18": "Independence Day", @@ -1476,7 +1476,7 @@ "2040-05-01": "Labor Day", "2040-05-21": "Navy Day", "2040-06-20": "National Day of Indigenous Peoples", - "2040-07-02": "Saint Peter and Saint Paul", + "2040-07-02": "Saint Peter and Saint Paul's Day", "2040-07-16": "Our Lady of Mount Carmel", "2040-08-15": "Assumption Day", "2040-09-17": "National Holiday", @@ -1494,7 +1494,7 @@ "2041-05-01": "Labor Day", "2041-05-21": "Navy Day", "2041-06-20": "National Day of Indigenous Peoples", - "2041-06-29": "Saint Peter and Saint Paul", + "2041-06-29": "Saint Peter and Saint Paul's Day", "2041-07-16": "Our Lady of Mount Carmel", "2041-08-15": "Assumption Day", "2041-09-18": "Independence Day", @@ -1512,7 +1512,7 @@ "2042-05-01": "Labor Day", "2042-05-21": "Navy Day", "2042-06-21": "National Day of Indigenous Peoples", - "2042-06-29": "Saint Peter and Saint Paul", + "2042-06-29": "Saint Peter and Saint Paul's Day", "2042-07-16": "Our Lady of Mount Carmel", "2042-08-15": "Assumption Day", "2042-09-18": "Independence Day", @@ -1529,7 +1529,7 @@ "2043-05-01": "Labor Day", "2043-05-21": "Navy Day", "2043-06-21": "National Day of Indigenous Peoples", - "2043-06-29": "Saint Peter and Saint Paul", + "2043-06-29": "Saint Peter and Saint Paul's Day", "2043-07-16": "Our Lady of Mount Carmel", "2043-08-15": "Assumption Day", "2043-09-18": "Independence Day", @@ -1546,7 +1546,7 @@ "2044-05-01": "Labor Day", "2044-05-21": "Navy Day", "2044-06-20": "National Day of Indigenous Peoples", - "2044-06-27": "Saint Peter and Saint Paul", + "2044-06-27": "Saint Peter and Saint Paul's Day", "2044-07-16": "Our Lady of Mount Carmel", "2044-08-15": "Assumption Day", "2044-09-18": "Independence Day", @@ -1564,7 +1564,7 @@ "2045-05-01": "Labor Day", "2045-05-21": "Navy Day", "2045-06-20": "National Day of Indigenous Peoples", - "2045-06-26": "Saint Peter and Saint Paul", + "2045-06-26": "Saint Peter and Saint Paul's Day", "2045-07-16": "Our Lady of Mount Carmel", "2045-08-15": "Assumption Day", "2045-09-18": "Independence Day", @@ -1581,7 +1581,7 @@ "2046-05-01": "Labor Day", "2046-05-21": "Navy Day", "2046-06-21": "National Day of Indigenous Peoples", - "2046-07-02": "Saint Peter and Saint Paul", + "2046-07-02": "Saint Peter and Saint Paul's Day", "2046-07-16": "Our Lady of Mount Carmel", "2046-08-15": "Assumption Day", "2046-09-17": "National Holiday", @@ -1599,7 +1599,7 @@ "2047-05-01": "Labor Day", "2047-05-21": "Navy Day", "2047-06-21": "National Day of Indigenous Peoples", - "2047-06-29": "Saint Peter and Saint Paul", + "2047-06-29": "Saint Peter and Saint Paul's Day", "2047-07-16": "Our Lady of Mount Carmel", "2047-08-15": "Assumption Day", "2047-09-18": "Independence Day", @@ -1617,7 +1617,7 @@ "2048-05-01": "Labor Day", "2048-05-21": "Navy Day", "2048-06-20": "National Day of Indigenous Peoples", - "2048-06-29": "Saint Peter and Saint Paul", + "2048-06-29": "Saint Peter and Saint Paul's Day", "2048-07-16": "Our Lady of Mount Carmel", "2048-08-15": "Assumption Day", "2048-09-18": "Independence Day", @@ -1634,7 +1634,7 @@ "2049-05-01": "Labor Day", "2049-05-21": "Navy Day", "2049-06-20": "National Day of Indigenous Peoples", - "2049-06-28": "Saint Peter and Saint Paul", + "2049-06-28": "Saint Peter and Saint Paul's Day", "2049-07-16": "Our Lady of Mount Carmel", "2049-08-15": "Assumption Day", "2049-09-17": "National Holiday", @@ -1652,7 +1652,7 @@ "2050-05-01": "Labor Day", "2050-05-21": "Navy Day", "2050-06-20": "National Day of Indigenous Peoples", - "2050-06-27": "Saint Peter and Saint Paul", + "2050-06-27": "Saint Peter and Saint Paul's Day", "2050-07-16": "Our Lady of Mount Carmel", "2050-08-15": "Assumption Day", "2050-09-18": "Independence Day", diff --git a/snapshots/countries/CL_VS.json b/snapshots/countries/CL_VS.json index a970a01b0..61e6101f0 100644 --- a/snapshots/countries/CL_VS.json +++ b/snapshots/countries/CL_VS.json @@ -6,7 +6,7 @@ "1950-05-18": "Ascension Day", "1950-05-21": "Navy Day", "1950-06-08": "Corpus Christi", - "1950-06-29": "Saint Peter and Saint Paul", + "1950-06-29": "Saint Peter and Saint Paul's Day", "1950-08-15": "Assumption Day", "1950-09-18": "Independence Day", "1950-09-19": "Army Day", @@ -22,7 +22,7 @@ "1951-05-03": "Ascension Day", "1951-05-21": "Navy Day", "1951-05-24": "Corpus Christi", - "1951-06-29": "Saint Peter and Saint Paul", + "1951-06-29": "Saint Peter and Saint Paul's Day", "1951-08-15": "Assumption Day", "1951-09-18": "Independence Day", "1951-09-19": "Army Day", @@ -38,7 +38,7 @@ "1952-05-21": "Navy Day", "1952-05-22": "Ascension Day", "1952-06-12": "Corpus Christi", - "1952-06-29": "Saint Peter and Saint Paul", + "1952-06-29": "Saint Peter and Saint Paul's Day", "1952-08-15": "Assumption Day", "1952-09-18": "Independence Day", "1952-09-19": "Army Day", @@ -54,7 +54,7 @@ "1953-05-14": "Ascension Day", "1953-05-21": "Navy Day", "1953-06-04": "Corpus Christi", - "1953-06-29": "Saint Peter and Saint Paul", + "1953-06-29": "Saint Peter and Saint Paul's Day", "1953-08-15": "Assumption Day", "1953-09-18": "Independence Day", "1953-09-19": "Army Day", @@ -70,7 +70,7 @@ "1954-05-21": "Navy Day", "1954-05-27": "Ascension Day", "1954-06-17": "Corpus Christi", - "1954-06-29": "Saint Peter and Saint Paul", + "1954-06-29": "Saint Peter and Saint Paul's Day", "1954-08-15": "Assumption Day", "1954-09-18": "Independence Day", "1954-09-19": "Army Day", @@ -86,7 +86,7 @@ "1955-05-19": "Ascension Day", "1955-05-21": "Navy Day", "1955-06-09": "Corpus Christi", - "1955-06-29": "Saint Peter and Saint Paul", + "1955-06-29": "Saint Peter and Saint Paul's Day", "1955-08-15": "Assumption Day", "1955-09-18": "Independence Day", "1955-09-19": "Army Day", @@ -102,7 +102,7 @@ "1956-05-10": "Ascension Day", "1956-05-21": "Navy Day", "1956-05-31": "Corpus Christi", - "1956-06-29": "Saint Peter and Saint Paul", + "1956-06-29": "Saint Peter and Saint Paul's Day", "1956-08-15": "Assumption Day", "1956-09-18": "Independence Day", "1956-09-19": "Army Day", @@ -119,7 +119,7 @@ "1957-05-21": "Navy Day", "1957-05-30": "Ascension Day", "1957-06-20": "Corpus Christi", - "1957-06-29": "Saint Peter and Saint Paul", + "1957-06-29": "Saint Peter and Saint Paul's Day", "1957-06-30": "Bank Holiday", "1957-08-15": "Assumption Day", "1957-09-18": "Independence Day", @@ -137,7 +137,7 @@ "1958-05-15": "Ascension Day", "1958-05-21": "Navy Day", "1958-06-05": "Corpus Christi", - "1958-06-29": "Saint Peter and Saint Paul", + "1958-06-29": "Saint Peter and Saint Paul's Day", "1958-06-30": "Bank Holiday", "1958-08-15": "Assumption Day", "1958-09-18": "Independence Day", @@ -155,7 +155,7 @@ "1959-05-07": "Ascension Day", "1959-05-21": "Navy Day", "1959-05-28": "Corpus Christi", - "1959-06-29": "Saint Peter and Saint Paul", + "1959-06-29": "Saint Peter and Saint Paul's Day", "1959-06-30": "Bank Holiday", "1959-08-15": "Assumption Day", "1959-09-18": "Independence Day", @@ -173,7 +173,7 @@ "1960-05-21": "Navy Day", "1960-05-26": "Ascension Day", "1960-06-16": "Corpus Christi", - "1960-06-29": "Saint Peter and Saint Paul", + "1960-06-29": "Saint Peter and Saint Paul's Day", "1960-06-30": "Bank Holiday", "1960-08-15": "Assumption Day", "1960-09-18": "Independence Day", @@ -191,7 +191,7 @@ "1961-05-11": "Ascension Day", "1961-05-21": "Navy Day", "1961-06-01": "Corpus Christi", - "1961-06-29": "Saint Peter and Saint Paul", + "1961-06-29": "Saint Peter and Saint Paul's Day", "1961-06-30": "Bank Holiday", "1961-08-15": "Assumption Day", "1961-09-18": "Independence Day", @@ -209,7 +209,7 @@ "1962-05-21": "Navy Day", "1962-05-31": "Ascension Day", "1962-06-21": "Corpus Christi", - "1962-06-29": "Saint Peter and Saint Paul", + "1962-06-29": "Saint Peter and Saint Paul's Day", "1962-06-30": "Bank Holiday", "1962-08-15": "Assumption Day", "1962-09-18": "Independence Day", @@ -227,7 +227,7 @@ "1963-05-21": "Navy Day", "1963-05-23": "Ascension Day", "1963-06-13": "Corpus Christi", - "1963-06-29": "Saint Peter and Saint Paul", + "1963-06-29": "Saint Peter and Saint Paul's Day", "1963-06-30": "Bank Holiday", "1963-08-15": "Assumption Day", "1963-09-18": "Independence Day", @@ -245,7 +245,7 @@ "1964-05-07": "Ascension Day", "1964-05-21": "Navy Day", "1964-05-28": "Corpus Christi", - "1964-06-29": "Saint Peter and Saint Paul", + "1964-06-29": "Saint Peter and Saint Paul's Day", "1964-06-30": "Bank Holiday", "1964-08-15": "Assumption Day", "1964-09-18": "Independence Day", @@ -263,7 +263,7 @@ "1965-05-21": "Navy Day", "1965-05-27": "Ascension Day", "1965-06-17": "Corpus Christi", - "1965-06-29": "Saint Peter and Saint Paul", + "1965-06-29": "Saint Peter and Saint Paul's Day", "1965-06-30": "Bank Holiday", "1965-08-15": "Assumption Day", "1965-09-18": "Independence Day", @@ -281,7 +281,7 @@ "1966-05-19": "Ascension Day", "1966-05-21": "Navy Day", "1966-06-09": "Corpus Christi", - "1966-06-29": "Saint Peter and Saint Paul", + "1966-06-29": "Saint Peter and Saint Paul's Day", "1966-06-30": "Bank Holiday", "1966-08-15": "Assumption Day", "1966-09-18": "Independence Day", @@ -299,7 +299,7 @@ "1967-05-04": "Ascension Day", "1967-05-21": "Navy Day", "1967-05-25": "Corpus Christi", - "1967-06-29": "Saint Peter and Saint Paul", + "1967-06-29": "Saint Peter and Saint Paul's Day", "1967-06-30": "Bank Holiday", "1967-08-15": "Assumption Day", "1967-09-18": "Independence Day", @@ -579,7 +579,7 @@ "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-05-21": "Navy Day", - "1986-06-29": "Saint Peter and Saint Paul", + "1986-06-29": "Saint Peter and Saint Paul's Day", "1986-08-15": "Assumption Day", "1986-09-11": "Day of National Liberation", "1986-09-18": "Independence Day", @@ -596,7 +596,7 @@ "1987-05-01": "Labor Day", "1987-05-21": "Navy Day", "1987-06-18": "Corpus Christi", - "1987-06-29": "Saint Peter and Saint Paul", + "1987-06-29": "Saint Peter and Saint Paul's Day", "1987-08-15": "Assumption Day", "1987-09-11": "Day of National Liberation", "1987-09-18": "Independence Day", @@ -613,7 +613,7 @@ "1988-05-01": "Labor Day", "1988-05-21": "Navy Day", "1988-06-02": "Corpus Christi", - "1988-06-29": "Saint Peter and Saint Paul", + "1988-06-29": "Saint Peter and Saint Paul's Day", "1988-08-15": "Assumption Day", "1988-09-11": "Day of National Liberation", "1988-09-18": "Independence Day", @@ -630,7 +630,7 @@ "1989-05-01": "Labor Day", "1989-05-21": "Navy Day", "1989-05-25": "Corpus Christi", - "1989-06-29": "Saint Peter and Saint Paul", + "1989-06-29": "Saint Peter and Saint Paul's Day", "1989-08-15": "Assumption Day", "1989-09-11": "Day of National Liberation", "1989-09-18": "Independence Day", @@ -646,7 +646,7 @@ "1990-05-01": "Labor Day", "1990-05-21": "Navy Day", "1990-06-14": "Corpus Christi", - "1990-06-29": "Saint Peter and Saint Paul", + "1990-06-29": "Saint Peter and Saint Paul's Day", "1990-08-15": "Assumption Day", "1990-09-11": "Day of National Liberation", "1990-09-18": "Independence Day", @@ -662,7 +662,7 @@ "1991-05-01": "Labor Day", "1991-05-21": "Navy Day", "1991-05-30": "Corpus Christi", - "1991-06-29": "Saint Peter and Saint Paul", + "1991-06-29": "Saint Peter and Saint Paul's Day", "1991-08-15": "Assumption Day", "1991-09-11": "Day of National Liberation", "1991-09-18": "Independence Day", @@ -678,7 +678,7 @@ "1992-05-01": "Labor Day", "1992-05-21": "Navy Day", "1992-06-18": "Corpus Christi", - "1992-06-29": "Saint Peter and Saint Paul", + "1992-06-29": "Saint Peter and Saint Paul's Day", "1992-08-15": "Assumption Day", "1992-09-11": "Day of National Liberation", "1992-09-18": "Independence Day", @@ -694,7 +694,7 @@ "1993-05-01": "Labor Day", "1993-05-21": "Navy Day", "1993-06-10": "Corpus Christi", - "1993-06-29": "Saint Peter and Saint Paul", + "1993-06-29": "Saint Peter and Saint Paul's Day", "1993-08-15": "Assumption Day", "1993-09-11": "Day of National Liberation", "1993-09-18": "Independence Day", @@ -710,7 +710,7 @@ "1994-05-01": "Labor Day", "1994-05-21": "Navy Day", "1994-06-02": "Corpus Christi", - "1994-06-29": "Saint Peter and Saint Paul", + "1994-06-29": "Saint Peter and Saint Paul's Day", "1994-08-15": "Assumption Day", "1994-09-11": "Day of National Liberation", "1994-09-18": "Independence Day", @@ -726,7 +726,7 @@ "1995-05-01": "Labor Day", "1995-05-21": "Navy Day", "1995-06-15": "Corpus Christi", - "1995-06-29": "Saint Peter and Saint Paul", + "1995-06-29": "Saint Peter and Saint Paul's Day", "1995-08-15": "Assumption Day", "1995-09-11": "Day of National Liberation", "1995-09-18": "Independence Day", @@ -742,7 +742,7 @@ "1996-05-01": "Labor Day", "1996-05-21": "Navy Day", "1996-06-06": "Corpus Christi", - "1996-06-29": "Saint Peter and Saint Paul", + "1996-06-29": "Saint Peter and Saint Paul's Day", "1996-08-15": "Assumption Day", "1996-09-11": "Day of National Liberation", "1996-09-18": "Independence Day", @@ -758,7 +758,7 @@ "1997-05-01": "Labor Day", "1997-05-21": "Navy Day", "1997-05-29": "Corpus Christi", - "1997-06-29": "Saint Peter and Saint Paul", + "1997-06-29": "Saint Peter and Saint Paul's Day", "1997-08-15": "Assumption Day", "1997-09-11": "Day of National Liberation", "1997-09-18": "Independence Day", @@ -773,7 +773,7 @@ "1998-05-01": "Labor Day", "1998-05-21": "Navy Day", "1998-06-11": "Corpus Christi", - "1998-06-29": "Saint Peter and Saint Paul", + "1998-06-29": "Saint Peter and Saint Paul's Day", "1998-08-15": "Assumption Day", "1998-09-11": "Day of National Liberation", "1998-09-18": "Independence Day", @@ -789,7 +789,7 @@ "1999-05-01": "Labor Day", "1999-05-21": "Navy Day", "1999-06-03": "Corpus Christi", - "1999-06-29": "Saint Peter and Saint Paul", + "1999-06-29": "Saint Peter and Saint Paul's Day", "1999-08-15": "Assumption Day", "1999-09-06": "Day of National Unity", "1999-09-18": "Independence Day", @@ -805,7 +805,7 @@ "2000-05-01": "Labor Day", "2000-05-21": "Navy Day", "2000-06-19": "Corpus Christi", - "2000-06-26": "Saint Peter and Saint Paul", + "2000-06-26": "Saint Peter and Saint Paul's Day", "2000-08-15": "Assumption Day", "2000-09-04": "Day of National Unity", "2000-09-18": "Independence Day", @@ -821,7 +821,7 @@ "2001-05-01": "Labor Day", "2001-05-21": "Navy Day", "2001-06-11": "Corpus Christi", - "2001-07-02": "Saint Peter and Saint Paul", + "2001-07-02": "Saint Peter and Saint Paul's Day", "2001-08-15": "Assumption Day", "2001-09-03": "Day of National Unity", "2001-09-18": "Independence Day", @@ -837,7 +837,7 @@ "2002-05-01": "Labor Day", "2002-05-21": "Navy Day", "2002-05-27": "Corpus Christi", - "2002-06-29": "Saint Peter and Saint Paul", + "2002-06-29": "Saint Peter and Saint Paul's Day", "2002-08-15": "Assumption Day", "2002-09-18": "Independence Day", "2002-09-19": "Army Day", @@ -852,7 +852,7 @@ "2003-05-01": "Labor Day", "2003-05-21": "Navy Day", "2003-06-16": "Corpus Christi", - "2003-06-29": "Saint Peter and Saint Paul", + "2003-06-29": "Saint Peter and Saint Paul's Day", "2003-08-15": "Assumption Day", "2003-09-18": "Independence Day", "2003-09-19": "Army Day", @@ -867,7 +867,7 @@ "2004-05-01": "Labor Day", "2004-05-21": "Navy Day", "2004-06-07": "Corpus Christi", - "2004-06-28": "Saint Peter and Saint Paul", + "2004-06-28": "Saint Peter and Saint Paul's Day", "2004-08-15": "Assumption Day", "2004-09-18": "Independence Day", "2004-09-19": "Army Day", @@ -882,7 +882,7 @@ "2005-05-01": "Labor Day", "2005-05-21": "Navy Day", "2005-05-23": "Corpus Christi", - "2005-06-27": "Saint Peter and Saint Paul", + "2005-06-27": "Saint Peter and Saint Paul's Day", "2005-08-15": "Assumption Day", "2005-09-18": "Independence Day", "2005-09-19": "Army Day", @@ -897,7 +897,7 @@ "2006-05-01": "Labor Day", "2006-05-21": "Navy Day", "2006-06-12": "Corpus Christi", - "2006-06-26": "Saint Peter and Saint Paul", + "2006-06-26": "Saint Peter and Saint Paul's Day", "2006-08-15": "Assumption Day", "2006-09-18": "Independence Day", "2006-09-19": "Army Day", @@ -911,7 +911,7 @@ "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-05-21": "Navy Day", - "2007-07-02": "Saint Peter and Saint Paul", + "2007-07-02": "Saint Peter and Saint Paul's Day", "2007-07-16": "Our Lady of Mount Carmel", "2007-08-15": "Assumption Day", "2007-09-17": "National Holiday", @@ -927,7 +927,7 @@ "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-05-21": "Navy Day", - "2008-06-29": "Saint Peter and Saint Paul", + "2008-06-29": "Saint Peter and Saint Paul's Day", "2008-07-16": "Our Lady of Mount Carmel", "2008-08-15": "Assumption Day", "2008-09-18": "Independence Day", @@ -943,7 +943,7 @@ "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-05-21": "Navy Day", - "2009-06-29": "Saint Peter and Saint Paul", + "2009-06-29": "Saint Peter and Saint Paul's Day", "2009-07-16": "Our Lady of Mount Carmel", "2009-08-15": "Assumption Day", "2009-09-18": "Independence Day", @@ -959,7 +959,7 @@ "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-05-21": "Navy Day", - "2010-06-28": "Saint Peter and Saint Paul", + "2010-06-28": "Saint Peter and Saint Paul's Day", "2010-07-16": "Our Lady of Mount Carmel", "2010-08-15": "Assumption Day", "2010-09-18": "Independence Day", @@ -975,7 +975,7 @@ "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-05-21": "Navy Day", - "2011-06-27": "Saint Peter and Saint Paul", + "2011-06-27": "Saint Peter and Saint Paul's Day", "2011-07-16": "Our Lady of Mount Carmel", "2011-08-15": "Assumption Day", "2011-09-18": "Independence Day", @@ -991,7 +991,7 @@ "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-05-21": "Navy Day", - "2012-07-02": "Saint Peter and Saint Paul", + "2012-07-02": "Saint Peter and Saint Paul's Day", "2012-07-16": "Our Lady of Mount Carmel", "2012-08-15": "Assumption Day", "2012-09-17": "National Holiday", @@ -1008,7 +1008,7 @@ "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-05-21": "Navy Day", - "2013-06-29": "Saint Peter and Saint Paul", + "2013-06-29": "Saint Peter and Saint Paul's Day", "2013-07-16": "Our Lady of Mount Carmel", "2013-08-15": "Assumption Day", "2013-09-18": "Independence Day", @@ -1025,7 +1025,7 @@ "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-05-21": "Navy Day", - "2014-06-29": "Saint Peter and Saint Paul", + "2014-06-29": "Saint Peter and Saint Paul's Day", "2014-07-16": "Our Lady of Mount Carmel", "2014-08-15": "Assumption Day", "2014-09-18": "Independence Day", @@ -1041,7 +1041,7 @@ "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-05-21": "Navy Day", - "2015-06-29": "Saint Peter and Saint Paul", + "2015-06-29": "Saint Peter and Saint Paul's Day", "2015-07-16": "Our Lady of Mount Carmel", "2015-08-15": "Assumption Day", "2015-09-18": "Independence Day", @@ -1057,7 +1057,7 @@ "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-21": "Navy Day", - "2016-06-27": "Saint Peter and Saint Paul", + "2016-06-27": "Saint Peter and Saint Paul's Day", "2016-07-16": "Our Lady of Mount Carmel", "2016-08-15": "Assumption Day", "2016-09-18": "Independence Day", @@ -1074,7 +1074,7 @@ "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-21": "Navy Day", - "2017-06-26": "Saint Peter and Saint Paul", + "2017-06-26": "Saint Peter and Saint Paul's Day", "2017-07-16": "Our Lady of Mount Carmel", "2017-08-15": "Assumption Day", "2017-09-18": "Independence Day", @@ -1090,7 +1090,7 @@ "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-21": "Navy Day", - "2018-07-02": "Saint Peter and Saint Paul", + "2018-07-02": "Saint Peter and Saint Paul's Day", "2018-07-16": "Our Lady of Mount Carmel", "2018-08-15": "Assumption Day", "2018-09-17": "National Holiday", @@ -1107,7 +1107,7 @@ "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-21": "Navy Day", - "2019-06-29": "Saint Peter and Saint Paul", + "2019-06-29": "Saint Peter and Saint Paul's Day", "2019-07-16": "Our Lady of Mount Carmel", "2019-08-15": "Assumption Day", "2019-09-18": "Independence Day", @@ -1124,7 +1124,7 @@ "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-21": "Navy Day", - "2020-06-29": "Saint Peter and Saint Paul", + "2020-06-29": "Saint Peter and Saint Paul's Day", "2020-07-16": "Our Lady of Mount Carmel", "2020-08-15": "Assumption Day", "2020-09-18": "Independence Day", @@ -1141,7 +1141,7 @@ "2021-05-01": "Labor Day", "2021-05-21": "Navy Day", "2021-06-21": "National Day of Indigenous Peoples", - "2021-06-28": "Saint Peter and Saint Paul", + "2021-06-28": "Saint Peter and Saint Paul's Day", "2021-07-16": "Our Lady of Mount Carmel", "2021-08-15": "Assumption Day", "2021-09-17": "National Holiday", @@ -1159,7 +1159,7 @@ "2022-05-01": "Labor Day", "2022-05-21": "Navy Day", "2022-06-21": "National Day of Indigenous Peoples", - "2022-06-27": "Saint Peter and Saint Paul", + "2022-06-27": "Saint Peter and Saint Paul's Day", "2022-07-16": "Our Lady of Mount Carmel", "2022-08-15": "Assumption Day", "2022-09-16": "National Holiday", @@ -1178,7 +1178,7 @@ "2023-05-01": "Labor Day", "2023-05-21": "Navy Day", "2023-06-21": "National Day of Indigenous Peoples", - "2023-06-26": "Saint Peter and Saint Paul", + "2023-06-26": "Saint Peter and Saint Paul's Day", "2023-07-16": "Our Lady of Mount Carmel", "2023-08-15": "Assumption Day", "2023-09-18": "Independence Day", @@ -1195,7 +1195,7 @@ "2024-05-01": "Labor Day", "2024-05-21": "Navy Day", "2024-06-20": "National Day of Indigenous Peoples", - "2024-06-29": "Saint Peter and Saint Paul", + "2024-06-29": "Saint Peter and Saint Paul's Day", "2024-07-16": "Our Lady of Mount Carmel", "2024-08-15": "Assumption Day", "2024-09-18": "Independence Day", @@ -1213,7 +1213,7 @@ "2025-05-01": "Labor Day", "2025-05-21": "Navy Day", "2025-06-20": "National Day of Indigenous Peoples", - "2025-06-29": "Saint Peter and Saint Paul", + "2025-06-29": "Saint Peter and Saint Paul's Day", "2025-07-16": "Our Lady of Mount Carmel", "2025-08-15": "Assumption Day", "2025-09-18": "Independence Day", @@ -1230,7 +1230,7 @@ "2026-05-01": "Labor Day", "2026-05-21": "Navy Day", "2026-06-21": "National Day of Indigenous Peoples", - "2026-06-29": "Saint Peter and Saint Paul", + "2026-06-29": "Saint Peter and Saint Paul's Day", "2026-07-16": "Our Lady of Mount Carmel", "2026-08-15": "Assumption Day", "2026-09-18": "Independence Day", @@ -1247,7 +1247,7 @@ "2027-05-01": "Labor Day", "2027-05-21": "Navy Day", "2027-06-21": "National Day of Indigenous Peoples", - "2027-06-28": "Saint Peter and Saint Paul", + "2027-06-28": "Saint Peter and Saint Paul's Day", "2027-07-16": "Our Lady of Mount Carmel", "2027-08-15": "Assumption Day", "2027-09-17": "National Holiday", @@ -1265,7 +1265,7 @@ "2028-05-01": "Labor Day", "2028-05-21": "Navy Day", "2028-06-20": "National Day of Indigenous Peoples", - "2028-06-26": "Saint Peter and Saint Paul", + "2028-06-26": "Saint Peter and Saint Paul's Day", "2028-07-16": "Our Lady of Mount Carmel", "2028-08-15": "Assumption Day", "2028-09-18": "Independence Day", @@ -1282,7 +1282,7 @@ "2029-05-01": "Labor Day", "2029-05-21": "Navy Day", "2029-06-20": "National Day of Indigenous Peoples", - "2029-07-02": "Saint Peter and Saint Paul", + "2029-07-02": "Saint Peter and Saint Paul's Day", "2029-07-16": "Our Lady of Mount Carmel", "2029-08-15": "Assumption Day", "2029-09-17": "National Holiday", @@ -1300,7 +1300,7 @@ "2030-05-01": "Labor Day", "2030-05-21": "Navy Day", "2030-06-21": "National Day of Indigenous Peoples", - "2030-06-29": "Saint Peter and Saint Paul", + "2030-06-29": "Saint Peter and Saint Paul's Day", "2030-07-16": "Our Lady of Mount Carmel", "2030-08-15": "Assumption Day", "2030-09-18": "Independence Day", @@ -1318,7 +1318,7 @@ "2031-05-01": "Labor Day", "2031-05-21": "Navy Day", "2031-06-21": "National Day of Indigenous Peoples", - "2031-06-29": "Saint Peter and Saint Paul", + "2031-06-29": "Saint Peter and Saint Paul's Day", "2031-07-16": "Our Lady of Mount Carmel", "2031-08-15": "Assumption Day", "2031-09-18": "Independence Day", @@ -1335,7 +1335,7 @@ "2032-05-01": "Labor Day", "2032-05-21": "Navy Day", "2032-06-20": "National Day of Indigenous Peoples", - "2032-06-28": "Saint Peter and Saint Paul", + "2032-06-28": "Saint Peter and Saint Paul's Day", "2032-07-16": "Our Lady of Mount Carmel", "2032-08-15": "Assumption Day", "2032-09-17": "National Holiday", @@ -1353,7 +1353,7 @@ "2033-05-01": "Labor Day", "2033-05-21": "Navy Day", "2033-06-20": "National Day of Indigenous Peoples", - "2033-06-27": "Saint Peter and Saint Paul", + "2033-06-27": "Saint Peter and Saint Paul's Day", "2033-07-16": "Our Lady of Mount Carmel", "2033-08-15": "Assumption Day", "2033-09-18": "Independence Day", @@ -1371,7 +1371,7 @@ "2034-05-01": "Labor Day", "2034-05-21": "Navy Day", "2034-06-21": "National Day of Indigenous Peoples", - "2034-06-26": "Saint Peter and Saint Paul", + "2034-06-26": "Saint Peter and Saint Paul's Day", "2034-07-16": "Our Lady of Mount Carmel", "2034-08-15": "Assumption Day", "2034-09-18": "Independence Day", @@ -1388,7 +1388,7 @@ "2035-05-01": "Labor Day", "2035-05-21": "Navy Day", "2035-06-21": "National Day of Indigenous Peoples", - "2035-07-02": "Saint Peter and Saint Paul", + "2035-07-02": "Saint Peter and Saint Paul's Day", "2035-07-16": "Our Lady of Mount Carmel", "2035-08-15": "Assumption Day", "2035-09-17": "National Holiday", @@ -1406,7 +1406,7 @@ "2036-05-01": "Labor Day", "2036-05-21": "Navy Day", "2036-06-20": "National Day of Indigenous Peoples", - "2036-06-29": "Saint Peter and Saint Paul", + "2036-06-29": "Saint Peter and Saint Paul's Day", "2036-07-16": "Our Lady of Mount Carmel", "2036-08-15": "Assumption Day", "2036-09-18": "Independence Day", @@ -1423,7 +1423,7 @@ "2037-05-01": "Labor Day", "2037-05-21": "Navy Day", "2037-06-20": "National Day of Indigenous Peoples", - "2037-06-29": "Saint Peter and Saint Paul", + "2037-06-29": "Saint Peter and Saint Paul's Day", "2037-07-16": "Our Lady of Mount Carmel", "2037-08-15": "Assumption Day", "2037-09-18": "Independence Day", @@ -1440,7 +1440,7 @@ "2038-05-01": "Labor Day", "2038-05-21": "Navy Day", "2038-06-21": "National Day of Indigenous Peoples", - "2038-06-28": "Saint Peter and Saint Paul", + "2038-06-28": "Saint Peter and Saint Paul's Day", "2038-07-16": "Our Lady of Mount Carmel", "2038-08-15": "Assumption Day", "2038-09-17": "National Holiday", @@ -1458,7 +1458,7 @@ "2039-05-01": "Labor Day", "2039-05-21": "Navy Day", "2039-06-21": "National Day of Indigenous Peoples", - "2039-06-27": "Saint Peter and Saint Paul", + "2039-06-27": "Saint Peter and Saint Paul's Day", "2039-07-16": "Our Lady of Mount Carmel", "2039-08-15": "Assumption Day", "2039-09-18": "Independence Day", @@ -1476,7 +1476,7 @@ "2040-05-01": "Labor Day", "2040-05-21": "Navy Day", "2040-06-20": "National Day of Indigenous Peoples", - "2040-07-02": "Saint Peter and Saint Paul", + "2040-07-02": "Saint Peter and Saint Paul's Day", "2040-07-16": "Our Lady of Mount Carmel", "2040-08-15": "Assumption Day", "2040-09-17": "National Holiday", @@ -1494,7 +1494,7 @@ "2041-05-01": "Labor Day", "2041-05-21": "Navy Day", "2041-06-20": "National Day of Indigenous Peoples", - "2041-06-29": "Saint Peter and Saint Paul", + "2041-06-29": "Saint Peter and Saint Paul's Day", "2041-07-16": "Our Lady of Mount Carmel", "2041-08-15": "Assumption Day", "2041-09-18": "Independence Day", @@ -1512,7 +1512,7 @@ "2042-05-01": "Labor Day", "2042-05-21": "Navy Day", "2042-06-21": "National Day of Indigenous Peoples", - "2042-06-29": "Saint Peter and Saint Paul", + "2042-06-29": "Saint Peter and Saint Paul's Day", "2042-07-16": "Our Lady of Mount Carmel", "2042-08-15": "Assumption Day", "2042-09-18": "Independence Day", @@ -1529,7 +1529,7 @@ "2043-05-01": "Labor Day", "2043-05-21": "Navy Day", "2043-06-21": "National Day of Indigenous Peoples", - "2043-06-29": "Saint Peter and Saint Paul", + "2043-06-29": "Saint Peter and Saint Paul's Day", "2043-07-16": "Our Lady of Mount Carmel", "2043-08-15": "Assumption Day", "2043-09-18": "Independence Day", @@ -1546,7 +1546,7 @@ "2044-05-01": "Labor Day", "2044-05-21": "Navy Day", "2044-06-20": "National Day of Indigenous Peoples", - "2044-06-27": "Saint Peter and Saint Paul", + "2044-06-27": "Saint Peter and Saint Paul's Day", "2044-07-16": "Our Lady of Mount Carmel", "2044-08-15": "Assumption Day", "2044-09-18": "Independence Day", @@ -1564,7 +1564,7 @@ "2045-05-01": "Labor Day", "2045-05-21": "Navy Day", "2045-06-20": "National Day of Indigenous Peoples", - "2045-06-26": "Saint Peter and Saint Paul", + "2045-06-26": "Saint Peter and Saint Paul's Day", "2045-07-16": "Our Lady of Mount Carmel", "2045-08-15": "Assumption Day", "2045-09-18": "Independence Day", @@ -1581,7 +1581,7 @@ "2046-05-01": "Labor Day", "2046-05-21": "Navy Day", "2046-06-21": "National Day of Indigenous Peoples", - "2046-07-02": "Saint Peter and Saint Paul", + "2046-07-02": "Saint Peter and Saint Paul's Day", "2046-07-16": "Our Lady of Mount Carmel", "2046-08-15": "Assumption Day", "2046-09-17": "National Holiday", @@ -1599,7 +1599,7 @@ "2047-05-01": "Labor Day", "2047-05-21": "Navy Day", "2047-06-21": "National Day of Indigenous Peoples", - "2047-06-29": "Saint Peter and Saint Paul", + "2047-06-29": "Saint Peter and Saint Paul's Day", "2047-07-16": "Our Lady of Mount Carmel", "2047-08-15": "Assumption Day", "2047-09-18": "Independence Day", @@ -1617,7 +1617,7 @@ "2048-05-01": "Labor Day", "2048-05-21": "Navy Day", "2048-06-20": "National Day of Indigenous Peoples", - "2048-06-29": "Saint Peter and Saint Paul", + "2048-06-29": "Saint Peter and Saint Paul's Day", "2048-07-16": "Our Lady of Mount Carmel", "2048-08-15": "Assumption Day", "2048-09-18": "Independence Day", @@ -1634,7 +1634,7 @@ "2049-05-01": "Labor Day", "2049-05-21": "Navy Day", "2049-06-20": "National Day of Indigenous Peoples", - "2049-06-28": "Saint Peter and Saint Paul", + "2049-06-28": "Saint Peter and Saint Paul's Day", "2049-07-16": "Our Lady of Mount Carmel", "2049-08-15": "Assumption Day", "2049-09-17": "National Holiday", @@ -1652,7 +1652,7 @@ "2050-05-01": "Labor Day", "2050-05-21": "Navy Day", "2050-06-20": "National Day of Indigenous Peoples", - "2050-06-27": "Saint Peter and Saint Paul", + "2050-06-27": "Saint Peter and Saint Paul's Day", "2050-07-16": "Our Lady of Mount Carmel", "2050-08-15": "Assumption Day", "2050-09-18": "Independence Day", diff --git a/snapshots/countries/CO_COMMON.json b/snapshots/countries/CO_COMMON.json index fcb5d9c45..535af2e4c 100644 --- a/snapshots/countries/CO_COMMON.json +++ b/snapshots/countries/CO_COMMON.json @@ -14,7 +14,7 @@ "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-24": "Corpus Christi", - "1951-06-29": "Saint Peter and Saint Paul", + "1951-06-29": "Saint Peter and Saint Paul's Day", "1951-07-20": "Independence Day", "1951-08-07": "Battle of Boyac\u00e1", "1951-08-15": "Assumption Day", @@ -31,7 +31,7 @@ "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-06-12": "Corpus Christi", - "1952-06-29": "Saint Peter and Saint Paul", + "1952-06-29": "Saint Peter and Saint Paul's Day", "1952-07-20": "Independence Day", "1952-08-07": "Battle of Boyac\u00e1", "1952-08-15": "Assumption Day", @@ -48,7 +48,7 @@ "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-06-04": "Corpus Christi", - "1953-06-29": "Saint Peter and Saint Paul", + "1953-06-29": "Saint Peter and Saint Paul's Day", "1953-07-20": "Independence Day", "1953-08-07": "Battle of Boyac\u00e1", "1953-08-15": "Assumption Day", @@ -65,7 +65,7 @@ "1954-05-01": "Labor Day", "1954-05-27": "Ascension Day", "1954-06-17": "Corpus Christi", - "1954-06-29": "Saint Peter and Saint Paul", + "1954-06-29": "Saint Peter and Saint Paul's Day", "1954-07-20": "Independence Day", "1954-08-07": "Battle of Boyac\u00e1", "1954-08-15": "Assumption Day", @@ -82,7 +82,7 @@ "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-06-09": "Corpus Christi", - "1955-06-29": "Saint Peter and Saint Paul", + "1955-06-29": "Saint Peter and Saint Paul's Day", "1955-07-20": "Independence Day", "1955-08-07": "Battle of Boyac\u00e1", "1955-08-15": "Assumption Day", @@ -99,7 +99,7 @@ "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-31": "Corpus Christi", - "1956-06-29": "Saint Peter and Saint Paul", + "1956-06-29": "Saint Peter and Saint Paul's Day", "1956-07-20": "Independence Day", "1956-08-07": "Battle of Boyac\u00e1", "1956-08-15": "Assumption Day", @@ -116,7 +116,7 @@ "1957-05-01": "Labor Day", "1957-05-30": "Ascension Day", "1957-06-20": "Corpus Christi", - "1957-06-29": "Saint Peter and Saint Paul", + "1957-06-29": "Saint Peter and Saint Paul's Day", "1957-07-20": "Independence Day", "1957-08-07": "Battle of Boyac\u00e1", "1957-08-15": "Assumption Day", @@ -133,7 +133,7 @@ "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-06-05": "Corpus Christi", - "1958-06-29": "Saint Peter and Saint Paul", + "1958-06-29": "Saint Peter and Saint Paul's Day", "1958-07-20": "Independence Day", "1958-08-07": "Battle of Boyac\u00e1", "1958-08-15": "Assumption Day", @@ -150,7 +150,7 @@ "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-28": "Corpus Christi", - "1959-06-29": "Saint Peter and Saint Paul", + "1959-06-29": "Saint Peter and Saint Paul's Day", "1959-07-20": "Independence Day", "1959-08-07": "Battle of Boyac\u00e1", "1959-08-15": "Assumption Day", @@ -167,7 +167,7 @@ "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-06-16": "Corpus Christi", - "1960-06-29": "Saint Peter and Saint Paul", + "1960-06-29": "Saint Peter and Saint Paul's Day", "1960-07-20": "Independence Day", "1960-08-07": "Battle of Boyac\u00e1", "1960-08-15": "Assumption Day", @@ -184,7 +184,7 @@ "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-06-01": "Corpus Christi", - "1961-06-29": "Saint Peter and Saint Paul", + "1961-06-29": "Saint Peter and Saint Paul's Day", "1961-07-20": "Independence Day", "1961-08-07": "Battle of Boyac\u00e1", "1961-08-15": "Assumption Day", @@ -201,7 +201,7 @@ "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-06-21": "Corpus Christi", - "1962-06-29": "Saint Peter and Saint Paul", + "1962-06-29": "Saint Peter and Saint Paul's Day", "1962-07-20": "Independence Day", "1962-08-07": "Battle of Boyac\u00e1", "1962-08-15": "Assumption Day", @@ -218,7 +218,7 @@ "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-06-13": "Corpus Christi", - "1963-06-29": "Saint Peter and Saint Paul", + "1963-06-29": "Saint Peter and Saint Paul's Day", "1963-07-20": "Independence Day", "1963-08-07": "Battle of Boyac\u00e1", "1963-08-15": "Assumption Day", @@ -235,7 +235,7 @@ "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-28": "Corpus Christi", - "1964-06-29": "Saint Peter and Saint Paul", + "1964-06-29": "Saint Peter and Saint Paul's Day", "1964-07-20": "Independence Day", "1964-08-07": "Battle of Boyac\u00e1", "1964-08-15": "Assumption Day", @@ -252,7 +252,7 @@ "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-06-17": "Corpus Christi", - "1965-06-29": "Saint Peter and Saint Paul", + "1965-06-29": "Saint Peter and Saint Paul's Day", "1965-07-20": "Independence Day", "1965-08-07": "Battle of Boyac\u00e1", "1965-08-15": "Assumption Day", @@ -269,7 +269,7 @@ "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-06-09": "Corpus Christi", - "1966-06-29": "Saint Peter and Saint Paul", + "1966-06-29": "Saint Peter and Saint Paul's Day", "1966-07-20": "Independence Day", "1966-08-07": "Battle of Boyac\u00e1", "1966-08-15": "Assumption Day", @@ -286,7 +286,7 @@ "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-25": "Corpus Christi", - "1967-06-29": "Saint Peter and Saint Paul", + "1967-06-29": "Saint Peter and Saint Paul's Day", "1967-07-20": "Independence Day", "1967-08-07": "Battle of Boyac\u00e1", "1967-08-15": "Assumption Day", @@ -303,7 +303,7 @@ "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-06-13": "Corpus Christi", - "1968-06-29": "Saint Peter and Saint Paul", + "1968-06-29": "Saint Peter and Saint Paul's Day", "1968-07-20": "Independence Day", "1968-08-07": "Battle of Boyac\u00e1", "1968-08-15": "Assumption Day", @@ -320,7 +320,7 @@ "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-06-05": "Corpus Christi", - "1969-06-29": "Saint Peter and Saint Paul", + "1969-06-29": "Saint Peter and Saint Paul's Day", "1969-07-20": "Independence Day", "1969-08-07": "Battle of Boyac\u00e1", "1969-08-15": "Assumption Day", @@ -337,7 +337,7 @@ "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-28": "Corpus Christi", - "1970-06-29": "Saint Peter and Saint Paul", + "1970-06-29": "Saint Peter and Saint Paul's Day", "1970-07-20": "Independence Day", "1970-08-07": "Battle of Boyac\u00e1", "1970-08-15": "Assumption Day", @@ -354,7 +354,7 @@ "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-06-10": "Corpus Christi", - "1971-06-29": "Saint Peter and Saint Paul", + "1971-06-29": "Saint Peter and Saint Paul's Day", "1971-07-20": "Independence Day", "1971-08-07": "Battle of Boyac\u00e1", "1971-08-15": "Assumption Day", @@ -371,7 +371,7 @@ "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-06-01": "Corpus Christi", - "1972-06-29": "Saint Peter and Saint Paul", + "1972-06-29": "Saint Peter and Saint Paul's Day", "1972-07-20": "Independence Day", "1972-08-07": "Battle of Boyac\u00e1", "1972-08-15": "Assumption Day", @@ -388,7 +388,7 @@ "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-06-21": "Corpus Christi", - "1973-06-29": "Saint Peter and Saint Paul", + "1973-06-29": "Saint Peter and Saint Paul's Day", "1973-07-20": "Independence Day", "1973-08-07": "Battle of Boyac\u00e1", "1973-08-15": "Assumption Day", @@ -405,7 +405,7 @@ "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-06-13": "Corpus Christi", - "1974-06-29": "Saint Peter and Saint Paul", + "1974-06-29": "Saint Peter and Saint Paul's Day", "1974-07-20": "Independence Day", "1974-08-07": "Battle of Boyac\u00e1", "1974-08-15": "Assumption Day", @@ -422,7 +422,7 @@ "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-29": "Corpus Christi", - "1975-06-29": "Saint Peter and Saint Paul", + "1975-06-29": "Saint Peter and Saint Paul's Day", "1975-07-20": "Independence Day", "1975-08-07": "Battle of Boyac\u00e1", "1975-08-15": "Assumption Day", @@ -439,7 +439,7 @@ "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-06-17": "Corpus Christi", - "1976-06-29": "Saint Peter and Saint Paul", + "1976-06-29": "Saint Peter and Saint Paul's Day", "1976-07-20": "Independence Day", "1976-08-07": "Battle of Boyac\u00e1", "1976-08-15": "Assumption Day", @@ -456,7 +456,7 @@ "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-06-09": "Corpus Christi", - "1977-06-29": "Saint Peter and Saint Paul", + "1977-06-29": "Saint Peter and Saint Paul's Day", "1977-07-20": "Independence Day", "1977-08-07": "Battle of Boyac\u00e1", "1977-08-15": "Assumption Day", @@ -473,7 +473,7 @@ "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-25": "Corpus Christi", - "1978-06-29": "Saint Peter and Saint Paul", + "1978-06-29": "Saint Peter and Saint Paul's Day", "1978-07-20": "Independence Day", "1978-08-07": "Battle of Boyac\u00e1", "1978-08-15": "Assumption Day", @@ -490,7 +490,7 @@ "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-06-14": "Corpus Christi", - "1979-06-29": "Saint Peter and Saint Paul", + "1979-06-29": "Saint Peter and Saint Paul's Day", "1979-07-20": "Independence Day", "1979-08-07": "Battle of Boyac\u00e1", "1979-08-15": "Assumption Day", @@ -507,7 +507,7 @@ "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-06-05": "Corpus Christi", - "1980-06-29": "Saint Peter and Saint Paul", + "1980-06-29": "Saint Peter and Saint Paul's Day", "1980-07-20": "Independence Day", "1980-08-07": "Battle of Boyac\u00e1", "1980-08-15": "Assumption Day", @@ -524,7 +524,7 @@ "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-06-18": "Corpus Christi", - "1981-06-29": "Saint Peter and Saint Paul", + "1981-06-29": "Saint Peter and Saint Paul's Day", "1981-07-20": "Independence Day", "1981-08-07": "Battle of Boyac\u00e1", "1981-08-15": "Assumption Day", @@ -541,7 +541,7 @@ "1982-05-01": "Labor Day", "1982-05-20": "Ascension Day", "1982-06-10": "Corpus Christi", - "1982-06-29": "Saint Peter and Saint Paul", + "1982-06-29": "Saint Peter and Saint Paul's Day", "1982-07-20": "Independence Day", "1982-08-07": "Battle of Boyac\u00e1", "1982-08-15": "Assumption Day", @@ -558,7 +558,7 @@ "1983-05-01": "Labor Day", "1983-05-12": "Ascension Day", "1983-06-02": "Corpus Christi", - "1983-06-29": "Saint Peter and Saint Paul", + "1983-06-29": "Saint Peter and Saint Paul's Day", "1983-07-20": "Independence Day", "1983-08-07": "Battle of Boyac\u00e1", "1983-08-15": "Assumption Day", @@ -575,7 +575,7 @@ "1984-05-01": "Labor Day", "1984-06-04": "Ascension Day (observed)", "1984-06-25": "Corpus Christi (observed)", - "1984-07-02": "Sacred Heart (observed); Saint Peter and Saint Paul (observed)", + "1984-07-02": "Sacred Heart (observed); Saint Peter and Saint Paul's Day (observed)", "1984-07-20": "Independence Day", "1984-08-07": "Battle of Boyac\u00e1", "1984-08-20": "Assumption Day (observed)", @@ -593,7 +593,7 @@ "1985-05-20": "Ascension Day (observed)", "1985-06-10": "Corpus Christi (observed)", "1985-06-17": "Sacred Heart (observed)", - "1985-07-01": "Saint Peter and Saint Paul (observed)", + "1985-07-01": "Saint Peter and Saint Paul's Day (observed)", "1985-07-20": "Independence Day", "1985-08-07": "Battle of Boyac\u00e1", "1985-08-19": "Assumption Day (observed)", @@ -611,7 +611,7 @@ "1986-05-12": "Ascension Day (observed)", "1986-06-02": "Corpus Christi (observed)", "1986-06-09": "Sacred Heart (observed)", - "1986-06-30": "Saint Peter and Saint Paul (observed)", + "1986-06-30": "Saint Peter and Saint Paul's Day (observed)", "1986-07-20": "Independence Day", "1986-08-07": "Battle of Boyac\u00e1", "1986-08-18": "Assumption Day (observed)", @@ -628,7 +628,7 @@ "1987-05-01": "Labor Day", "1987-06-01": "Ascension Day (observed)", "1987-06-22": "Corpus Christi (observed)", - "1987-06-29": "Sacred Heart (observed); Saint Peter and Saint Paul", + "1987-06-29": "Sacred Heart (observed); Saint Peter and Saint Paul's Day", "1987-07-20": "Independence Day", "1987-08-07": "Battle of Boyac\u00e1", "1987-08-17": "Assumption Day (observed)", @@ -646,7 +646,7 @@ "1988-05-16": "Ascension Day (observed)", "1988-06-06": "Corpus Christi (observed)", "1988-06-13": "Sacred Heart (observed)", - "1988-07-04": "Saint Peter and Saint Paul (observed)", + "1988-07-04": "Saint Peter and Saint Paul's Day (observed)", "1988-07-20": "Independence Day", "1988-08-07": "Battle of Boyac\u00e1", "1988-08-15": "Assumption Day", @@ -664,7 +664,7 @@ "1989-05-08": "Ascension Day (observed)", "1989-05-29": "Corpus Christi (observed)", "1989-06-05": "Sacred Heart (observed)", - "1989-07-03": "Saint Peter and Saint Paul (observed)", + "1989-07-03": "Saint Peter and Saint Paul's Day (observed)", "1989-07-20": "Independence Day", "1989-08-07": "Battle of Boyac\u00e1", "1989-08-21": "Assumption Day (observed)", @@ -682,7 +682,7 @@ "1990-05-28": "Ascension Day (observed)", "1990-06-18": "Corpus Christi (observed)", "1990-06-25": "Sacred Heart (observed)", - "1990-07-02": "Saint Peter and Saint Paul (observed)", + "1990-07-02": "Saint Peter and Saint Paul's Day (observed)", "1990-07-20": "Independence Day", "1990-08-07": "Battle of Boyac\u00e1", "1990-08-20": "Assumption Day (observed)", @@ -700,7 +700,7 @@ "1991-05-13": "Ascension Day (observed)", "1991-06-03": "Corpus Christi (observed)", "1991-06-10": "Sacred Heart (observed)", - "1991-07-01": "Saint Peter and Saint Paul (observed)", + "1991-07-01": "Saint Peter and Saint Paul's Day (observed)", "1991-07-20": "Independence Day", "1991-08-07": "Battle of Boyac\u00e1", "1991-08-19": "Assumption Day (observed)", @@ -717,7 +717,7 @@ "1992-05-01": "Labor Day", "1992-06-01": "Ascension Day (observed)", "1992-06-22": "Corpus Christi (observed)", - "1992-06-29": "Sacred Heart (observed); Saint Peter and Saint Paul", + "1992-06-29": "Sacred Heart (observed); Saint Peter and Saint Paul's Day", "1992-07-20": "Independence Day", "1992-08-07": "Battle of Boyac\u00e1", "1992-08-17": "Assumption Day (observed)", @@ -735,7 +735,7 @@ "1993-05-24": "Ascension Day (observed)", "1993-06-14": "Corpus Christi (observed)", "1993-06-21": "Sacred Heart (observed)", - "1993-07-05": "Saint Peter and Saint Paul (observed)", + "1993-07-05": "Saint Peter and Saint Paul's Day (observed)", "1993-07-20": "Independence Day", "1993-08-07": "Battle of Boyac\u00e1", "1993-08-16": "Assumption Day (observed)", @@ -753,7 +753,7 @@ "1994-05-16": "Ascension Day (observed)", "1994-06-06": "Corpus Christi (observed)", "1994-06-13": "Sacred Heart (observed)", - "1994-07-04": "Saint Peter and Saint Paul (observed)", + "1994-07-04": "Saint Peter and Saint Paul's Day (observed)", "1994-07-20": "Independence Day", "1994-08-07": "Battle of Boyac\u00e1", "1994-08-15": "Assumption Day", @@ -771,7 +771,7 @@ "1995-05-29": "Ascension Day (observed)", "1995-06-19": "Corpus Christi (observed)", "1995-06-26": "Sacred Heart (observed)", - "1995-07-03": "Saint Peter and Saint Paul (observed)", + "1995-07-03": "Saint Peter and Saint Paul's Day (observed)", "1995-07-20": "Independence Day", "1995-08-07": "Battle of Boyac\u00e1", "1995-08-21": "Assumption Day (observed)", @@ -789,7 +789,7 @@ "1996-05-20": "Ascension Day (observed)", "1996-06-10": "Corpus Christi (observed)", "1996-06-17": "Sacred Heart (observed)", - "1996-07-01": "Saint Peter and Saint Paul (observed)", + "1996-07-01": "Saint Peter and Saint Paul's Day (observed)", "1996-07-20": "Independence Day", "1996-08-07": "Battle of Boyac\u00e1", "1996-08-19": "Assumption Day (observed)", @@ -807,7 +807,7 @@ "1997-05-12": "Ascension Day (observed)", "1997-06-02": "Corpus Christi (observed)", "1997-06-09": "Sacred Heart (observed)", - "1997-06-30": "Saint Peter and Saint Paul (observed)", + "1997-06-30": "Saint Peter and Saint Paul's Day (observed)", "1997-07-20": "Independence Day", "1997-08-07": "Battle of Boyac\u00e1", "1997-08-18": "Assumption Day (observed)", @@ -825,7 +825,7 @@ "1998-05-25": "Ascension Day (observed)", "1998-06-15": "Corpus Christi (observed)", "1998-06-22": "Sacred Heart (observed)", - "1998-06-29": "Saint Peter and Saint Paul", + "1998-06-29": "Saint Peter and Saint Paul's Day", "1998-07-20": "Independence Day", "1998-08-07": "Battle of Boyac\u00e1", "1998-08-17": "Assumption Day (observed)", @@ -843,7 +843,7 @@ "1999-05-17": "Ascension Day (observed)", "1999-06-07": "Corpus Christi (observed)", "1999-06-14": "Sacred Heart (observed)", - "1999-07-05": "Saint Peter and Saint Paul (observed)", + "1999-07-05": "Saint Peter and Saint Paul's Day (observed)", "1999-07-20": "Independence Day", "1999-08-07": "Battle of Boyac\u00e1", "1999-08-16": "Assumption Day (observed)", @@ -860,7 +860,7 @@ "2000-05-01": "Labor Day", "2000-06-05": "Ascension Day (observed)", "2000-06-26": "Corpus Christi (observed)", - "2000-07-03": "Sacred Heart (observed); Saint Peter and Saint Paul (observed)", + "2000-07-03": "Sacred Heart (observed); Saint Peter and Saint Paul's Day (observed)", "2000-07-20": "Independence Day", "2000-08-07": "Battle of Boyac\u00e1", "2000-08-21": "Assumption Day (observed)", @@ -878,7 +878,7 @@ "2001-05-28": "Ascension Day (observed)", "2001-06-18": "Corpus Christi (observed)", "2001-06-25": "Sacred Heart (observed)", - "2001-07-02": "Saint Peter and Saint Paul (observed)", + "2001-07-02": "Saint Peter and Saint Paul's Day (observed)", "2001-07-20": "Independence Day", "2001-08-07": "Battle of Boyac\u00e1", "2001-08-20": "Assumption Day (observed)", @@ -896,7 +896,7 @@ "2002-05-13": "Ascension Day (observed)", "2002-06-03": "Corpus Christi (observed)", "2002-06-10": "Sacred Heart (observed)", - "2002-07-01": "Saint Peter and Saint Paul (observed)", + "2002-07-01": "Saint Peter and Saint Paul's Day (observed)", "2002-07-20": "Independence Day", "2002-08-07": "Battle of Boyac\u00e1", "2002-08-19": "Assumption Day (observed)", @@ -913,7 +913,7 @@ "2003-05-01": "Labor Day", "2003-06-02": "Ascension Day (observed)", "2003-06-23": "Corpus Christi (observed)", - "2003-06-30": "Sacred Heart (observed); Saint Peter and Saint Paul (observed)", + "2003-06-30": "Sacred Heart (observed); Saint Peter and Saint Paul's Day (observed)", "2003-07-20": "Independence Day", "2003-08-07": "Battle of Boyac\u00e1", "2003-08-18": "Assumption Day (observed)", @@ -931,7 +931,7 @@ "2004-05-24": "Ascension Day (observed)", "2004-06-14": "Corpus Christi (observed)", "2004-06-21": "Sacred Heart (observed)", - "2004-07-05": "Saint Peter and Saint Paul (observed)", + "2004-07-05": "Saint Peter and Saint Paul's Day (observed)", "2004-07-20": "Independence Day", "2004-08-07": "Battle of Boyac\u00e1", "2004-08-16": "Assumption Day (observed)", @@ -949,7 +949,7 @@ "2005-05-09": "Ascension Day (observed)", "2005-05-30": "Corpus Christi (observed)", "2005-06-06": "Sacred Heart (observed)", - "2005-07-04": "Saint Peter and Saint Paul (observed)", + "2005-07-04": "Saint Peter and Saint Paul's Day (observed)", "2005-07-20": "Independence Day", "2005-08-07": "Battle of Boyac\u00e1", "2005-08-15": "Assumption Day", @@ -967,7 +967,7 @@ "2006-05-29": "Ascension Day (observed)", "2006-06-19": "Corpus Christi (observed)", "2006-06-26": "Sacred Heart (observed)", - "2006-07-03": "Saint Peter and Saint Paul (observed)", + "2006-07-03": "Saint Peter and Saint Paul's Day (observed)", "2006-07-20": "Independence Day", "2006-08-07": "Battle of Boyac\u00e1", "2006-08-21": "Assumption Day (observed)", @@ -985,7 +985,7 @@ "2007-05-21": "Ascension Day (observed)", "2007-06-11": "Corpus Christi (observed)", "2007-06-18": "Sacred Heart (observed)", - "2007-07-02": "Saint Peter and Saint Paul (observed)", + "2007-07-02": "Saint Peter and Saint Paul's Day (observed)", "2007-07-20": "Independence Day", "2007-08-07": "Battle of Boyac\u00e1", "2007-08-20": "Assumption Day (observed)", @@ -1003,7 +1003,7 @@ "2008-05-05": "Ascension Day (observed)", "2008-05-26": "Corpus Christi (observed)", "2008-06-02": "Sacred Heart (observed)", - "2008-06-30": "Saint Peter and Saint Paul (observed)", + "2008-06-30": "Saint Peter and Saint Paul's Day (observed)", "2008-07-20": "Independence Day", "2008-08-07": "Battle of Boyac\u00e1", "2008-08-18": "Assumption Day (observed)", @@ -1021,7 +1021,7 @@ "2009-05-25": "Ascension Day (observed)", "2009-06-15": "Corpus Christi (observed)", "2009-06-22": "Sacred Heart (observed)", - "2009-06-29": "Saint Peter and Saint Paul", + "2009-06-29": "Saint Peter and Saint Paul's Day", "2009-07-20": "Independence Day", "2009-08-07": "Battle of Boyac\u00e1", "2009-08-17": "Assumption Day (observed)", @@ -1039,7 +1039,7 @@ "2010-05-17": "Ascension Day (observed)", "2010-06-07": "Corpus Christi (observed)", "2010-06-14": "Sacred Heart (observed)", - "2010-07-05": "Saint Peter and Saint Paul (observed)", + "2010-07-05": "Saint Peter and Saint Paul's Day (observed)", "2010-07-20": "Independence Day", "2010-08-07": "Battle of Boyac\u00e1", "2010-08-16": "Assumption Day (observed)", @@ -1056,7 +1056,7 @@ "2011-05-01": "Labor Day", "2011-06-06": "Ascension Day (observed)", "2011-06-27": "Corpus Christi (observed)", - "2011-07-04": "Sacred Heart (observed); Saint Peter and Saint Paul (observed)", + "2011-07-04": "Sacred Heart (observed); Saint Peter and Saint Paul's Day (observed)", "2011-07-20": "Independence Day", "2011-08-07": "Battle of Boyac\u00e1", "2011-08-15": "Assumption Day", @@ -1074,7 +1074,7 @@ "2012-05-21": "Ascension Day (observed)", "2012-06-11": "Corpus Christi (observed)", "2012-06-18": "Sacred Heart (observed)", - "2012-07-02": "Saint Peter and Saint Paul (observed)", + "2012-07-02": "Saint Peter and Saint Paul's Day (observed)", "2012-07-20": "Independence Day", "2012-08-07": "Battle of Boyac\u00e1", "2012-08-20": "Assumption Day (observed)", @@ -1092,7 +1092,7 @@ "2013-05-13": "Ascension Day (observed)", "2013-06-03": "Corpus Christi (observed)", "2013-06-10": "Sacred Heart (observed)", - "2013-07-01": "Saint Peter and Saint Paul (observed)", + "2013-07-01": "Saint Peter and Saint Paul's Day (observed)", "2013-07-20": "Independence Day", "2013-08-07": "Battle of Boyac\u00e1", "2013-08-19": "Assumption Day (observed)", @@ -1109,7 +1109,7 @@ "2014-05-01": "Labor Day", "2014-06-02": "Ascension Day (observed)", "2014-06-23": "Corpus Christi (observed)", - "2014-06-30": "Sacred Heart (observed); Saint Peter and Saint Paul (observed)", + "2014-06-30": "Sacred Heart (observed); Saint Peter and Saint Paul's Day (observed)", "2014-07-20": "Independence Day", "2014-08-07": "Battle of Boyac\u00e1", "2014-08-18": "Assumption Day (observed)", @@ -1127,7 +1127,7 @@ "2015-05-18": "Ascension Day (observed)", "2015-06-08": "Corpus Christi (observed)", "2015-06-15": "Sacred Heart (observed)", - "2015-06-29": "Saint Peter and Saint Paul", + "2015-06-29": "Saint Peter and Saint Paul's Day", "2015-07-20": "Independence Day", "2015-08-07": "Battle of Boyac\u00e1", "2015-08-17": "Assumption Day (observed)", @@ -1145,7 +1145,7 @@ "2016-05-09": "Ascension Day (observed)", "2016-05-30": "Corpus Christi (observed)", "2016-06-06": "Sacred Heart (observed)", - "2016-07-04": "Saint Peter and Saint Paul (observed)", + "2016-07-04": "Saint Peter and Saint Paul's Day (observed)", "2016-07-20": "Independence Day", "2016-08-07": "Battle of Boyac\u00e1", "2016-08-15": "Assumption Day", @@ -1163,7 +1163,7 @@ "2017-05-29": "Ascension Day (observed)", "2017-06-19": "Corpus Christi (observed)", "2017-06-26": "Sacred Heart (observed)", - "2017-07-03": "Saint Peter and Saint Paul (observed)", + "2017-07-03": "Saint Peter and Saint Paul's Day (observed)", "2017-07-20": "Independence Day", "2017-08-07": "Battle of Boyac\u00e1", "2017-08-21": "Assumption Day (observed)", @@ -1181,7 +1181,7 @@ "2018-05-14": "Ascension Day (observed)", "2018-06-04": "Corpus Christi (observed)", "2018-06-11": "Sacred Heart (observed)", - "2018-07-02": "Saint Peter and Saint Paul (observed)", + "2018-07-02": "Saint Peter and Saint Paul's Day (observed)", "2018-07-20": "Independence Day", "2018-08-07": "Battle of Boyac\u00e1", "2018-08-20": "Assumption Day (observed)", @@ -1198,7 +1198,7 @@ "2019-05-01": "Labor Day", "2019-06-03": "Ascension Day (observed)", "2019-06-24": "Corpus Christi (observed)", - "2019-07-01": "Sacred Heart (observed); Saint Peter and Saint Paul (observed)", + "2019-07-01": "Sacred Heart (observed); Saint Peter and Saint Paul's Day (observed)", "2019-07-20": "Independence Day", "2019-08-07": "Battle of Boyac\u00e1", "2019-08-19": "Assumption Day (observed)", @@ -1216,7 +1216,7 @@ "2020-05-25": "Ascension Day (observed)", "2020-06-15": "Corpus Christi (observed)", "2020-06-22": "Sacred Heart (observed)", - "2020-06-29": "Saint Peter and Saint Paul", + "2020-06-29": "Saint Peter and Saint Paul's Day", "2020-07-20": "Independence Day", "2020-08-07": "Battle of Boyac\u00e1", "2020-08-17": "Assumption Day (observed)", @@ -1234,7 +1234,7 @@ "2021-05-17": "Ascension Day (observed)", "2021-06-07": "Corpus Christi (observed)", "2021-06-14": "Sacred Heart (observed)", - "2021-07-05": "Saint Peter and Saint Paul (observed)", + "2021-07-05": "Saint Peter and Saint Paul's Day (observed)", "2021-07-20": "Independence Day", "2021-08-07": "Battle of Boyac\u00e1", "2021-08-16": "Assumption Day (observed)", @@ -1252,7 +1252,7 @@ "2022-05-30": "Ascension Day (observed)", "2022-06-20": "Corpus Christi (observed)", "2022-06-27": "Sacred Heart (observed)", - "2022-07-04": "Saint Peter and Saint Paul (observed)", + "2022-07-04": "Saint Peter and Saint Paul's Day (observed)", "2022-07-20": "Independence Day", "2022-08-07": "Battle of Boyac\u00e1", "2022-08-15": "Assumption Day", @@ -1270,7 +1270,7 @@ "2023-05-22": "Ascension Day (observed)", "2023-06-12": "Corpus Christi (observed)", "2023-06-19": "Sacred Heart (observed)", - "2023-07-03": "Saint Peter and Saint Paul (observed)", + "2023-07-03": "Saint Peter and Saint Paul's Day (observed)", "2023-07-20": "Independence Day", "2023-08-07": "Battle of Boyac\u00e1", "2023-08-21": "Assumption Day (observed)", @@ -1288,7 +1288,7 @@ "2024-05-13": "Ascension Day (observed)", "2024-06-03": "Corpus Christi (observed)", "2024-06-10": "Sacred Heart (observed)", - "2024-07-01": "Saint Peter and Saint Paul (observed)", + "2024-07-01": "Saint Peter and Saint Paul's Day (observed)", "2024-07-20": "Independence Day", "2024-08-07": "Battle of Boyac\u00e1", "2024-08-19": "Assumption Day (observed)", @@ -1305,7 +1305,7 @@ "2025-05-01": "Labor Day", "2025-06-02": "Ascension Day (observed)", "2025-06-23": "Corpus Christi (observed)", - "2025-06-30": "Sacred Heart (observed); Saint Peter and Saint Paul (observed)", + "2025-06-30": "Sacred Heart (observed); Saint Peter and Saint Paul's Day (observed)", "2025-07-20": "Independence Day", "2025-08-07": "Battle of Boyac\u00e1", "2025-08-18": "Assumption Day (observed)", @@ -1323,7 +1323,7 @@ "2026-05-18": "Ascension Day (observed)", "2026-06-08": "Corpus Christi (observed)", "2026-06-15": "Sacred Heart (observed)", - "2026-06-29": "Saint Peter and Saint Paul", + "2026-06-29": "Saint Peter and Saint Paul's Day", "2026-07-20": "Independence Day", "2026-08-07": "Battle of Boyac\u00e1", "2026-08-17": "Assumption Day (observed)", @@ -1341,7 +1341,7 @@ "2027-05-10": "Ascension Day (observed)", "2027-05-31": "Corpus Christi (observed)", "2027-06-07": "Sacred Heart (observed)", - "2027-07-05": "Saint Peter and Saint Paul (observed)", + "2027-07-05": "Saint Peter and Saint Paul's Day (observed)", "2027-07-20": "Independence Day", "2027-08-07": "Battle of Boyac\u00e1", "2027-08-16": "Assumption Day (observed)", @@ -1359,7 +1359,7 @@ "2028-05-29": "Ascension Day (observed)", "2028-06-19": "Corpus Christi (observed)", "2028-06-26": "Sacred Heart (observed)", - "2028-07-03": "Saint Peter and Saint Paul (observed)", + "2028-07-03": "Saint Peter and Saint Paul's Day (observed)", "2028-07-20": "Independence Day", "2028-08-07": "Battle of Boyac\u00e1", "2028-08-21": "Assumption Day (observed)", @@ -1377,7 +1377,7 @@ "2029-05-14": "Ascension Day (observed)", "2029-06-04": "Corpus Christi (observed)", "2029-06-11": "Sacred Heart (observed)", - "2029-07-02": "Saint Peter and Saint Paul (observed)", + "2029-07-02": "Saint Peter and Saint Paul's Day (observed)", "2029-07-20": "Independence Day", "2029-08-07": "Battle of Boyac\u00e1", "2029-08-20": "Assumption Day (observed)", @@ -1394,7 +1394,7 @@ "2030-05-01": "Labor Day", "2030-06-03": "Ascension Day (observed)", "2030-06-24": "Corpus Christi (observed)", - "2030-07-01": "Sacred Heart (observed); Saint Peter and Saint Paul (observed)", + "2030-07-01": "Sacred Heart (observed); Saint Peter and Saint Paul's Day (observed)", "2030-07-20": "Independence Day", "2030-08-07": "Battle of Boyac\u00e1", "2030-08-19": "Assumption Day (observed)", @@ -1412,7 +1412,7 @@ "2031-05-26": "Ascension Day (observed)", "2031-06-16": "Corpus Christi (observed)", "2031-06-23": "Sacred Heart (observed)", - "2031-06-30": "Saint Peter and Saint Paul (observed)", + "2031-06-30": "Saint Peter and Saint Paul's Day (observed)", "2031-07-20": "Independence Day", "2031-08-07": "Battle of Boyac\u00e1", "2031-08-18": "Assumption Day (observed)", @@ -1430,7 +1430,7 @@ "2032-05-10": "Ascension Day (observed)", "2032-05-31": "Corpus Christi (observed)", "2032-06-07": "Sacred Heart (observed)", - "2032-07-05": "Saint Peter and Saint Paul (observed)", + "2032-07-05": "Saint Peter and Saint Paul's Day (observed)", "2032-07-20": "Independence Day", "2032-08-07": "Battle of Boyac\u00e1", "2032-08-16": "Assumption Day (observed)", @@ -1448,7 +1448,7 @@ "2033-05-30": "Ascension Day (observed)", "2033-06-20": "Corpus Christi (observed)", "2033-06-27": "Sacred Heart (observed)", - "2033-07-04": "Saint Peter and Saint Paul (observed)", + "2033-07-04": "Saint Peter and Saint Paul's Day (observed)", "2033-07-20": "Independence Day", "2033-08-07": "Battle of Boyac\u00e1", "2033-08-15": "Assumption Day", @@ -1466,7 +1466,7 @@ "2034-05-22": "Ascension Day (observed)", "2034-06-12": "Corpus Christi (observed)", "2034-06-19": "Sacred Heart (observed)", - "2034-07-03": "Saint Peter and Saint Paul (observed)", + "2034-07-03": "Saint Peter and Saint Paul's Day (observed)", "2034-07-20": "Independence Day", "2034-08-07": "Battle of Boyac\u00e1", "2034-08-21": "Assumption Day (observed)", @@ -1484,7 +1484,7 @@ "2035-05-07": "Ascension Day (observed)", "2035-05-28": "Corpus Christi (observed)", "2035-06-04": "Sacred Heart (observed)", - "2035-07-02": "Saint Peter and Saint Paul (observed)", + "2035-07-02": "Saint Peter and Saint Paul's Day (observed)", "2035-07-20": "Independence Day", "2035-08-07": "Battle of Boyac\u00e1", "2035-08-20": "Assumption Day (observed)", @@ -1502,7 +1502,7 @@ "2036-05-26": "Ascension Day (observed)", "2036-06-16": "Corpus Christi (observed)", "2036-06-23": "Sacred Heart (observed)", - "2036-06-30": "Saint Peter and Saint Paul (observed)", + "2036-06-30": "Saint Peter and Saint Paul's Day (observed)", "2036-07-20": "Independence Day", "2036-08-07": "Battle of Boyac\u00e1", "2036-08-18": "Assumption Day (observed)", @@ -1520,7 +1520,7 @@ "2037-05-18": "Ascension Day (observed)", "2037-06-08": "Corpus Christi (observed)", "2037-06-15": "Sacred Heart (observed)", - "2037-06-29": "Saint Peter and Saint Paul", + "2037-06-29": "Saint Peter and Saint Paul's Day", "2037-07-20": "Independence Day", "2037-08-07": "Battle of Boyac\u00e1", "2037-08-17": "Assumption Day (observed)", @@ -1537,7 +1537,7 @@ "2038-05-01": "Labor Day", "2038-06-07": "Ascension Day (observed)", "2038-06-28": "Corpus Christi (observed)", - "2038-07-05": "Sacred Heart (observed); Saint Peter and Saint Paul (observed)", + "2038-07-05": "Sacred Heart (observed); Saint Peter and Saint Paul's Day (observed)", "2038-07-20": "Independence Day", "2038-08-07": "Battle of Boyac\u00e1", "2038-08-16": "Assumption Day (observed)", @@ -1555,7 +1555,7 @@ "2039-05-23": "Ascension Day (observed)", "2039-06-13": "Corpus Christi (observed)", "2039-06-20": "Sacred Heart (observed)", - "2039-07-04": "Saint Peter and Saint Paul (observed)", + "2039-07-04": "Saint Peter and Saint Paul's Day (observed)", "2039-07-20": "Independence Day", "2039-08-07": "Battle of Boyac\u00e1", "2039-08-15": "Assumption Day", @@ -1573,7 +1573,7 @@ "2040-05-14": "Ascension Day (observed)", "2040-06-04": "Corpus Christi (observed)", "2040-06-11": "Sacred Heart (observed)", - "2040-07-02": "Saint Peter and Saint Paul (observed)", + "2040-07-02": "Saint Peter and Saint Paul's Day (observed)", "2040-07-20": "Independence Day", "2040-08-07": "Battle of Boyac\u00e1", "2040-08-20": "Assumption Day (observed)", @@ -1590,7 +1590,7 @@ "2041-05-01": "Labor Day", "2041-06-03": "Ascension Day (observed)", "2041-06-24": "Corpus Christi (observed)", - "2041-07-01": "Sacred Heart (observed); Saint Peter and Saint Paul (observed)", + "2041-07-01": "Sacred Heart (observed); Saint Peter and Saint Paul's Day (observed)", "2041-07-20": "Independence Day", "2041-08-07": "Battle of Boyac\u00e1", "2041-08-19": "Assumption Day (observed)", @@ -1608,7 +1608,7 @@ "2042-05-19": "Ascension Day (observed)", "2042-06-09": "Corpus Christi (observed)", "2042-06-16": "Sacred Heart (observed)", - "2042-06-30": "Saint Peter and Saint Paul (observed)", + "2042-06-30": "Saint Peter and Saint Paul's Day (observed)", "2042-07-20": "Independence Day", "2042-08-07": "Battle of Boyac\u00e1", "2042-08-18": "Assumption Day (observed)", @@ -1626,7 +1626,7 @@ "2043-05-11": "Ascension Day (observed)", "2043-06-01": "Corpus Christi (observed)", "2043-06-08": "Sacred Heart (observed)", - "2043-06-29": "Saint Peter and Saint Paul", + "2043-06-29": "Saint Peter and Saint Paul's Day", "2043-07-20": "Independence Day", "2043-08-07": "Battle of Boyac\u00e1", "2043-08-17": "Assumption Day (observed)", @@ -1644,7 +1644,7 @@ "2044-05-30": "Ascension Day (observed)", "2044-06-20": "Corpus Christi (observed)", "2044-06-27": "Sacred Heart (observed)", - "2044-07-04": "Saint Peter and Saint Paul (observed)", + "2044-07-04": "Saint Peter and Saint Paul's Day (observed)", "2044-07-20": "Independence Day", "2044-08-07": "Battle of Boyac\u00e1", "2044-08-15": "Assumption Day", @@ -1662,7 +1662,7 @@ "2045-05-22": "Ascension Day (observed)", "2045-06-12": "Corpus Christi (observed)", "2045-06-19": "Sacred Heart (observed)", - "2045-07-03": "Saint Peter and Saint Paul (observed)", + "2045-07-03": "Saint Peter and Saint Paul's Day (observed)", "2045-07-20": "Independence Day", "2045-08-07": "Battle of Boyac\u00e1", "2045-08-21": "Assumption Day (observed)", @@ -1680,7 +1680,7 @@ "2046-05-07": "Ascension Day (observed)", "2046-05-28": "Corpus Christi (observed)", "2046-06-04": "Sacred Heart (observed)", - "2046-07-02": "Saint Peter and Saint Paul (observed)", + "2046-07-02": "Saint Peter and Saint Paul's Day (observed)", "2046-07-20": "Independence Day", "2046-08-07": "Battle of Boyac\u00e1", "2046-08-20": "Assumption Day (observed)", @@ -1698,7 +1698,7 @@ "2047-05-27": "Ascension Day (observed)", "2047-06-17": "Corpus Christi (observed)", "2047-06-24": "Sacred Heart (observed)", - "2047-07-01": "Saint Peter and Saint Paul (observed)", + "2047-07-01": "Saint Peter and Saint Paul's Day (observed)", "2047-07-20": "Independence Day", "2047-08-07": "Battle of Boyac\u00e1", "2047-08-19": "Assumption Day (observed)", @@ -1716,7 +1716,7 @@ "2048-05-18": "Ascension Day (observed)", "2048-06-08": "Corpus Christi (observed)", "2048-06-15": "Sacred Heart (observed)", - "2048-06-29": "Saint Peter and Saint Paul", + "2048-06-29": "Saint Peter and Saint Paul's Day", "2048-07-20": "Independence Day", "2048-08-07": "Battle of Boyac\u00e1", "2048-08-17": "Assumption Day (observed)", @@ -1734,7 +1734,7 @@ "2049-05-31": "Ascension Day (observed)", "2049-06-21": "Corpus Christi (observed)", "2049-06-28": "Sacred Heart (observed)", - "2049-07-05": "Saint Peter and Saint Paul (observed)", + "2049-07-05": "Saint Peter and Saint Paul's Day (observed)", "2049-07-20": "Independence Day", "2049-08-07": "Battle of Boyac\u00e1", "2049-08-16": "Assumption Day (observed)", @@ -1752,7 +1752,7 @@ "2050-05-23": "Ascension Day (observed)", "2050-06-13": "Corpus Christi (observed)", "2050-06-20": "Sacred Heart (observed)", - "2050-07-04": "Saint Peter and Saint Paul (observed)", + "2050-07-04": "Saint Peter and Saint Paul's Day (observed)", "2050-07-20": "Independence Day", "2050-08-07": "Battle of Boyac\u00e1", "2050-08-15": "Assumption Day", diff --git a/snapshots/countries/CU_COMMON.json b/snapshots/countries/CU_COMMON.json index 11a9c5756..b28c496f0 100644 --- a/snapshots/countries/CU_COMMON.json +++ b/snapshots/countries/CU_COMMON.json @@ -1,14 +1,14 @@ { "1959-01-01": "Liberation Day", - "1959-05-01": "International Worker's Day", + "1959-05-01": "International Workers' Day", "1959-07-25": "Commemoration of the Assault of the Moncada garrison", "1959-07-26": "Day of the National Rebellion", "1959-07-27": "Commemoration of the Assault of the Moncada garrison", "1959-10-10": "Independence Day", "1959-12-25": "Christmas Day", "1960-01-01": "Liberation Day", - "1960-05-01": "International Worker's Day", - "1960-05-02": "International Worker's Day (observed)", + "1960-05-01": "International Workers' Day", + "1960-05-02": "International Workers' Day (observed)", "1960-07-25": "Commemoration of the Assault of the Moncada garrison", "1960-07-26": "Day of the National Rebellion", "1960-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -16,35 +16,35 @@ "1960-12-25": "Christmas Day", "1961-01-01": "Liberation Day", "1961-01-02": "Liberation Day (observed)", - "1961-05-01": "International Worker's Day", + "1961-05-01": "International Workers' Day", "1961-07-25": "Commemoration of the Assault of the Moncada garrison", "1961-07-26": "Day of the National Rebellion", "1961-07-27": "Commemoration of the Assault of the Moncada garrison", "1961-10-10": "Independence Day", "1961-12-25": "Christmas Day", "1962-01-01": "Liberation Day", - "1962-05-01": "International Worker's Day", + "1962-05-01": "International Workers' Day", "1962-07-25": "Commemoration of the Assault of the Moncada garrison", "1962-07-26": "Day of the National Rebellion", "1962-07-27": "Commemoration of the Assault of the Moncada garrison", "1962-10-10": "Independence Day", "1962-12-25": "Christmas Day", "1963-01-01": "Liberation Day", - "1963-05-01": "International Worker's Day", + "1963-05-01": "International Workers' Day", "1963-07-25": "Commemoration of the Assault of the Moncada garrison", "1963-07-26": "Day of the National Rebellion", "1963-07-27": "Commemoration of the Assault of the Moncada garrison", "1963-10-10": "Independence Day", "1963-12-25": "Christmas Day", "1964-01-01": "Liberation Day", - "1964-05-01": "International Worker's Day", + "1964-05-01": "International Workers' Day", "1964-07-25": "Commemoration of the Assault of the Moncada garrison", "1964-07-26": "Day of the National Rebellion", "1964-07-27": "Commemoration of the Assault of the Moncada garrison", "1964-10-10": "Independence Day", "1964-12-25": "Christmas Day", "1965-01-01": "Liberation Day", - "1965-05-01": "International Worker's Day", + "1965-05-01": "International Workers' Day", "1965-07-25": "Commemoration of the Assault of the Moncada garrison", "1965-07-26": "Day of the National Rebellion", "1965-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -52,8 +52,8 @@ "1965-10-11": "Independence Day (observed)", "1965-12-25": "Christmas Day", "1966-01-01": "Liberation Day", - "1966-05-01": "International Worker's Day", - "1966-05-02": "International Worker's Day (observed)", + "1966-05-01": "International Workers' Day", + "1966-05-02": "International Workers' Day (observed)", "1966-07-25": "Commemoration of the Assault of the Moncada garrison", "1966-07-26": "Day of the National Rebellion", "1966-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -61,215 +61,215 @@ "1966-12-25": "Christmas Day", "1967-01-01": "Liberation Day", "1967-01-02": "Liberation Day (observed)", - "1967-05-01": "International Worker's Day", + "1967-05-01": "International Workers' Day", "1967-07-25": "Commemoration of the Assault of the Moncada garrison", "1967-07-26": "Day of the National Rebellion", "1967-07-27": "Commemoration of the Assault of the Moncada garrison", "1967-10-10": "Independence Day", "1967-12-25": "Christmas Day", "1968-01-01": "Liberation Day", - "1968-05-01": "International Worker's Day", + "1968-05-01": "International Workers' Day", "1968-07-25": "Commemoration of the Assault of the Moncada garrison", "1968-07-26": "Day of the National Rebellion", "1968-07-27": "Commemoration of the Assault of the Moncada garrison", "1968-10-10": "Independence Day", "1968-12-25": "Christmas Day", "1969-01-01": "Liberation Day", - "1969-05-01": "International Worker's Day", + "1969-05-01": "International Workers' Day", "1969-07-25": "Commemoration of the Assault of the Moncada garrison", "1969-07-26": "Day of the National Rebellion", "1969-07-27": "Commemoration of the Assault of the Moncada garrison", "1969-10-10": "Independence Day", "1970-01-01": "Liberation Day", - "1970-05-01": "International Worker's Day", + "1970-05-01": "International Workers' Day", "1970-07-25": "Commemoration of the Assault of the Moncada garrison", "1970-07-26": "Day of the National Rebellion", "1970-07-27": "Commemoration of the Assault of the Moncada garrison", "1970-10-10": "Independence Day", "1971-01-01": "Liberation Day", - "1971-05-01": "International Worker's Day", + "1971-05-01": "International Workers' Day", "1971-07-25": "Commemoration of the Assault of the Moncada garrison", "1971-07-26": "Day of the National Rebellion", "1971-07-27": "Commemoration of the Assault of the Moncada garrison", "1971-10-10": "Independence Day", "1971-10-11": "Independence Day (observed)", "1972-01-01": "Liberation Day", - "1972-05-01": "International Worker's Day", + "1972-05-01": "International Workers' Day", "1972-07-25": "Commemoration of the Assault of the Moncada garrison", "1972-07-26": "Day of the National Rebellion", "1972-07-27": "Commemoration of the Assault of the Moncada garrison", "1972-10-10": "Independence Day", "1973-01-01": "Liberation Day", - "1973-05-01": "International Worker's Day", + "1973-05-01": "International Workers' Day", "1973-07-25": "Commemoration of the Assault of the Moncada garrison", "1973-07-26": "Day of the National Rebellion", "1973-07-27": "Commemoration of the Assault of the Moncada garrison", "1973-10-10": "Independence Day", "1974-01-01": "Liberation Day", - "1974-05-01": "International Worker's Day", + "1974-05-01": "International Workers' Day", "1974-07-25": "Commemoration of the Assault of the Moncada garrison", "1974-07-26": "Day of the National Rebellion", "1974-07-27": "Commemoration of the Assault of the Moncada garrison", "1974-10-10": "Independence Day", "1975-01-01": "Liberation Day", - "1975-05-01": "International Worker's Day", + "1975-05-01": "International Workers' Day", "1975-07-25": "Commemoration of the Assault of the Moncada garrison", "1975-07-26": "Day of the National Rebellion", "1975-07-27": "Commemoration of the Assault of the Moncada garrison", "1975-10-10": "Independence Day", "1976-01-01": "Liberation Day", - "1976-05-01": "International Worker's Day", + "1976-05-01": "International Workers' Day", "1976-07-25": "Commemoration of the Assault of the Moncada garrison", "1976-07-26": "Day of the National Rebellion", "1976-07-27": "Commemoration of the Assault of the Moncada garrison", "1976-10-10": "Independence Day", "1976-10-11": "Independence Day (observed)", "1977-01-01": "Liberation Day", - "1977-05-01": "International Worker's Day", - "1977-05-02": "International Worker's Day (observed)", + "1977-05-01": "International Workers' Day", + "1977-05-02": "International Workers' Day (observed)", "1977-07-25": "Commemoration of the Assault of the Moncada garrison", "1977-07-26": "Day of the National Rebellion", "1977-07-27": "Commemoration of the Assault of the Moncada garrison", "1977-10-10": "Independence Day", "1978-01-01": "Liberation Day", "1978-01-02": "Liberation Day (observed)", - "1978-05-01": "International Worker's Day", + "1978-05-01": "International Workers' Day", "1978-07-25": "Commemoration of the Assault of the Moncada garrison", "1978-07-26": "Day of the National Rebellion", "1978-07-27": "Commemoration of the Assault of the Moncada garrison", "1978-10-10": "Independence Day", "1979-01-01": "Liberation Day", - "1979-05-01": "International Worker's Day", + "1979-05-01": "International Workers' Day", "1979-07-25": "Commemoration of the Assault of the Moncada garrison", "1979-07-26": "Day of the National Rebellion", "1979-07-27": "Commemoration of the Assault of the Moncada garrison", "1979-10-10": "Independence Day", "1980-01-01": "Liberation Day", - "1980-05-01": "International Worker's Day", + "1980-05-01": "International Workers' Day", "1980-07-25": "Commemoration of the Assault of the Moncada garrison", "1980-07-26": "Day of the National Rebellion", "1980-07-27": "Commemoration of the Assault of the Moncada garrison", "1980-10-10": "Independence Day", "1981-01-01": "Liberation Day", - "1981-05-01": "International Worker's Day", + "1981-05-01": "International Workers' Day", "1981-07-25": "Commemoration of the Assault of the Moncada garrison", "1981-07-26": "Day of the National Rebellion", "1981-07-27": "Commemoration of the Assault of the Moncada garrison", "1981-10-10": "Independence Day", "1982-01-01": "Liberation Day", - "1982-05-01": "International Worker's Day", + "1982-05-01": "International Workers' Day", "1982-07-25": "Commemoration of the Assault of the Moncada garrison", "1982-07-26": "Day of the National Rebellion", "1982-07-27": "Commemoration of the Assault of the Moncada garrison", "1982-10-10": "Independence Day", "1982-10-11": "Independence Day (observed)", "1983-01-01": "Liberation Day", - "1983-05-01": "International Worker's Day", - "1983-05-02": "International Worker's Day (observed)", + "1983-05-01": "International Workers' Day", + "1983-05-02": "International Workers' Day (observed)", "1983-07-25": "Commemoration of the Assault of the Moncada garrison", "1983-07-26": "Day of the National Rebellion", "1983-07-27": "Commemoration of the Assault of the Moncada garrison", "1983-10-10": "Independence Day", "1984-01-01": "Liberation Day", "1984-01-02": "Liberation Day (observed)", - "1984-05-01": "International Worker's Day", + "1984-05-01": "International Workers' Day", "1984-07-25": "Commemoration of the Assault of the Moncada garrison", "1984-07-26": "Day of the National Rebellion", "1984-07-27": "Commemoration of the Assault of the Moncada garrison", "1984-10-10": "Independence Day", "1985-01-01": "Liberation Day", - "1985-05-01": "International Worker's Day", + "1985-05-01": "International Workers' Day", "1985-07-25": "Commemoration of the Assault of the Moncada garrison", "1985-07-26": "Day of the National Rebellion", "1985-07-27": "Commemoration of the Assault of the Moncada garrison", "1985-10-10": "Independence Day", "1986-01-01": "Liberation Day", - "1986-05-01": "International Worker's Day", + "1986-05-01": "International Workers' Day", "1986-07-25": "Commemoration of the Assault of the Moncada garrison", "1986-07-26": "Day of the National Rebellion", "1986-07-27": "Commemoration of the Assault of the Moncada garrison", "1986-10-10": "Independence Day", "1987-01-01": "Liberation Day", - "1987-05-01": "International Worker's Day", + "1987-05-01": "International Workers' Day", "1987-07-25": "Commemoration of the Assault of the Moncada garrison", "1987-07-26": "Day of the National Rebellion", "1987-07-27": "Commemoration of the Assault of the Moncada garrison", "1987-10-10": "Independence Day", "1988-01-01": "Liberation Day", - "1988-05-01": "International Worker's Day", - "1988-05-02": "International Worker's Day (observed)", + "1988-05-01": "International Workers' Day", + "1988-05-02": "International Workers' Day (observed)", "1988-07-25": "Commemoration of the Assault of the Moncada garrison", "1988-07-26": "Day of the National Rebellion", "1988-07-27": "Commemoration of the Assault of the Moncada garrison", "1988-10-10": "Independence Day", "1989-01-01": "Liberation Day", "1989-01-02": "Liberation Day (observed)", - "1989-05-01": "International Worker's Day", + "1989-05-01": "International Workers' Day", "1989-07-25": "Commemoration of the Assault of the Moncada garrison", "1989-07-26": "Day of the National Rebellion", "1989-07-27": "Commemoration of the Assault of the Moncada garrison", "1989-10-10": "Independence Day", "1990-01-01": "Liberation Day", - "1990-05-01": "International Worker's Day", + "1990-05-01": "International Workers' Day", "1990-07-25": "Commemoration of the Assault of the Moncada garrison", "1990-07-26": "Day of the National Rebellion", "1990-07-27": "Commemoration of the Assault of the Moncada garrison", "1990-10-10": "Independence Day", "1991-01-01": "Liberation Day", - "1991-05-01": "International Worker's Day", + "1991-05-01": "International Workers' Day", "1991-07-25": "Commemoration of the Assault of the Moncada garrison", "1991-07-26": "Day of the National Rebellion", "1991-07-27": "Commemoration of the Assault of the Moncada garrison", "1991-10-10": "Independence Day", "1992-01-01": "Liberation Day", - "1992-05-01": "International Worker's Day", + "1992-05-01": "International Workers' Day", "1992-07-25": "Commemoration of the Assault of the Moncada garrison", "1992-07-26": "Day of the National Rebellion", "1992-07-27": "Commemoration of the Assault of the Moncada garrison", "1992-10-10": "Independence Day", "1993-01-01": "Liberation Day", - "1993-05-01": "International Worker's Day", + "1993-05-01": "International Workers' Day", "1993-07-25": "Commemoration of the Assault of the Moncada garrison", "1993-07-26": "Day of the National Rebellion", "1993-07-27": "Commemoration of the Assault of the Moncada garrison", "1993-10-10": "Independence Day", "1993-10-11": "Independence Day (observed)", "1994-01-01": "Liberation Day", - "1994-05-01": "International Worker's Day", - "1994-05-02": "International Worker's Day (observed)", + "1994-05-01": "International Workers' Day", + "1994-05-02": "International Workers' Day (observed)", "1994-07-25": "Commemoration of the Assault of the Moncada garrison", "1994-07-26": "Day of the National Rebellion", "1994-07-27": "Commemoration of the Assault of the Moncada garrison", "1994-10-10": "Independence Day", "1995-01-01": "Liberation Day", "1995-01-02": "Liberation Day (observed)", - "1995-05-01": "International Worker's Day", + "1995-05-01": "International Workers' Day", "1995-07-25": "Commemoration of the Assault of the Moncada garrison", "1995-07-26": "Day of the National Rebellion", "1995-07-27": "Commemoration of the Assault of the Moncada garrison", "1995-10-10": "Independence Day", "1996-01-01": "Liberation Day", - "1996-05-01": "International Worker's Day", + "1996-05-01": "International Workers' Day", "1996-07-25": "Commemoration of the Assault of the Moncada garrison", "1996-07-26": "Day of the National Rebellion", "1996-07-27": "Commemoration of the Assault of the Moncada garrison", "1996-10-10": "Independence Day", "1997-01-01": "Liberation Day", - "1997-05-01": "International Worker's Day", + "1997-05-01": "International Workers' Day", "1997-07-25": "Commemoration of the Assault of the Moncada garrison", "1997-07-26": "Day of the National Rebellion", "1997-07-27": "Commemoration of the Assault of the Moncada garrison", "1997-10-10": "Independence Day", "1997-12-25": "Christmas Day", "1998-01-01": "Liberation Day", - "1998-05-01": "International Worker's Day", + "1998-05-01": "International Workers' Day", "1998-07-25": "Commemoration of the Assault of the Moncada garrison", "1998-07-26": "Day of the National Rebellion", "1998-07-27": "Commemoration of the Assault of the Moncada garrison", "1998-10-10": "Independence Day", "1998-12-25": "Christmas Day", "1999-01-01": "Liberation Day", - "1999-05-01": "International Worker's Day", + "1999-05-01": "International Workers' Day", "1999-07-25": "Commemoration of the Assault of the Moncada garrison", "1999-07-26": "Day of the National Rebellion", "1999-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -277,35 +277,35 @@ "1999-10-11": "Independence Day (observed)", "1999-12-25": "Christmas Day", "2000-01-01": "Liberation Day", - "2000-05-01": "International Worker's Day", + "2000-05-01": "International Workers' Day", "2000-07-25": "Commemoration of the Assault of the Moncada garrison", "2000-07-26": "Day of the National Rebellion", "2000-07-27": "Commemoration of the Assault of the Moncada garrison", "2000-10-10": "Independence Day", "2000-12-25": "Christmas Day", "2001-01-01": "Liberation Day", - "2001-05-01": "International Worker's Day", + "2001-05-01": "International Workers' Day", "2001-07-25": "Commemoration of the Assault of the Moncada garrison", "2001-07-26": "Day of the National Rebellion", "2001-07-27": "Commemoration of the Assault of the Moncada garrison", "2001-10-10": "Independence Day", "2001-12-25": "Christmas Day", "2002-01-01": "Liberation Day", - "2002-05-01": "International Worker's Day", + "2002-05-01": "International Workers' Day", "2002-07-25": "Commemoration of the Assault of the Moncada garrison", "2002-07-26": "Day of the National Rebellion", "2002-07-27": "Commemoration of the Assault of the Moncada garrison", "2002-10-10": "Independence Day", "2002-12-25": "Christmas Day", "2003-01-01": "Liberation Day", - "2003-05-01": "International Worker's Day", + "2003-05-01": "International Workers' Day", "2003-07-25": "Commemoration of the Assault of the Moncada garrison", "2003-07-26": "Day of the National Rebellion", "2003-07-27": "Commemoration of the Assault of the Moncada garrison", "2003-10-10": "Independence Day", "2003-12-25": "Christmas Day", "2004-01-01": "Liberation Day", - "2004-05-01": "International Worker's Day", + "2004-05-01": "International Workers' Day", "2004-07-25": "Commemoration of the Assault of the Moncada garrison", "2004-07-26": "Day of the National Rebellion", "2004-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -313,8 +313,8 @@ "2004-10-11": "Independence Day (observed)", "2004-12-25": "Christmas Day", "2005-01-01": "Liberation Day", - "2005-05-01": "International Worker's Day", - "2005-05-02": "International Worker's Day (observed)", + "2005-05-01": "International Workers' Day", + "2005-05-02": "International Workers' Day (observed)", "2005-07-25": "Commemoration of the Assault of the Moncada garrison", "2005-07-26": "Day of the National Rebellion", "2005-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -322,14 +322,14 @@ "2005-12-25": "Christmas Day", "2006-01-01": "Liberation Day", "2006-01-02": "Liberation Day (observed)", - "2006-05-01": "International Worker's Day", + "2006-05-01": "International Workers' Day", "2006-07-25": "Commemoration of the Assault of the Moncada garrison", "2006-07-26": "Day of the National Rebellion", "2006-07-27": "Commemoration of the Assault of the Moncada garrison", "2006-10-10": "Independence Day", "2006-12-25": "Christmas Day", "2007-01-01": "Liberation Day", - "2007-05-01": "International Worker's Day", + "2007-05-01": "International Workers' Day", "2007-07-25": "Commemoration of the Assault of the Moncada garrison", "2007-07-26": "Day of the National Rebellion", "2007-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -338,7 +338,7 @@ "2007-12-31": "New Year's Eve", "2008-01-01": "Liberation Day", "2008-01-02": "Victory Day", - "2008-05-01": "International Worker's Day", + "2008-05-01": "International Workers' Day", "2008-07-25": "Commemoration of the Assault of the Moncada garrison", "2008-07-26": "Day of the National Rebellion", "2008-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -347,7 +347,7 @@ "2008-12-31": "New Year's Eve", "2009-01-01": "Liberation Day", "2009-01-02": "Victory Day", - "2009-05-01": "International Worker's Day", + "2009-05-01": "International Workers' Day", "2009-07-25": "Commemoration of the Assault of the Moncada garrison", "2009-07-26": "Day of the National Rebellion", "2009-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -356,7 +356,7 @@ "2009-12-31": "New Year's Eve", "2010-01-01": "Liberation Day", "2010-01-02": "Victory Day", - "2010-05-01": "International Worker's Day", + "2010-05-01": "International Workers' Day", "2010-07-25": "Commemoration of the Assault of the Moncada garrison", "2010-07-26": "Day of the National Rebellion", "2010-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -366,8 +366,8 @@ "2010-12-31": "New Year's Eve", "2011-01-01": "Liberation Day", "2011-01-02": "Victory Day", - "2011-05-01": "International Worker's Day", - "2011-05-02": "International Worker's Day (observed)", + "2011-05-01": "International Workers' Day", + "2011-05-02": "International Workers' Day (observed)", "2011-07-25": "Commemoration of the Assault of the Moncada garrison", "2011-07-26": "Day of the National Rebellion", "2011-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -377,7 +377,7 @@ "2012-01-01": "Liberation Day", "2012-01-02": "Liberation Day (observed); Victory Day", "2012-04-06": "Good Friday", - "2012-05-01": "International Worker's Day", + "2012-05-01": "International Workers' Day", "2012-07-25": "Commemoration of the Assault of the Moncada garrison", "2012-07-26": "Day of the National Rebellion", "2012-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -387,7 +387,7 @@ "2013-01-01": "Liberation Day", "2013-01-02": "Victory Day", "2013-03-29": "Good Friday", - "2013-05-01": "International Worker's Day", + "2013-05-01": "International Workers' Day", "2013-07-25": "Commemoration of the Assault of the Moncada garrison", "2013-07-26": "Day of the National Rebellion", "2013-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -397,7 +397,7 @@ "2014-01-01": "Liberation Day", "2014-01-02": "Victory Day", "2014-04-18": "Good Friday", - "2014-05-01": "International Worker's Day", + "2014-05-01": "International Workers' Day", "2014-07-25": "Commemoration of the Assault of the Moncada garrison", "2014-07-26": "Day of the National Rebellion", "2014-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -407,7 +407,7 @@ "2015-01-01": "Liberation Day", "2015-01-02": "Victory Day", "2015-04-03": "Good Friday", - "2015-05-01": "International Worker's Day", + "2015-05-01": "International Workers' Day", "2015-07-25": "Commemoration of the Assault of the Moncada garrison", "2015-07-26": "Day of the National Rebellion", "2015-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -417,8 +417,8 @@ "2016-01-01": "Liberation Day", "2016-01-02": "Victory Day", "2016-03-25": "Good Friday", - "2016-05-01": "International Worker's Day", - "2016-05-02": "International Worker's Day (observed)", + "2016-05-01": "International Workers' Day", + "2016-05-02": "International Workers' Day (observed)", "2016-07-25": "Commemoration of the Assault of the Moncada garrison", "2016-07-26": "Day of the National Rebellion", "2016-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -428,7 +428,7 @@ "2017-01-01": "Liberation Day", "2017-01-02": "Victory Day", "2017-04-14": "Good Friday", - "2017-05-01": "International Worker's Day", + "2017-05-01": "International Workers' Day", "2017-07-25": "Commemoration of the Assault of the Moncada garrison", "2017-07-26": "Day of the National Rebellion", "2017-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -438,7 +438,7 @@ "2018-01-01": "Liberation Day", "2018-01-02": "Victory Day", "2018-03-30": "Good Friday", - "2018-05-01": "International Worker's Day", + "2018-05-01": "International Workers' Day", "2018-07-25": "Commemoration of the Assault of the Moncada garrison", "2018-07-26": "Day of the National Rebellion", "2018-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -448,7 +448,7 @@ "2019-01-01": "Liberation Day", "2019-01-02": "Victory Day", "2019-04-19": "Good Friday", - "2019-05-01": "International Worker's Day", + "2019-05-01": "International Workers' Day", "2019-07-25": "Commemoration of the Assault of the Moncada garrison", "2019-07-26": "Day of the National Rebellion", "2019-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -458,7 +458,7 @@ "2020-01-01": "Liberation Day", "2020-01-02": "Victory Day", "2020-04-10": "Good Friday", - "2020-05-01": "International Worker's Day", + "2020-05-01": "International Workers' Day", "2020-07-25": "Commemoration of the Assault of the Moncada garrison", "2020-07-26": "Day of the National Rebellion", "2020-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -468,7 +468,7 @@ "2021-01-01": "Liberation Day", "2021-01-02": "Victory Day", "2021-04-02": "Good Friday", - "2021-05-01": "International Worker's Day", + "2021-05-01": "International Workers' Day", "2021-07-25": "Commemoration of the Assault of the Moncada garrison", "2021-07-26": "Day of the National Rebellion", "2021-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -479,8 +479,8 @@ "2022-01-01": "Liberation Day", "2022-01-02": "Victory Day", "2022-04-15": "Good Friday", - "2022-05-01": "International Worker's Day", - "2022-05-02": "International Worker's Day (observed)", + "2022-05-01": "International Workers' Day", + "2022-05-02": "International Workers' Day (observed)", "2022-07-25": "Commemoration of the Assault of the Moncada garrison", "2022-07-26": "Day of the National Rebellion", "2022-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -490,7 +490,7 @@ "2023-01-01": "Liberation Day", "2023-01-02": "Victory Day", "2023-04-07": "Good Friday", - "2023-05-01": "International Worker's Day", + "2023-05-01": "International Workers' Day", "2023-07-25": "Commemoration of the Assault of the Moncada garrison", "2023-07-26": "Day of the National Rebellion", "2023-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -500,7 +500,7 @@ "2024-01-01": "Liberation Day", "2024-01-02": "Victory Day", "2024-03-29": "Good Friday", - "2024-05-01": "International Worker's Day", + "2024-05-01": "International Workers' Day", "2024-07-25": "Commemoration of the Assault of the Moncada garrison", "2024-07-26": "Day of the National Rebellion", "2024-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -510,7 +510,7 @@ "2025-01-01": "Liberation Day", "2025-01-02": "Victory Day", "2025-04-18": "Good Friday", - "2025-05-01": "International Worker's Day", + "2025-05-01": "International Workers' Day", "2025-07-25": "Commemoration of the Assault of the Moncada garrison", "2025-07-26": "Day of the National Rebellion", "2025-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -520,7 +520,7 @@ "2026-01-01": "Liberation Day", "2026-01-02": "Victory Day", "2026-04-03": "Good Friday", - "2026-05-01": "International Worker's Day", + "2026-05-01": "International Workers' Day", "2026-07-25": "Commemoration of the Assault of the Moncada garrison", "2026-07-26": "Day of the National Rebellion", "2026-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -530,7 +530,7 @@ "2027-01-01": "Liberation Day", "2027-01-02": "Victory Day", "2027-03-26": "Good Friday", - "2027-05-01": "International Worker's Day", + "2027-05-01": "International Workers' Day", "2027-07-25": "Commemoration of the Assault of the Moncada garrison", "2027-07-26": "Day of the National Rebellion", "2027-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -541,7 +541,7 @@ "2028-01-01": "Liberation Day", "2028-01-02": "Victory Day", "2028-04-14": "Good Friday", - "2028-05-01": "International Worker's Day", + "2028-05-01": "International Workers' Day", "2028-07-25": "Commemoration of the Assault of the Moncada garrison", "2028-07-26": "Day of the National Rebellion", "2028-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -551,7 +551,7 @@ "2029-01-01": "Liberation Day", "2029-01-02": "Victory Day", "2029-03-30": "Good Friday", - "2029-05-01": "International Worker's Day", + "2029-05-01": "International Workers' Day", "2029-07-25": "Commemoration of the Assault of the Moncada garrison", "2029-07-26": "Day of the National Rebellion", "2029-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -561,7 +561,7 @@ "2030-01-01": "Liberation Day", "2030-01-02": "Victory Day", "2030-04-19": "Good Friday", - "2030-05-01": "International Worker's Day", + "2030-05-01": "International Workers' Day", "2030-07-25": "Commemoration of the Assault of the Moncada garrison", "2030-07-26": "Day of the National Rebellion", "2030-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -571,7 +571,7 @@ "2031-01-01": "Liberation Day", "2031-01-02": "Victory Day", "2031-04-11": "Good Friday", - "2031-05-01": "International Worker's Day", + "2031-05-01": "International Workers' Day", "2031-07-25": "Commemoration of the Assault of the Moncada garrison", "2031-07-26": "Day of the National Rebellion", "2031-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -581,7 +581,7 @@ "2032-01-01": "Liberation Day", "2032-01-02": "Victory Day", "2032-03-26": "Good Friday", - "2032-05-01": "International Worker's Day", + "2032-05-01": "International Workers' Day", "2032-07-25": "Commemoration of the Assault of the Moncada garrison", "2032-07-26": "Day of the National Rebellion", "2032-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -592,8 +592,8 @@ "2033-01-01": "Liberation Day", "2033-01-02": "Victory Day", "2033-04-15": "Good Friday", - "2033-05-01": "International Worker's Day", - "2033-05-02": "International Worker's Day (observed)", + "2033-05-01": "International Workers' Day", + "2033-05-02": "International Workers' Day (observed)", "2033-07-25": "Commemoration of the Assault of the Moncada garrison", "2033-07-26": "Day of the National Rebellion", "2033-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -603,7 +603,7 @@ "2034-01-01": "Liberation Day", "2034-01-02": "Victory Day", "2034-04-07": "Good Friday", - "2034-05-01": "International Worker's Day", + "2034-05-01": "International Workers' Day", "2034-07-25": "Commemoration of the Assault of the Moncada garrison", "2034-07-26": "Day of the National Rebellion", "2034-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -613,7 +613,7 @@ "2035-01-01": "Liberation Day", "2035-01-02": "Victory Day", "2035-03-23": "Good Friday", - "2035-05-01": "International Worker's Day", + "2035-05-01": "International Workers' Day", "2035-07-25": "Commemoration of the Assault of the Moncada garrison", "2035-07-26": "Day of the National Rebellion", "2035-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -623,7 +623,7 @@ "2036-01-01": "Liberation Day", "2036-01-02": "Victory Day", "2036-04-11": "Good Friday", - "2036-05-01": "International Worker's Day", + "2036-05-01": "International Workers' Day", "2036-07-25": "Commemoration of the Assault of the Moncada garrison", "2036-07-26": "Day of the National Rebellion", "2036-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -633,7 +633,7 @@ "2037-01-01": "Liberation Day", "2037-01-02": "Victory Day", "2037-04-03": "Good Friday", - "2037-05-01": "International Worker's Day", + "2037-05-01": "International Workers' Day", "2037-07-25": "Commemoration of the Assault of the Moncada garrison", "2037-07-26": "Day of the National Rebellion", "2037-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -643,7 +643,7 @@ "2038-01-01": "Liberation Day", "2038-01-02": "Victory Day", "2038-04-23": "Good Friday", - "2038-05-01": "International Worker's Day", + "2038-05-01": "International Workers' Day", "2038-07-25": "Commemoration of the Assault of the Moncada garrison", "2038-07-26": "Day of the National Rebellion", "2038-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -654,8 +654,8 @@ "2039-01-01": "Liberation Day", "2039-01-02": "Victory Day", "2039-04-08": "Good Friday", - "2039-05-01": "International Worker's Day", - "2039-05-02": "International Worker's Day (observed)", + "2039-05-01": "International Workers' Day", + "2039-05-02": "International Workers' Day (observed)", "2039-07-25": "Commemoration of the Assault of the Moncada garrison", "2039-07-26": "Day of the National Rebellion", "2039-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -665,7 +665,7 @@ "2040-01-01": "Liberation Day", "2040-01-02": "Victory Day", "2040-03-30": "Good Friday", - "2040-05-01": "International Worker's Day", + "2040-05-01": "International Workers' Day", "2040-07-25": "Commemoration of the Assault of the Moncada garrison", "2040-07-26": "Day of the National Rebellion", "2040-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -675,7 +675,7 @@ "2041-01-01": "Liberation Day", "2041-01-02": "Victory Day", "2041-04-19": "Good Friday", - "2041-05-01": "International Worker's Day", + "2041-05-01": "International Workers' Day", "2041-07-25": "Commemoration of the Assault of the Moncada garrison", "2041-07-26": "Day of the National Rebellion", "2041-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -685,7 +685,7 @@ "2042-01-01": "Liberation Day", "2042-01-02": "Victory Day", "2042-04-04": "Good Friday", - "2042-05-01": "International Worker's Day", + "2042-05-01": "International Workers' Day", "2042-07-25": "Commemoration of the Assault of the Moncada garrison", "2042-07-26": "Day of the National Rebellion", "2042-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -695,7 +695,7 @@ "2043-01-01": "Liberation Day", "2043-01-02": "Victory Day", "2043-03-27": "Good Friday", - "2043-05-01": "International Worker's Day", + "2043-05-01": "International Workers' Day", "2043-07-25": "Commemoration of the Assault of the Moncada garrison", "2043-07-26": "Day of the National Rebellion", "2043-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -705,8 +705,8 @@ "2044-01-01": "Liberation Day", "2044-01-02": "Victory Day", "2044-04-15": "Good Friday", - "2044-05-01": "International Worker's Day", - "2044-05-02": "International Worker's Day (observed)", + "2044-05-01": "International Workers' Day", + "2044-05-02": "International Workers' Day (observed)", "2044-07-25": "Commemoration of the Assault of the Moncada garrison", "2044-07-26": "Day of the National Rebellion", "2044-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -716,7 +716,7 @@ "2045-01-01": "Liberation Day", "2045-01-02": "Victory Day", "2045-04-07": "Good Friday", - "2045-05-01": "International Worker's Day", + "2045-05-01": "International Workers' Day", "2045-07-25": "Commemoration of the Assault of the Moncada garrison", "2045-07-26": "Day of the National Rebellion", "2045-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -726,7 +726,7 @@ "2046-01-01": "Liberation Day", "2046-01-02": "Victory Day", "2046-03-23": "Good Friday", - "2046-05-01": "International Worker's Day", + "2046-05-01": "International Workers' Day", "2046-07-25": "Commemoration of the Assault of the Moncada garrison", "2046-07-26": "Day of the National Rebellion", "2046-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -736,7 +736,7 @@ "2047-01-01": "Liberation Day", "2047-01-02": "Victory Day", "2047-04-12": "Good Friday", - "2047-05-01": "International Worker's Day", + "2047-05-01": "International Workers' Day", "2047-07-25": "Commemoration of the Assault of the Moncada garrison", "2047-07-26": "Day of the National Rebellion", "2047-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -746,7 +746,7 @@ "2048-01-01": "Liberation Day", "2048-01-02": "Victory Day", "2048-04-03": "Good Friday", - "2048-05-01": "International Worker's Day", + "2048-05-01": "International Workers' Day", "2048-07-25": "Commemoration of the Assault of the Moncada garrison", "2048-07-26": "Day of the National Rebellion", "2048-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -756,7 +756,7 @@ "2049-01-01": "Liberation Day", "2049-01-02": "Victory Day", "2049-04-16": "Good Friday", - "2049-05-01": "International Worker's Day", + "2049-05-01": "International Workers' Day", "2049-07-25": "Commemoration of the Assault of the Moncada garrison", "2049-07-26": "Day of the National Rebellion", "2049-07-27": "Commemoration of the Assault of the Moncada garrison", @@ -767,8 +767,8 @@ "2050-01-01": "Liberation Day", "2050-01-02": "Victory Day", "2050-04-08": "Good Friday", - "2050-05-01": "International Worker's Day", - "2050-05-02": "International Worker's Day (observed)", + "2050-05-01": "International Workers' Day", + "2050-05-02": "International Workers' Day (observed)", "2050-07-25": "Commemoration of the Assault of the Moncada garrison", "2050-07-26": "Day of the National Rebellion", "2050-07-27": "Commemoration of the Assault of the Moncada garrison", diff --git a/snapshots/countries/DK_COMMON.json b/snapshots/countries/DK_COMMON.json index 66b36be5c..234c6e1d4 100644 --- a/snapshots/countries/DK_COMMON.json +++ b/snapshots/countries/DK_COMMON.json @@ -4,7 +4,7 @@ "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-04-10": "Easter Monday", - "1950-05-01": "International Workers' Day", + "1950-05-01": "Workers' Day", "1950-05-05": "Great Prayer Day", "1950-05-18": "Ascension Day", "1950-05-28": "Whit Sunday", @@ -20,7 +20,7 @@ "1951-03-25": "Easter Sunday", "1951-03-26": "Easter Monday", "1951-04-20": "Great Prayer Day", - "1951-05-01": "International Workers' Day", + "1951-05-01": "Workers' Day", "1951-05-03": "Ascension Day", "1951-05-13": "Whit Sunday", "1951-05-14": "Whit Monday", @@ -34,7 +34,7 @@ "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-04-14": "Easter Monday", - "1952-05-01": "International Workers' Day", + "1952-05-01": "Workers' Day", "1952-05-09": "Great Prayer Day", "1952-05-22": "Ascension Day", "1952-06-01": "Whit Sunday", @@ -49,7 +49,7 @@ "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-04-06": "Easter Monday", - "1953-05-01": "Great Prayer Day; International Workers' Day", + "1953-05-01": "Great Prayer Day; Workers' Day", "1953-05-14": "Ascension Day", "1953-05-24": "Whit Sunday", "1953-05-25": "Whit Monday", @@ -63,7 +63,7 @@ "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-04-19": "Easter Monday", - "1954-05-01": "International Workers' Day", + "1954-05-01": "Workers' Day", "1954-05-14": "Great Prayer Day", "1954-05-27": "Ascension Day", "1954-06-05": "Constitution Day", @@ -78,7 +78,7 @@ "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-04-11": "Easter Monday", - "1955-05-01": "International Workers' Day", + "1955-05-01": "Workers' Day", "1955-05-06": "Great Prayer Day", "1955-05-19": "Ascension Day", "1955-05-29": "Whit Sunday", @@ -94,7 +94,7 @@ "1956-04-01": "Easter Sunday", "1956-04-02": "Easter Monday", "1956-04-27": "Great Prayer Day", - "1956-05-01": "International Workers' Day", + "1956-05-01": "Workers' Day", "1956-05-10": "Ascension Day", "1956-05-20": "Whit Sunday", "1956-05-21": "Whit Monday", @@ -108,7 +108,7 @@ "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-04-22": "Easter Monday", - "1957-05-01": "International Workers' Day", + "1957-05-01": "Workers' Day", "1957-05-17": "Great Prayer Day", "1957-05-30": "Ascension Day", "1957-06-05": "Constitution Day", @@ -123,7 +123,7 @@ "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-07": "Easter Monday", - "1958-05-01": "International Workers' Day", + "1958-05-01": "Workers' Day", "1958-05-02": "Great Prayer Day", "1958-05-15": "Ascension Day", "1958-05-25": "Whit Sunday", @@ -139,7 +139,7 @@ "1959-03-29": "Easter Sunday", "1959-03-30": "Easter Monday", "1959-04-24": "Great Prayer Day", - "1959-05-01": "International Workers' Day", + "1959-05-01": "Workers' Day", "1959-05-07": "Ascension Day", "1959-05-17": "Whit Sunday", "1959-05-18": "Whit Monday", @@ -153,7 +153,7 @@ "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-04-18": "Easter Monday", - "1960-05-01": "International Workers' Day", + "1960-05-01": "Workers' Day", "1960-05-13": "Great Prayer Day", "1960-05-26": "Ascension Day", "1960-06-05": "Constitution Day; Whit Sunday", @@ -168,7 +168,7 @@ "1961-04-02": "Easter Sunday", "1961-04-03": "Easter Monday", "1961-04-28": "Great Prayer Day", - "1961-05-01": "International Workers' Day", + "1961-05-01": "Workers' Day", "1961-05-11": "Ascension Day", "1961-05-21": "Whit Sunday", "1961-05-22": "Whit Monday", @@ -182,7 +182,7 @@ "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-04-23": "Easter Monday", - "1962-05-01": "International Workers' Day", + "1962-05-01": "Workers' Day", "1962-05-18": "Great Prayer Day", "1962-05-31": "Ascension Day", "1962-06-05": "Constitution Day", @@ -197,7 +197,7 @@ "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-04-15": "Easter Monday", - "1963-05-01": "International Workers' Day", + "1963-05-01": "Workers' Day", "1963-05-10": "Great Prayer Day", "1963-05-23": "Ascension Day", "1963-06-02": "Whit Sunday", @@ -213,7 +213,7 @@ "1964-03-29": "Easter Sunday", "1964-03-30": "Easter Monday", "1964-04-24": "Great Prayer Day", - "1964-05-01": "International Workers' Day", + "1964-05-01": "Workers' Day", "1964-05-07": "Ascension Day", "1964-05-17": "Whit Sunday", "1964-05-18": "Whit Monday", @@ -227,7 +227,7 @@ "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-04-19": "Easter Monday", - "1965-05-01": "International Workers' Day", + "1965-05-01": "Workers' Day", "1965-05-14": "Great Prayer Day", "1965-05-27": "Ascension Day", "1965-06-05": "Constitution Day", @@ -242,7 +242,7 @@ "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-11": "Easter Monday", - "1966-05-01": "International Workers' Day", + "1966-05-01": "Workers' Day", "1966-05-06": "Great Prayer Day", "1966-05-19": "Ascension Day", "1966-05-29": "Whit Sunday", @@ -258,7 +258,7 @@ "1967-03-26": "Easter Sunday", "1967-03-27": "Easter Monday", "1967-04-21": "Great Prayer Day", - "1967-05-01": "International Workers' Day", + "1967-05-01": "Workers' Day", "1967-05-04": "Ascension Day", "1967-05-14": "Whit Sunday", "1967-05-15": "Whit Monday", @@ -272,7 +272,7 @@ "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-04-15": "Easter Monday", - "1968-05-01": "International Workers' Day", + "1968-05-01": "Workers' Day", "1968-05-10": "Great Prayer Day", "1968-05-23": "Ascension Day", "1968-06-02": "Whit Sunday", @@ -287,7 +287,7 @@ "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-04-07": "Easter Monday", - "1969-05-01": "International Workers' Day", + "1969-05-01": "Workers' Day", "1969-05-02": "Great Prayer Day", "1969-05-15": "Ascension Day", "1969-05-25": "Whit Sunday", @@ -303,7 +303,7 @@ "1970-03-29": "Easter Sunday", "1970-03-30": "Easter Monday", "1970-04-24": "Great Prayer Day", - "1970-05-01": "International Workers' Day", + "1970-05-01": "Workers' Day", "1970-05-07": "Ascension Day", "1970-05-17": "Whit Sunday", "1970-05-18": "Whit Monday", @@ -317,7 +317,7 @@ "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-04-12": "Easter Monday", - "1971-05-01": "International Workers' Day", + "1971-05-01": "Workers' Day", "1971-05-07": "Great Prayer Day", "1971-05-20": "Ascension Day", "1971-05-30": "Whit Sunday", @@ -333,7 +333,7 @@ "1972-04-02": "Easter Sunday", "1972-04-03": "Easter Monday", "1972-04-28": "Great Prayer Day", - "1972-05-01": "International Workers' Day", + "1972-05-01": "Workers' Day", "1972-05-11": "Ascension Day", "1972-05-21": "Whit Sunday", "1972-05-22": "Whit Monday", @@ -347,7 +347,7 @@ "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-04-23": "Easter Monday", - "1973-05-01": "International Workers' Day", + "1973-05-01": "Workers' Day", "1973-05-18": "Great Prayer Day", "1973-05-31": "Ascension Day", "1973-06-05": "Constitution Day", @@ -362,7 +362,7 @@ "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-04-15": "Easter Monday", - "1974-05-01": "International Workers' Day", + "1974-05-01": "Workers' Day", "1974-05-10": "Great Prayer Day", "1974-05-23": "Ascension Day", "1974-06-02": "Whit Sunday", @@ -378,7 +378,7 @@ "1975-03-30": "Easter Sunday", "1975-03-31": "Easter Monday", "1975-04-25": "Great Prayer Day", - "1975-05-01": "International Workers' Day", + "1975-05-01": "Workers' Day", "1975-05-08": "Ascension Day", "1975-05-18": "Whit Sunday", "1975-05-19": "Whit Monday", @@ -392,7 +392,7 @@ "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-04-19": "Easter Monday", - "1976-05-01": "International Workers' Day", + "1976-05-01": "Workers' Day", "1976-05-14": "Great Prayer Day", "1976-05-27": "Ascension Day", "1976-06-05": "Constitution Day", @@ -407,7 +407,7 @@ "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-11": "Easter Monday", - "1977-05-01": "International Workers' Day", + "1977-05-01": "Workers' Day", "1977-05-06": "Great Prayer Day", "1977-05-19": "Ascension Day", "1977-05-29": "Whit Sunday", @@ -423,7 +423,7 @@ "1978-03-26": "Easter Sunday", "1978-03-27": "Easter Monday", "1978-04-21": "Great Prayer Day", - "1978-05-01": "International Workers' Day", + "1978-05-01": "Workers' Day", "1978-05-04": "Ascension Day", "1978-05-14": "Whit Sunday", "1978-05-15": "Whit Monday", @@ -437,7 +437,7 @@ "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-04-16": "Easter Monday", - "1979-05-01": "International Workers' Day", + "1979-05-01": "Workers' Day", "1979-05-11": "Great Prayer Day", "1979-05-24": "Ascension Day", "1979-06-03": "Whit Sunday", @@ -452,7 +452,7 @@ "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-07": "Easter Monday", - "1980-05-01": "International Workers' Day", + "1980-05-01": "Workers' Day", "1980-05-02": "Great Prayer Day", "1980-05-15": "Ascension Day", "1980-05-25": "Whit Sunday", @@ -467,7 +467,7 @@ "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-04-20": "Easter Monday", - "1981-05-01": "International Workers' Day", + "1981-05-01": "Workers' Day", "1981-05-15": "Great Prayer Day", "1981-05-28": "Ascension Day", "1981-06-05": "Constitution Day", @@ -482,7 +482,7 @@ "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-12": "Easter Monday", - "1982-05-01": "International Workers' Day", + "1982-05-01": "Workers' Day", "1982-05-07": "Great Prayer Day", "1982-05-20": "Ascension Day", "1982-05-30": "Whit Sunday", @@ -498,7 +498,7 @@ "1983-04-03": "Easter Sunday", "1983-04-04": "Easter Monday", "1983-04-29": "Great Prayer Day", - "1983-05-01": "International Workers' Day", + "1983-05-01": "Workers' Day", "1983-05-12": "Ascension Day", "1983-05-22": "Whit Sunday", "1983-05-23": "Whit Monday", @@ -512,7 +512,7 @@ "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-04-23": "Easter Monday", - "1984-05-01": "International Workers' Day", + "1984-05-01": "Workers' Day", "1984-05-18": "Great Prayer Day", "1984-05-31": "Ascension Day", "1984-06-05": "Constitution Day", @@ -527,7 +527,7 @@ "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-08": "Easter Monday", - "1985-05-01": "International Workers' Day", + "1985-05-01": "Workers' Day", "1985-05-03": "Great Prayer Day", "1985-05-16": "Ascension Day", "1985-05-26": "Whit Sunday", @@ -543,7 +543,7 @@ "1986-03-30": "Easter Sunday", "1986-03-31": "Easter Monday", "1986-04-25": "Great Prayer Day", - "1986-05-01": "International Workers' Day", + "1986-05-01": "Workers' Day", "1986-05-08": "Ascension Day", "1986-05-18": "Whit Sunday", "1986-05-19": "Whit Monday", @@ -557,7 +557,7 @@ "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-04-20": "Easter Monday", - "1987-05-01": "International Workers' Day", + "1987-05-01": "Workers' Day", "1987-05-15": "Great Prayer Day", "1987-05-28": "Ascension Day", "1987-06-05": "Constitution Day", @@ -573,7 +573,7 @@ "1988-04-03": "Easter Sunday", "1988-04-04": "Easter Monday", "1988-04-29": "Great Prayer Day", - "1988-05-01": "International Workers' Day", + "1988-05-01": "Workers' Day", "1988-05-12": "Ascension Day", "1988-05-22": "Whit Sunday", "1988-05-23": "Whit Monday", @@ -588,7 +588,7 @@ "1989-03-26": "Easter Sunday", "1989-03-27": "Easter Monday", "1989-04-21": "Great Prayer Day", - "1989-05-01": "International Workers' Day", + "1989-05-01": "Workers' Day", "1989-05-04": "Ascension Day", "1989-05-14": "Whit Sunday", "1989-05-15": "Whit Monday", @@ -602,7 +602,7 @@ "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-16": "Easter Monday", - "1990-05-01": "International Workers' Day", + "1990-05-01": "Workers' Day", "1990-05-11": "Great Prayer Day", "1990-05-24": "Ascension Day", "1990-06-03": "Whit Sunday", @@ -618,7 +618,7 @@ "1991-03-31": "Easter Sunday", "1991-04-01": "Easter Monday", "1991-04-26": "Great Prayer Day", - "1991-05-01": "International Workers' Day", + "1991-05-01": "Workers' Day", "1991-05-09": "Ascension Day", "1991-05-19": "Whit Sunday", "1991-05-20": "Whit Monday", @@ -632,7 +632,7 @@ "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-04-20": "Easter Monday", - "1992-05-01": "International Workers' Day", + "1992-05-01": "Workers' Day", "1992-05-15": "Great Prayer Day", "1992-05-28": "Ascension Day", "1992-06-05": "Constitution Day", @@ -647,7 +647,7 @@ "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-12": "Easter Monday", - "1993-05-01": "International Workers' Day", + "1993-05-01": "Workers' Day", "1993-05-07": "Great Prayer Day", "1993-05-20": "Ascension Day", "1993-05-30": "Whit Sunday", @@ -663,7 +663,7 @@ "1994-04-03": "Easter Sunday", "1994-04-04": "Easter Monday", "1994-04-29": "Great Prayer Day", - "1994-05-01": "International Workers' Day", + "1994-05-01": "Workers' Day", "1994-05-12": "Ascension Day", "1994-05-22": "Whit Sunday", "1994-05-23": "Whit Monday", @@ -677,7 +677,7 @@ "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-04-17": "Easter Monday", - "1995-05-01": "International Workers' Day", + "1995-05-01": "Workers' Day", "1995-05-12": "Great Prayer Day", "1995-05-25": "Ascension Day", "1995-06-04": "Whit Sunday", @@ -691,7 +691,7 @@ "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-08": "Easter Monday", - "1996-05-01": "International Workers' Day", + "1996-05-01": "Workers' Day", "1996-05-03": "Great Prayer Day", "1996-05-16": "Ascension Day", "1996-05-26": "Whit Sunday", @@ -707,7 +707,7 @@ "1997-03-30": "Easter Sunday", "1997-03-31": "Easter Monday", "1997-04-25": "Great Prayer Day", - "1997-05-01": "International Workers' Day", + "1997-05-01": "Workers' Day", "1997-05-08": "Ascension Day", "1997-05-18": "Whit Sunday", "1997-05-19": "Whit Monday", @@ -721,7 +721,7 @@ "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-13": "Easter Monday", - "1998-05-01": "International Workers' Day", + "1998-05-01": "Workers' Day", "1998-05-08": "Great Prayer Day", "1998-05-21": "Ascension Day", "1998-05-31": "Whit Sunday", @@ -737,7 +737,7 @@ "1999-04-04": "Easter Sunday", "1999-04-05": "Easter Monday", "1999-04-30": "Great Prayer Day", - "1999-05-01": "International Workers' Day", + "1999-05-01": "Workers' Day", "1999-05-13": "Ascension Day", "1999-05-23": "Whit Sunday", "1999-05-24": "Whit Monday", @@ -751,7 +751,7 @@ "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-04-24": "Easter Monday", - "2000-05-01": "International Workers' Day", + "2000-05-01": "Workers' Day", "2000-05-19": "Great Prayer Day", "2000-06-01": "Ascension Day", "2000-06-05": "Constitution Day", @@ -766,7 +766,7 @@ "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-16": "Easter Monday", - "2001-05-01": "International Workers' Day", + "2001-05-01": "Workers' Day", "2001-05-11": "Great Prayer Day", "2001-05-24": "Ascension Day", "2001-06-03": "Whit Sunday", @@ -782,7 +782,7 @@ "2002-03-31": "Easter Sunday", "2002-04-01": "Easter Monday", "2002-04-26": "Great Prayer Day", - "2002-05-01": "International Workers' Day", + "2002-05-01": "Workers' Day", "2002-05-09": "Ascension Day", "2002-05-19": "Whit Sunday", "2002-05-20": "Whit Monday", @@ -796,7 +796,7 @@ "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-04-21": "Easter Monday", - "2003-05-01": "International Workers' Day", + "2003-05-01": "Workers' Day", "2003-05-16": "Great Prayer Day", "2003-05-29": "Ascension Day", "2003-06-05": "Constitution Day", @@ -811,7 +811,7 @@ "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-12": "Easter Monday", - "2004-05-01": "International Workers' Day", + "2004-05-01": "Workers' Day", "2004-05-07": "Great Prayer Day", "2004-05-20": "Ascension Day", "2004-05-30": "Whit Sunday", @@ -827,7 +827,7 @@ "2005-03-27": "Easter Sunday", "2005-03-28": "Easter Monday", "2005-04-22": "Great Prayer Day", - "2005-05-01": "International Workers' Day", + "2005-05-01": "Workers' Day", "2005-05-05": "Ascension Day", "2005-05-15": "Whit Sunday", "2005-05-16": "Whit Monday", @@ -841,7 +841,7 @@ "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-04-17": "Easter Monday", - "2006-05-01": "International Workers' Day", + "2006-05-01": "Workers' Day", "2006-05-12": "Great Prayer Day", "2006-05-25": "Ascension Day", "2006-06-04": "Whit Sunday", @@ -855,7 +855,7 @@ "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-09": "Easter Monday", - "2007-05-01": "International Workers' Day", + "2007-05-01": "Workers' Day", "2007-05-04": "Great Prayer Day", "2007-05-17": "Ascension Day", "2007-05-27": "Whit Sunday", @@ -871,7 +871,7 @@ "2008-03-23": "Easter Sunday", "2008-03-24": "Easter Monday", "2008-04-18": "Great Prayer Day", - "2008-05-01": "Ascension Day; International Workers' Day", + "2008-05-01": "Ascension Day; Workers' Day", "2008-05-11": "Whit Sunday", "2008-05-12": "Whit Monday", "2008-06-05": "Constitution Day", @@ -884,7 +884,7 @@ "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-13": "Easter Monday", - "2009-05-01": "International Workers' Day", + "2009-05-01": "Workers' Day", "2009-05-08": "Great Prayer Day", "2009-05-21": "Ascension Day", "2009-05-31": "Whit Sunday", @@ -900,7 +900,7 @@ "2010-04-04": "Easter Sunday", "2010-04-05": "Easter Monday", "2010-04-30": "Great Prayer Day", - "2010-05-01": "International Workers' Day", + "2010-05-01": "Workers' Day", "2010-05-13": "Ascension Day", "2010-05-23": "Whit Sunday", "2010-05-24": "Whit Monday", @@ -914,7 +914,7 @@ "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-04-25": "Easter Monday", - "2011-05-01": "International Workers' Day", + "2011-05-01": "Workers' Day", "2011-05-20": "Great Prayer Day", "2011-06-02": "Ascension Day", "2011-06-05": "Constitution Day", @@ -929,7 +929,7 @@ "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-09": "Easter Monday", - "2012-05-01": "International Workers' Day", + "2012-05-01": "Workers' Day", "2012-05-04": "Great Prayer Day", "2012-05-17": "Ascension Day", "2012-05-27": "Whit Sunday", @@ -945,7 +945,7 @@ "2013-03-31": "Easter Sunday", "2013-04-01": "Easter Monday", "2013-04-26": "Great Prayer Day", - "2013-05-01": "International Workers' Day", + "2013-05-01": "Workers' Day", "2013-05-09": "Ascension Day", "2013-05-19": "Whit Sunday", "2013-05-20": "Whit Monday", @@ -959,7 +959,7 @@ "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-04-21": "Easter Monday", - "2014-05-01": "International Workers' Day", + "2014-05-01": "Workers' Day", "2014-05-16": "Great Prayer Day", "2014-05-29": "Ascension Day", "2014-06-05": "Constitution Day", @@ -974,7 +974,7 @@ "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-06": "Easter Monday", - "2015-05-01": "Great Prayer Day; International Workers' Day", + "2015-05-01": "Great Prayer Day; Workers' Day", "2015-05-14": "Ascension Day", "2015-05-24": "Whit Sunday", "2015-05-25": "Whit Monday", @@ -989,7 +989,7 @@ "2016-03-27": "Easter Sunday", "2016-03-28": "Easter Monday", "2016-04-22": "Great Prayer Day", - "2016-05-01": "International Workers' Day", + "2016-05-01": "Workers' Day", "2016-05-05": "Ascension Day", "2016-05-15": "Whit Sunday", "2016-05-16": "Whit Monday", @@ -1003,7 +1003,7 @@ "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-04-17": "Easter Monday", - "2017-05-01": "International Workers' Day", + "2017-05-01": "Workers' Day", "2017-05-12": "Great Prayer Day", "2017-05-25": "Ascension Day", "2017-06-04": "Whit Sunday", @@ -1018,7 +1018,7 @@ "2018-04-01": "Easter Sunday", "2018-04-02": "Easter Monday", "2018-04-27": "Great Prayer Day", - "2018-05-01": "International Workers' Day", + "2018-05-01": "Workers' Day", "2018-05-10": "Ascension Day", "2018-05-20": "Whit Sunday", "2018-05-21": "Whit Monday", @@ -1032,7 +1032,7 @@ "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-04-22": "Easter Monday", - "2019-05-01": "International Workers' Day", + "2019-05-01": "Workers' Day", "2019-05-17": "Great Prayer Day", "2019-05-30": "Ascension Day", "2019-06-05": "Constitution Day", @@ -1047,7 +1047,7 @@ "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-13": "Easter Monday", - "2020-05-01": "International Workers' Day", + "2020-05-01": "Workers' Day", "2020-05-08": "Great Prayer Day", "2020-05-21": "Ascension Day", "2020-05-31": "Whit Sunday", @@ -1063,7 +1063,7 @@ "2021-04-04": "Easter Sunday", "2021-04-05": "Easter Monday", "2021-04-30": "Great Prayer Day", - "2021-05-01": "International Workers' Day", + "2021-05-01": "Workers' Day", "2021-05-13": "Ascension Day", "2021-05-23": "Whit Sunday", "2021-05-24": "Whit Monday", @@ -1077,7 +1077,7 @@ "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-04-18": "Easter Monday", - "2022-05-01": "International Workers' Day", + "2022-05-01": "Workers' Day", "2022-05-13": "Great Prayer Day", "2022-05-26": "Ascension Day", "2022-06-05": "Constitution Day; Whit Sunday", @@ -1091,7 +1091,7 @@ "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-10": "Easter Monday", - "2023-05-01": "International Workers' Day", + "2023-05-01": "Workers' Day", "2023-05-05": "Great Prayer Day", "2023-05-18": "Ascension Day", "2023-05-28": "Whit Sunday", @@ -1106,7 +1106,7 @@ "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-01": "Easter Monday", - "2024-05-01": "International Workers' Day", + "2024-05-01": "Workers' Day", "2024-05-09": "Ascension Day", "2024-05-19": "Whit Sunday", "2024-05-20": "Whit Monday", @@ -1120,7 +1120,7 @@ "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-04-21": "Easter Monday", - "2025-05-01": "International Workers' Day", + "2025-05-01": "Workers' Day", "2025-05-29": "Ascension Day", "2025-06-05": "Constitution Day", "2025-06-08": "Whit Sunday", @@ -1134,7 +1134,7 @@ "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-06": "Easter Monday", - "2026-05-01": "International Workers' Day", + "2026-05-01": "Workers' Day", "2026-05-14": "Ascension Day", "2026-05-24": "Whit Sunday", "2026-05-25": "Whit Monday", @@ -1148,7 +1148,7 @@ "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-03-29": "Easter Monday", - "2027-05-01": "International Workers' Day", + "2027-05-01": "Workers' Day", "2027-05-06": "Ascension Day", "2027-05-16": "Whit Sunday", "2027-05-17": "Whit Monday", @@ -1162,7 +1162,7 @@ "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-04-17": "Easter Monday", - "2028-05-01": "International Workers' Day", + "2028-05-01": "Workers' Day", "2028-05-25": "Ascension Day", "2028-06-04": "Whit Sunday", "2028-06-05": "Constitution Day; Whit Monday", @@ -1175,7 +1175,7 @@ "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-02": "Easter Monday", - "2029-05-01": "International Workers' Day", + "2029-05-01": "Workers' Day", "2029-05-10": "Ascension Day", "2029-05-20": "Whit Sunday", "2029-05-21": "Whit Monday", @@ -1189,7 +1189,7 @@ "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-04-22": "Easter Monday", - "2030-05-01": "International Workers' Day", + "2030-05-01": "Workers' Day", "2030-05-30": "Ascension Day", "2030-06-05": "Constitution Day", "2030-06-09": "Whit Sunday", @@ -1203,7 +1203,7 @@ "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Easter Monday", - "2031-05-01": "International Workers' Day", + "2031-05-01": "Workers' Day", "2031-05-22": "Ascension Day", "2031-06-01": "Whit Sunday", "2031-06-02": "Whit Monday", @@ -1217,7 +1217,7 @@ "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-03-29": "Easter Monday", - "2032-05-01": "International Workers' Day", + "2032-05-01": "Workers' Day", "2032-05-06": "Ascension Day", "2032-05-16": "Whit Sunday", "2032-05-17": "Whit Monday", @@ -1231,7 +1231,7 @@ "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-04-18": "Easter Monday", - "2033-05-01": "International Workers' Day", + "2033-05-01": "Workers' Day", "2033-05-26": "Ascension Day", "2033-06-05": "Constitution Day; Whit Sunday", "2033-06-06": "Whit Monday", @@ -1244,7 +1244,7 @@ "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-10": "Easter Monday", - "2034-05-01": "International Workers' Day", + "2034-05-01": "Workers' Day", "2034-05-18": "Ascension Day", "2034-05-28": "Whit Sunday", "2034-05-29": "Whit Monday", @@ -1258,7 +1258,7 @@ "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-03-26": "Easter Monday", - "2035-05-01": "International Workers' Day", + "2035-05-01": "Workers' Day", "2035-05-03": "Ascension Day", "2035-05-13": "Whit Sunday", "2035-05-14": "Whit Monday", @@ -1272,7 +1272,7 @@ "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Easter Monday", - "2036-05-01": "International Workers' Day", + "2036-05-01": "Workers' Day", "2036-05-22": "Ascension Day", "2036-06-01": "Whit Sunday", "2036-06-02": "Whit Monday", @@ -1286,7 +1286,7 @@ "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-06": "Easter Monday", - "2037-05-01": "International Workers' Day", + "2037-05-01": "Workers' Day", "2037-05-14": "Ascension Day", "2037-05-24": "Whit Sunday", "2037-05-25": "Whit Monday", @@ -1300,7 +1300,7 @@ "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-04-26": "Easter Monday", - "2038-05-01": "International Workers' Day", + "2038-05-01": "Workers' Day", "2038-06-03": "Ascension Day", "2038-06-05": "Constitution Day", "2038-06-13": "Whit Sunday", @@ -1314,7 +1314,7 @@ "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-11": "Easter Monday", - "2039-05-01": "International Workers' Day", + "2039-05-01": "Workers' Day", "2039-05-19": "Ascension Day", "2039-05-29": "Whit Sunday", "2039-05-30": "Whit Monday", @@ -1328,7 +1328,7 @@ "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-02": "Easter Monday", - "2040-05-01": "International Workers' Day", + "2040-05-01": "Workers' Day", "2040-05-10": "Ascension Day", "2040-05-20": "Whit Sunday", "2040-05-21": "Whit Monday", @@ -1342,7 +1342,7 @@ "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-04-22": "Easter Monday", - "2041-05-01": "International Workers' Day", + "2041-05-01": "Workers' Day", "2041-05-30": "Ascension Day", "2041-06-05": "Constitution Day", "2041-06-09": "Whit Sunday", @@ -1356,7 +1356,7 @@ "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-07": "Easter Monday", - "2042-05-01": "International Workers' Day", + "2042-05-01": "Workers' Day", "2042-05-15": "Ascension Day", "2042-05-25": "Whit Sunday", "2042-05-26": "Whit Monday", @@ -1370,7 +1370,7 @@ "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-03-30": "Easter Monday", - "2043-05-01": "International Workers' Day", + "2043-05-01": "Workers' Day", "2043-05-07": "Ascension Day", "2043-05-17": "Whit Sunday", "2043-05-18": "Whit Monday", @@ -1384,7 +1384,7 @@ "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-04-18": "Easter Monday", - "2044-05-01": "International Workers' Day", + "2044-05-01": "Workers' Day", "2044-05-26": "Ascension Day", "2044-06-05": "Constitution Day; Whit Sunday", "2044-06-06": "Whit Monday", @@ -1397,7 +1397,7 @@ "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-10": "Easter Monday", - "2045-05-01": "International Workers' Day", + "2045-05-01": "Workers' Day", "2045-05-18": "Ascension Day", "2045-05-28": "Whit Sunday", "2045-05-29": "Whit Monday", @@ -1411,7 +1411,7 @@ "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-03-26": "Easter Monday", - "2046-05-01": "International Workers' Day", + "2046-05-01": "Workers' Day", "2046-05-03": "Ascension Day", "2046-05-13": "Whit Sunday", "2046-05-14": "Whit Monday", @@ -1425,7 +1425,7 @@ "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-04-15": "Easter Monday", - "2047-05-01": "International Workers' Day", + "2047-05-01": "Workers' Day", "2047-05-23": "Ascension Day", "2047-06-02": "Whit Sunday", "2047-06-03": "Whit Monday", @@ -1439,7 +1439,7 @@ "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-06": "Easter Monday", - "2048-05-01": "International Workers' Day", + "2048-05-01": "Workers' Day", "2048-05-14": "Ascension Day", "2048-05-24": "Whit Sunday", "2048-05-25": "Whit Monday", @@ -1453,7 +1453,7 @@ "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-04-19": "Easter Monday", - "2049-05-01": "International Workers' Day", + "2049-05-01": "Workers' Day", "2049-05-27": "Ascension Day", "2049-06-05": "Constitution Day", "2049-06-06": "Whit Sunday", @@ -1467,7 +1467,7 @@ "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-11": "Easter Monday", - "2050-05-01": "International Workers' Day", + "2050-05-01": "Workers' Day", "2050-05-19": "Ascension Day", "2050-05-29": "Whit Sunday", "2050-05-30": "Whit Monday", diff --git a/snapshots/countries/FI_COMMON.json b/snapshots/countries/FI_COMMON.json index 1b744f6ef..dbbedf65b 100644 --- a/snapshots/countries/FI_COMMON.json +++ b/snapshots/countries/FI_COMMON.json @@ -7,7 +7,7 @@ "1950-04-09": "Easter Sunday", "1950-04-10": "Easter Monday", "1950-05-01": "May Day", - "1950-05-14": "Mothers' Day", + "1950-05-14": "Mother's Day", "1950-05-18": "Ascension Day", "1950-05-28": "Whit Sunday", "1950-06-06": "Flag Day of the Finnish Defense Forces", @@ -16,7 +16,7 @@ "1950-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1950-11-01": "All Saints' Day", "1950-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1950-11-12": "Fathers' Day", + "1950-11-12": "Father's Day", "1950-12-06": "Independence Day", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", @@ -30,14 +30,14 @@ "1951-03-26": "Easter Monday", "1951-05-01": "May Day", "1951-05-03": "Ascension Day", - "1951-05-13": "Mothers' Day; Whit Sunday", + "1951-05-13": "Mother's Day; Whit Sunday", "1951-06-06": "Flag Day of the Finnish Defense Forces", "1951-06-23": "Midsummer Eve", "1951-06-24": "Midsummer Day", "1951-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1951-11-01": "All Saints' Day", "1951-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1951-11-11": "Fathers' Day", + "1951-11-11": "Father's Day", "1951-12-06": "Independence Day", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", @@ -50,7 +50,7 @@ "1952-04-13": "Easter Sunday", "1952-04-14": "Easter Monday", "1952-05-01": "May Day", - "1952-05-11": "Mothers' Day", + "1952-05-11": "Mother's Day", "1952-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1952-05-22": "Ascension Day", "1952-06-01": "Whit Sunday", @@ -60,7 +60,7 @@ "1952-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1952-11-01": "All Saints' Day", "1952-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1952-11-09": "Fathers' Day", + "1952-11-09": "Father's Day", "1952-12-06": "Independence Day", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", @@ -73,7 +73,7 @@ "1953-04-05": "Easter Sunday", "1953-04-06": "Easter Monday", "1953-05-01": "May Day", - "1953-05-10": "Mothers' Day", + "1953-05-10": "Mother's Day", "1953-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1953-05-14": "Ascension Day", "1953-05-24": "Whit Sunday", @@ -83,7 +83,7 @@ "1953-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1953-11-01": "All Saints' Day", "1953-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1953-11-08": "Fathers' Day", + "1953-11-08": "Father's Day", "1953-12-06": "Independence Day", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", @@ -96,7 +96,7 @@ "1954-04-18": "Easter Sunday", "1954-04-19": "Easter Monday", "1954-05-01": "May Day", - "1954-05-09": "Mothers' Day", + "1954-05-09": "Mother's Day", "1954-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1954-05-27": "Ascension Day", "1954-06-06": "Flag Day of the Finnish Defense Forces; Whit Sunday", @@ -105,7 +105,7 @@ "1954-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1954-11-01": "All Saints' Day", "1954-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1954-11-14": "Fathers' Day", + "1954-11-14": "Father's Day", "1954-12-06": "Independence Day", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", @@ -118,7 +118,7 @@ "1955-04-10": "Easter Sunday", "1955-04-11": "Easter Monday", "1955-05-01": "May Day", - "1955-05-08": "Mothers' Day", + "1955-05-08": "Mother's Day", "1955-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1955-05-19": "Ascension Day", "1955-05-29": "Whit Sunday", @@ -128,7 +128,7 @@ "1955-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1955-11-05": "All Saints' Day", "1955-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1955-11-13": "Fathers' Day", + "1955-11-13": "Father's Day", "1955-12-06": "Independence Day", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", @@ -143,7 +143,7 @@ "1956-05-01": "May Day", "1956-05-10": "Ascension Day", "1956-05-12": "J. V. Snellman Day, Day of Finnish Heritage", - "1956-05-13": "Mothers' Day", + "1956-05-13": "Mother's Day", "1956-05-20": "Whit Sunday", "1956-06-06": "Flag Day of the Finnish Defense Forces", "1956-06-22": "Midsummer Eve", @@ -151,7 +151,7 @@ "1956-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1956-11-03": "All Saints' Day", "1956-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1956-11-11": "Fathers' Day", + "1956-11-11": "Father's Day", "1956-12-06": "Independence Day", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", @@ -164,7 +164,7 @@ "1957-04-21": "Easter Sunday", "1957-04-22": "Easter Monday", "1957-05-01": "May Day", - "1957-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mothers' Day", + "1957-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mother's Day", "1957-05-30": "Ascension Day", "1957-06-06": "Flag Day of the Finnish Defense Forces", "1957-06-09": "Whit Sunday", @@ -173,7 +173,7 @@ "1957-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1957-11-02": "All Saints' Day", "1957-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1957-11-10": "Fathers' Day", + "1957-11-10": "Father's Day", "1957-12-06": "Independence Day", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", @@ -186,7 +186,7 @@ "1958-04-06": "Easter Sunday", "1958-04-07": "Easter Monday", "1958-05-01": "May Day", - "1958-05-11": "Mothers' Day", + "1958-05-11": "Mother's Day", "1958-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1958-05-15": "Ascension Day", "1958-05-25": "Whit Sunday", @@ -196,7 +196,7 @@ "1958-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1958-11-01": "All Saints' Day", "1958-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1958-11-09": "Fathers' Day", + "1958-11-09": "Father's Day", "1958-12-06": "Independence Day", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", @@ -210,7 +210,7 @@ "1959-03-30": "Easter Monday", "1959-05-01": "May Day", "1959-05-07": "Ascension Day", - "1959-05-10": "Mothers' Day", + "1959-05-10": "Mother's Day", "1959-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1959-05-17": "Whit Sunday", "1959-06-06": "Flag Day of the Finnish Defense Forces", @@ -219,7 +219,7 @@ "1959-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1959-10-31": "All Saints' Day", "1959-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1959-11-08": "Fathers' Day", + "1959-11-08": "Father's Day", "1959-12-06": "Independence Day", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", @@ -232,7 +232,7 @@ "1960-04-17": "Easter Sunday", "1960-04-18": "Easter Monday", "1960-05-01": "May Day", - "1960-05-08": "Mothers' Day", + "1960-05-08": "Mother's Day", "1960-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1960-05-26": "Ascension Day", "1960-06-05": "Whit Sunday", @@ -242,7 +242,7 @@ "1960-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1960-11-05": "All Saints' Day", "1960-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1960-11-13": "Fathers' Day", + "1960-11-13": "Father's Day", "1960-12-06": "Independence Day", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", @@ -257,7 +257,7 @@ "1961-05-01": "May Day", "1961-05-11": "Ascension Day", "1961-05-12": "J. V. Snellman Day, Day of Finnish Heritage", - "1961-05-14": "Mothers' Day", + "1961-05-14": "Mother's Day", "1961-05-21": "Whit Sunday", "1961-06-06": "Flag Day of the Finnish Defense Forces", "1961-06-23": "Midsummer Eve", @@ -265,7 +265,7 @@ "1961-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1961-11-04": "All Saints' Day", "1961-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1961-11-12": "Fathers' Day", + "1961-11-12": "Father's Day", "1961-12-06": "Independence Day", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", @@ -279,7 +279,7 @@ "1962-04-23": "Easter Monday", "1962-05-01": "May Day", "1962-05-12": "J. V. Snellman Day, Day of Finnish Heritage", - "1962-05-13": "Mothers' Day", + "1962-05-13": "Mother's Day", "1962-05-31": "Ascension Day", "1962-06-06": "Flag Day of the Finnish Defense Forces", "1962-06-10": "Whit Sunday", @@ -288,7 +288,7 @@ "1962-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1962-11-03": "All Saints' Day", "1962-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1962-11-11": "Fathers' Day", + "1962-11-11": "Father's Day", "1962-12-06": "Independence Day", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", @@ -301,7 +301,7 @@ "1963-04-14": "Easter Sunday", "1963-04-15": "Easter Monday", "1963-05-01": "May Day", - "1963-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mothers' Day", + "1963-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mother's Day", "1963-05-23": "Ascension Day", "1963-06-02": "Whit Sunday", "1963-06-06": "Flag Day of the Finnish Defense Forces", @@ -310,7 +310,7 @@ "1963-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1963-11-02": "All Saints' Day", "1963-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1963-11-10": "Fathers' Day", + "1963-11-10": "Father's Day", "1963-12-06": "Independence Day", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", @@ -324,7 +324,7 @@ "1964-03-30": "Easter Monday", "1964-05-01": "May Day", "1964-05-07": "Ascension Day", - "1964-05-10": "Mothers' Day", + "1964-05-10": "Mother's Day", "1964-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1964-05-17": "Whit Sunday", "1964-06-06": "Flag Day of the Finnish Defense Forces", @@ -333,7 +333,7 @@ "1964-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1964-10-31": "All Saints' Day", "1964-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1964-11-08": "Fathers' Day", + "1964-11-08": "Father's Day", "1964-12-06": "Independence Day", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", @@ -346,7 +346,7 @@ "1965-04-18": "Easter Sunday", "1965-04-19": "Easter Monday", "1965-05-01": "May Day", - "1965-05-09": "Mothers' Day", + "1965-05-09": "Mother's Day", "1965-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1965-05-27": "Ascension Day", "1965-06-06": "Flag Day of the Finnish Defense Forces; Whit Sunday", @@ -354,7 +354,7 @@ "1965-06-26": "Midsummer Day", "1965-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1965-11-06": "All Saints' Day; Finnish Swedish Heritage Day, svenska dagen", - "1965-11-14": "Fathers' Day", + "1965-11-14": "Father's Day", "1965-12-06": "Independence Day", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", @@ -367,7 +367,7 @@ "1966-04-10": "Easter Sunday", "1966-04-11": "Easter Monday", "1966-05-01": "May Day", - "1966-05-08": "Mothers' Day", + "1966-05-08": "Mother's Day", "1966-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1966-05-19": "Ascension Day", "1966-05-29": "Whit Sunday", @@ -377,7 +377,7 @@ "1966-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1966-11-05": "All Saints' Day", "1966-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1966-11-13": "Fathers' Day", + "1966-11-13": "Father's Day", "1966-12-06": "Independence Day", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", @@ -392,14 +392,14 @@ "1967-05-01": "May Day", "1967-05-04": "Ascension Day", "1967-05-12": "J. V. Snellman Day, Day of Finnish Heritage", - "1967-05-14": "Mothers' Day; Whit Sunday", + "1967-05-14": "Mother's Day; Whit Sunday", "1967-06-06": "Flag Day of the Finnish Defense Forces", "1967-06-23": "Midsummer Eve", "1967-06-24": "Midsummer Day", "1967-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1967-11-04": "All Saints' Day", "1967-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1967-11-12": "Fathers' Day", + "1967-11-12": "Father's Day", "1967-12-06": "Independence Day", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", @@ -412,7 +412,7 @@ "1968-04-14": "Easter Sunday", "1968-04-15": "Easter Monday", "1968-05-01": "May Day", - "1968-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mothers' Day", + "1968-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mother's Day", "1968-05-23": "Ascension Day", "1968-06-02": "Whit Sunday", "1968-06-06": "Flag Day of the Finnish Defense Forces", @@ -421,7 +421,7 @@ "1968-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1968-11-02": "All Saints' Day", "1968-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1968-11-10": "Fathers' Day", + "1968-11-10": "Father's Day", "1968-12-06": "Independence Day", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", @@ -434,7 +434,7 @@ "1969-04-06": "Easter Sunday", "1969-04-07": "Easter Monday", "1969-05-01": "May Day", - "1969-05-11": "Mothers' Day", + "1969-05-11": "Mother's Day", "1969-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1969-05-15": "Ascension Day", "1969-05-25": "Whit Sunday", @@ -444,7 +444,7 @@ "1969-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1969-11-01": "All Saints' Day", "1969-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1969-11-09": "Fathers' Day", + "1969-11-09": "Father's Day", "1969-12-06": "Independence Day", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", @@ -458,7 +458,7 @@ "1970-03-30": "Easter Monday", "1970-05-01": "May Day", "1970-05-07": "Ascension Day", - "1970-05-10": "Mothers' Day", + "1970-05-10": "Mother's Day", "1970-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1970-05-17": "Whit Sunday", "1970-06-06": "Flag Day of the Finnish Defense Forces", @@ -467,7 +467,7 @@ "1970-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1970-10-31": "All Saints' Day", "1970-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1970-11-08": "Fathers' Day", + "1970-11-08": "Father's Day", "1970-12-06": "Independence Day", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", @@ -480,7 +480,7 @@ "1971-04-11": "Easter Sunday", "1971-04-12": "Easter Monday", "1971-05-01": "May Day", - "1971-05-09": "Mothers' Day", + "1971-05-09": "Mother's Day", "1971-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1971-05-20": "Ascension Day", "1971-05-30": "Whit Sunday", @@ -489,7 +489,7 @@ "1971-06-26": "Midsummer Day", "1971-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1971-11-06": "All Saints' Day; Finnish Swedish Heritage Day, svenska dagen", - "1971-11-14": "Fathers' Day", + "1971-11-14": "Father's Day", "1971-12-06": "Independence Day", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", @@ -504,7 +504,7 @@ "1972-05-01": "May Day", "1972-05-11": "Ascension Day", "1972-05-12": "J. V. Snellman Day, Day of Finnish Heritage", - "1972-05-14": "Mothers' Day", + "1972-05-14": "Mother's Day", "1972-05-21": "Whit Sunday", "1972-06-06": "Flag Day of the Finnish Defense Forces", "1972-06-23": "Midsummer Eve", @@ -512,7 +512,7 @@ "1972-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1972-11-04": "All Saints' Day", "1972-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1972-11-12": "Fathers' Day", + "1972-11-12": "Father's Day", "1972-12-06": "Independence Day", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", @@ -526,7 +526,7 @@ "1973-04-23": "Easter Monday", "1973-05-01": "May Day", "1973-05-12": "J. V. Snellman Day, Day of Finnish Heritage", - "1973-05-13": "Mothers' Day", + "1973-05-13": "Mother's Day", "1973-05-26": "Ascension Day", "1973-06-06": "Flag Day of the Finnish Defense Forces", "1973-06-10": "Whit Sunday", @@ -535,7 +535,7 @@ "1973-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1973-11-03": "All Saints' Day", "1973-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1973-11-11": "Fathers' Day", + "1973-11-11": "Father's Day", "1973-12-06": "Independence Day", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", @@ -548,7 +548,7 @@ "1974-04-14": "Easter Sunday", "1974-04-15": "Easter Monday", "1974-05-01": "May Day", - "1974-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mothers' Day", + "1974-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mother's Day", "1974-05-18": "Ascension Day", "1974-06-02": "Whit Sunday", "1974-06-06": "Flag Day of the Finnish Defense Forces", @@ -557,7 +557,7 @@ "1974-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1974-11-02": "All Saints' Day", "1974-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1974-11-10": "Fathers' Day", + "1974-11-10": "Father's Day", "1974-12-06": "Independence Day", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", @@ -571,7 +571,7 @@ "1975-03-31": "Easter Monday", "1975-05-01": "May Day", "1975-05-03": "Ascension Day", - "1975-05-11": "Mothers' Day", + "1975-05-11": "Mother's Day", "1975-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1975-05-18": "Whit Sunday", "1975-06-06": "Flag Day of the Finnish Defense Forces", @@ -580,7 +580,7 @@ "1975-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1975-11-01": "All Saints' Day", "1975-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1975-11-09": "Fathers' Day", + "1975-11-09": "Father's Day", "1975-12-06": "Independence Day", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", @@ -593,7 +593,7 @@ "1976-04-18": "Easter Sunday", "1976-04-19": "Easter Monday", "1976-05-01": "May Day", - "1976-05-09": "Mothers' Day", + "1976-05-09": "Mother's Day", "1976-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1976-05-22": "Ascension Day", "1976-06-06": "Flag Day of the Finnish Defense Forces; Whit Sunday", @@ -601,7 +601,7 @@ "1976-06-26": "Midsummer Day", "1976-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1976-11-06": "All Saints' Day; Finnish Swedish Heritage Day, svenska dagen", - "1976-11-14": "Fathers' Day", + "1976-11-14": "Father's Day", "1976-12-06": "Independence Day", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", @@ -614,7 +614,7 @@ "1977-04-10": "Easter Sunday", "1977-04-11": "Easter Monday", "1977-05-01": "May Day", - "1977-05-08": "Mothers' Day", + "1977-05-08": "Mother's Day", "1977-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1977-05-14": "Ascension Day", "1977-05-15": "Remembrance Day", @@ -625,7 +625,7 @@ "1977-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1977-11-05": "All Saints' Day", "1977-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1977-11-13": "Fathers' Day", + "1977-11-13": "Father's Day", "1977-12-06": "Independence Day", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", @@ -641,7 +641,7 @@ "1978-04-29": "Ascension Day", "1978-05-01": "May Day", "1978-05-12": "J. V. Snellman Day, Day of Finnish Heritage", - "1978-05-14": "Mothers' Day; Whit Sunday", + "1978-05-14": "Mother's Day; Whit Sunday", "1978-05-21": "Remembrance Day", "1978-06-06": "Flag Day of the Finnish Defense Forces", "1978-06-23": "Midsummer Eve", @@ -649,7 +649,7 @@ "1978-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1978-11-04": "All Saints' Day", "1978-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1978-11-12": "Fathers' Day", + "1978-11-12": "Father's Day", "1978-12-06": "Independence Day", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", @@ -664,7 +664,7 @@ "1979-04-16": "Easter Monday", "1979-05-01": "May Day", "1979-05-12": "J. V. Snellman Day, Day of Finnish Heritage", - "1979-05-13": "Mothers' Day", + "1979-05-13": "Mother's Day", "1979-05-19": "Ascension Day", "1979-05-20": "Remembrance Day", "1979-06-03": "Whit Sunday", @@ -674,7 +674,7 @@ "1979-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1979-11-03": "All Saints' Day", "1979-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1979-11-11": "Fathers' Day", + "1979-11-11": "Father's Day", "1979-12-06": "Independence Day", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", @@ -689,7 +689,7 @@ "1980-04-09": "Mikael Agricola Day, Day of the Finnish Language", "1980-05-01": "May Day", "1980-05-10": "Ascension Day", - "1980-05-11": "Mothers' Day", + "1980-05-11": "Mother's Day", "1980-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1980-05-18": "Remembrance Day", "1980-05-25": "Whit Sunday", @@ -699,7 +699,7 @@ "1980-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1980-11-01": "All Saints' Day", "1980-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1980-11-09": "Fathers' Day", + "1980-11-09": "Father's Day", "1980-12-06": "Independence Day", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", @@ -713,7 +713,7 @@ "1981-04-19": "Easter Sunday", "1981-04-20": "Easter Monday", "1981-05-01": "May Day", - "1981-05-10": "Mothers' Day", + "1981-05-10": "Mother's Day", "1981-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1981-05-17": "Remembrance Day", "1981-05-23": "Ascension Day", @@ -724,7 +724,7 @@ "1981-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1981-10-31": "All Saints' Day", "1981-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1981-11-08": "Fathers' Day", + "1981-11-08": "Father's Day", "1981-12-06": "Independence Day", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", @@ -737,7 +737,7 @@ "1982-04-11": "Easter Sunday", "1982-04-12": "Easter Monday", "1982-05-01": "May Day", - "1982-05-09": "Mothers' Day", + "1982-05-09": "Mother's Day", "1982-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1982-05-15": "Ascension Day", "1982-05-16": "Remembrance Day", @@ -747,7 +747,7 @@ "1982-06-26": "Midsummer Day", "1982-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1982-11-06": "All Saints' Day; Finnish Swedish Heritage Day, svenska dagen", - "1982-11-14": "Fathers' Day", + "1982-11-14": "Father's Day", "1982-12-06": "Independence Day", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", @@ -762,7 +762,7 @@ "1983-04-09": "Mikael Agricola Day, Day of the Finnish Language", "1983-05-01": "May Day", "1983-05-07": "Ascension Day", - "1983-05-08": "Mothers' Day", + "1983-05-08": "Mother's Day", "1983-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1983-05-15": "Remembrance Day", "1983-05-22": "Whit Sunday", @@ -772,7 +772,7 @@ "1983-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1983-11-05": "All Saints' Day", "1983-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1983-11-13": "Fathers' Day", + "1983-11-13": "Father's Day", "1983-12-06": "Independence Day", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", @@ -787,7 +787,7 @@ "1984-04-23": "Easter Monday", "1984-05-01": "May Day", "1984-05-12": "J. V. Snellman Day, Day of Finnish Heritage", - "1984-05-13": "Mothers' Day", + "1984-05-13": "Mother's Day", "1984-05-20": "Remembrance Day", "1984-05-26": "Ascension Day", "1984-06-06": "Flag Day of the Finnish Defense Forces", @@ -797,7 +797,7 @@ "1984-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1984-11-03": "All Saints' Day", "1984-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1984-11-11": "Fathers' Day", + "1984-11-11": "Father's Day", "1984-12-06": "Independence Day", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", @@ -812,7 +812,7 @@ "1985-04-09": "Mikael Agricola Day, Day of the Finnish Language", "1985-05-01": "May Day", "1985-05-11": "Ascension Day", - "1985-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mothers' Day", + "1985-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mother's Day", "1985-05-19": "Remembrance Day", "1985-05-26": "Whit Sunday", "1985-06-06": "Flag Day of the Finnish Defense Forces", @@ -821,7 +821,7 @@ "1985-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1985-11-02": "All Saints' Day", "1985-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1985-11-10": "Fathers' Day", + "1985-11-10": "Father's Day", "1985-12-06": "Independence Day", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", @@ -836,7 +836,7 @@ "1986-04-09": "Mikael Agricola Day, Day of the Finnish Language", "1986-05-01": "May Day", "1986-05-03": "Ascension Day", - "1986-05-11": "Mothers' Day", + "1986-05-11": "Mother's Day", "1986-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1986-05-18": "Remembrance Day; Whit Sunday", "1986-06-06": "Flag Day of the Finnish Defense Forces", @@ -845,7 +845,7 @@ "1986-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1986-11-01": "All Saints' Day", "1986-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1986-11-09": "Fathers' Day", + "1986-11-09": "Father's Day", "1986-12-06": "Independence Day", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", @@ -860,7 +860,7 @@ "1987-04-20": "Easter Monday", "1987-04-27": "National War Veterans' Day", "1987-05-01": "May Day", - "1987-05-10": "Mothers' Day", + "1987-05-10": "Mother's Day", "1987-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1987-05-17": "Remembrance Day", "1987-05-23": "Ascension Day", @@ -872,7 +872,7 @@ "1987-10-24": "United Nations Day", "1987-10-31": "All Saints' Day", "1987-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1987-11-08": "Fathers' Day", + "1987-11-08": "Father's Day", "1987-12-06": "Independence Day", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", @@ -888,7 +888,7 @@ "1988-04-27": "National War Veterans' Day", "1988-05-01": "May Day", "1988-05-07": "Ascension Day", - "1988-05-08": "Mothers' Day", + "1988-05-08": "Mother's Day", "1988-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1988-05-15": "Remembrance Day", "1988-05-22": "Whit Sunday", @@ -899,7 +899,7 @@ "1988-10-24": "United Nations Day", "1988-11-05": "All Saints' Day", "1988-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1988-11-13": "Fathers' Day", + "1988-11-13": "Father's Day", "1988-12-06": "Independence Day", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", @@ -916,7 +916,7 @@ "1989-04-29": "Ascension Day", "1989-05-01": "May Day", "1989-05-12": "J. V. Snellman Day, Day of Finnish Heritage", - "1989-05-14": "Mothers' Day; Whit Sunday", + "1989-05-14": "Mother's Day; Whit Sunday", "1989-05-21": "Remembrance Day", "1989-06-06": "Flag Day of the Finnish Defense Forces", "1989-06-23": "Midsummer Eve", @@ -925,7 +925,7 @@ "1989-10-24": "United Nations Day", "1989-11-04": "All Saints' Day", "1989-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1989-11-12": "Fathers' Day", + "1989-11-12": "Father's Day", "1989-12-06": "Independence Day", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", @@ -941,7 +941,7 @@ "1990-04-27": "National War Veterans' Day", "1990-05-01": "May Day", "1990-05-12": "J. V. Snellman Day, Day of Finnish Heritage", - "1990-05-13": "Mothers' Day", + "1990-05-13": "Mother's Day", "1990-05-19": "Ascension Day", "1990-05-20": "Remembrance Day", "1990-06-03": "Whit Sunday", @@ -952,7 +952,7 @@ "1990-10-24": "United Nations Day", "1990-11-03": "All Saints' Day", "1990-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1990-11-11": "Fathers' Day", + "1990-11-11": "Father's Day", "1990-12-06": "Independence Day", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", @@ -968,7 +968,7 @@ "1991-04-27": "National War Veterans' Day", "1991-05-01": "May Day", "1991-05-09": "Ascension Day", - "1991-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mothers' Day", + "1991-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mother's Day", "1991-05-19": "Remembrance Day; Whit Sunday", "1991-06-06": "Flag Day of the Finnish Defense Forces", "1991-06-21": "Midsummer Eve", @@ -977,7 +977,7 @@ "1991-10-24": "United Nations Day", "1991-11-02": "All Saints' Day", "1991-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1991-11-10": "Fathers' Day", + "1991-11-10": "Father's Day", "1991-12-06": "Independence Day", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", @@ -992,7 +992,7 @@ "1992-04-20": "Easter Monday", "1992-04-27": "National War Veterans' Day", "1992-05-01": "May Day", - "1992-05-10": "Mothers' Day", + "1992-05-10": "Mother's Day", "1992-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1992-05-17": "Remembrance Day", "1992-05-28": "Ascension Day", @@ -1005,7 +1005,7 @@ "1992-10-24": "United Nations Day", "1992-10-31": "All Saints' Day", "1992-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1992-11-08": "Fathers' Day", + "1992-11-08": "Father's Day", "1992-12-06": "Independence Day", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", @@ -1019,7 +1019,7 @@ "1993-04-12": "Easter Monday", "1993-04-27": "National War Veterans' Day", "1993-05-01": "May Day", - "1993-05-09": "Mothers' Day", + "1993-05-09": "Mother's Day", "1993-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1993-05-16": "Remembrance Day", "1993-05-20": "Ascension Day", @@ -1031,7 +1031,7 @@ "1993-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1993-10-24": "United Nations Day", "1993-11-06": "All Saints' Day; Finnish Swedish Heritage Day, svenska dagen", - "1993-11-14": "Fathers' Day", + "1993-11-14": "Father's Day", "1993-12-06": "Independence Day", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", @@ -1046,7 +1046,7 @@ "1994-04-09": "Mikael Agricola Day, Day of the Finnish Language", "1994-04-27": "National War Veterans' Day", "1994-05-01": "May Day", - "1994-05-08": "Mothers' Day", + "1994-05-08": "Mother's Day", "1994-05-12": "Ascension Day; J. V. Snellman Day, Day of Finnish Heritage", "1994-05-15": "Remembrance Day", "1994-05-22": "Whit Sunday", @@ -1058,7 +1058,7 @@ "1994-10-24": "United Nations Day", "1994-11-05": "All Saints' Day", "1994-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1994-11-13": "Fathers' Day", + "1994-11-13": "Father's Day", "1994-12-06": "Independence Day", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", @@ -1074,7 +1074,7 @@ "1995-04-27": "National War Veterans' Day", "1995-05-01": "May Day", "1995-05-12": "J. V. Snellman Day, Day of Finnish Heritage", - "1995-05-14": "Mothers' Day", + "1995-05-14": "Mother's Day", "1995-05-21": "Remembrance Day", "1995-05-25": "Ascension Day", "1995-06-04": "Whit Sunday", @@ -1086,7 +1086,7 @@ "1995-10-24": "United Nations Day", "1995-11-04": "All Saints' Day", "1995-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1995-11-12": "Fathers' Day", + "1995-11-12": "Father's Day", "1995-12-06": "Independence Day", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", @@ -1101,7 +1101,7 @@ "1996-04-09": "Mikael Agricola Day, Day of the Finnish Language", "1996-04-27": "National War Veterans' Day", "1996-05-01": "May Day", - "1996-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mothers' Day", + "1996-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mother's Day", "1996-05-16": "Ascension Day", "1996-05-19": "Remembrance Day", "1996-05-26": "Whit Sunday", @@ -1113,7 +1113,7 @@ "1996-10-24": "United Nations Day", "1996-11-02": "All Saints' Day", "1996-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1996-11-10": "Fathers' Day", + "1996-11-10": "Father's Day", "1996-12-06": "Independence Day", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", @@ -1129,7 +1129,7 @@ "1997-04-27": "National War Veterans' Day", "1997-05-01": "May Day", "1997-05-08": "Ascension Day", - "1997-05-11": "Mothers' Day", + "1997-05-11": "Mother's Day", "1997-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1997-05-18": "Remembrance Day; Whit Sunday", "1997-06-06": "Flag Day of the Finnish Defense Forces", @@ -1140,7 +1140,7 @@ "1997-10-24": "United Nations Day", "1997-11-01": "All Saints' Day", "1997-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1997-11-09": "Fathers' Day", + "1997-11-09": "Father's Day", "1997-12-06": "Independence Day", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", @@ -1155,7 +1155,7 @@ "1998-04-13": "Easter Monday", "1998-04-27": "National War Veterans' Day", "1998-05-01": "May Day", - "1998-05-10": "Mothers' Day", + "1998-05-10": "Mother's Day", "1998-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1998-05-17": "Remembrance Day", "1998-05-21": "Ascension Day", @@ -1168,7 +1168,7 @@ "1998-10-24": "United Nations Day", "1998-10-31": "All Saints' Day", "1998-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "1998-11-08": "Fathers' Day", + "1998-11-08": "Father's Day", "1998-12-06": "Independence Day", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", @@ -1183,7 +1183,7 @@ "1999-04-09": "Mikael Agricola Day, Day of the Finnish Language", "1999-04-27": "National War Veterans' Day", "1999-05-01": "May Day", - "1999-05-09": "Mothers' Day", + "1999-05-09": "Mother's Day", "1999-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1999-05-13": "Ascension Day", "1999-05-16": "Remembrance Day", @@ -1195,7 +1195,7 @@ "1999-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1999-10-24": "United Nations Day", "1999-11-06": "All Saints' Day; Finnish Swedish Heritage Day, svenska dagen", - "1999-11-14": "Fathers' Day", + "1999-11-14": "Father's Day", "1999-12-06": "Independence Day", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", @@ -1211,7 +1211,7 @@ "2000-04-27": "National War Veterans' Day", "2000-05-01": "May Day", "2000-05-12": "J. V. Snellman Day, Day of Finnish Heritage", - "2000-05-14": "Mothers' Day", + "2000-05-14": "Mother's Day", "2000-05-21": "Remembrance Day", "2000-06-01": "Ascension Day", "2000-06-06": "Flag Day of the Finnish Defense Forces", @@ -1223,7 +1223,7 @@ "2000-10-24": "United Nations Day", "2000-11-04": "All Saints' Day", "2000-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2000-11-12": "Fathers' Day", + "2000-11-12": "Father's Day", "2000-12-06": "Independence Day", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", @@ -1239,7 +1239,7 @@ "2001-04-27": "National War Veterans' Day", "2001-05-01": "May Day", "2001-05-12": "J. V. Snellman Day, Day of Finnish Heritage", - "2001-05-13": "Mothers' Day", + "2001-05-13": "Mother's Day", "2001-05-20": "Remembrance Day", "2001-05-24": "Ascension Day", "2001-06-03": "Whit Sunday", @@ -1251,7 +1251,7 @@ "2001-10-24": "United Nations Day", "2001-11-03": "All Saints' Day", "2001-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2001-11-11": "Fathers' Day", + "2001-11-11": "Father's Day", "2001-12-06": "Independence Day", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", @@ -1267,7 +1267,7 @@ "2002-04-27": "National War Veterans' Day", "2002-05-01": "May Day", "2002-05-09": "Ascension Day", - "2002-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mothers' Day", + "2002-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mother's Day", "2002-05-19": "Remembrance Day; Whit Sunday", "2002-06-06": "Flag Day of the Finnish Defense Forces", "2002-06-21": "Midsummer Eve", @@ -1277,7 +1277,7 @@ "2002-10-24": "United Nations Day", "2002-11-02": "All Saints' Day", "2002-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2002-11-10": "Fathers' Day", + "2002-11-10": "Father's Day", "2002-12-06": "Independence Day", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", @@ -1292,7 +1292,7 @@ "2003-04-21": "Easter Monday", "2003-04-27": "National War Veterans' Day", "2003-05-01": "May Day", - "2003-05-11": "Mothers' Day", + "2003-05-11": "Mother's Day", "2003-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2003-05-18": "Remembrance Day", "2003-05-29": "Ascension Day", @@ -1305,7 +1305,7 @@ "2003-10-24": "United Nations Day", "2003-11-01": "All Saints' Day", "2003-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2003-11-09": "Fathers' Day", + "2003-11-09": "Father's Day", "2003-12-06": "Independence Day", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", @@ -1319,7 +1319,7 @@ "2004-04-12": "Easter Monday", "2004-04-27": "National War Veterans' Day", "2004-05-01": "May Day", - "2004-05-09": "Mothers' Day", + "2004-05-09": "Mother's Day", "2004-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2004-05-16": "Remembrance Day", "2004-05-20": "Ascension Day", @@ -1331,7 +1331,7 @@ "2004-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2004-10-24": "United Nations Day", "2004-11-06": "All Saints' Day; Finnish Swedish Heritage Day, svenska dagen", - "2004-11-14": "Fathers' Day", + "2004-11-14": "Father's Day", "2004-12-06": "Independence Day", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", @@ -1347,7 +1347,7 @@ "2005-04-27": "National War Veterans' Day", "2005-05-01": "May Day", "2005-05-05": "Ascension Day", - "2005-05-08": "Mothers' Day", + "2005-05-08": "Mother's Day", "2005-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2005-05-15": "Remembrance Day; Whit Sunday", "2005-06-06": "Flag Day of the Finnish Defense Forces", @@ -1358,7 +1358,7 @@ "2005-10-24": "United Nations Day", "2005-11-05": "All Saints' Day", "2005-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2005-11-13": "Fathers' Day", + "2005-11-13": "Father's Day", "2005-12-06": "Independence Day", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", @@ -1374,7 +1374,7 @@ "2006-04-27": "National War Veterans' Day", "2006-05-01": "May Day", "2006-05-12": "J. V. Snellman Day, Day of Finnish Heritage", - "2006-05-14": "Mothers' Day", + "2006-05-14": "Mother's Day", "2006-05-21": "Remembrance Day", "2006-05-25": "Ascension Day", "2006-06-04": "Whit Sunday", @@ -1386,7 +1386,7 @@ "2006-10-24": "United Nations Day", "2006-11-04": "All Saints' Day", "2006-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2006-11-12": "Fathers' Day", + "2006-11-12": "Father's Day", "2006-12-06": "Independence Day", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", @@ -1402,7 +1402,7 @@ "2007-04-27": "National War Veterans' Day", "2007-05-01": "May Day", "2007-05-12": "J. V. Snellman Day, Day of Finnish Heritage", - "2007-05-13": "Mothers' Day", + "2007-05-13": "Mother's Day", "2007-05-17": "Ascension Day", "2007-05-20": "Remembrance Day", "2007-05-27": "Whit Sunday", @@ -1414,7 +1414,7 @@ "2007-10-24": "United Nations Day", "2007-11-03": "All Saints' Day", "2007-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2007-11-11": "Fathers' Day", + "2007-11-11": "Father's Day", "2007-12-06": "Independence Day", "2007-12-08": "Jean Sibelius Day, Day of Finnish Music", "2007-12-24": "Christmas Eve", @@ -1431,7 +1431,7 @@ "2008-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2008-04-27": "National War Veterans' Day", "2008-05-01": "Ascension Day; May Day", - "2008-05-11": "Mothers' Day; Whit Sunday", + "2008-05-11": "Mother's Day; Whit Sunday", "2008-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2008-05-18": "Remembrance Day", "2008-06-06": "Flag Day of the Finnish Defense Forces", @@ -1442,7 +1442,7 @@ "2008-10-24": "United Nations Day", "2008-11-01": "All Saints' Day", "2008-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2008-11-09": "Fathers' Day", + "2008-11-09": "Father's Day", "2008-12-06": "Independence Day", "2008-12-08": "Jean Sibelius Day, Day of Finnish Music", "2008-12-24": "Christmas Eve", @@ -1459,7 +1459,7 @@ "2009-04-13": "Easter Monday", "2009-04-27": "National War Veterans' Day", "2009-05-01": "May Day", - "2009-05-10": "Mothers' Day", + "2009-05-10": "Mother's Day", "2009-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2009-05-17": "Remembrance Day", "2009-05-21": "Ascension Day", @@ -1472,7 +1472,7 @@ "2009-10-24": "United Nations Day", "2009-10-31": "All Saints' Day", "2009-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2009-11-08": "Fathers' Day", + "2009-11-08": "Father's Day", "2009-12-06": "Independence Day", "2009-12-08": "Jean Sibelius Day, Day of Finnish Music", "2009-12-24": "Christmas Eve", @@ -1489,7 +1489,7 @@ "2010-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2010-04-27": "National War Veterans' Day", "2010-05-01": "May Day", - "2010-05-09": "Mothers' Day", + "2010-05-09": "Mother's Day", "2010-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2010-05-13": "Ascension Day", "2010-05-16": "Remembrance Day", @@ -1501,7 +1501,7 @@ "2010-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2010-10-24": "United Nations Day", "2010-11-06": "All Saints' Day; Finnish Swedish Heritage Day, svenska dagen", - "2010-11-14": "Fathers' Day", + "2010-11-14": "Father's Day", "2010-12-06": "Independence Day", "2010-12-08": "Jean Sibelius Day, Day of Finnish Music", "2010-12-24": "Christmas Eve", @@ -1518,7 +1518,7 @@ "2011-04-25": "Easter Monday", "2011-04-27": "National War Veterans' Day", "2011-05-01": "May Day", - "2011-05-08": "Mothers' Day", + "2011-05-08": "Mother's Day", "2011-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2011-05-15": "Remembrance Day", "2011-06-02": "Ascension Day", @@ -1531,7 +1531,7 @@ "2011-10-24": "United Nations Day", "2011-11-05": "All Saints' Day", "2011-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2011-11-13": "Fathers' Day", + "2011-11-13": "Father's Day", "2011-12-06": "Independence Day", "2011-12-08": "Jean Sibelius Day, Day of Finnish Music", "2011-12-24": "Christmas Eve", @@ -1548,7 +1548,7 @@ "2012-04-27": "National War Veterans' Day", "2012-05-01": "May Day", "2012-05-12": "J. V. Snellman Day, Day of Finnish Heritage", - "2012-05-13": "Mothers' Day", + "2012-05-13": "Mother's Day", "2012-05-17": "Ascension Day", "2012-05-20": "Remembrance Day", "2012-05-27": "Whit Sunday", @@ -1560,7 +1560,7 @@ "2012-10-24": "United Nations Day", "2012-11-03": "All Saints' Day", "2012-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2012-11-11": "Fathers' Day", + "2012-11-11": "Father's Day", "2012-12-06": "Independence Day", "2012-12-08": "Jean Sibelius Day, Day of Finnish Music", "2012-12-24": "Christmas Eve", @@ -1578,7 +1578,7 @@ "2013-04-27": "National War Veterans' Day", "2013-05-01": "May Day", "2013-05-09": "Ascension Day", - "2013-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mothers' Day", + "2013-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mother's Day", "2013-05-19": "Remembrance Day; Whit Sunday", "2013-06-06": "Flag Day of the Finnish Defense Forces", "2013-06-21": "Midsummer Eve", @@ -1589,7 +1589,7 @@ "2013-10-24": "United Nations Day", "2013-11-02": "All Saints' Day", "2013-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2013-11-10": "Fathers' Day", + "2013-11-10": "Father's Day", "2013-12-06": "Independence Day", "2013-12-08": "Jean Sibelius Day, Day of Finnish Music", "2013-12-24": "Christmas Eve", @@ -1606,7 +1606,7 @@ "2014-04-21": "Easter Monday", "2014-04-27": "National War Veterans' Day", "2014-05-01": "May Day", - "2014-05-11": "Mothers' Day", + "2014-05-11": "Mother's Day", "2014-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2014-05-18": "Remembrance Day", "2014-05-29": "Ascension Day", @@ -1620,7 +1620,7 @@ "2014-10-24": "United Nations Day", "2014-11-01": "All Saints' Day", "2014-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2014-11-09": "Fathers' Day", + "2014-11-09": "Father's Day", "2014-12-06": "Independence Day", "2014-12-08": "Jean Sibelius Day, Day of Finnish Music", "2014-12-24": "Christmas Eve", @@ -1637,7 +1637,7 @@ "2015-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2015-04-27": "National War Veterans' Day", "2015-05-01": "May Day", - "2015-05-10": "Mothers' Day", + "2015-05-10": "Mother's Day", "2015-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2015-05-14": "Ascension Day", "2015-05-17": "Remembrance Day", @@ -1651,7 +1651,7 @@ "2015-10-24": "United Nations Day", "2015-10-31": "All Saints' Day", "2015-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2015-11-08": "Fathers' Day", + "2015-11-08": "Father's Day", "2015-12-06": "Independence Day", "2015-12-08": "Jean Sibelius Day, Day of Finnish Music", "2015-12-24": "Christmas Eve", @@ -1669,7 +1669,7 @@ "2016-04-27": "National War Veterans' Day", "2016-05-01": "May Day", "2016-05-05": "Ascension Day", - "2016-05-08": "Mothers' Day", + "2016-05-08": "Mother's Day", "2016-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2016-05-15": "Remembrance Day; Whit Sunday", "2016-06-06": "Flag Day of the Finnish Defense Forces", @@ -1682,7 +1682,7 @@ "2016-10-24": "United Nations Day", "2016-11-05": "All Saints' Day", "2016-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2016-11-13": "Fathers' Day", + "2016-11-13": "Father's Day", "2016-12-06": "Independence Day", "2016-12-08": "Jean Sibelius Day, Day of Finnish Music", "2016-12-24": "Christmas Eve", @@ -1700,7 +1700,7 @@ "2017-04-27": "National War Veterans' Day", "2017-05-01": "May Day", "2017-05-12": "J. V. Snellman Day, Day of Finnish Heritage", - "2017-05-14": "Mothers' Day", + "2017-05-14": "Mother's Day", "2017-05-21": "Remembrance Day", "2017-05-25": "Ascension Day", "2017-06-04": "Whit Sunday", @@ -1714,7 +1714,7 @@ "2017-10-24": "United Nations Day", "2017-11-04": "All Saints' Day", "2017-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2017-11-12": "Fathers' Day", + "2017-11-12": "Father's Day", "2017-12-06": "Independence Day", "2017-12-08": "Jean Sibelius Day, Day of Finnish Music", "2017-12-24": "Christmas Eve", @@ -1733,7 +1733,7 @@ "2018-05-01": "May Day", "2018-05-10": "Ascension Day", "2018-05-12": "J. V. Snellman Day, Day of Finnish Heritage", - "2018-05-13": "Mothers' Day", + "2018-05-13": "Mother's Day", "2018-05-20": "Remembrance Day; Whit Sunday", "2018-06-06": "Flag Day of the Finnish Defense Forces", "2018-06-22": "Midsummer Eve", @@ -1745,7 +1745,7 @@ "2018-10-24": "United Nations Day", "2018-11-03": "All Saints' Day", "2018-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2018-11-11": "Fathers' Day", + "2018-11-11": "Father's Day", "2018-12-06": "Independence Day", "2018-12-08": "Jean Sibelius Day, Day of Finnish Music", "2018-12-24": "Christmas Eve", @@ -1763,7 +1763,7 @@ "2019-04-27": "National War Veterans' Day", "2019-05-01": "May Day", "2019-05-09": "Europe Day", - "2019-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mothers' Day", + "2019-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mother's Day", "2019-05-19": "Remembrance Day", "2019-05-30": "Ascension Day", "2019-06-06": "Flag Day of the Finnish Defense Forces", @@ -1777,7 +1777,7 @@ "2019-10-24": "United Nations Day", "2019-11-02": "All Saints' Day", "2019-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2019-11-10": "Fathers' Day", + "2019-11-10": "Father's Day", "2019-12-06": "Independence Day", "2019-12-08": "Jean Sibelius Day, Day of Finnish Music", "2019-12-24": "Christmas Eve", @@ -1795,7 +1795,7 @@ "2020-04-27": "National War Veterans' Day", "2020-05-01": "May Day", "2020-05-09": "Europe Day", - "2020-05-10": "Mothers' Day", + "2020-05-10": "Mother's Day", "2020-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2020-05-17": "Remembrance Day", "2020-05-21": "Ascension Day", @@ -1810,7 +1810,7 @@ "2020-10-24": "United Nations Day", "2020-10-31": "All Saints' Day", "2020-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2020-11-08": "Fathers' Day", + "2020-11-08": "Father's Day", "2020-11-20": "Day of Children's Rights", "2020-12-06": "Independence Day", "2020-12-08": "Jean Sibelius Day, Day of Finnish Music", @@ -1828,7 +1828,7 @@ "2021-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2021-04-27": "National War Veterans' Day", "2021-05-01": "May Day", - "2021-05-09": "Europe Day; Mothers' Day", + "2021-05-09": "Europe Day; Mother's Day", "2021-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2021-05-13": "Ascension Day", "2021-05-16": "Remembrance Day", @@ -1842,7 +1842,7 @@ "2021-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2021-10-24": "United Nations Day", "2021-11-06": "All Saints' Day; Finnish Swedish Heritage Day, svenska dagen", - "2021-11-14": "Fathers' Day", + "2021-11-14": "Father's Day", "2021-11-20": "Day of Children's Rights", "2021-12-06": "Independence Day", "2021-12-08": "Jean Sibelius Day, Day of Finnish Music", @@ -1860,7 +1860,7 @@ "2022-04-18": "Easter Monday", "2022-04-27": "National War Veterans' Day", "2022-05-01": "May Day", - "2022-05-08": "Mothers' Day", + "2022-05-08": "Mother's Day", "2022-05-09": "Europe Day", "2022-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2022-05-15": "Remembrance Day", @@ -1876,7 +1876,7 @@ "2022-10-24": "United Nations Day", "2022-11-05": "All Saints' Day", "2022-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2022-11-13": "Fathers' Day", + "2022-11-13": "Father's Day", "2022-11-20": "Day of Children's Rights", "2022-12-06": "Independence Day", "2022-12-08": "Jean Sibelius Day, Day of Finnish Music", @@ -1895,7 +1895,7 @@ "2023-05-01": "May Day", "2023-05-09": "Europe Day", "2023-05-12": "J. V. Snellman Day, Day of Finnish Heritage", - "2023-05-14": "Mothers' Day", + "2023-05-14": "Mother's Day", "2023-05-18": "Ascension Day", "2023-05-21": "Remembrance Day", "2023-05-28": "Whit Sunday", @@ -1909,7 +1909,7 @@ "2023-10-24": "United Nations Day", "2023-11-04": "All Saints' Day", "2023-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2023-11-12": "Fathers' Day", + "2023-11-12": "Father's Day", "2023-11-20": "Day of Children's Rights", "2023-12-06": "Independence Day", "2023-12-08": "Jean Sibelius Day, Day of Finnish Music", @@ -1928,7 +1928,7 @@ "2024-04-27": "National War Veterans' Day", "2024-05-01": "May Day", "2024-05-09": "Ascension Day; Europe Day", - "2024-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mothers' Day", + "2024-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mother's Day", "2024-05-19": "Remembrance Day; Whit Sunday", "2024-06-06": "Flag Day of the Finnish Defense Forces", "2024-06-21": "Midsummer Eve", @@ -1940,7 +1940,7 @@ "2024-10-24": "United Nations Day", "2024-11-02": "All Saints' Day", "2024-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2024-11-10": "Fathers' Day", + "2024-11-10": "Father's Day", "2024-11-20": "Day of Children's Rights", "2024-12-06": "Independence Day", "2024-12-08": "Jean Sibelius Day, Day of Finnish Music", @@ -1959,7 +1959,7 @@ "2025-04-27": "National War Veterans' Day", "2025-05-01": "May Day", "2025-05-09": "Europe Day", - "2025-05-11": "Mothers' Day", + "2025-05-11": "Mother's Day", "2025-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2025-05-18": "Remembrance Day", "2025-05-29": "Ascension Day", @@ -1974,7 +1974,7 @@ "2025-10-24": "United Nations Day", "2025-11-01": "All Saints' Day", "2025-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2025-11-09": "Fathers' Day", + "2025-11-09": "Father's Day", "2025-11-20": "Day of Children's Rights", "2025-12-06": "Independence Day", "2025-12-08": "Jean Sibelius Day, Day of Finnish Music", @@ -1993,7 +1993,7 @@ "2026-04-27": "National War Veterans' Day", "2026-05-01": "May Day", "2026-05-09": "Europe Day", - "2026-05-10": "Mothers' Day", + "2026-05-10": "Mother's Day", "2026-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2026-05-14": "Ascension Day", "2026-05-17": "Remembrance Day", @@ -2008,7 +2008,7 @@ "2026-10-24": "United Nations Day", "2026-10-31": "All Saints' Day", "2026-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2026-11-08": "Fathers' Day", + "2026-11-08": "Father's Day", "2026-11-20": "Day of Children's Rights", "2026-12-06": "Independence Day", "2026-12-08": "Jean Sibelius Day, Day of Finnish Music", @@ -2027,7 +2027,7 @@ "2027-04-27": "National War Veterans' Day", "2027-05-01": "May Day", "2027-05-06": "Ascension Day", - "2027-05-09": "Europe Day; Mothers' Day", + "2027-05-09": "Europe Day; Mother's Day", "2027-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2027-05-16": "Remembrance Day; Whit Sunday", "2027-06-06": "Flag Day of the Finnish Defense Forces", @@ -2039,7 +2039,7 @@ "2027-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2027-10-24": "United Nations Day", "2027-11-06": "All Saints' Day; Finnish Swedish Heritage Day, svenska dagen", - "2027-11-14": "Fathers' Day", + "2027-11-14": "Father's Day", "2027-11-20": "Day of Children's Rights", "2027-12-06": "Independence Day", "2027-12-08": "Jean Sibelius Day, Day of Finnish Music", @@ -2059,7 +2059,7 @@ "2028-05-01": "May Day", "2028-05-09": "Europe Day", "2028-05-12": "J. V. Snellman Day, Day of Finnish Heritage", - "2028-05-14": "Mothers' Day", + "2028-05-14": "Mother's Day", "2028-05-21": "Remembrance Day", "2028-05-25": "Ascension Day", "2028-06-04": "Whit Sunday", @@ -2073,7 +2073,7 @@ "2028-10-24": "United Nations Day", "2028-11-04": "All Saints' Day", "2028-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2028-11-12": "Fathers' Day", + "2028-11-12": "Father's Day", "2028-11-20": "Day of Children's Rights", "2028-12-06": "Independence Day", "2028-12-08": "Jean Sibelius Day, Day of Finnish Music", @@ -2094,7 +2094,7 @@ "2029-05-09": "Europe Day", "2029-05-10": "Ascension Day", "2029-05-12": "J. V. Snellman Day, Day of Finnish Heritage", - "2029-05-13": "Mothers' Day", + "2029-05-13": "Mother's Day", "2029-05-20": "Remembrance Day; Whit Sunday", "2029-06-06": "Flag Day of the Finnish Defense Forces", "2029-06-22": "Midsummer Eve", @@ -2106,7 +2106,7 @@ "2029-10-24": "United Nations Day", "2029-11-03": "All Saints' Day", "2029-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2029-11-11": "Fathers' Day", + "2029-11-11": "Father's Day", "2029-11-20": "Day of Children's Rights", "2029-12-06": "Independence Day", "2029-12-08": "Jean Sibelius Day, Day of Finnish Music", @@ -2125,7 +2125,7 @@ "2030-04-27": "National War Veterans' Day", "2030-05-01": "May Day", "2030-05-09": "Europe Day", - "2030-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mothers' Day", + "2030-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mother's Day", "2030-05-19": "Remembrance Day", "2030-05-30": "Ascension Day", "2030-06-06": "Flag Day of the Finnish Defense Forces", @@ -2139,7 +2139,7 @@ "2030-10-24": "United Nations Day", "2030-11-02": "All Saints' Day", "2030-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2030-11-10": "Fathers' Day", + "2030-11-10": "Father's Day", "2030-11-20": "Day of Children's Rights", "2030-12-06": "Independence Day", "2030-12-08": "Jean Sibelius Day, Day of Finnish Music", @@ -2158,7 +2158,7 @@ "2031-04-27": "National War Veterans' Day", "2031-05-01": "May Day", "2031-05-09": "Europe Day", - "2031-05-11": "Mothers' Day", + "2031-05-11": "Mother's Day", "2031-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2031-05-18": "Remembrance Day", "2031-05-22": "Ascension Day", @@ -2173,7 +2173,7 @@ "2031-10-24": "United Nations Day", "2031-11-01": "All Saints' Day", "2031-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2031-11-09": "Fathers' Day", + "2031-11-09": "Father's Day", "2031-11-20": "Day of Children's Rights", "2031-12-06": "Independence Day", "2031-12-08": "Jean Sibelius Day, Day of Finnish Music", @@ -2192,7 +2192,7 @@ "2032-04-27": "National War Veterans' Day", "2032-05-01": "May Day", "2032-05-06": "Ascension Day", - "2032-05-09": "Europe Day; Mothers' Day", + "2032-05-09": "Europe Day; Mother's Day", "2032-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2032-05-16": "Remembrance Day; Whit Sunday", "2032-06-06": "Flag Day of the Finnish Defense Forces", @@ -2204,7 +2204,7 @@ "2032-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2032-10-24": "United Nations Day", "2032-11-06": "All Saints' Day; Finnish Swedish Heritage Day, svenska dagen", - "2032-11-14": "Fathers' Day", + "2032-11-14": "Father's Day", "2032-11-20": "Day of Children's Rights", "2032-12-06": "Independence Day", "2032-12-08": "Jean Sibelius Day, Day of Finnish Music", @@ -2222,7 +2222,7 @@ "2033-04-18": "Easter Monday", "2033-04-27": "National War Veterans' Day", "2033-05-01": "May Day", - "2033-05-08": "Mothers' Day", + "2033-05-08": "Mother's Day", "2033-05-09": "Europe Day", "2033-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2033-05-15": "Remembrance Day", @@ -2238,7 +2238,7 @@ "2033-10-24": "United Nations Day", "2033-11-05": "All Saints' Day", "2033-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2033-11-13": "Fathers' Day", + "2033-11-13": "Father's Day", "2033-11-20": "Day of Children's Rights", "2033-12-06": "Independence Day", "2033-12-08": "Jean Sibelius Day, Day of Finnish Music", @@ -2257,7 +2257,7 @@ "2034-05-01": "May Day", "2034-05-09": "Europe Day", "2034-05-12": "J. V. Snellman Day, Day of Finnish Heritage", - "2034-05-14": "Mothers' Day", + "2034-05-14": "Mother's Day", "2034-05-18": "Ascension Day", "2034-05-21": "Remembrance Day", "2034-05-28": "Whit Sunday", @@ -2271,7 +2271,7 @@ "2034-10-24": "United Nations Day", "2034-11-04": "All Saints' Day", "2034-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2034-11-12": "Fathers' Day", + "2034-11-12": "Father's Day", "2034-11-20": "Day of Children's Rights", "2034-12-06": "Independence Day", "2034-12-08": "Jean Sibelius Day, Day of Finnish Music", @@ -2292,7 +2292,7 @@ "2035-05-03": "Ascension Day", "2035-05-09": "Europe Day", "2035-05-12": "J. V. Snellman Day, Day of Finnish Heritage", - "2035-05-13": "Mothers' Day; Whit Sunday", + "2035-05-13": "Mother's Day; Whit Sunday", "2035-05-20": "Remembrance Day", "2035-06-06": "Flag Day of the Finnish Defense Forces", "2035-06-22": "Midsummer Eve", @@ -2304,7 +2304,7 @@ "2035-10-24": "United Nations Day", "2035-11-03": "All Saints' Day", "2035-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2035-11-11": "Fathers' Day", + "2035-11-11": "Father's Day", "2035-11-20": "Day of Children's Rights", "2035-12-06": "Independence Day", "2035-12-08": "Jean Sibelius Day, Day of Finnish Music", @@ -2323,7 +2323,7 @@ "2036-04-27": "National War Veterans' Day", "2036-05-01": "May Day", "2036-05-09": "Europe Day", - "2036-05-11": "Mothers' Day", + "2036-05-11": "Mother's Day", "2036-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2036-05-18": "Remembrance Day", "2036-05-22": "Ascension Day", @@ -2338,7 +2338,7 @@ "2036-10-24": "United Nations Day", "2036-11-01": "All Saints' Day", "2036-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2036-11-09": "Fathers' Day", + "2036-11-09": "Father's Day", "2036-11-20": "Day of Children's Rights", "2036-12-06": "Independence Day", "2036-12-08": "Jean Sibelius Day, Day of Finnish Music", @@ -2357,7 +2357,7 @@ "2037-04-27": "National War Veterans' Day", "2037-05-01": "May Day", "2037-05-09": "Europe Day", - "2037-05-10": "Mothers' Day", + "2037-05-10": "Mother's Day", "2037-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2037-05-14": "Ascension Day", "2037-05-17": "Remembrance Day", @@ -2372,7 +2372,7 @@ "2037-10-24": "United Nations Day", "2037-10-31": "All Saints' Day", "2037-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2037-11-08": "Fathers' Day", + "2037-11-08": "Father's Day", "2037-11-20": "Day of Children's Rights", "2037-12-06": "Independence Day", "2037-12-08": "Jean Sibelius Day, Day of Finnish Music", @@ -2390,7 +2390,7 @@ "2038-04-26": "Easter Monday", "2038-04-27": "National War Veterans' Day", "2038-05-01": "May Day", - "2038-05-09": "Europe Day; Mothers' Day", + "2038-05-09": "Europe Day; Mother's Day", "2038-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2038-05-16": "Remembrance Day", "2038-06-03": "Ascension Day", @@ -2404,7 +2404,7 @@ "2038-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2038-10-24": "United Nations Day", "2038-11-06": "All Saints' Day; Finnish Swedish Heritage Day, svenska dagen", - "2038-11-14": "Fathers' Day", + "2038-11-14": "Father's Day", "2038-11-20": "Day of Children's Rights", "2038-12-06": "Independence Day", "2038-12-08": "Jean Sibelius Day, Day of Finnish Music", @@ -2422,7 +2422,7 @@ "2039-04-11": "Easter Monday", "2039-04-27": "National War Veterans' Day", "2039-05-01": "May Day", - "2039-05-08": "Mothers' Day", + "2039-05-08": "Mother's Day", "2039-05-09": "Europe Day", "2039-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2039-05-15": "Remembrance Day", @@ -2438,7 +2438,7 @@ "2039-10-24": "United Nations Day", "2039-11-05": "All Saints' Day", "2039-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2039-11-13": "Fathers' Day", + "2039-11-13": "Father's Day", "2039-11-20": "Day of Children's Rights", "2039-12-06": "Independence Day", "2039-12-08": "Jean Sibelius Day, Day of Finnish Music", @@ -2459,7 +2459,7 @@ "2040-05-09": "Europe Day", "2040-05-10": "Ascension Day", "2040-05-12": "J. V. Snellman Day, Day of Finnish Heritage", - "2040-05-13": "Mothers' Day", + "2040-05-13": "Mother's Day", "2040-05-20": "Remembrance Day; Whit Sunday", "2040-06-06": "Flag Day of the Finnish Defense Forces", "2040-06-22": "Midsummer Eve", @@ -2471,7 +2471,7 @@ "2040-10-24": "United Nations Day", "2040-11-03": "All Saints' Day", "2040-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2040-11-11": "Fathers' Day", + "2040-11-11": "Father's Day", "2040-11-20": "Day of Children's Rights", "2040-12-06": "Independence Day", "2040-12-08": "Jean Sibelius Day, Day of Finnish Music", @@ -2490,7 +2490,7 @@ "2041-04-27": "National War Veterans' Day", "2041-05-01": "May Day", "2041-05-09": "Europe Day", - "2041-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mothers' Day", + "2041-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mother's Day", "2041-05-19": "Remembrance Day", "2041-05-30": "Ascension Day", "2041-06-06": "Flag Day of the Finnish Defense Forces", @@ -2504,7 +2504,7 @@ "2041-10-24": "United Nations Day", "2041-11-02": "All Saints' Day", "2041-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2041-11-10": "Fathers' Day", + "2041-11-10": "Father's Day", "2041-11-20": "Day of Children's Rights", "2041-12-06": "Independence Day", "2041-12-08": "Jean Sibelius Day, Day of Finnish Music", @@ -2523,7 +2523,7 @@ "2042-04-27": "National War Veterans' Day", "2042-05-01": "May Day", "2042-05-09": "Europe Day", - "2042-05-11": "Mothers' Day", + "2042-05-11": "Mother's Day", "2042-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2042-05-15": "Ascension Day", "2042-05-18": "Remembrance Day", @@ -2538,7 +2538,7 @@ "2042-10-24": "United Nations Day", "2042-11-01": "All Saints' Day", "2042-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2042-11-09": "Fathers' Day", + "2042-11-09": "Father's Day", "2042-11-20": "Day of Children's Rights", "2042-12-06": "Independence Day", "2042-12-08": "Jean Sibelius Day, Day of Finnish Music", @@ -2558,7 +2558,7 @@ "2043-05-01": "May Day", "2043-05-07": "Ascension Day", "2043-05-09": "Europe Day", - "2043-05-10": "Mothers' Day", + "2043-05-10": "Mother's Day", "2043-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2043-05-17": "Remembrance Day; Whit Sunday", "2043-06-06": "Flag Day of the Finnish Defense Forces", @@ -2571,7 +2571,7 @@ "2043-10-24": "United Nations Day", "2043-10-31": "All Saints' Day", "2043-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2043-11-08": "Fathers' Day", + "2043-11-08": "Father's Day", "2043-11-20": "Day of Children's Rights", "2043-12-06": "Independence Day", "2043-12-08": "Jean Sibelius Day, Day of Finnish Music", @@ -2589,7 +2589,7 @@ "2044-04-18": "Easter Monday", "2044-04-27": "National War Veterans' Day", "2044-05-01": "May Day", - "2044-05-08": "Mothers' Day", + "2044-05-08": "Mother's Day", "2044-05-09": "Europe Day", "2044-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2044-05-15": "Remembrance Day", @@ -2605,7 +2605,7 @@ "2044-10-24": "United Nations Day", "2044-11-05": "All Saints' Day", "2044-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2044-11-13": "Fathers' Day", + "2044-11-13": "Father's Day", "2044-11-20": "Day of Children's Rights", "2044-12-06": "Independence Day", "2044-12-08": "Jean Sibelius Day, Day of Finnish Music", @@ -2624,7 +2624,7 @@ "2045-05-01": "May Day", "2045-05-09": "Europe Day", "2045-05-12": "J. V. Snellman Day, Day of Finnish Heritage", - "2045-05-14": "Mothers' Day", + "2045-05-14": "Mother's Day", "2045-05-18": "Ascension Day", "2045-05-21": "Remembrance Day", "2045-05-28": "Whit Sunday", @@ -2638,7 +2638,7 @@ "2045-10-24": "United Nations Day", "2045-11-04": "All Saints' Day", "2045-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2045-11-12": "Fathers' Day", + "2045-11-12": "Father's Day", "2045-11-20": "Day of Children's Rights", "2045-12-06": "Independence Day", "2045-12-08": "Jean Sibelius Day, Day of Finnish Music", @@ -2659,7 +2659,7 @@ "2046-05-03": "Ascension Day", "2046-05-09": "Europe Day", "2046-05-12": "J. V. Snellman Day, Day of Finnish Heritage", - "2046-05-13": "Mothers' Day; Whit Sunday", + "2046-05-13": "Mother's Day; Whit Sunday", "2046-05-20": "Remembrance Day", "2046-06-06": "Flag Day of the Finnish Defense Forces", "2046-06-22": "Midsummer Eve", @@ -2671,7 +2671,7 @@ "2046-10-24": "United Nations Day", "2046-11-03": "All Saints' Day", "2046-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2046-11-11": "Fathers' Day", + "2046-11-11": "Father's Day", "2046-11-20": "Day of Children's Rights", "2046-12-06": "Independence Day", "2046-12-08": "Jean Sibelius Day, Day of Finnish Music", @@ -2690,7 +2690,7 @@ "2047-04-27": "National War Veterans' Day", "2047-05-01": "May Day", "2047-05-09": "Europe Day", - "2047-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mothers' Day", + "2047-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mother's Day", "2047-05-19": "Remembrance Day", "2047-05-23": "Ascension Day", "2047-06-02": "Whit Sunday", @@ -2704,7 +2704,7 @@ "2047-10-24": "United Nations Day", "2047-11-02": "All Saints' Day", "2047-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2047-11-10": "Fathers' Day", + "2047-11-10": "Father's Day", "2047-11-20": "Day of Children's Rights", "2047-12-06": "Independence Day", "2047-12-08": "Jean Sibelius Day, Day of Finnish Music", @@ -2723,7 +2723,7 @@ "2048-04-27": "National War Veterans' Day", "2048-05-01": "May Day", "2048-05-09": "Europe Day", - "2048-05-10": "Mothers' Day", + "2048-05-10": "Mother's Day", "2048-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2048-05-14": "Ascension Day", "2048-05-17": "Remembrance Day", @@ -2738,7 +2738,7 @@ "2048-10-24": "United Nations Day", "2048-10-31": "All Saints' Day", "2048-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2048-11-08": "Fathers' Day", + "2048-11-08": "Father's Day", "2048-11-20": "Day of Children's Rights", "2048-12-06": "Independence Day", "2048-12-08": "Jean Sibelius Day, Day of Finnish Music", @@ -2756,7 +2756,7 @@ "2049-04-19": "Easter Monday", "2049-04-27": "National War Veterans' Day", "2049-05-01": "May Day", - "2049-05-09": "Europe Day; Mothers' Day", + "2049-05-09": "Europe Day; Mother's Day", "2049-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2049-05-16": "Remembrance Day", "2049-05-27": "Ascension Day", @@ -2769,7 +2769,7 @@ "2049-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2049-10-24": "United Nations Day", "2049-11-06": "All Saints' Day; Finnish Swedish Heritage Day, svenska dagen", - "2049-11-14": "Fathers' Day", + "2049-11-14": "Father's Day", "2049-11-20": "Day of Children's Rights", "2049-12-06": "Independence Day", "2049-12-08": "Jean Sibelius Day, Day of Finnish Music", @@ -2787,7 +2787,7 @@ "2050-04-11": "Easter Monday", "2050-04-27": "National War Veterans' Day", "2050-05-01": "May Day", - "2050-05-08": "Mothers' Day", + "2050-05-08": "Mother's Day", "2050-05-09": "Europe Day", "2050-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2050-05-15": "Remembrance Day", @@ -2803,7 +2803,7 @@ "2050-10-24": "United Nations Day", "2050-11-05": "All Saints' Day", "2050-11-06": "Finnish Swedish Heritage Day, svenska dagen", - "2050-11-13": "Fathers' Day", + "2050-11-13": "Father's Day", "2050-11-20": "Day of Children's Rights", "2050-12-06": "Independence Day", "2050-12-08": "Jean Sibelius Day, Day of Finnish Music", diff --git a/snapshots/countries/GL_COMMON.json b/snapshots/countries/GL_COMMON.json index 809bc5829..e7c4673f6 100644 --- a/snapshots/countries/GL_COMMON.json +++ b/snapshots/countries/GL_COMMON.json @@ -1,467 +1,4 @@ { - "1950-01-01": "New Year's Day", - "1950-01-06": "Epiphany", - "1950-04-06": "Maundy Thursday", - "1950-04-07": "Good Friday", - "1950-04-09": "Easter Sunday", - "1950-04-10": "Easter Monday", - "1950-05-01": "International Workers' Day", - "1950-05-05": "Great Prayer Day", - "1950-05-18": "Ascension Day", - "1950-05-28": "Whit Sunday", - "1950-05-29": "Whit Monday", - "1950-06-21": "National Day", - "1950-12-24": "Christmas Eve", - "1950-12-25": "Christmas Day", - "1950-12-26": "Second Day of Christmas", - "1950-12-31": "New Year's Eve", - "1951-01-01": "New Year's Day", - "1951-01-06": "Epiphany", - "1951-03-22": "Maundy Thursday", - "1951-03-23": "Good Friday", - "1951-03-25": "Easter Sunday", - "1951-03-26": "Easter Monday", - "1951-04-20": "Great Prayer Day", - "1951-05-01": "International Workers' Day", - "1951-05-03": "Ascension Day", - "1951-05-13": "Whit Sunday", - "1951-05-14": "Whit Monday", - "1951-06-21": "National Day", - "1951-12-24": "Christmas Eve", - "1951-12-25": "Christmas Day", - "1951-12-26": "Second Day of Christmas", - "1951-12-31": "New Year's Eve", - "1952-01-01": "New Year's Day", - "1952-01-06": "Epiphany", - "1952-04-10": "Maundy Thursday", - "1952-04-11": "Good Friday", - "1952-04-13": "Easter Sunday", - "1952-04-14": "Easter Monday", - "1952-05-01": "International Workers' Day", - "1952-05-09": "Great Prayer Day", - "1952-05-22": "Ascension Day", - "1952-06-01": "Whit Sunday", - "1952-06-02": "Whit Monday", - "1952-06-21": "National Day", - "1952-12-24": "Christmas Eve", - "1952-12-25": "Christmas Day", - "1952-12-26": "Second Day of Christmas", - "1952-12-31": "New Year's Eve", - "1953-01-01": "New Year's Day", - "1953-01-06": "Epiphany", - "1953-04-02": "Maundy Thursday", - "1953-04-03": "Good Friday", - "1953-04-05": "Easter Sunday", - "1953-04-06": "Easter Monday", - "1953-05-01": "Great Prayer Day; International Workers' Day", - "1953-05-14": "Ascension Day", - "1953-05-24": "Whit Sunday", - "1953-05-25": "Whit Monday", - "1953-06-21": "National Day", - "1953-12-24": "Christmas Eve", - "1953-12-25": "Christmas Day", - "1953-12-26": "Second Day of Christmas", - "1953-12-31": "New Year's Eve", - "1954-01-01": "New Year's Day", - "1954-01-06": "Epiphany", - "1954-04-15": "Maundy Thursday", - "1954-04-16": "Good Friday", - "1954-04-18": "Easter Sunday", - "1954-04-19": "Easter Monday", - "1954-05-01": "International Workers' Day", - "1954-05-14": "Great Prayer Day", - "1954-05-27": "Ascension Day", - "1954-06-06": "Whit Sunday", - "1954-06-07": "Whit Monday", - "1954-06-21": "National Day", - "1954-12-24": "Christmas Eve", - "1954-12-25": "Christmas Day", - "1954-12-26": "Second Day of Christmas", - "1954-12-31": "New Year's Eve", - "1955-01-01": "New Year's Day", - "1955-01-06": "Epiphany", - "1955-04-07": "Maundy Thursday", - "1955-04-08": "Good Friday", - "1955-04-10": "Easter Sunday", - "1955-04-11": "Easter Monday", - "1955-05-01": "International Workers' Day", - "1955-05-06": "Great Prayer Day", - "1955-05-19": "Ascension Day", - "1955-05-29": "Whit Sunday", - "1955-05-30": "Whit Monday", - "1955-06-21": "National Day", - "1955-12-24": "Christmas Eve", - "1955-12-25": "Christmas Day", - "1955-12-26": "Second Day of Christmas", - "1955-12-31": "New Year's Eve", - "1956-01-01": "New Year's Day", - "1956-01-06": "Epiphany", - "1956-03-29": "Maundy Thursday", - "1956-03-30": "Good Friday", - "1956-04-01": "Easter Sunday", - "1956-04-02": "Easter Monday", - "1956-04-27": "Great Prayer Day", - "1956-05-01": "International Workers' Day", - "1956-05-10": "Ascension Day", - "1956-05-20": "Whit Sunday", - "1956-05-21": "Whit Monday", - "1956-06-21": "National Day", - "1956-12-24": "Christmas Eve", - "1956-12-25": "Christmas Day", - "1956-12-26": "Second Day of Christmas", - "1956-12-31": "New Year's Eve", - "1957-01-01": "New Year's Day", - "1957-01-06": "Epiphany", - "1957-04-18": "Maundy Thursday", - "1957-04-19": "Good Friday", - "1957-04-21": "Easter Sunday", - "1957-04-22": "Easter Monday", - "1957-05-01": "International Workers' Day", - "1957-05-17": "Great Prayer Day", - "1957-05-30": "Ascension Day", - "1957-06-09": "Whit Sunday", - "1957-06-10": "Whit Monday", - "1957-06-21": "National Day", - "1957-12-24": "Christmas Eve", - "1957-12-25": "Christmas Day", - "1957-12-26": "Second Day of Christmas", - "1957-12-31": "New Year's Eve", - "1958-01-01": "New Year's Day", - "1958-01-06": "Epiphany", - "1958-04-03": "Maundy Thursday", - "1958-04-04": "Good Friday", - "1958-04-06": "Easter Sunday", - "1958-04-07": "Easter Monday", - "1958-05-01": "International Workers' Day", - "1958-05-02": "Great Prayer Day", - "1958-05-15": "Ascension Day", - "1958-05-25": "Whit Sunday", - "1958-05-26": "Whit Monday", - "1958-06-21": "National Day", - "1958-12-24": "Christmas Eve", - "1958-12-25": "Christmas Day", - "1958-12-26": "Second Day of Christmas", - "1958-12-31": "New Year's Eve", - "1959-01-01": "New Year's Day", - "1959-01-06": "Epiphany", - "1959-03-26": "Maundy Thursday", - "1959-03-27": "Good Friday", - "1959-03-29": "Easter Sunday", - "1959-03-30": "Easter Monday", - "1959-04-24": "Great Prayer Day", - "1959-05-01": "International Workers' Day", - "1959-05-07": "Ascension Day", - "1959-05-17": "Whit Sunday", - "1959-05-18": "Whit Monday", - "1959-06-21": "National Day", - "1959-12-24": "Christmas Eve", - "1959-12-25": "Christmas Day", - "1959-12-26": "Second Day of Christmas", - "1959-12-31": "New Year's Eve", - "1960-01-01": "New Year's Day", - "1960-01-06": "Epiphany", - "1960-04-14": "Maundy Thursday", - "1960-04-15": "Good Friday", - "1960-04-17": "Easter Sunday", - "1960-04-18": "Easter Monday", - "1960-05-01": "International Workers' Day", - "1960-05-13": "Great Prayer Day", - "1960-05-26": "Ascension Day", - "1960-06-05": "Whit Sunday", - "1960-06-06": "Whit Monday", - "1960-06-21": "National Day", - "1960-12-24": "Christmas Eve", - "1960-12-25": "Christmas Day", - "1960-12-26": "Second Day of Christmas", - "1960-12-31": "New Year's Eve", - "1961-01-01": "New Year's Day", - "1961-01-06": "Epiphany", - "1961-03-30": "Maundy Thursday", - "1961-03-31": "Good Friday", - "1961-04-02": "Easter Sunday", - "1961-04-03": "Easter Monday", - "1961-04-28": "Great Prayer Day", - "1961-05-01": "International Workers' Day", - "1961-05-11": "Ascension Day", - "1961-05-21": "Whit Sunday", - "1961-05-22": "Whit Monday", - "1961-06-21": "National Day", - "1961-12-24": "Christmas Eve", - "1961-12-25": "Christmas Day", - "1961-12-26": "Second Day of Christmas", - "1961-12-31": "New Year's Eve", - "1962-01-01": "New Year's Day", - "1962-01-06": "Epiphany", - "1962-04-19": "Maundy Thursday", - "1962-04-20": "Good Friday", - "1962-04-22": "Easter Sunday", - "1962-04-23": "Easter Monday", - "1962-05-01": "International Workers' Day", - "1962-05-18": "Great Prayer Day", - "1962-05-31": "Ascension Day", - "1962-06-10": "Whit Sunday", - "1962-06-11": "Whit Monday", - "1962-06-21": "National Day", - "1962-12-24": "Christmas Eve", - "1962-12-25": "Christmas Day", - "1962-12-26": "Second Day of Christmas", - "1962-12-31": "New Year's Eve", - "1963-01-01": "New Year's Day", - "1963-01-06": "Epiphany", - "1963-04-11": "Maundy Thursday", - "1963-04-12": "Good Friday", - "1963-04-14": "Easter Sunday", - "1963-04-15": "Easter Monday", - "1963-05-01": "International Workers' Day", - "1963-05-10": "Great Prayer Day", - "1963-05-23": "Ascension Day", - "1963-06-02": "Whit Sunday", - "1963-06-03": "Whit Monday", - "1963-06-21": "National Day", - "1963-12-24": "Christmas Eve", - "1963-12-25": "Christmas Day", - "1963-12-26": "Second Day of Christmas", - "1963-12-31": "New Year's Eve", - "1964-01-01": "New Year's Day", - "1964-01-06": "Epiphany", - "1964-03-26": "Maundy Thursday", - "1964-03-27": "Good Friday", - "1964-03-29": "Easter Sunday", - "1964-03-30": "Easter Monday", - "1964-04-24": "Great Prayer Day", - "1964-05-01": "International Workers' Day", - "1964-05-07": "Ascension Day", - "1964-05-17": "Whit Sunday", - "1964-05-18": "Whit Monday", - "1964-06-21": "National Day", - "1964-12-24": "Christmas Eve", - "1964-12-25": "Christmas Day", - "1964-12-26": "Second Day of Christmas", - "1964-12-31": "New Year's Eve", - "1965-01-01": "New Year's Day", - "1965-01-06": "Epiphany", - "1965-04-15": "Maundy Thursday", - "1965-04-16": "Good Friday", - "1965-04-18": "Easter Sunday", - "1965-04-19": "Easter Monday", - "1965-05-01": "International Workers' Day", - "1965-05-14": "Great Prayer Day", - "1965-05-27": "Ascension Day", - "1965-06-06": "Whit Sunday", - "1965-06-07": "Whit Monday", - "1965-06-21": "National Day", - "1965-12-24": "Christmas Eve", - "1965-12-25": "Christmas Day", - "1965-12-26": "Second Day of Christmas", - "1965-12-31": "New Year's Eve", - "1966-01-01": "New Year's Day", - "1966-01-06": "Epiphany", - "1966-04-07": "Maundy Thursday", - "1966-04-08": "Good Friday", - "1966-04-10": "Easter Sunday", - "1966-04-11": "Easter Monday", - "1966-05-01": "International Workers' Day", - "1966-05-06": "Great Prayer Day", - "1966-05-19": "Ascension Day", - "1966-05-29": "Whit Sunday", - "1966-05-30": "Whit Monday", - "1966-06-21": "National Day", - "1966-12-24": "Christmas Eve", - "1966-12-25": "Christmas Day", - "1966-12-26": "Second Day of Christmas", - "1966-12-31": "New Year's Eve", - "1967-01-01": "New Year's Day", - "1967-01-06": "Epiphany", - "1967-03-23": "Maundy Thursday", - "1967-03-24": "Good Friday", - "1967-03-26": "Easter Sunday", - "1967-03-27": "Easter Monday", - "1967-04-21": "Great Prayer Day", - "1967-05-01": "International Workers' Day", - "1967-05-04": "Ascension Day", - "1967-05-14": "Whit Sunday", - "1967-05-15": "Whit Monday", - "1967-06-21": "National Day", - "1967-12-24": "Christmas Eve", - "1967-12-25": "Christmas Day", - "1967-12-26": "Second Day of Christmas", - "1967-12-31": "New Year's Eve", - "1968-01-01": "New Year's Day", - "1968-01-06": "Epiphany", - "1968-04-11": "Maundy Thursday", - "1968-04-12": "Good Friday", - "1968-04-14": "Easter Sunday", - "1968-04-15": "Easter Monday", - "1968-05-01": "International Workers' Day", - "1968-05-10": "Great Prayer Day", - "1968-05-23": "Ascension Day", - "1968-06-02": "Whit Sunday", - "1968-06-03": "Whit Monday", - "1968-06-21": "National Day", - "1968-12-24": "Christmas Eve", - "1968-12-25": "Christmas Day", - "1968-12-26": "Second Day of Christmas", - "1968-12-31": "New Year's Eve", - "1969-01-01": "New Year's Day", - "1969-01-06": "Epiphany", - "1969-04-03": "Maundy Thursday", - "1969-04-04": "Good Friday", - "1969-04-06": "Easter Sunday", - "1969-04-07": "Easter Monday", - "1969-05-01": "International Workers' Day", - "1969-05-02": "Great Prayer Day", - "1969-05-15": "Ascension Day", - "1969-05-25": "Whit Sunday", - "1969-05-26": "Whit Monday", - "1969-06-21": "National Day", - "1969-12-24": "Christmas Eve", - "1969-12-25": "Christmas Day", - "1969-12-26": "Second Day of Christmas", - "1969-12-31": "New Year's Eve", - "1970-01-01": "New Year's Day", - "1970-01-06": "Epiphany", - "1970-03-26": "Maundy Thursday", - "1970-03-27": "Good Friday", - "1970-03-29": "Easter Sunday", - "1970-03-30": "Easter Monday", - "1970-04-24": "Great Prayer Day", - "1970-05-01": "International Workers' Day", - "1970-05-07": "Ascension Day", - "1970-05-17": "Whit Sunday", - "1970-05-18": "Whit Monday", - "1970-06-21": "National Day", - "1970-12-24": "Christmas Eve", - "1970-12-25": "Christmas Day", - "1970-12-26": "Second Day of Christmas", - "1970-12-31": "New Year's Eve", - "1971-01-01": "New Year's Day", - "1971-01-06": "Epiphany", - "1971-04-08": "Maundy Thursday", - "1971-04-09": "Good Friday", - "1971-04-11": "Easter Sunday", - "1971-04-12": "Easter Monday", - "1971-05-01": "International Workers' Day", - "1971-05-07": "Great Prayer Day", - "1971-05-20": "Ascension Day", - "1971-05-30": "Whit Sunday", - "1971-05-31": "Whit Monday", - "1971-06-21": "National Day", - "1971-12-24": "Christmas Eve", - "1971-12-25": "Christmas Day", - "1971-12-26": "Second Day of Christmas", - "1971-12-31": "New Year's Eve", - "1972-01-01": "New Year's Day", - "1972-01-06": "Epiphany", - "1972-03-30": "Maundy Thursday", - "1972-03-31": "Good Friday", - "1972-04-02": "Easter Sunday", - "1972-04-03": "Easter Monday", - "1972-04-28": "Great Prayer Day", - "1972-05-01": "International Workers' Day", - "1972-05-11": "Ascension Day", - "1972-05-21": "Whit Sunday", - "1972-05-22": "Whit Monday", - "1972-06-21": "National Day", - "1972-12-24": "Christmas Eve", - "1972-12-25": "Christmas Day", - "1972-12-26": "Second Day of Christmas", - "1972-12-31": "New Year's Eve", - "1973-01-01": "New Year's Day", - "1973-01-06": "Epiphany", - "1973-04-19": "Maundy Thursday", - "1973-04-20": "Good Friday", - "1973-04-22": "Easter Sunday", - "1973-04-23": "Easter Monday", - "1973-05-01": "International Workers' Day", - "1973-05-18": "Great Prayer Day", - "1973-05-31": "Ascension Day", - "1973-06-10": "Whit Sunday", - "1973-06-11": "Whit Monday", - "1973-06-21": "National Day", - "1973-12-24": "Christmas Eve", - "1973-12-25": "Christmas Day", - "1973-12-26": "Second Day of Christmas", - "1973-12-31": "New Year's Eve", - "1974-01-01": "New Year's Day", - "1974-01-06": "Epiphany", - "1974-04-11": "Maundy Thursday", - "1974-04-12": "Good Friday", - "1974-04-14": "Easter Sunday", - "1974-04-15": "Easter Monday", - "1974-05-01": "International Workers' Day", - "1974-05-10": "Great Prayer Day", - "1974-05-23": "Ascension Day", - "1974-06-02": "Whit Sunday", - "1974-06-03": "Whit Monday", - "1974-06-21": "National Day", - "1974-12-24": "Christmas Eve", - "1974-12-25": "Christmas Day", - "1974-12-26": "Second Day of Christmas", - "1974-12-31": "New Year's Eve", - "1975-01-01": "New Year's Day", - "1975-01-06": "Epiphany", - "1975-03-27": "Maundy Thursday", - "1975-03-28": "Good Friday", - "1975-03-30": "Easter Sunday", - "1975-03-31": "Easter Monday", - "1975-04-25": "Great Prayer Day", - "1975-05-01": "International Workers' Day", - "1975-05-08": "Ascension Day", - "1975-05-18": "Whit Sunday", - "1975-05-19": "Whit Monday", - "1975-06-21": "National Day", - "1975-12-24": "Christmas Eve", - "1975-12-25": "Christmas Day", - "1975-12-26": "Second Day of Christmas", - "1975-12-31": "New Year's Eve", - "1976-01-01": "New Year's Day", - "1976-01-06": "Epiphany", - "1976-04-15": "Maundy Thursday", - "1976-04-16": "Good Friday", - "1976-04-18": "Easter Sunday", - "1976-04-19": "Easter Monday", - "1976-05-01": "International Workers' Day", - "1976-05-14": "Great Prayer Day", - "1976-05-27": "Ascension Day", - "1976-06-06": "Whit Sunday", - "1976-06-07": "Whit Monday", - "1976-06-21": "National Day", - "1976-12-24": "Christmas Eve", - "1976-12-25": "Christmas Day", - "1976-12-26": "Second Day of Christmas", - "1976-12-31": "New Year's Eve", - "1977-01-01": "New Year's Day", - "1977-01-06": "Epiphany", - "1977-04-07": "Maundy Thursday", - "1977-04-08": "Good Friday", - "1977-04-10": "Easter Sunday", - "1977-04-11": "Easter Monday", - "1977-05-01": "International Workers' Day", - "1977-05-06": "Great Prayer Day", - "1977-05-19": "Ascension Day", - "1977-05-29": "Whit Sunday", - "1977-05-30": "Whit Monday", - "1977-06-21": "National Day", - "1977-12-24": "Christmas Eve", - "1977-12-25": "Christmas Day", - "1977-12-26": "Second Day of Christmas", - "1977-12-31": "New Year's Eve", - "1978-01-01": "New Year's Day", - "1978-01-06": "Epiphany", - "1978-03-23": "Maundy Thursday", - "1978-03-24": "Good Friday", - "1978-03-26": "Easter Sunday", - "1978-03-27": "Easter Monday", - "1978-04-21": "Great Prayer Day", - "1978-05-01": "International Workers' Day", - "1978-05-04": "Ascension Day", - "1978-05-14": "Whit Sunday", - "1978-05-15": "Whit Monday", - "1978-06-21": "National Day", - "1978-12-24": "Christmas Eve", - "1978-12-25": "Christmas Day", - "1978-12-26": "Second Day of Christmas", - "1978-12-31": "New Year's Eve", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-04-12": "Maundy Thursday", @@ -473,7 +10,6 @@ "1979-05-24": "Ascension Day", "1979-06-03": "Whit Sunday", "1979-06-04": "Whit Monday", - "1979-06-21": "National Day", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Second Day of Christmas", @@ -489,7 +25,6 @@ "1980-05-15": "Ascension Day", "1980-05-25": "Whit Sunday", "1980-05-26": "Whit Monday", - "1980-06-21": "National Day", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Second Day of Christmas", @@ -505,7 +40,6 @@ "1981-05-28": "Ascension Day", "1981-06-07": "Whit Sunday", "1981-06-08": "Whit Monday", - "1981-06-21": "National Day", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Second Day of Christmas", @@ -521,7 +55,6 @@ "1982-05-20": "Ascension Day", "1982-05-30": "Whit Sunday", "1982-05-31": "Whit Monday", - "1982-06-21": "National Day", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Second Day of Christmas", diff --git a/snapshots/countries/HK_COMMON.json b/snapshots/countries/HK_COMMON.json index bac0033b9..2862da26c 100644 --- a/snapshots/countries/HK_COMMON.json +++ b/snapshots/countries/HK_COMMON.json @@ -9,7 +9,7 @@ "1950-08-30": "Anniversary of the liberation of Hong Kong", "1950-09-26": "Chinese Mid-Autumn Festival", "1950-10-09": "National Day of the Republic of China", - "1950-11-13": "Monday after Peace Memorial Day", + "1950-11-13": "Monday after Remembrance Day", "1950-12-25": "Christmas Day", "1950-12-26": "The first weekday after Christmas Day", "1951-01-01": "The first day of January", @@ -22,7 +22,7 @@ "1951-08-30": "Anniversary of the liberation of Hong Kong", "1951-09-15": "Chinese Mid-Autumn Festival", "1951-10-08": "National Day of the Republic of China", - "1951-11-12": "Monday after Peace Memorial Day", + "1951-11-12": "Monday after Remembrance Day", "1951-12-25": "Christmas Day", "1951-12-26": "The first weekday after Christmas Day", "1952-01-01": "The first day of January", @@ -36,7 +36,7 @@ "1952-08-30": "Anniversary of the liberation of Hong Kong", "1952-10-03": "Chinese Mid-Autumn Festival", "1952-10-13": "National Day of the Republic of China", - "1952-11-10": "Monday after Peace Memorial Day", + "1952-11-10": "Monday after Remembrance Day", "1952-12-25": "Christmas Day", "1952-12-26": "The first weekday after Christmas Day", "1953-01-01": "The first day of January", @@ -50,7 +50,7 @@ "1953-08-30": "Anniversary of the liberation of Hong Kong", "1953-09-22": "Chinese Mid-Autumn Festival", "1953-10-12": "National Day of the Republic of China", - "1953-11-09": "Monday after Peace Memorial Day", + "1953-11-09": "Monday after Remembrance Day", "1953-12-25": "Christmas Day", "1953-12-26": "The first weekday after Christmas Day", "1954-01-01": "The first day of January", @@ -64,7 +64,7 @@ "1954-08-30": "Anniversary of the liberation of Hong Kong", "1954-09-11": "Chinese Mid-Autumn Festival", "1954-10-11": "National Day of the Republic of China", - "1954-11-15": "Monday after Peace Memorial Day", + "1954-11-15": "Monday after Remembrance Day", "1954-12-25": "Christmas Day", "1954-12-27": "The first weekday after Christmas Day", "1955-01-01": "The first day of January", @@ -78,7 +78,7 @@ "1955-08-30": "Anniversary of the liberation of Hong Kong", "1955-09-30": "Chinese Mid-Autumn Festival", "1955-10-10": "National Day of the Republic of China", - "1955-11-14": "Monday after Peace Memorial Day", + "1955-11-14": "Monday after Remembrance Day", "1955-12-26": "The first weekday after Christmas Day", "1955-12-27": "The second weekday after Christmas Day", "1956-01-02": "The day following the first day of January", @@ -92,7 +92,7 @@ "1956-08-30": "Anniversary of the liberation of Hong Kong", "1956-09-19": "Chinese Mid-Autumn Festival", "1956-10-08": "National Day of the Republic of China", - "1956-11-12": "Monday after Peace Memorial Day", + "1956-11-12": "Monday after Remembrance Day", "1956-12-25": "Christmas Day", "1956-12-26": "The first weekday after Christmas Day", "1957-01-01": "The first day of January", @@ -106,7 +106,7 @@ "1957-08-30": "Anniversary of the liberation of Hong Kong", "1957-09-09": "The day following the Chinese Mid-Autumn Festival", "1957-10-14": "National Day of the Republic of China", - "1957-11-11": "Monday after Peace Memorial Day", + "1957-11-11": "Monday after Remembrance Day", "1957-12-25": "Christmas Day", "1957-12-26": "The first weekday after Christmas Day", "1958-01-01": "The first day of January", @@ -120,7 +120,7 @@ "1958-08-30": "Anniversary of the liberation of Hong Kong", "1958-09-27": "Chinese Mid-Autumn Festival", "1958-10-13": "National Day of the Republic of China", - "1958-11-10": "Monday after Peace Memorial Day", + "1958-11-10": "Monday after Remembrance Day", "1958-12-25": "Christmas Day", "1958-12-26": "The first weekday after Christmas Day", "1959-01-01": "The first day of January", @@ -134,7 +134,7 @@ "1959-08-30": "Anniversary of the liberation of Hong Kong", "1959-09-17": "Chinese Mid-Autumn Festival", "1959-10-12": "National Day of the Republic of China", - "1959-11-09": "Monday after Peace Memorial Day", + "1959-11-09": "Monday after Remembrance Day", "1959-12-25": "Christmas Day", "1959-12-26": "The first weekday after Christmas Day", "1960-01-01": "The first day of January", @@ -148,7 +148,7 @@ "1960-08-30": "Anniversary of the liberation of Hong Kong", "1960-10-05": "Chinese Mid-Autumn Festival", "1960-10-10": "National Day of the Republic of China", - "1960-11-14": "Monday after Peace Memorial Day", + "1960-11-14": "Monday after Remembrance Day", "1960-12-26": "The first weekday after Christmas Day", "1960-12-27": "The second weekday after Christmas Day", "1961-01-02": "The day following the first day of January", @@ -162,7 +162,7 @@ "1961-08-30": "Anniversary of the liberation of Hong Kong", "1961-09-25": "The day following the Chinese Mid-Autumn Festival", "1961-10-09": "National Day of the Republic of China", - "1961-11-13": "Monday after Peace Memorial Day", + "1961-11-13": "Monday after Remembrance Day", "1961-12-25": "Christmas Day", "1961-12-26": "The first weekday after Christmas Day", "1962-01-01": "The first day of January", @@ -175,7 +175,7 @@ "1962-08-30": "Anniversary of the liberation of Hong Kong", "1962-09-13": "Chinese Mid-Autumn Festival", "1962-10-08": "National Day of the Republic of China", - "1962-11-12": "Monday after Peace Memorial Day", + "1962-11-12": "Monday after Remembrance Day", "1962-12-25": "Christmas Day", "1962-12-26": "The first weekday after Christmas Day", "1963-01-01": "The first day of January", @@ -191,7 +191,7 @@ "1963-08-30": "Anniversary of the liberation of Hong Kong", "1963-10-02": "Chinese Mid-Autumn Festival", "1963-10-14": "National Day of the Republic of China", - "1963-11-11": "Monday after Peace Memorial Day", + "1963-11-11": "Monday after Remembrance Day", "1963-12-25": "Christmas Day", "1963-12-26": "The first weekday after Christmas Day", "1964-01-01": "The first day of January", @@ -208,7 +208,7 @@ "1964-08-30": "Anniversary of the liberation of Hong Kong", "1964-09-21": "The day following the Chinese Mid-Autumn Festival", "1964-10-12": "National Day of the Republic of China", - "1964-11-09": "Monday after Peace Memorial Day", + "1964-11-09": "Monday after Remembrance Day", "1964-12-25": "Christmas Day", "1964-12-26": "The first weekday after Christmas Day", "1965-01-01": "The first day of January", @@ -224,7 +224,7 @@ "1965-08-30": "Anniversary of the liberation of Hong Kong", "1965-09-10": "Chinese Mid-Autumn Festival", "1965-10-11": "National Day of the Republic of China", - "1965-11-15": "Monday after Peace Memorial Day", + "1965-11-15": "Monday after Remembrance Day", "1965-12-25": "Christmas Day", "1965-12-27": "The first weekday after Christmas Day", "1966-01-01": "The first day of January", @@ -240,7 +240,7 @@ "1966-08-30": "Anniversary of the liberation of Hong Kong", "1966-09-29": "Chinese Mid-Autumn Festival", "1966-10-10": "National Day of the Republic of China", - "1966-11-14": "Monday after Peace Memorial Day", + "1966-11-14": "Monday after Remembrance Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed); The first weekday after Christmas Day", "1966-12-27": "The second weekday after Christmas Day", @@ -257,7 +257,7 @@ "1967-08-30": "Anniversary of the liberation of Hong Kong", "1967-09-18": "Chinese Mid-Autumn Festival", "1967-10-09": "National Day of the Republic of China", - "1967-11-13": "Monday after Peace Memorial Day", + "1967-11-13": "Monday after Remembrance Day", "1967-12-25": "Christmas Day", "1967-12-26": "The first weekday after Christmas Day", "1968-01-01": "The first day of January", @@ -799,7 +799,7 @@ "1999-04-03": "The day following Good Friday", "1999-04-05": "Ching Ming Festival; Easter Monday", "1999-04-06": "The day following Ching Ming Festival", - "1999-05-01": "Labour Day", + "1999-05-01": "Labor Day", "1999-05-22": "The Birthday of the Buddha", "1999-06-18": "Tuen Ng Festival", "1999-07-01": "Hong Kong Special Administrative Region Establishment Day", @@ -818,7 +818,7 @@ "2000-04-21": "Good Friday", "2000-04-22": "The day following Good Friday", "2000-04-24": "Easter Monday", - "2000-05-01": "Labour Day", + "2000-05-01": "Labor Day", "2000-05-11": "The Birthday of the Buddha", "2000-06-06": "Tuen Ng Festival", "2000-07-01": "Hong Kong Special Administrative Region Establishment Day", @@ -838,7 +838,7 @@ "2001-04-14": "The day following Good Friday", "2001-04-16": "Easter Monday", "2001-04-30": "The Birthday of the Buddha", - "2001-05-01": "Labour Day", + "2001-05-01": "Labor Day", "2001-06-25": "Tuen Ng Festival", "2001-07-01": "Hong Kong Special Administrative Region Establishment Day", "2001-07-02": "Hong Kong Special Administrative Region Establishment Day (observed); The day following Hong Kong Special Administrative Region Establishment Day", @@ -855,7 +855,7 @@ "2002-03-30": "The day following Good Friday", "2002-04-01": "Easter Monday", "2002-04-05": "Ching Ming Festival", - "2002-05-01": "Labour Day", + "2002-05-01": "Labor Day", "2002-05-20": "The day following the Birthday of the Buddha", "2002-06-15": "Tuen Ng Festival", "2002-07-01": "Hong Kong Special Administrative Region Establishment Day", @@ -872,7 +872,7 @@ "2003-04-18": "Good Friday", "2003-04-19": "The day following Good Friday", "2003-04-21": "Easter Monday", - "2003-05-01": "Labour Day", + "2003-05-01": "Labor Day", "2003-05-08": "The Birthday of the Buddha", "2003-06-04": "Tuen Ng Festival", "2003-07-01": "Hong Kong Special Administrative Region Establishment Day", @@ -890,7 +890,7 @@ "2004-04-09": "Good Friday", "2004-04-10": "The day following Good Friday", "2004-04-12": "Easter Monday", - "2004-05-01": "Labour Day", + "2004-05-01": "Labor Day", "2004-05-26": "The Birthday of the Buddha", "2004-06-22": "Tuen Ng Festival", "2004-07-01": "Hong Kong Special Administrative Region Establishment Day", @@ -907,8 +907,8 @@ "2005-03-26": "The day following Good Friday", "2005-03-28": "Easter Monday", "2005-04-05": "Ching Ming Festival", - "2005-05-01": "Labour Day", - "2005-05-02": "Labour Day (observed); The day following Labour Day", + "2005-05-01": "Labor Day", + "2005-05-02": "Labor Day (observed); The day following Labor Day", "2005-05-16": "The day following the Birthday of the Buddha", "2005-06-11": "Tuen Ng Festival", "2005-07-01": "Hong Kong Special Administrative Region Establishment Day", @@ -927,7 +927,7 @@ "2006-04-14": "Good Friday", "2006-04-15": "The day following Good Friday", "2006-04-17": "Easter Monday", - "2006-05-01": "Labour Day", + "2006-05-01": "Labor Day", "2006-05-05": "The Birthday of the Buddha", "2006-05-31": "Tuen Ng Festival", "2006-07-01": "Hong Kong Special Administrative Region Establishment Day", @@ -946,7 +946,7 @@ "2007-04-06": "Good Friday", "2007-04-07": "The day following Good Friday", "2007-04-09": "Easter Monday", - "2007-05-01": "Labour Day", + "2007-05-01": "Labor Day", "2007-05-24": "The Birthday of the Buddha", "2007-06-19": "Tuen Ng Festival", "2007-07-01": "Hong Kong Special Administrative Region Establishment Day", @@ -964,7 +964,7 @@ "2008-03-22": "The day following Good Friday", "2008-03-24": "Easter Monday", "2008-04-04": "Ching Ming Festival", - "2008-05-01": "Labour Day", + "2008-05-01": "Labor Day", "2008-05-12": "The Birthday of the Buddha", "2008-06-08": "Tuen Ng Festival", "2008-06-09": "The day following Tuen Ng Festival; Tuen Ng Festival (observed)", @@ -982,7 +982,7 @@ "2009-04-10": "Good Friday", "2009-04-11": "The day following Good Friday", "2009-04-13": "Easter Monday", - "2009-05-01": "Labour Day", + "2009-05-01": "Labor Day", "2009-05-02": "The Birthday of the Buddha", "2009-05-28": "Tuen Ng Festival", "2009-07-01": "Hong Kong Special Administrative Region Establishment Day", @@ -999,7 +999,7 @@ "2010-04-03": "The day following Good Friday", "2010-04-05": "Ching Ming Festival; Easter Monday", "2010-04-06": "The day following Ching Ming Festival", - "2010-05-01": "Labour Day", + "2010-05-01": "Labor Day", "2010-05-21": "The Birthday of the Buddha", "2010-06-16": "Tuen Ng Festival", "2010-07-01": "Hong Kong Special Administrative Region Establishment Day", @@ -1016,8 +1016,8 @@ "2011-04-22": "Good Friday", "2011-04-23": "The day following Good Friday", "2011-04-25": "Easter Monday", - "2011-05-01": "Labour Day", - "2011-05-02": "Labour Day (observed); The day following Labour Day", + "2011-05-01": "Labor Day", + "2011-05-02": "Labor Day (observed); The day following Labor Day", "2011-05-10": "The Birthday of the Buddha", "2011-06-06": "Tuen Ng Festival", "2011-07-01": "Hong Kong Special Administrative Region Establishment Day", @@ -1037,7 +1037,7 @@ "2012-04-07": "The day following Good Friday", "2012-04-09": "Easter Monday", "2012-04-28": "The Birthday of the Buddha", - "2012-05-01": "Labour Day", + "2012-05-01": "Labor Day", "2012-06-23": "Tuen Ng Festival", "2012-07-01": "Hong Kong Special Administrative Region Establishment Day", "2012-07-02": "Hong Kong Special Administrative Region Establishment Day (observed); The day following Hong Kong Special Administrative Region Establishment Day", @@ -1055,7 +1055,7 @@ "2013-03-30": "The day following Good Friday", "2013-04-01": "Easter Monday", "2013-04-04": "Ching Ming Festival", - "2013-05-01": "Labour Day", + "2013-05-01": "Labor Day", "2013-05-17": "The Birthday of the Buddha", "2013-06-12": "Tuen Ng Festival", "2013-07-01": "Hong Kong Special Administrative Region Establishment Day", @@ -1073,7 +1073,7 @@ "2014-04-18": "Good Friday", "2014-04-19": "The day following Good Friday", "2014-04-21": "Easter Monday", - "2014-05-01": "Labour Day", + "2014-05-01": "Labor Day", "2014-05-06": "The Birthday of the Buddha", "2014-06-02": "Tuen Ng Festival", "2014-07-01": "Hong Kong Special Administrative Region Establishment Day", @@ -1091,7 +1091,7 @@ "2015-04-05": "Ching Ming Festival", "2015-04-06": "Ching Ming Festival (observed); The day following Ching Ming Festival", "2015-04-07": "The day following Easter Monday", - "2015-05-01": "Labour Day", + "2015-05-01": "Labor Day", "2015-05-25": "The Birthday of the Buddha", "2015-06-20": "Tuen Ng Festival", "2015-07-01": "Hong Kong Special Administrative Region Establishment Day", @@ -1109,8 +1109,8 @@ "2016-03-26": "The day following Good Friday", "2016-03-28": "Easter Monday", "2016-04-04": "Ching Ming Festival", - "2016-05-01": "Labour Day", - "2016-05-02": "Labour Day (observed); The day following Labour Day", + "2016-05-01": "Labor Day", + "2016-05-02": "Labor Day (observed); The day following Labor Day", "2016-05-14": "The Birthday of the Buddha", "2016-06-09": "Tuen Ng Festival", "2016-07-01": "Hong Kong Special Administrative Region Establishment Day", @@ -1130,7 +1130,7 @@ "2017-04-14": "Good Friday", "2017-04-15": "The day following Good Friday", "2017-04-17": "Easter Monday", - "2017-05-01": "Labour Day", + "2017-05-01": "Labor Day", "2017-05-03": "The Birthday of the Buddha", "2017-05-30": "Tuen Ng Festival", "2017-07-01": "Hong Kong Special Administrative Region Establishment Day", @@ -1149,7 +1149,7 @@ "2018-03-31": "The day following Good Friday", "2018-04-02": "Easter Monday", "2018-04-05": "Ching Ming Festival", - "2018-05-01": "Labour Day", + "2018-05-01": "Labor Day", "2018-05-22": "The Birthday of the Buddha", "2018-06-18": "Tuen Ng Festival", "2018-07-01": "Hong Kong Special Administrative Region Establishment Day", @@ -1167,7 +1167,7 @@ "2019-04-19": "Good Friday", "2019-04-20": "The day following Good Friday", "2019-04-22": "Easter Monday", - "2019-05-01": "Labour Day", + "2019-05-01": "Labor Day", "2019-05-13": "The day following the Birthday of the Buddha", "2019-06-07": "Tuen Ng Festival", "2019-07-01": "Hong Kong Special Administrative Region Establishment Day", @@ -1185,7 +1185,7 @@ "2020-04-11": "The day following Good Friday", "2020-04-13": "Easter Monday", "2020-04-30": "The Birthday of the Buddha", - "2020-05-01": "Labour Day", + "2020-05-01": "Labor Day", "2020-06-25": "Tuen Ng Festival", "2020-07-01": "Hong Kong Special Administrative Region Establishment Day", "2020-10-01": "National Day", @@ -1203,7 +1203,7 @@ "2021-04-04": "Ching Ming Festival", "2021-04-05": "Ching Ming Festival (observed); The day following Ching Ming Festival", "2021-04-06": "The day following Easter Monday", - "2021-05-01": "Labour Day", + "2021-05-01": "Labor Day", "2021-05-19": "The Birthday of the Buddha", "2021-06-14": "Tuen Ng Festival", "2021-07-01": "Hong Kong Special Administrative Region Establishment Day", @@ -1220,8 +1220,8 @@ "2022-04-15": "Good Friday", "2022-04-16": "The day following Good Friday", "2022-04-18": "Easter Monday", - "2022-05-01": "Labour Day", - "2022-05-02": "Labour Day (observed); The day following Labour Day", + "2022-05-01": "Labor Day", + "2022-05-02": "Labor Day (observed); The day following Labor Day", "2022-05-08": "The Birthday of the Buddha", "2022-05-09": "The Birthday of the Buddha (observed); The day following the Birthday of the Buddha", "2022-06-03": "Tuen Ng Festival", @@ -1241,7 +1241,7 @@ "2023-04-07": "Good Friday", "2023-04-08": "The day following Good Friday", "2023-04-10": "Easter Monday", - "2023-05-01": "Labour Day", + "2023-05-01": "Labor Day", "2023-05-26": "The Birthday of the Buddha", "2023-06-22": "Tuen Ng Festival", "2023-07-01": "Hong Kong Special Administrative Region Establishment Day", @@ -1260,7 +1260,7 @@ "2024-03-30": "The day following Good Friday", "2024-04-01": "Easter Monday", "2024-04-04": "Ching Ming Festival", - "2024-05-01": "Labour Day", + "2024-05-01": "Labor Day", "2024-05-15": "The Birthday of the Buddha", "2024-06-10": "Tuen Ng Festival", "2024-07-01": "Hong Kong Special Administrative Region Establishment Day", @@ -1277,7 +1277,7 @@ "2025-04-18": "Good Friday", "2025-04-19": "The day following Good Friday", "2025-04-21": "Easter Monday", - "2025-05-01": "Labour Day", + "2025-05-01": "Labor Day", "2025-05-04": "The Birthday of the Buddha", "2025-05-05": "The Birthday of the Buddha (observed); The day following the Birthday of the Buddha", "2025-05-31": "Tuen Ng Festival", @@ -1296,7 +1296,7 @@ "2026-04-05": "Ching Ming Festival", "2026-04-06": "Easter Monday; The day following Ching Ming Festival", "2026-04-07": "Ching Ming Festival (observed); The day following Easter Monday", - "2026-05-01": "Labour Day", + "2026-05-01": "Labor Day", "2026-05-24": "The Birthday of the Buddha", "2026-05-25": "The Birthday of the Buddha (observed); The day following the Birthday of the Buddha", "2026-06-19": "Tuen Ng Festival", @@ -1315,7 +1315,7 @@ "2027-03-27": "The day following Good Friday", "2027-03-29": "Easter Monday", "2027-04-05": "Ching Ming Festival", - "2027-05-01": "Labour Day", + "2027-05-01": "Labor Day", "2027-05-13": "The Birthday of the Buddha", "2027-06-09": "Tuen Ng Festival", "2027-07-01": "Hong Kong Special Administrative Region Establishment Day", @@ -1333,7 +1333,7 @@ "2028-04-14": "Good Friday", "2028-04-15": "The day following Good Friday", "2028-04-17": "Easter Monday", - "2028-05-01": "Labour Day", + "2028-05-01": "Labor Day", "2028-05-02": "The Birthday of the Buddha", "2028-05-28": "Tuen Ng Festival", "2028-05-29": "The day following Tuen Ng Festival; Tuen Ng Festival (observed)", @@ -1353,7 +1353,7 @@ "2029-03-31": "The day following Good Friday", "2029-04-02": "Easter Monday", "2029-04-04": "Ching Ming Festival", - "2029-05-01": "Labour Day", + "2029-05-01": "Labor Day", "2029-05-20": "The Birthday of the Buddha", "2029-05-21": "The Birthday of the Buddha (observed); The day following the Birthday of the Buddha", "2029-06-16": "Tuen Ng Festival", @@ -1372,7 +1372,7 @@ "2030-04-19": "Good Friday", "2030-04-20": "The day following Good Friday", "2030-04-22": "Easter Monday", - "2030-05-01": "Labour Day", + "2030-05-01": "Labor Day", "2030-05-09": "The Birthday of the Buddha", "2030-06-05": "Tuen Ng Festival", "2030-07-01": "Hong Kong Special Administrative Region Establishment Day", @@ -1389,7 +1389,7 @@ "2031-04-11": "Good Friday", "2031-04-12": "The day following Good Friday", "2031-04-14": "Easter Monday", - "2031-05-01": "Labour Day", + "2031-05-01": "Labor Day", "2031-05-28": "The Birthday of the Buddha", "2031-06-24": "Tuen Ng Festival", "2031-07-01": "Hong Kong Special Administrative Region Establishment Day", @@ -1407,7 +1407,7 @@ "2032-03-29": "Easter Monday", "2032-04-04": "Ching Ming Festival", "2032-04-05": "Ching Ming Festival (observed); The day following Ching Ming Festival", - "2032-05-01": "Labour Day", + "2032-05-01": "Labor Day", "2032-05-16": "The Birthday of the Buddha", "2032-05-17": "The Birthday of the Buddha (observed); The day following the Birthday of the Buddha", "2032-06-12": "Tuen Ng Festival", @@ -1426,8 +1426,8 @@ "2033-04-15": "Good Friday", "2033-04-16": "The day following Good Friday", "2033-04-18": "Easter Monday", - "2033-05-01": "Labour Day", - "2033-05-02": "Labour Day (observed); The day following Labour Day", + "2033-05-01": "Labor Day", + "2033-05-02": "Labor Day (observed); The day following Labor Day", "2033-05-06": "The Birthday of the Buddha", "2033-06-01": "Tuen Ng Festival", "2033-07-01": "Hong Kong Special Administrative Region Establishment Day", @@ -1447,7 +1447,7 @@ "2034-04-07": "Good Friday", "2034-04-08": "The day following Good Friday", "2034-04-10": "Easter Monday", - "2034-05-01": "Labour Day", + "2034-05-01": "Labor Day", "2034-05-25": "The Birthday of the Buddha", "2034-06-20": "Tuen Ng Festival", "2034-07-01": "Hong Kong Special Administrative Region Establishment Day", @@ -1466,7 +1466,7 @@ "2035-03-24": "The day following Good Friday", "2035-03-26": "Easter Monday", "2035-04-05": "Ching Ming Festival", - "2035-05-01": "Labour Day", + "2035-05-01": "Labor Day", "2035-05-15": "The Birthday of the Buddha", "2035-06-10": "Tuen Ng Festival", "2035-06-11": "The day following Tuen Ng Festival; Tuen Ng Festival (observed)", @@ -1485,7 +1485,7 @@ "2036-04-11": "Good Friday", "2036-04-12": "The day following Good Friday", "2036-04-14": "Easter Monday", - "2036-05-01": "Labour Day", + "2036-05-01": "Labor Day", "2036-05-03": "The Birthday of the Buddha", "2036-05-30": "Tuen Ng Festival", "2036-07-01": "Hong Kong Special Administrative Region Establishment Day", @@ -1501,7 +1501,7 @@ "2037-04-03": "Good Friday", "2037-04-04": "Ching Ming Festival; The day following Good Friday", "2037-04-06": "Easter Monday", - "2037-05-01": "Labour Day", + "2037-05-01": "Labor Day", "2037-05-22": "The Birthday of the Buddha", "2037-06-18": "Tuen Ng Festival", "2037-07-01": "Hong Kong Special Administrative Region Establishment Day", @@ -1518,7 +1518,7 @@ "2038-04-23": "Good Friday", "2038-04-24": "The day following Good Friday", "2038-04-26": "Easter Monday", - "2038-05-01": "Labour Day", + "2038-05-01": "Labor Day", "2038-05-11": "The Birthday of the Buddha", "2038-06-07": "Tuen Ng Festival", "2038-07-01": "Hong Kong Special Administrative Region Establishment Day", @@ -1537,8 +1537,8 @@ "2039-04-09": "The day following Good Friday", "2039-04-11": "Easter Monday", "2039-04-30": "The Birthday of the Buddha", - "2039-05-01": "Labour Day", - "2039-05-02": "Labour Day (observed); The day following Labour Day", + "2039-05-01": "Labor Day", + "2039-05-02": "Labor Day (observed); The day following Labor Day", "2039-05-27": "Tuen Ng Festival", "2039-07-01": "Hong Kong Special Administrative Region Establishment Day", "2039-10-01": "National Day", @@ -1556,7 +1556,7 @@ "2040-03-31": "The day following Good Friday", "2040-04-02": "Easter Monday", "2040-04-04": "Ching Ming Festival", - "2040-05-01": "Labour Day", + "2040-05-01": "Labor Day", "2040-05-18": "The Birthday of the Buddha", "2040-06-14": "Tuen Ng Festival", "2040-07-01": "Hong Kong Special Administrative Region Establishment Day", @@ -1575,7 +1575,7 @@ "2041-04-19": "Good Friday", "2041-04-20": "The day following Good Friday", "2041-04-22": "Easter Monday", - "2041-05-01": "Labour Day", + "2041-05-01": "Labor Day", "2041-05-07": "The Birthday of the Buddha", "2041-06-03": "Tuen Ng Festival", "2041-07-01": "Hong Kong Special Administrative Region Establishment Day", @@ -1591,7 +1591,7 @@ "2042-04-04": "Good Friday", "2042-04-05": "Ching Ming Festival; The day following Good Friday", "2042-04-07": "Easter Monday", - "2042-05-01": "Labour Day", + "2042-05-01": "Labor Day", "2042-05-26": "The Birthday of the Buddha", "2042-06-22": "Tuen Ng Festival", "2042-06-23": "The day following Tuen Ng Festival; Tuen Ng Festival (observed)", @@ -1610,7 +1610,7 @@ "2043-03-30": "Easter Monday", "2043-04-05": "Ching Ming Festival", "2043-04-06": "Ching Ming Festival (observed); The day following Ching Ming Festival", - "2043-05-01": "Labour Day", + "2043-05-01": "Labor Day", "2043-05-16": "The Birthday of the Buddha", "2043-06-11": "Tuen Ng Festival", "2043-07-01": "Hong Kong Special Administrative Region Establishment Day", @@ -1628,8 +1628,8 @@ "2044-04-15": "Good Friday", "2044-04-16": "The day following Good Friday", "2044-04-18": "Easter Monday", - "2044-05-01": "Labour Day", - "2044-05-02": "Labour Day (observed); The day following Labour Day", + "2044-05-01": "Labor Day", + "2044-05-02": "Labor Day (observed); The day following Labor Day", "2044-05-05": "The Birthday of the Buddha", "2044-05-31": "Tuen Ng Festival", "2044-07-01": "Hong Kong Special Administrative Region Establishment Day", @@ -1648,7 +1648,7 @@ "2045-04-07": "Good Friday", "2045-04-08": "The day following Good Friday", "2045-04-10": "Easter Monday", - "2045-05-01": "Labour Day", + "2045-05-01": "Labor Day", "2045-05-24": "The Birthday of the Buddha", "2045-06-19": "Tuen Ng Festival", "2045-07-01": "Hong Kong Special Administrative Region Establishment Day", @@ -1667,7 +1667,7 @@ "2046-03-24": "The day following Good Friday", "2046-03-26": "Easter Monday", "2046-04-05": "Ching Ming Festival", - "2046-05-01": "Labour Day", + "2046-05-01": "Labor Day", "2046-05-13": "The Birthday of the Buddha", "2046-05-14": "The Birthday of the Buddha (observed); The day following the Birthday of the Buddha", "2046-06-08": "Tuen Ng Festival", @@ -1686,7 +1686,7 @@ "2047-04-12": "Good Friday", "2047-04-13": "The day following Good Friday", "2047-04-15": "Easter Monday", - "2047-05-01": "Labour Day", + "2047-05-01": "Labor Day", "2047-05-02": "The Birthday of the Buddha", "2047-05-29": "Tuen Ng Festival", "2047-07-01": "Hong Kong Special Administrative Region Establishment Day", @@ -1703,7 +1703,7 @@ "2048-04-03": "Good Friday", "2048-04-04": "Ching Ming Festival; The day following Good Friday", "2048-04-06": "Easter Monday", - "2048-05-01": "Labour Day", + "2048-05-01": "Labor Day", "2048-05-20": "The Birthday of the Buddha", "2048-06-15": "Tuen Ng Festival", "2048-07-01": "Hong Kong Special Administrative Region Establishment Day", @@ -1721,7 +1721,7 @@ "2049-04-16": "Good Friday", "2049-04-17": "The day following Good Friday", "2049-04-19": "Easter Monday", - "2049-05-01": "Labour Day", + "2049-05-01": "Labor Day", "2049-05-09": "The Birthday of the Buddha", "2049-05-10": "The Birthday of the Buddha (observed); The day following the Birthday of the Buddha", "2049-06-04": "Tuen Ng Festival", @@ -1740,8 +1740,8 @@ "2050-04-08": "Good Friday", "2050-04-09": "The day following Good Friday", "2050-04-11": "Easter Monday", - "2050-05-01": "Labour Day", - "2050-05-02": "Labour Day (observed); The day following Labour Day", + "2050-05-01": "Labor Day", + "2050-05-02": "Labor Day (observed); The day following Labor Day", "2050-05-28": "The Birthday of the Buddha", "2050-06-23": "Tuen Ng Festival", "2050-07-01": "Hong Kong Special Administrative Region Establishment Day", diff --git a/snapshots/countries/HT_COMMON.json b/snapshots/countries/HT_COMMON.json index 3c6f459b9..312240fdb 100644 --- a/snapshots/countries/HT_COMMON.json +++ b/snapshots/countries/HT_COMMON.json @@ -7,14 +7,14 @@ "1987-03-04": "Ash Wednesday", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", - "1987-04-19": "Easter", + "1987-04-19": "Easter Sunday", "1987-05-01": "Agriculture and Labor Day", "1987-05-18": "Flag Day and University Day", "1987-05-23": "National Sovereignty Day", - "1987-05-28": "Ascension", + "1987-05-28": "Ascension Day", "1987-06-18": "Corpus Christi", "1987-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "1987-08-15": "Assumption of Mary", + "1987-08-15": "Assumption Day", "1987-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "1987-10-17": "Death of Dessalines", "1987-11-01": "All Saints' Day", @@ -30,14 +30,14 @@ "1988-02-17": "Ash Wednesday", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", - "1988-04-03": "Easter", + "1988-04-03": "Easter Sunday", "1988-05-01": "Agriculture and Labor Day", - "1988-05-12": "Ascension", + "1988-05-12": "Ascension Day", "1988-05-18": "Flag Day and University Day", "1988-05-23": "National Sovereignty Day", "1988-06-02": "Corpus Christi", "1988-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "1988-08-15": "Assumption of Mary", + "1988-08-15": "Assumption Day", "1988-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "1988-10-17": "Death of Dessalines", "1988-11-01": "All Saints' Day", @@ -53,14 +53,14 @@ "1989-02-08": "Ash Wednesday", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", - "1989-03-26": "Easter", + "1989-03-26": "Easter Sunday", "1989-05-01": "Agriculture and Labor Day", - "1989-05-04": "Ascension", + "1989-05-04": "Ascension Day", "1989-05-18": "Flag Day and University Day", "1989-05-23": "National Sovereignty Day", "1989-05-25": "Corpus Christi", "1989-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "1989-08-15": "Assumption of Mary", + "1989-08-15": "Assumption Day", "1989-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "1989-10-17": "Death of Dessalines", "1989-11-01": "All Saints' Day", @@ -76,14 +76,14 @@ "1990-02-28": "Ash Wednesday", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", - "1990-04-15": "Easter", + "1990-04-15": "Easter Sunday", "1990-05-01": "Agriculture and Labor Day", "1990-05-18": "Flag Day and University Day", "1990-05-23": "National Sovereignty Day", - "1990-05-24": "Ascension", + "1990-05-24": "Ascension Day", "1990-06-14": "Corpus Christi", "1990-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "1990-08-15": "Assumption of Mary", + "1990-08-15": "Assumption Day", "1990-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "1990-10-17": "Death of Dessalines", "1990-11-01": "All Saints' Day", @@ -99,14 +99,14 @@ "1991-02-13": "Ash Wednesday", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", - "1991-03-31": "Easter", + "1991-03-31": "Easter Sunday", "1991-05-01": "Agriculture and Labor Day", - "1991-05-09": "Ascension", + "1991-05-09": "Ascension Day", "1991-05-18": "Flag Day and University Day", "1991-05-23": "National Sovereignty Day", "1991-05-30": "Corpus Christi", "1991-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "1991-08-15": "Assumption of Mary", + "1991-08-15": "Assumption Day", "1991-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "1991-10-17": "Death of Dessalines", "1991-11-01": "All Saints' Day", @@ -122,14 +122,14 @@ "1992-03-04": "Ash Wednesday", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", - "1992-04-19": "Easter", + "1992-04-19": "Easter Sunday", "1992-05-01": "Agriculture and Labor Day", "1992-05-18": "Flag Day and University Day", "1992-05-23": "National Sovereignty Day", - "1992-05-28": "Ascension", + "1992-05-28": "Ascension Day", "1992-06-18": "Corpus Christi", "1992-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "1992-08-15": "Assumption of Mary", + "1992-08-15": "Assumption Day", "1992-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "1992-10-17": "Death of Dessalines", "1992-11-01": "All Saints' Day", @@ -145,14 +145,14 @@ "1993-02-24": "Ash Wednesday", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", - "1993-04-11": "Easter", + "1993-04-11": "Easter Sunday", "1993-05-01": "Agriculture and Labor Day", "1993-05-18": "Flag Day and University Day", - "1993-05-20": "Ascension", + "1993-05-20": "Ascension Day", "1993-05-23": "National Sovereignty Day", "1993-06-10": "Corpus Christi", "1993-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "1993-08-15": "Assumption of Mary", + "1993-08-15": "Assumption Day", "1993-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "1993-10-17": "Death of Dessalines", "1993-11-01": "All Saints' Day", @@ -168,14 +168,14 @@ "1994-02-16": "Ash Wednesday", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", - "1994-04-03": "Easter", + "1994-04-03": "Easter Sunday", "1994-05-01": "Agriculture and Labor Day", - "1994-05-12": "Ascension", + "1994-05-12": "Ascension Day", "1994-05-18": "Flag Day and University Day", "1994-05-23": "National Sovereignty Day", "1994-06-02": "Corpus Christi", "1994-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "1994-08-15": "Assumption of Mary", + "1994-08-15": "Assumption Day", "1994-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "1994-10-17": "Death of Dessalines", "1994-11-01": "All Saints' Day", @@ -191,14 +191,14 @@ "1995-03-01": "Ash Wednesday", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", - "1995-04-16": "Easter", + "1995-04-16": "Easter Sunday", "1995-05-01": "Agriculture and Labor Day", "1995-05-18": "Flag Day and University Day", "1995-05-23": "National Sovereignty Day", - "1995-05-25": "Ascension", + "1995-05-25": "Ascension Day", "1995-06-15": "Corpus Christi", "1995-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "1995-08-15": "Assumption of Mary", + "1995-08-15": "Assumption Day", "1995-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "1995-10-17": "Death of Dessalines", "1995-11-01": "All Saints' Day", @@ -214,14 +214,14 @@ "1996-02-21": "Ash Wednesday", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", - "1996-04-07": "Easter", + "1996-04-07": "Easter Sunday", "1996-05-01": "Agriculture and Labor Day", - "1996-05-16": "Ascension", + "1996-05-16": "Ascension Day", "1996-05-18": "Flag Day and University Day", "1996-05-23": "National Sovereignty Day", "1996-06-06": "Corpus Christi", "1996-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "1996-08-15": "Assumption of Mary", + "1996-08-15": "Assumption Day", "1996-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "1996-10-17": "Death of Dessalines", "1996-11-01": "All Saints' Day", @@ -237,14 +237,14 @@ "1997-02-12": "Ash Wednesday", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", - "1997-03-30": "Easter", + "1997-03-30": "Easter Sunday", "1997-05-01": "Agriculture and Labor Day", - "1997-05-08": "Ascension", + "1997-05-08": "Ascension Day", "1997-05-18": "Flag Day and University Day", "1997-05-23": "National Sovereignty Day", "1997-05-29": "Corpus Christi", "1997-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "1997-08-15": "Assumption of Mary", + "1997-08-15": "Assumption Day", "1997-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "1997-10-17": "Death of Dessalines", "1997-11-01": "All Saints' Day", @@ -260,14 +260,14 @@ "1998-02-25": "Ash Wednesday", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", - "1998-04-12": "Easter", + "1998-04-12": "Easter Sunday", "1998-05-01": "Agriculture and Labor Day", "1998-05-18": "Flag Day and University Day", - "1998-05-21": "Ascension", + "1998-05-21": "Ascension Day", "1998-05-23": "National Sovereignty Day", "1998-06-11": "Corpus Christi", "1998-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "1998-08-15": "Assumption of Mary", + "1998-08-15": "Assumption Day", "1998-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "1998-10-17": "Death of Dessalines", "1998-11-01": "All Saints' Day", @@ -283,14 +283,14 @@ "1999-02-17": "Ash Wednesday", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", - "1999-04-04": "Easter", + "1999-04-04": "Easter Sunday", "1999-05-01": "Agriculture and Labor Day", - "1999-05-13": "Ascension", + "1999-05-13": "Ascension Day", "1999-05-18": "Flag Day and University Day", "1999-05-23": "National Sovereignty Day", "1999-06-03": "Corpus Christi", "1999-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "1999-08-15": "Assumption of Mary", + "1999-08-15": "Assumption Day", "1999-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "1999-10-17": "Death of Dessalines", "1999-11-01": "All Saints' Day", @@ -306,14 +306,14 @@ "2000-03-08": "Ash Wednesday", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", - "2000-04-23": "Easter", + "2000-04-23": "Easter Sunday", "2000-05-01": "Agriculture and Labor Day", "2000-05-18": "Flag Day and University Day", "2000-05-23": "National Sovereignty Day", - "2000-06-01": "Ascension", + "2000-06-01": "Ascension Day", "2000-06-22": "Corpus Christi", "2000-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2000-08-15": "Assumption of Mary", + "2000-08-15": "Assumption Day", "2000-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2000-10-17": "Death of Dessalines", "2000-11-01": "All Saints' Day", @@ -329,14 +329,14 @@ "2001-02-28": "Ash Wednesday", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", - "2001-04-15": "Easter", + "2001-04-15": "Easter Sunday", "2001-05-01": "Agriculture and Labor Day", "2001-05-18": "Flag Day and University Day", "2001-05-23": "National Sovereignty Day", - "2001-05-24": "Ascension", + "2001-05-24": "Ascension Day", "2001-06-14": "Corpus Christi", "2001-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2001-08-15": "Assumption of Mary", + "2001-08-15": "Assumption Day", "2001-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2001-10-17": "Death of Dessalines", "2001-11-01": "All Saints' Day", @@ -352,14 +352,14 @@ "2002-02-13": "Ash Wednesday", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", - "2002-03-31": "Easter", + "2002-03-31": "Easter Sunday", "2002-05-01": "Agriculture and Labor Day", - "2002-05-09": "Ascension", + "2002-05-09": "Ascension Day", "2002-05-18": "Flag Day and University Day", "2002-05-23": "National Sovereignty Day", "2002-05-30": "Corpus Christi", "2002-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2002-08-15": "Assumption of Mary", + "2002-08-15": "Assumption Day", "2002-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2002-10-17": "Death of Dessalines", "2002-11-01": "All Saints' Day", @@ -375,14 +375,14 @@ "2003-03-05": "Ash Wednesday", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", - "2003-04-20": "Easter", + "2003-04-20": "Easter Sunday", "2003-05-01": "Agriculture and Labor Day", "2003-05-18": "Flag Day and University Day", "2003-05-23": "National Sovereignty Day", - "2003-05-29": "Ascension", + "2003-05-29": "Ascension Day", "2003-06-19": "Corpus Christi", "2003-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2003-08-15": "Assumption of Mary", + "2003-08-15": "Assumption Day", "2003-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2003-10-17": "Death of Dessalines", "2003-11-01": "All Saints' Day", @@ -398,14 +398,14 @@ "2004-02-25": "Ash Wednesday", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", - "2004-04-11": "Easter", + "2004-04-11": "Easter Sunday", "2004-05-01": "Agriculture and Labor Day", "2004-05-18": "Flag Day and University Day", - "2004-05-20": "Ascension", + "2004-05-20": "Ascension Day", "2004-05-23": "National Sovereignty Day", "2004-06-10": "Corpus Christi", "2004-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2004-08-15": "Assumption of Mary", + "2004-08-15": "Assumption Day", "2004-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2004-10-17": "Death of Dessalines", "2004-11-01": "All Saints' Day", @@ -421,14 +421,14 @@ "2005-02-09": "Ash Wednesday", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", - "2005-03-27": "Easter", + "2005-03-27": "Easter Sunday", "2005-05-01": "Agriculture and Labor Day", - "2005-05-05": "Ascension", + "2005-05-05": "Ascension Day", "2005-05-18": "Flag Day and University Day", "2005-05-23": "National Sovereignty Day", "2005-05-26": "Corpus Christi", "2005-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2005-08-15": "Assumption of Mary", + "2005-08-15": "Assumption Day", "2005-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2005-10-17": "Death of Dessalines", "2005-11-01": "All Saints' Day", @@ -444,14 +444,14 @@ "2006-03-01": "Ash Wednesday", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", - "2006-04-16": "Easter", + "2006-04-16": "Easter Sunday", "2006-05-01": "Agriculture and Labor Day", "2006-05-18": "Flag Day and University Day", "2006-05-23": "National Sovereignty Day", - "2006-05-25": "Ascension", + "2006-05-25": "Ascension Day", "2006-06-15": "Corpus Christi", "2006-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2006-08-15": "Assumption of Mary", + "2006-08-15": "Assumption Day", "2006-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2006-10-17": "Death of Dessalines", "2006-11-01": "All Saints' Day", @@ -467,14 +467,14 @@ "2007-02-21": "Ash Wednesday", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", - "2007-04-08": "Easter", + "2007-04-08": "Easter Sunday", "2007-05-01": "Agriculture and Labor Day", - "2007-05-17": "Ascension", + "2007-05-17": "Ascension Day", "2007-05-18": "Flag Day and University Day", "2007-05-23": "National Sovereignty Day", "2007-06-07": "Corpus Christi", "2007-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2007-08-15": "Assumption of Mary", + "2007-08-15": "Assumption Day", "2007-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2007-10-17": "Death of Dessalines", "2007-11-01": "All Saints' Day", @@ -490,13 +490,13 @@ "2008-02-06": "Ash Wednesday", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", - "2008-03-23": "Easter", - "2008-05-01": "Agriculture and Labor Day; Ascension", + "2008-03-23": "Easter Sunday", + "2008-05-01": "Agriculture and Labor Day; Ascension Day", "2008-05-18": "Flag Day and University Day", "2008-05-22": "Corpus Christi", "2008-05-23": "National Sovereignty Day", "2008-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2008-08-15": "Assumption of Mary", + "2008-08-15": "Assumption Day", "2008-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2008-10-17": "Death of Dessalines", "2008-11-01": "All Saints' Day", @@ -512,14 +512,14 @@ "2009-02-25": "Ash Wednesday", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", - "2009-04-12": "Easter", + "2009-04-12": "Easter Sunday", "2009-05-01": "Agriculture and Labor Day", "2009-05-18": "Flag Day and University Day", - "2009-05-21": "Ascension", + "2009-05-21": "Ascension Day", "2009-05-23": "National Sovereignty Day", "2009-06-11": "Corpus Christi", "2009-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2009-08-15": "Assumption of Mary", + "2009-08-15": "Assumption Day", "2009-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2009-10-17": "Death of Dessalines", "2009-11-01": "All Saints' Day", @@ -535,14 +535,14 @@ "2010-02-17": "Ash Wednesday", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", - "2010-04-04": "Easter", + "2010-04-04": "Easter Sunday", "2010-05-01": "Agriculture and Labor Day", - "2010-05-13": "Ascension", + "2010-05-13": "Ascension Day", "2010-05-18": "Flag Day and University Day", "2010-05-23": "National Sovereignty Day", "2010-06-03": "Corpus Christi", "2010-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2010-08-15": "Assumption of Mary", + "2010-08-15": "Assumption Day", "2010-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2010-10-17": "Death of Dessalines", "2010-11-01": "All Saints' Day", @@ -558,14 +558,14 @@ "2011-03-09": "Ash Wednesday", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", - "2011-04-24": "Easter", + "2011-04-24": "Easter Sunday", "2011-05-01": "Agriculture and Labor Day", "2011-05-18": "Flag Day and University Day", "2011-05-23": "National Sovereignty Day", - "2011-06-02": "Ascension", + "2011-06-02": "Ascension Day", "2011-06-23": "Corpus Christi", "2011-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2011-08-15": "Assumption of Mary", + "2011-08-15": "Assumption Day", "2011-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2011-10-17": "Death of Dessalines", "2011-11-01": "All Saints' Day", @@ -581,14 +581,14 @@ "2012-02-22": "Ash Wednesday", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", - "2012-04-08": "Easter", + "2012-04-08": "Easter Sunday", "2012-05-01": "Agriculture and Labor Day", - "2012-05-17": "Ascension", + "2012-05-17": "Ascension Day", "2012-05-18": "Flag Day and University Day", "2012-05-23": "National Sovereignty Day", "2012-06-07": "Corpus Christi", "2012-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2012-08-15": "Assumption of Mary", + "2012-08-15": "Assumption Day", "2012-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2012-10-17": "Death of Dessalines", "2012-11-01": "All Saints' Day", @@ -604,14 +604,14 @@ "2013-02-13": "Ash Wednesday", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", - "2013-03-31": "Easter", + "2013-03-31": "Easter Sunday", "2013-05-01": "Agriculture and Labor Day", - "2013-05-09": "Ascension", + "2013-05-09": "Ascension Day", "2013-05-18": "Flag Day and University Day", "2013-05-23": "National Sovereignty Day", "2013-05-30": "Corpus Christi", "2013-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2013-08-15": "Assumption of Mary", + "2013-08-15": "Assumption Day", "2013-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2013-10-17": "Death of Dessalines", "2013-11-01": "All Saints' Day", @@ -627,14 +627,14 @@ "2014-03-05": "Ash Wednesday", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", - "2014-04-20": "Easter", + "2014-04-20": "Easter Sunday", "2014-05-01": "Agriculture and Labor Day", "2014-05-18": "Flag Day and University Day", "2014-05-23": "National Sovereignty Day", - "2014-05-29": "Ascension", + "2014-05-29": "Ascension Day", "2014-06-19": "Corpus Christi", "2014-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2014-08-15": "Assumption of Mary", + "2014-08-15": "Assumption Day", "2014-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2014-10-17": "Death of Dessalines", "2014-11-01": "All Saints' Day", @@ -650,14 +650,14 @@ "2015-02-18": "Ash Wednesday", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", - "2015-04-05": "Easter", + "2015-04-05": "Easter Sunday", "2015-05-01": "Agriculture and Labor Day", - "2015-05-14": "Ascension", + "2015-05-14": "Ascension Day", "2015-05-18": "Flag Day and University Day", "2015-05-23": "National Sovereignty Day", "2015-06-04": "Corpus Christi", "2015-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2015-08-15": "Assumption of Mary", + "2015-08-15": "Assumption Day", "2015-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2015-10-17": "Death of Dessalines", "2015-11-01": "All Saints' Day", @@ -673,14 +673,14 @@ "2016-02-10": "Ash Wednesday", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", - "2016-03-27": "Easter", + "2016-03-27": "Easter Sunday", "2016-05-01": "Agriculture and Labor Day", - "2016-05-05": "Ascension", + "2016-05-05": "Ascension Day", "2016-05-18": "Flag Day and University Day", "2016-05-23": "National Sovereignty Day", "2016-05-26": "Corpus Christi", "2016-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2016-08-15": "Assumption of Mary", + "2016-08-15": "Assumption Day", "2016-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2016-10-17": "Death of Dessalines", "2016-11-01": "All Saints' Day", @@ -696,14 +696,14 @@ "2017-03-01": "Ash Wednesday", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", - "2017-04-16": "Easter", + "2017-04-16": "Easter Sunday", "2017-05-01": "Agriculture and Labor Day", "2017-05-18": "Flag Day and University Day", "2017-05-23": "National Sovereignty Day", - "2017-05-25": "Ascension", + "2017-05-25": "Ascension Day", "2017-06-15": "Corpus Christi", "2017-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2017-08-15": "Assumption of Mary", + "2017-08-15": "Assumption Day", "2017-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2017-10-17": "Death of Dessalines", "2017-11-01": "All Saints' Day", @@ -719,14 +719,14 @@ "2018-02-14": "Ash Wednesday", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", - "2018-04-01": "Easter", + "2018-04-01": "Easter Sunday", "2018-05-01": "Agriculture and Labor Day", - "2018-05-10": "Ascension", + "2018-05-10": "Ascension Day", "2018-05-18": "Flag Day and University Day", "2018-05-23": "National Sovereignty Day", "2018-05-31": "Corpus Christi", "2018-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2018-08-15": "Assumption of Mary", + "2018-08-15": "Assumption Day", "2018-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2018-10-17": "Death of Dessalines", "2018-11-01": "All Saints' Day", @@ -742,14 +742,14 @@ "2019-03-06": "Ash Wednesday", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", - "2019-04-21": "Easter", + "2019-04-21": "Easter Sunday", "2019-05-01": "Agriculture and Labor Day", "2019-05-18": "Flag Day and University Day", "2019-05-23": "National Sovereignty Day", - "2019-05-30": "Ascension", + "2019-05-30": "Ascension Day", "2019-06-20": "Corpus Christi", "2019-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2019-08-15": "Assumption of Mary", + "2019-08-15": "Assumption Day", "2019-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2019-10-17": "Death of Dessalines", "2019-11-01": "All Saints' Day", @@ -765,14 +765,14 @@ "2020-02-26": "Ash Wednesday", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", - "2020-04-12": "Easter", + "2020-04-12": "Easter Sunday", "2020-05-01": "Agriculture and Labor Day", "2020-05-18": "Flag Day and University Day", - "2020-05-21": "Ascension", + "2020-05-21": "Ascension Day", "2020-05-23": "National Sovereignty Day", "2020-06-11": "Corpus Christi", "2020-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2020-08-15": "Assumption of Mary", + "2020-08-15": "Assumption Day", "2020-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2020-10-17": "Death of Dessalines", "2020-11-01": "All Saints' Day", @@ -788,14 +788,14 @@ "2021-02-17": "Ash Wednesday", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", - "2021-04-04": "Easter", + "2021-04-04": "Easter Sunday", "2021-05-01": "Agriculture and Labor Day", - "2021-05-13": "Ascension", + "2021-05-13": "Ascension Day", "2021-05-18": "Flag Day and University Day", "2021-05-23": "National Sovereignty Day", "2021-06-03": "Corpus Christi", "2021-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2021-08-15": "Assumption of Mary", + "2021-08-15": "Assumption Day", "2021-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2021-10-17": "Death of Dessalines", "2021-11-01": "All Saints' Day", @@ -811,14 +811,14 @@ "2022-03-02": "Ash Wednesday", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", - "2022-04-17": "Easter", + "2022-04-17": "Easter Sunday", "2022-05-01": "Agriculture and Labor Day", "2022-05-18": "Flag Day and University Day", "2022-05-23": "National Sovereignty Day", - "2022-05-26": "Ascension", + "2022-05-26": "Ascension Day", "2022-06-16": "Corpus Christi", "2022-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2022-08-15": "Assumption of Mary", + "2022-08-15": "Assumption Day", "2022-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2022-10-17": "Death of Dessalines", "2022-11-01": "All Saints' Day", @@ -834,13 +834,13 @@ "2023-02-22": "Ash Wednesday", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", - "2023-04-09": "Easter", + "2023-04-09": "Easter Sunday", "2023-05-01": "Agriculture and Labor Day", - "2023-05-18": "Ascension; Flag Day and University Day", + "2023-05-18": "Ascension Day; Flag Day and University Day", "2023-05-23": "National Sovereignty Day", "2023-06-08": "Corpus Christi", "2023-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2023-08-15": "Assumption of Mary", + "2023-08-15": "Assumption Day", "2023-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2023-10-17": "Death of Dessalines", "2023-11-01": "All Saints' Day", @@ -856,14 +856,14 @@ "2024-02-14": "Ash Wednesday", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", - "2024-03-31": "Easter", + "2024-03-31": "Easter Sunday", "2024-05-01": "Agriculture and Labor Day", - "2024-05-09": "Ascension", + "2024-05-09": "Ascension Day", "2024-05-18": "Flag Day and University Day", "2024-05-23": "National Sovereignty Day", "2024-05-30": "Corpus Christi", "2024-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2024-08-15": "Assumption of Mary", + "2024-08-15": "Assumption Day", "2024-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2024-10-17": "Death of Dessalines", "2024-11-01": "All Saints' Day", @@ -879,14 +879,14 @@ "2025-03-05": "Ash Wednesday", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", - "2025-04-20": "Easter", + "2025-04-20": "Easter Sunday", "2025-05-01": "Agriculture and Labor Day", "2025-05-18": "Flag Day and University Day", "2025-05-23": "National Sovereignty Day", - "2025-05-29": "Ascension", + "2025-05-29": "Ascension Day", "2025-06-19": "Corpus Christi", "2025-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2025-08-15": "Assumption of Mary", + "2025-08-15": "Assumption Day", "2025-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2025-10-17": "Death of Dessalines", "2025-11-01": "All Saints' Day", @@ -902,14 +902,14 @@ "2026-02-18": "Ash Wednesday", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", - "2026-04-05": "Easter", + "2026-04-05": "Easter Sunday", "2026-05-01": "Agriculture and Labor Day", - "2026-05-14": "Ascension", + "2026-05-14": "Ascension Day", "2026-05-18": "Flag Day and University Day", "2026-05-23": "National Sovereignty Day", "2026-06-04": "Corpus Christi", "2026-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2026-08-15": "Assumption of Mary", + "2026-08-15": "Assumption Day", "2026-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2026-10-17": "Death of Dessalines", "2026-11-01": "All Saints' Day", @@ -925,14 +925,14 @@ "2027-02-10": "Ash Wednesday", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", - "2027-03-28": "Easter", + "2027-03-28": "Easter Sunday", "2027-05-01": "Agriculture and Labor Day", - "2027-05-06": "Ascension", + "2027-05-06": "Ascension Day", "2027-05-18": "Flag Day and University Day", "2027-05-23": "National Sovereignty Day", "2027-05-27": "Corpus Christi", "2027-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2027-08-15": "Assumption of Mary", + "2027-08-15": "Assumption Day", "2027-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2027-10-17": "Death of Dessalines", "2027-11-01": "All Saints' Day", @@ -948,14 +948,14 @@ "2028-03-01": "Ash Wednesday", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", - "2028-04-16": "Easter", + "2028-04-16": "Easter Sunday", "2028-05-01": "Agriculture and Labor Day", "2028-05-18": "Flag Day and University Day", "2028-05-23": "National Sovereignty Day", - "2028-05-25": "Ascension", + "2028-05-25": "Ascension Day", "2028-06-15": "Corpus Christi", "2028-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2028-08-15": "Assumption of Mary", + "2028-08-15": "Assumption Day", "2028-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2028-10-17": "Death of Dessalines", "2028-11-01": "All Saints' Day", @@ -971,14 +971,14 @@ "2029-02-14": "Ash Wednesday", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", - "2029-04-01": "Easter", + "2029-04-01": "Easter Sunday", "2029-05-01": "Agriculture and Labor Day", - "2029-05-10": "Ascension", + "2029-05-10": "Ascension Day", "2029-05-18": "Flag Day and University Day", "2029-05-23": "National Sovereignty Day", "2029-05-31": "Corpus Christi", "2029-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2029-08-15": "Assumption of Mary", + "2029-08-15": "Assumption Day", "2029-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2029-10-17": "Death of Dessalines", "2029-11-01": "All Saints' Day", @@ -994,14 +994,14 @@ "2030-03-06": "Ash Wednesday", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", - "2030-04-21": "Easter", + "2030-04-21": "Easter Sunday", "2030-05-01": "Agriculture and Labor Day", "2030-05-18": "Flag Day and University Day", "2030-05-23": "National Sovereignty Day", - "2030-05-30": "Ascension", + "2030-05-30": "Ascension Day", "2030-06-20": "Corpus Christi", "2030-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2030-08-15": "Assumption of Mary", + "2030-08-15": "Assumption Day", "2030-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2030-10-17": "Death of Dessalines", "2030-11-01": "All Saints' Day", @@ -1017,14 +1017,14 @@ "2031-02-26": "Ash Wednesday", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", - "2031-04-13": "Easter", + "2031-04-13": "Easter Sunday", "2031-05-01": "Agriculture and Labor Day", "2031-05-18": "Flag Day and University Day", - "2031-05-22": "Ascension", + "2031-05-22": "Ascension Day", "2031-05-23": "National Sovereignty Day", "2031-06-12": "Corpus Christi", "2031-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2031-08-15": "Assumption of Mary", + "2031-08-15": "Assumption Day", "2031-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2031-10-17": "Death of Dessalines", "2031-11-01": "All Saints' Day", @@ -1040,14 +1040,14 @@ "2032-02-11": "Ash Wednesday", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", - "2032-03-28": "Easter", + "2032-03-28": "Easter Sunday", "2032-05-01": "Agriculture and Labor Day", - "2032-05-06": "Ascension", + "2032-05-06": "Ascension Day", "2032-05-18": "Flag Day and University Day", "2032-05-23": "National Sovereignty Day", "2032-05-27": "Corpus Christi", "2032-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2032-08-15": "Assumption of Mary", + "2032-08-15": "Assumption Day", "2032-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2032-10-17": "Death of Dessalines", "2032-11-01": "All Saints' Day", @@ -1063,14 +1063,14 @@ "2033-03-02": "Ash Wednesday", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", - "2033-04-17": "Easter", + "2033-04-17": "Easter Sunday", "2033-05-01": "Agriculture and Labor Day", "2033-05-18": "Flag Day and University Day", "2033-05-23": "National Sovereignty Day", - "2033-05-26": "Ascension", + "2033-05-26": "Ascension Day", "2033-06-16": "Corpus Christi", "2033-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2033-08-15": "Assumption of Mary", + "2033-08-15": "Assumption Day", "2033-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2033-10-17": "Death of Dessalines", "2033-11-01": "All Saints' Day", @@ -1086,13 +1086,13 @@ "2034-02-22": "Ash Wednesday", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", - "2034-04-09": "Easter", + "2034-04-09": "Easter Sunday", "2034-05-01": "Agriculture and Labor Day", - "2034-05-18": "Ascension; Flag Day and University Day", + "2034-05-18": "Ascension Day; Flag Day and University Day", "2034-05-23": "National Sovereignty Day", "2034-06-08": "Corpus Christi", "2034-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2034-08-15": "Assumption of Mary", + "2034-08-15": "Assumption Day", "2034-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2034-10-17": "Death of Dessalines", "2034-11-01": "All Saints' Day", @@ -1108,14 +1108,14 @@ "2035-02-07": "Ash Wednesday", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", - "2035-03-25": "Easter", + "2035-03-25": "Easter Sunday", "2035-05-01": "Agriculture and Labor Day", - "2035-05-03": "Ascension", + "2035-05-03": "Ascension Day", "2035-05-18": "Flag Day and University Day", "2035-05-23": "National Sovereignty Day", "2035-05-24": "Corpus Christi", "2035-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2035-08-15": "Assumption of Mary", + "2035-08-15": "Assumption Day", "2035-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2035-10-17": "Death of Dessalines", "2035-11-01": "All Saints' Day", @@ -1131,14 +1131,14 @@ "2036-02-27": "Ash Wednesday", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", - "2036-04-13": "Easter", + "2036-04-13": "Easter Sunday", "2036-05-01": "Agriculture and Labor Day", "2036-05-18": "Flag Day and University Day", - "2036-05-22": "Ascension", + "2036-05-22": "Ascension Day", "2036-05-23": "National Sovereignty Day", "2036-06-12": "Corpus Christi", "2036-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2036-08-15": "Assumption of Mary", + "2036-08-15": "Assumption Day", "2036-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2036-10-17": "Death of Dessalines", "2036-11-01": "All Saints' Day", @@ -1154,14 +1154,14 @@ "2037-02-18": "Ash Wednesday", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", - "2037-04-05": "Easter", + "2037-04-05": "Easter Sunday", "2037-05-01": "Agriculture and Labor Day", - "2037-05-14": "Ascension", + "2037-05-14": "Ascension Day", "2037-05-18": "Flag Day and University Day", "2037-05-23": "National Sovereignty Day", "2037-06-04": "Corpus Christi", "2037-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2037-08-15": "Assumption of Mary", + "2037-08-15": "Assumption Day", "2037-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2037-10-17": "Death of Dessalines", "2037-11-01": "All Saints' Day", @@ -1177,14 +1177,14 @@ "2038-03-10": "Ash Wednesday", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", - "2038-04-25": "Easter", + "2038-04-25": "Easter Sunday", "2038-05-01": "Agriculture and Labor Day", "2038-05-18": "Flag Day and University Day", "2038-05-23": "National Sovereignty Day", - "2038-06-03": "Ascension", + "2038-06-03": "Ascension Day", "2038-06-24": "Corpus Christi", "2038-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2038-08-15": "Assumption of Mary", + "2038-08-15": "Assumption Day", "2038-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2038-10-17": "Death of Dessalines", "2038-11-01": "All Saints' Day", @@ -1200,14 +1200,14 @@ "2039-02-23": "Ash Wednesday", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", - "2039-04-10": "Easter", + "2039-04-10": "Easter Sunday", "2039-05-01": "Agriculture and Labor Day", "2039-05-18": "Flag Day and University Day", - "2039-05-19": "Ascension", + "2039-05-19": "Ascension Day", "2039-05-23": "National Sovereignty Day", "2039-06-09": "Corpus Christi", "2039-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2039-08-15": "Assumption of Mary", + "2039-08-15": "Assumption Day", "2039-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2039-10-17": "Death of Dessalines", "2039-11-01": "All Saints' Day", @@ -1223,14 +1223,14 @@ "2040-02-15": "Ash Wednesday", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", - "2040-04-01": "Easter", + "2040-04-01": "Easter Sunday", "2040-05-01": "Agriculture and Labor Day", - "2040-05-10": "Ascension", + "2040-05-10": "Ascension Day", "2040-05-18": "Flag Day and University Day", "2040-05-23": "National Sovereignty Day", "2040-05-31": "Corpus Christi", "2040-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2040-08-15": "Assumption of Mary", + "2040-08-15": "Assumption Day", "2040-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2040-10-17": "Death of Dessalines", "2040-11-01": "All Saints' Day", @@ -1246,14 +1246,14 @@ "2041-03-06": "Ash Wednesday", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", - "2041-04-21": "Easter", + "2041-04-21": "Easter Sunday", "2041-05-01": "Agriculture and Labor Day", "2041-05-18": "Flag Day and University Day", "2041-05-23": "National Sovereignty Day", - "2041-05-30": "Ascension", + "2041-05-30": "Ascension Day", "2041-06-20": "Corpus Christi", "2041-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2041-08-15": "Assumption of Mary", + "2041-08-15": "Assumption Day", "2041-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2041-10-17": "Death of Dessalines", "2041-11-01": "All Saints' Day", @@ -1269,14 +1269,14 @@ "2042-02-19": "Ash Wednesday", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", - "2042-04-06": "Easter", + "2042-04-06": "Easter Sunday", "2042-05-01": "Agriculture and Labor Day", - "2042-05-15": "Ascension", + "2042-05-15": "Ascension Day", "2042-05-18": "Flag Day and University Day", "2042-05-23": "National Sovereignty Day", "2042-06-05": "Corpus Christi", "2042-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2042-08-15": "Assumption of Mary", + "2042-08-15": "Assumption Day", "2042-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2042-10-17": "Death of Dessalines", "2042-11-01": "All Saints' Day", @@ -1292,14 +1292,14 @@ "2043-02-11": "Ash Wednesday", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", - "2043-03-29": "Easter", + "2043-03-29": "Easter Sunday", "2043-05-01": "Agriculture and Labor Day", - "2043-05-07": "Ascension", + "2043-05-07": "Ascension Day", "2043-05-18": "Flag Day and University Day", "2043-05-23": "National Sovereignty Day", "2043-05-28": "Corpus Christi", "2043-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2043-08-15": "Assumption of Mary", + "2043-08-15": "Assumption Day", "2043-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2043-10-17": "Death of Dessalines", "2043-11-01": "All Saints' Day", @@ -1315,14 +1315,14 @@ "2044-03-02": "Ash Wednesday", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", - "2044-04-17": "Easter", + "2044-04-17": "Easter Sunday", "2044-05-01": "Agriculture and Labor Day", "2044-05-18": "Flag Day and University Day", "2044-05-23": "National Sovereignty Day", - "2044-05-26": "Ascension", + "2044-05-26": "Ascension Day", "2044-06-16": "Corpus Christi", "2044-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2044-08-15": "Assumption of Mary", + "2044-08-15": "Assumption Day", "2044-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2044-10-17": "Death of Dessalines", "2044-11-01": "All Saints' Day", @@ -1338,13 +1338,13 @@ "2045-02-22": "Ash Wednesday", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", - "2045-04-09": "Easter", + "2045-04-09": "Easter Sunday", "2045-05-01": "Agriculture and Labor Day", - "2045-05-18": "Ascension; Flag Day and University Day", + "2045-05-18": "Ascension Day; Flag Day and University Day", "2045-05-23": "National Sovereignty Day", "2045-06-08": "Corpus Christi", "2045-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2045-08-15": "Assumption of Mary", + "2045-08-15": "Assumption Day", "2045-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2045-10-17": "Death of Dessalines", "2045-11-01": "All Saints' Day", @@ -1360,14 +1360,14 @@ "2046-02-07": "Ash Wednesday", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", - "2046-03-25": "Easter", + "2046-03-25": "Easter Sunday", "2046-05-01": "Agriculture and Labor Day", - "2046-05-03": "Ascension", + "2046-05-03": "Ascension Day", "2046-05-18": "Flag Day and University Day", "2046-05-23": "National Sovereignty Day", "2046-05-24": "Corpus Christi", "2046-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2046-08-15": "Assumption of Mary", + "2046-08-15": "Assumption Day", "2046-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2046-10-17": "Death of Dessalines", "2046-11-01": "All Saints' Day", @@ -1383,13 +1383,13 @@ "2047-02-27": "Ash Wednesday", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", - "2047-04-14": "Easter", + "2047-04-14": "Easter Sunday", "2047-05-01": "Agriculture and Labor Day", "2047-05-18": "Flag Day and University Day", - "2047-05-23": "Ascension; National Sovereignty Day", + "2047-05-23": "Ascension Day; National Sovereignty Day", "2047-06-13": "Corpus Christi", "2047-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2047-08-15": "Assumption of Mary", + "2047-08-15": "Assumption Day", "2047-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2047-10-17": "Death of Dessalines", "2047-11-01": "All Saints' Day", @@ -1405,14 +1405,14 @@ "2048-02-19": "Ash Wednesday", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", - "2048-04-05": "Easter", + "2048-04-05": "Easter Sunday", "2048-05-01": "Agriculture and Labor Day", - "2048-05-14": "Ascension", + "2048-05-14": "Ascension Day", "2048-05-18": "Flag Day and University Day", "2048-05-23": "National Sovereignty Day", "2048-06-04": "Corpus Christi", "2048-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2048-08-15": "Assumption of Mary", + "2048-08-15": "Assumption Day", "2048-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2048-10-17": "Death of Dessalines", "2048-11-01": "All Saints' Day", @@ -1428,14 +1428,14 @@ "2049-03-03": "Ash Wednesday", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", - "2049-04-18": "Easter", + "2049-04-18": "Easter Sunday", "2049-05-01": "Agriculture and Labor Day", "2049-05-18": "Flag Day and University Day", "2049-05-23": "National Sovereignty Day", - "2049-05-27": "Ascension", + "2049-05-27": "Ascension Day", "2049-06-17": "Corpus Christi", "2049-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2049-08-15": "Assumption of Mary", + "2049-08-15": "Assumption Day", "2049-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2049-10-17": "Death of Dessalines", "2049-11-01": "All Saints' Day", @@ -1451,14 +1451,14 @@ "2050-02-23": "Ash Wednesday", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", - "2050-04-10": "Easter", + "2050-04-10": "Easter Sunday", "2050-05-01": "Agriculture and Labor Day", "2050-05-18": "Flag Day and University Day", - "2050-05-19": "Ascension", + "2050-05-19": "Ascension Day", "2050-05-23": "National Sovereignty Day", "2050-06-09": "Corpus Christi", "2050-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", - "2050-08-15": "Assumption of Mary", + "2050-08-15": "Assumption Day", "2050-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2050-10-17": "Death of Dessalines", "2050-11-01": "All Saints' Day", diff --git a/snapshots/countries/KH_COMMON.json b/snapshots/countries/KH_COMMON.json index 0efb6ce2f..a3bd47685 100644 --- a/snapshots/countries/KH_COMMON.json +++ b/snapshots/countries/KH_COMMON.json @@ -9,7 +9,7 @@ "1993-05-01": "International Labor Day", "1993-05-05": "Visaka Bochea Day", "1993-05-09": "Royal Ploughing Ceremony", - "1993-06-01": "International Children Day", + "1993-06-01": "International Children's Day", "1993-09-14": "Pchum Ben Day", "1993-09-15": "Pchum Ben Day", "1993-09-24": "Constitution Day", @@ -29,7 +29,7 @@ "1994-04-24": "Visaka Bochea Day", "1994-04-28": "Royal Ploughing Ceremony", "1994-05-01": "International Labor Day", - "1994-06-01": "International Children Day", + "1994-06-01": "International Children's Day", "1994-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "1994-09-24": "Constitution Day", "1994-10-03": "Pchum Ben Day", @@ -50,7 +50,7 @@ "1995-05-01": "International Labor Day", "1995-05-13": "Visaka Bochea Day", "1995-05-17": "Royal Ploughing Ceremony", - "1995-06-01": "International Children Day", + "1995-06-01": "International Children's Day", "1995-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "1995-09-22": "Pchum Ben Day", "1995-09-23": "Pchum Ben Day", @@ -70,7 +70,7 @@ "1996-04-15": "Khmer New Year's Day", "1996-05-01": "International Labor Day; Visaka Bochea Day", "1996-05-05": "Royal Ploughing Ceremony", - "1996-06-01": "International Children Day", + "1996-06-01": "International Children's Day", "1996-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "1996-09-24": "Constitution Day", "1996-10-10": "Pchum Ben Day", @@ -91,7 +91,7 @@ "1997-05-01": "International Labor Day", "1997-05-20": "Visaka Bochea Day", "1997-05-24": "Royal Ploughing Ceremony", - "1997-06-01": "International Children Day", + "1997-06-01": "International Children's Day", "1997-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "1997-09-24": "Constitution Day", "1997-09-30": "Pchum Ben Day", @@ -112,7 +112,7 @@ "1998-05-01": "International Labor Day", "1998-05-10": "Visaka Bochea Day", "1998-05-14": "Royal Ploughing Ceremony", - "1998-06-01": "International Children Day", + "1998-06-01": "International Children's Day", "1998-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "1998-09-19": "Pchum Ben Day", "1998-09-20": "Pchum Ben Day", @@ -133,7 +133,7 @@ "1999-04-29": "Visaka Bochea Day", "1999-05-01": "International Labor Day", "1999-05-03": "Royal Ploughing Ceremony", - "1999-06-01": "International Children Day", + "1999-06-01": "International Children's Day", "1999-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "1999-09-24": "Constitution Day", "1999-10-08": "Pchum Ben Day", @@ -154,7 +154,7 @@ "2000-05-01": "International Labor Day", "2000-05-17": "Visaka Bochea Day", "2000-05-21": "Royal Ploughing Ceremony", - "2000-06-01": "International Children Day", + "2000-06-01": "International Children's Day", "2000-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2000-09-24": "Constitution Day", "2000-09-27": "Pchum Ben Day", @@ -175,7 +175,7 @@ "2001-05-01": "International Labor Day", "2001-05-07": "Visaka Bochea Day", "2001-05-11": "Royal Ploughing Ceremony", - "2001-06-01": "International Children Day", + "2001-06-01": "International Children's Day", "2001-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2001-09-16": "Pchum Ben Day", "2001-09-17": "Pchum Ben Day", @@ -196,7 +196,7 @@ "2002-04-26": "Visaka Bochea Day", "2002-04-30": "Royal Ploughing Ceremony", "2002-05-01": "International Labor Day", - "2002-06-01": "International Children Day", + "2002-06-01": "International Children's Day", "2002-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2002-09-24": "Constitution Day", "2002-10-05": "Pchum Ben Day", @@ -217,7 +217,7 @@ "2003-05-01": "International Labor Day", "2003-05-15": "Visaka Bochea Day", "2003-05-19": "Royal Ploughing Ceremony", - "2003-06-01": "International Children Day", + "2003-06-01": "International Children's Day", "2003-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2003-09-24": "Constitution Day; Pchum Ben Day", "2003-09-25": "Pchum Ben Day", @@ -236,7 +236,7 @@ "2004-05-01": "International Labor Day", "2004-05-03": "Visaka Bochea Day", "2004-05-07": "Royal Ploughing Ceremony", - "2004-06-01": "International Children Day", + "2004-06-01": "International Children's Day", "2004-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2004-09-24": "Constitution Day", "2004-10-12": "Pchum Ben Day", @@ -261,7 +261,7 @@ "2005-05-15": "HM King Norodom Sihamoni's Birthday", "2005-05-22": "Visaka Bochea Day", "2005-05-26": "Royal Ploughing Ceremony", - "2005-06-01": "International Children Day", + "2005-06-01": "International Children's Day", "2005-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2005-09-24": "Constitution Day", "2005-10-01": "Pchum Ben Day", @@ -285,7 +285,7 @@ "2006-05-13": "HM King Norodom Sihamoni's Birthday", "2006-05-14": "HM King Norodom Sihamoni's Birthday", "2006-05-15": "HM King Norodom Sihamoni's Birthday; Royal Ploughing Ceremony", - "2006-06-01": "International Children Day", + "2006-06-01": "International Children's Day", "2006-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2006-09-21": "Pchum Ben Day", "2006-09-22": "Pchum Ben Day", @@ -309,7 +309,7 @@ "2007-05-13": "HM King Norodom Sihamoni's Birthday", "2007-05-14": "HM King Norodom Sihamoni's Birthday", "2007-05-15": "HM King Norodom Sihamoni's Birthday", - "2007-06-01": "International Children Day", + "2007-06-01": "International Children's Day", "2007-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2007-09-24": "Constitution Day", "2007-10-10": "Pchum Ben Day", @@ -334,7 +334,7 @@ "2008-05-15": "HM King Norodom Sihamoni's Birthday", "2008-05-19": "Visaka Bochea Day", "2008-05-23": "Royal Ploughing Ceremony", - "2008-06-01": "International Children Day", + "2008-06-01": "International Children's Day", "2008-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2008-09-24": "Constitution Day", "2008-09-28": "Pchum Ben Day", @@ -359,7 +359,7 @@ "2009-05-13": "HM King Norodom Sihamoni's Birthday", "2009-05-14": "HM King Norodom Sihamoni's Birthday", "2009-05-15": "HM King Norodom Sihamoni's Birthday", - "2009-06-01": "International Children Day", + "2009-06-01": "International Children's Day", "2009-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2009-09-18": "Pchum Ben Day", "2009-09-19": "Pchum Ben Day", @@ -384,7 +384,7 @@ "2010-05-13": "HM King Norodom Sihamoni's Birthday", "2010-05-14": "HM King Norodom Sihamoni's Birthday", "2010-05-15": "HM King Norodom Sihamoni's Birthday", - "2010-06-01": "International Children Day", + "2010-06-01": "International Children's Day", "2010-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2010-09-24": "Constitution Day", "2010-10-07": "Pchum Ben Day", @@ -409,7 +409,7 @@ "2011-05-15": "HM King Norodom Sihamoni's Birthday", "2011-05-17": "Visaka Bochea Day", "2011-05-21": "Royal Ploughing Ceremony", - "2011-06-01": "International Children Day", + "2011-06-01": "International Children's Day", "2011-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2011-09-24": "Constitution Day", "2011-09-26": "Pchum Ben Day", @@ -433,7 +433,7 @@ "2012-05-13": "HM King Norodom Sihamoni's Birthday", "2012-05-14": "HM King Norodom Sihamoni's Birthday", "2012-05-15": "HM King Norodom Sihamoni's Birthday", - "2012-06-01": "International Children Day", + "2012-06-01": "International Children's Day", "2012-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2012-09-24": "Constitution Day", "2012-10-14": "Pchum Ben Day", @@ -458,7 +458,7 @@ "2013-05-15": "HM King Norodom Sihamoni's Birthday", "2013-05-24": "Visaka Bochea Day", "2013-05-28": "Royal Ploughing Ceremony", - "2013-06-01": "International Children Day", + "2013-06-01": "International Children's Day", "2013-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2013-09-24": "Constitution Day", "2013-10-03": "Pchum Ben Day", @@ -483,7 +483,7 @@ "2014-05-14": "HM King Norodom Sihamoni's Birthday", "2014-05-15": "HM King Norodom Sihamoni's Birthday", "2014-05-17": "Royal Ploughing Ceremony", - "2014-06-01": "International Children Day", + "2014-06-01": "International Children's Day", "2014-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2014-09-22": "Pchum Ben Day", "2014-09-23": "Pchum Ben Day", @@ -509,7 +509,7 @@ "2015-05-13": "HM King Norodom Sihamoni's Birthday", "2015-05-14": "HM King Norodom Sihamoni's Birthday", "2015-05-15": "HM King Norodom Sihamoni's Birthday", - "2015-06-01": "International Children Day", + "2015-06-01": "International Children's Day", "2015-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2015-09-24": "Constitution Day", "2015-10-11": "Pchum Ben Day", @@ -537,7 +537,7 @@ "2016-05-16": "Special Public Holiday", "2016-05-20": "Visaka Bochea Day", "2016-05-24": "Royal Ploughing Ceremony", - "2016-06-01": "International Children Day", + "2016-06-01": "International Children's Day", "2016-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2016-09-24": "Constitution Day", "2016-09-30": "Pchum Ben Day", @@ -562,7 +562,7 @@ "2017-05-13": "HM King Norodom Sihamoni's Birthday", "2017-05-14": "HM King Norodom Sihamoni's Birthday; Royal Ploughing Ceremony", "2017-05-15": "HM King Norodom Sihamoni's Birthday", - "2017-06-01": "International Children Day", + "2017-06-01": "International Children's Day", "2017-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2017-09-19": "Pchum Ben Day", "2017-09-20": "Pchum Ben Day", @@ -591,7 +591,7 @@ "2018-05-15": "HM King Norodom Sihamoni's Birthday", "2018-05-20": "National Day of Remembrance", "2018-05-21": "Special Public Holiday", - "2018-06-01": "International Children Day", + "2018-06-01": "International Children's Day", "2018-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2018-09-24": "Constitution Day", "2018-10-08": "Pchum Ben Day", @@ -619,7 +619,7 @@ "2019-05-18": "Visaka Bochea Day", "2019-05-20": "National Day of Remembrance", "2019-05-22": "Royal Ploughing Ceremony", - "2019-06-01": "International Children Day", + "2019-06-01": "International Children's Day", "2019-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2019-09-24": "Constitution Day", "2019-09-27": "Pchum Ben Day", diff --git a/snapshots/countries/KZ_COMMON.json b/snapshots/countries/KZ_COMMON.json index df8c27f88..74a2a3c80 100644 --- a/snapshots/countries/KZ_COMMON.json +++ b/snapshots/countries/KZ_COMMON.json @@ -87,7 +87,7 @@ "2002-01-01": "New Year's Day", "2002-01-02": "New Year's Day", "2002-03-08": "International Women's Day", - "2002-03-22": "Nowruz holiday", + "2002-03-22": "Nowruz Holiday", "2002-05-01": "Kazakhstan's People Solidarity Holiday", "2002-05-09": "Victory Day", "2002-05-10": "Day off (substituted from 05/12/2002)", @@ -99,8 +99,8 @@ "2003-01-02": "New Year's Day", "2003-03-08": "International Women's Day", "2003-03-10": "International Women's Day (observed)", - "2003-03-22": "Nowruz holiday", - "2003-03-24": "Nowruz holiday (observed)", + "2003-03-22": "Nowruz Holiday", + "2003-03-24": "Nowruz Holiday (observed)", "2003-05-01": "Kazakhstan's People Solidarity Holiday", "2003-05-02": "Day off (substituted from 05/04/2003)", "2003-05-09": "Victory Day", @@ -114,7 +114,7 @@ "2004-01-01": "New Year's Day", "2004-01-02": "New Year's Day", "2004-03-08": "International Women's Day", - "2004-03-22": "Nowruz holiday", + "2004-03-22": "Nowruz Holiday", "2004-05-01": "Kazakhstan's People Solidarity Holiday", "2004-05-03": "Kazakhstan's People Solidarity Holiday (observed)", "2004-05-09": "Victory Day", @@ -130,7 +130,7 @@ "2005-03-07": "Day off (substituted from 03/05/2005)", "2005-03-08": "International Women's Day", "2005-03-21": "Day off (substituted from 03/19/2005)", - "2005-03-22": "Nowruz holiday", + "2005-03-22": "Nowruz Holiday", "2005-05-01": "Kazakhstan's People Solidarity Holiday", "2005-05-02": "Kazakhstan's People Solidarity Holiday (observed)", "2005-05-09": "Victory Day", @@ -148,7 +148,7 @@ "2006-01-10": "Eid al-Adha", "2006-01-11": "Day off (substituted from 01/14/2006)", "2006-03-08": "International Women's Day", - "2006-03-22": "Nowruz holiday", + "2006-03-22": "Nowruz Holiday", "2006-05-01": "Kazakhstan's People Solidarity Holiday", "2006-05-08": "Day off (substituted from 05/06/2006)", "2006-05-09": "Victory Day", @@ -163,7 +163,7 @@ "2007-01-07": "Orthodox Christmas", "2007-03-08": "International Women's Day", "2007-03-09": "Day off (substituted from 03/11/2007)", - "2007-03-22": "Nowruz holiday", + "2007-03-22": "Nowruz Holiday", "2007-03-23": "Day off (substituted from 03/25/2007)", "2007-05-01": "Kazakhstan's People Solidarity Holiday", "2007-05-09": "Victory Day", @@ -181,8 +181,8 @@ "2008-01-07": "Orthodox Christmas", "2008-03-08": "International Women's Day", "2008-03-10": "International Women's Day (observed)", - "2008-03-22": "Nowruz holiday", - "2008-03-24": "Nowruz holiday (observed)", + "2008-03-22": "Nowruz Holiday", + "2008-03-24": "Nowruz Holiday (observed)", "2008-05-01": "Kazakhstan's People Solidarity Holiday", "2008-05-02": "Day off (substituted from 05/04/2008)", "2008-05-09": "Victory Day", @@ -198,8 +198,8 @@ "2009-01-07": "Orthodox Christmas", "2009-03-08": "International Women's Day", "2009-03-09": "International Women's Day (observed)", - "2009-03-22": "Nowruz holiday", - "2009-03-23": "Nowruz holiday (observed)", + "2009-03-22": "Nowruz Holiday", + "2009-03-23": "Nowruz Holiday (observed)", "2009-05-01": "Kazakhstan's People Solidarity Holiday", "2009-05-09": "Victory Day", "2009-05-11": "Victory Day (observed)", @@ -216,10 +216,10 @@ "2010-01-07": "Orthodox Christmas", "2010-01-08": "Day off (substituted from 01/10/2010)", "2010-03-08": "International Women's Day", - "2010-03-21": "Nowruz holiday", - "2010-03-22": "Nowruz holiday", - "2010-03-23": "Nowruz holiday", - "2010-03-24": "Nowruz holiday (observed)", + "2010-03-21": "Nowruz Holiday", + "2010-03-22": "Nowruz Holiday", + "2010-03-23": "Nowruz Holiday", + "2010-03-24": "Nowruz Holiday (observed)", "2010-05-01": "Kazakhstan's People Solidarity Holiday", "2010-05-03": "Kazakhstan's People Solidarity Holiday (observed)", "2010-05-09": "Victory Day", @@ -237,9 +237,9 @@ "2011-01-07": "Orthodox Christmas", "2011-03-07": "Day off (substituted from 03/05/2011)", "2011-03-08": "International Women's Day", - "2011-03-21": "Nowruz holiday", - "2011-03-22": "Nowruz holiday", - "2011-03-23": "Nowruz holiday", + "2011-03-21": "Nowruz Holiday", + "2011-03-22": "Nowruz Holiday", + "2011-03-23": "Nowruz Holiday", "2011-05-01": "Kazakhstan's People Solidarity Holiday", "2011-05-02": "Kazakhstan's People Solidarity Holiday (observed)", "2011-05-09": "Victory Day", @@ -256,9 +256,9 @@ "2012-01-07": "Orthodox Christmas", "2012-03-08": "International Women's Day", "2012-03-09": "Day off (substituted from 03/11/2012)", - "2012-03-21": "Nowruz holiday", - "2012-03-22": "Nowruz holiday", - "2012-03-23": "Nowruz holiday", + "2012-03-21": "Nowruz Holiday", + "2012-03-22": "Nowruz Holiday", + "2012-03-23": "Nowruz Holiday", "2012-04-30": "Day off (substituted from 04/28/2012)", "2012-05-01": "Kazakhstan's People Solidarity Holiday", "2012-05-09": "Victory Day", @@ -275,10 +275,10 @@ "2013-01-02": "New Year's Day", "2013-01-07": "Orthodox Christmas", "2013-03-08": "International Women's Day", - "2013-03-21": "Nowruz holiday", - "2013-03-22": "Nowruz holiday", - "2013-03-23": "Nowruz holiday", - "2013-03-25": "Nowruz holiday (observed)", + "2013-03-21": "Nowruz Holiday", + "2013-03-22": "Nowruz Holiday", + "2013-03-23": "Nowruz Holiday", + "2013-03-25": "Nowruz Holiday (observed)", "2013-05-01": "Kazakhstan's People Solidarity Holiday", "2013-05-07": "Defender of the Fatherland Day", "2013-05-09": "Victory Day", @@ -298,11 +298,11 @@ "2014-01-07": "Orthodox Christmas", "2014-03-08": "International Women's Day", "2014-03-10": "International Women's Day (observed)", - "2014-03-21": "Nowruz holiday", - "2014-03-22": "Nowruz holiday", - "2014-03-23": "Nowruz holiday", - "2014-03-24": "Nowruz holiday (observed)", - "2014-03-25": "Nowruz holiday (observed)", + "2014-03-21": "Nowruz Holiday", + "2014-03-22": "Nowruz Holiday", + "2014-03-23": "Nowruz Holiday", + "2014-03-24": "Nowruz Holiday (observed)", + "2014-03-25": "Nowruz Holiday (observed)", "2014-05-01": "Kazakhstan's People Solidarity Holiday", "2014-05-02": "Day off (substituted from 05/04/2014)", "2014-05-07": "Defender of the Fatherland Day", @@ -321,11 +321,11 @@ "2015-01-07": "Orthodox Christmas", "2015-03-08": "International Women's Day", "2015-03-09": "International Women's Day (observed)", - "2015-03-21": "Nowruz holiday", - "2015-03-22": "Nowruz holiday", - "2015-03-23": "Nowruz holiday", - "2015-03-24": "Nowruz holiday (observed)", - "2015-03-25": "Nowruz holiday (observed)", + "2015-03-21": "Nowruz Holiday", + "2015-03-22": "Nowruz Holiday", + "2015-03-23": "Nowruz Holiday", + "2015-03-24": "Nowruz Holiday (observed)", + "2015-03-25": "Nowruz Holiday (observed)", "2015-05-01": "Kazakhstan's People Solidarity Holiday", "2015-05-07": "Defender of the Fatherland Day", "2015-05-09": "Victory Day", @@ -343,9 +343,9 @@ "2016-01-07": "Orthodox Christmas", "2016-03-07": "Day off (substituted from 03/05/2016)", "2016-03-08": "International Women's Day", - "2016-03-21": "Nowruz holiday", - "2016-03-22": "Nowruz holiday", - "2016-03-23": "Nowruz holiday", + "2016-03-21": "Nowruz Holiday", + "2016-03-22": "Nowruz Holiday", + "2016-03-23": "Nowruz Holiday", "2016-05-01": "Kazakhstan's People Solidarity Holiday", "2016-05-02": "Kazakhstan's People Solidarity Holiday (observed)", "2016-05-07": "Defender of the Fatherland Day", @@ -364,9 +364,9 @@ "2017-01-07": "Orthodox Christmas", "2017-03-08": "International Women's Day", "2017-03-20": "Day off (substituted from 03/18/2017)", - "2017-03-21": "Nowruz holiday", - "2017-03-22": "Nowruz holiday", - "2017-03-23": "Nowruz holiday", + "2017-03-21": "Nowruz Holiday", + "2017-03-22": "Nowruz Holiday", + "2017-03-23": "Nowruz Holiday", "2017-05-01": "Kazakhstan's People Solidarity Holiday", "2017-05-07": "Defender of the Fatherland Day", "2017-05-08": "Defender of the Fatherland Day (observed)", @@ -385,9 +385,9 @@ "2018-01-07": "Orthodox Christmas", "2018-03-08": "International Women's Day", "2018-03-09": "Day off (substituted from 03/03/2018)", - "2018-03-21": "Nowruz holiday", - "2018-03-22": "Nowruz holiday", - "2018-03-23": "Nowruz holiday", + "2018-03-21": "Nowruz Holiday", + "2018-03-22": "Nowruz Holiday", + "2018-03-23": "Nowruz Holiday", "2018-04-30": "Day off (substituted from 04/28/2018)", "2018-05-01": "Kazakhstan's People Solidarity Holiday", "2018-05-07": "Defender of the Fatherland Day", @@ -407,10 +407,10 @@ "2019-01-02": "New Year's Day", "2019-01-07": "Orthodox Christmas", "2019-03-08": "International Women's Day", - "2019-03-21": "Nowruz holiday", - "2019-03-22": "Nowruz holiday", - "2019-03-23": "Nowruz holiday", - "2019-03-25": "Nowruz holiday (observed)", + "2019-03-21": "Nowruz Holiday", + "2019-03-22": "Nowruz Holiday", + "2019-03-23": "Nowruz Holiday", + "2019-03-25": "Nowruz Holiday (observed)", "2019-05-01": "Kazakhstan's People Solidarity Holiday", "2019-05-07": "Defender of the Fatherland Day", "2019-05-09": "Victory Day", @@ -429,11 +429,11 @@ "2020-01-07": "Orthodox Christmas", "2020-03-08": "International Women's Day", "2020-03-09": "International Women's Day (observed)", - "2020-03-21": "Nowruz holiday", - "2020-03-22": "Nowruz holiday", - "2020-03-23": "Nowruz holiday", - "2020-03-24": "Nowruz holiday (observed)", - "2020-03-25": "Nowruz holiday (observed)", + "2020-03-21": "Nowruz Holiday", + "2020-03-22": "Nowruz Holiday", + "2020-03-23": "Nowruz Holiday", + "2020-03-24": "Nowruz Holiday (observed)", + "2020-03-25": "Nowruz Holiday (observed)", "2020-05-01": "Kazakhstan's People Solidarity Holiday", "2020-05-07": "Defender of the Fatherland Day", "2020-05-08": "Victory Day (observed)", @@ -451,10 +451,10 @@ "2021-01-04": "New Year's Day (observed)", "2021-01-07": "Orthodox Christmas", "2021-03-08": "International Women's Day", - "2021-03-21": "Nowruz holiday", - "2021-03-22": "Nowruz holiday", - "2021-03-23": "Nowruz holiday", - "2021-03-24": "Nowruz holiday (observed)", + "2021-03-21": "Nowruz Holiday", + "2021-03-22": "Nowruz Holiday", + "2021-03-23": "Nowruz Holiday", + "2021-03-24": "Nowruz Holiday (observed)", "2021-05-01": "Kazakhstan's People Solidarity Holiday", "2021-05-03": "Kazakhstan's People Solidarity Holiday (observed)", "2021-05-07": "Defender of the Fatherland Day", @@ -474,9 +474,9 @@ "2022-01-07": "Orthodox Christmas", "2022-03-07": "Day off (substituted from 03/05/2022)", "2022-03-08": "International Women's Day", - "2022-03-21": "Nowruz holiday", - "2022-03-22": "Nowruz holiday", - "2022-03-23": "Nowruz holiday", + "2022-03-21": "Nowruz Holiday", + "2022-03-22": "Nowruz Holiday", + "2022-03-23": "Nowruz Holiday", "2022-05-01": "Kazakhstan's People Solidarity Holiday", "2022-05-02": "Kazakhstan's People Solidarity Holiday (observed)", "2022-05-07": "Defender of the Fatherland Day", @@ -494,9 +494,9 @@ "2023-01-03": "New Year's Day (observed)", "2023-01-07": "Orthodox Christmas", "2023-03-08": "International Women's Day", - "2023-03-21": "Nowruz holiday", - "2023-03-22": "Nowruz holiday", - "2023-03-23": "Nowruz holiday", + "2023-03-21": "Nowruz Holiday", + "2023-03-22": "Nowruz Holiday", + "2023-03-23": "Nowruz Holiday", "2023-05-01": "Kazakhstan's People Solidarity Holiday", "2023-05-07": "Defender of the Fatherland Day", "2023-05-08": "Defender of the Fatherland Day (observed)", @@ -512,10 +512,10 @@ "2024-01-02": "New Year's Day", "2024-01-07": "Orthodox Christmas", "2024-03-08": "International Women's Day", - "2024-03-21": "Nowruz holiday", - "2024-03-22": "Nowruz holiday", - "2024-03-23": "Nowruz holiday", - "2024-03-25": "Nowruz holiday (observed)", + "2024-03-21": "Nowruz Holiday", + "2024-03-22": "Nowruz Holiday", + "2024-03-23": "Nowruz Holiday", + "2024-03-25": "Nowruz Holiday (observed)", "2024-05-01": "Kazakhstan's People Solidarity Holiday", "2024-05-07": "Defender of the Fatherland Day", "2024-05-08": "Day off (substituted from 05/04/2024)", @@ -532,11 +532,11 @@ "2025-01-07": "Orthodox Christmas", "2025-03-08": "International Women's Day", "2025-03-10": "International Women's Day (observed)", - "2025-03-21": "Nowruz holiday", - "2025-03-22": "Nowruz holiday", - "2025-03-23": "Nowruz holiday", - "2025-03-24": "Nowruz holiday (observed)", - "2025-03-25": "Nowruz holiday (observed)", + "2025-03-21": "Nowruz Holiday", + "2025-03-22": "Nowruz Holiday", + "2025-03-23": "Nowruz Holiday", + "2025-03-24": "Nowruz Holiday (observed)", + "2025-03-25": "Nowruz Holiday (observed)", "2025-05-01": "Kazakhstan's People Solidarity Holiday", "2025-05-07": "Defender of the Fatherland Day", "2025-05-09": "Victory Day", @@ -553,11 +553,11 @@ "2026-01-07": "Orthodox Christmas", "2026-03-08": "International Women's Day", "2026-03-09": "International Women's Day (observed)", - "2026-03-21": "Nowruz holiday", - "2026-03-22": "Nowruz holiday", - "2026-03-23": "Nowruz holiday", - "2026-03-24": "Nowruz holiday (observed)", - "2026-03-25": "Nowruz holiday (observed)", + "2026-03-21": "Nowruz Holiday", + "2026-03-22": "Nowruz Holiday", + "2026-03-23": "Nowruz Holiday", + "2026-03-24": "Nowruz Holiday (observed)", + "2026-03-25": "Nowruz Holiday (observed)", "2026-05-01": "Kazakhstan's People Solidarity Holiday", "2026-05-07": "Defender of the Fatherland Day", "2026-05-09": "Victory Day", @@ -574,10 +574,10 @@ "2027-01-04": "New Year's Day (observed)", "2027-01-07": "Orthodox Christmas", "2027-03-08": "International Women's Day", - "2027-03-21": "Nowruz holiday", - "2027-03-22": "Nowruz holiday", - "2027-03-23": "Nowruz holiday", - "2027-03-24": "Nowruz holiday (observed)", + "2027-03-21": "Nowruz Holiday", + "2027-03-22": "Nowruz Holiday", + "2027-03-23": "Nowruz Holiday", + "2027-03-24": "Nowruz Holiday (observed)", "2027-05-01": "Kazakhstan's People Solidarity Holiday", "2027-05-03": "Kazakhstan's People Solidarity Holiday (observed)", "2027-05-07": "Defender of the Fatherland Day", @@ -594,9 +594,9 @@ "2028-01-04": "New Year's Day (observed)", "2028-01-07": "Orthodox Christmas", "2028-03-08": "International Women's Day", - "2028-03-21": "Nowruz holiday", - "2028-03-22": "Nowruz holiday", - "2028-03-23": "Nowruz holiday", + "2028-03-21": "Nowruz Holiday", + "2028-03-22": "Nowruz Holiday", + "2028-03-23": "Nowruz Holiday", "2028-05-01": "Kazakhstan's People Solidarity Holiday", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-07": "Defender of the Fatherland Day", @@ -611,9 +611,9 @@ "2029-01-02": "New Year's Day", "2029-01-07": "Orthodox Christmas", "2029-03-08": "International Women's Day", - "2029-03-21": "Nowruz holiday", - "2029-03-22": "Nowruz holiday", - "2029-03-23": "Nowruz holiday", + "2029-03-21": "Nowruz Holiday", + "2029-03-22": "Nowruz Holiday", + "2029-03-23": "Nowruz Holiday", "2029-04-24": "Eid al-Adha (estimated)", "2029-05-01": "Kazakhstan's People Solidarity Holiday", "2029-05-07": "Defender of the Fatherland Day", @@ -627,10 +627,10 @@ "2030-01-02": "New Year's Day", "2030-01-07": "Orthodox Christmas", "2030-03-08": "International Women's Day", - "2030-03-21": "Nowruz holiday", - "2030-03-22": "Nowruz holiday", - "2030-03-23": "Nowruz holiday", - "2030-03-25": "Nowruz holiday (observed)", + "2030-03-21": "Nowruz Holiday", + "2030-03-22": "Nowruz Holiday", + "2030-03-23": "Nowruz Holiday", + "2030-03-25": "Nowruz Holiday (observed)", "2030-04-13": "Eid al-Adha (estimated)", "2030-05-01": "Kazakhstan's People Solidarity Holiday", "2030-05-07": "Defender of the Fatherland Day", @@ -645,11 +645,11 @@ "2031-01-07": "Orthodox Christmas", "2031-03-08": "International Women's Day", "2031-03-10": "International Women's Day (observed)", - "2031-03-21": "Nowruz holiday", - "2031-03-22": "Nowruz holiday", - "2031-03-23": "Nowruz holiday", - "2031-03-24": "Nowruz holiday (observed)", - "2031-03-25": "Nowruz holiday (observed)", + "2031-03-21": "Nowruz Holiday", + "2031-03-22": "Nowruz Holiday", + "2031-03-23": "Nowruz Holiday", + "2031-03-24": "Nowruz Holiday (observed)", + "2031-03-25": "Nowruz Holiday (observed)", "2031-04-02": "Eid al-Adha (estimated)", "2031-05-01": "Kazakhstan's People Solidarity Holiday", "2031-05-07": "Defender of the Fatherland Day", @@ -665,10 +665,10 @@ "2032-01-02": "New Year's Day", "2032-01-07": "Orthodox Christmas", "2032-03-08": "International Women's Day", - "2032-03-21": "Nowruz holiday", - "2032-03-22": "Eid al-Adha (estimated); Nowruz holiday", - "2032-03-23": "Nowruz holiday", - "2032-03-24": "Nowruz holiday (observed)", + "2032-03-21": "Nowruz Holiday", + "2032-03-22": "Eid al-Adha (estimated); Nowruz Holiday", + "2032-03-23": "Nowruz Holiday", + "2032-03-24": "Nowruz Holiday (observed)", "2032-05-01": "Kazakhstan's People Solidarity Holiday", "2032-05-03": "Kazakhstan's People Solidarity Holiday (observed)", "2032-05-07": "Defender of the Fatherland Day", @@ -685,9 +685,9 @@ "2033-01-07": "Orthodox Christmas", "2033-03-08": "International Women's Day", "2033-03-11": "Eid al-Adha (estimated)", - "2033-03-21": "Nowruz holiday", - "2033-03-22": "Nowruz holiday", - "2033-03-23": "Nowruz holiday", + "2033-03-21": "Nowruz Holiday", + "2033-03-22": "Nowruz Holiday", + "2033-03-23": "Nowruz Holiday", "2033-05-01": "Kazakhstan's People Solidarity Holiday", "2033-05-02": "Kazakhstan's People Solidarity Holiday (observed)", "2033-05-07": "Defender of the Fatherland Day", @@ -703,9 +703,9 @@ "2034-01-07": "Orthodox Christmas", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-08": "International Women's Day", - "2034-03-21": "Nowruz holiday", - "2034-03-22": "Nowruz holiday", - "2034-03-23": "Nowruz holiday", + "2034-03-21": "Nowruz Holiday", + "2034-03-22": "Nowruz Holiday", + "2034-03-23": "Nowruz Holiday", "2034-05-01": "Kazakhstan's People Solidarity Holiday", "2034-05-07": "Defender of the Fatherland Day", "2034-05-08": "Defender of the Fatherland Day (observed)", @@ -720,9 +720,9 @@ "2035-01-07": "Orthodox Christmas", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-08": "International Women's Day", - "2035-03-21": "Nowruz holiday", - "2035-03-22": "Nowruz holiday", - "2035-03-23": "Nowruz holiday", + "2035-03-21": "Nowruz Holiday", + "2035-03-22": "Nowruz Holiday", + "2035-03-23": "Nowruz Holiday", "2035-05-01": "Kazakhstan's People Solidarity Holiday", "2035-05-07": "Defender of the Fatherland Day", "2035-05-09": "Victory Day", @@ -737,11 +737,11 @@ "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "International Women's Day", "2036-03-10": "International Women's Day (observed)", - "2036-03-21": "Nowruz holiday", - "2036-03-22": "Nowruz holiday", - "2036-03-23": "Nowruz holiday", - "2036-03-24": "Nowruz holiday (observed)", - "2036-03-25": "Nowruz holiday (observed)", + "2036-03-21": "Nowruz Holiday", + "2036-03-22": "Nowruz Holiday", + "2036-03-23": "Nowruz Holiday", + "2036-03-24": "Nowruz Holiday (observed)", + "2036-03-25": "Nowruz Holiday (observed)", "2036-05-01": "Kazakhstan's People Solidarity Holiday", "2036-05-07": "Defender of the Fatherland Day", "2036-05-09": "Victory Day", @@ -758,11 +758,11 @@ "2037-01-26": "Eid al-Adha (estimated)", "2037-03-08": "International Women's Day", "2037-03-09": "International Women's Day (observed)", - "2037-03-21": "Nowruz holiday", - "2037-03-22": "Nowruz holiday", - "2037-03-23": "Nowruz holiday", - "2037-03-24": "Nowruz holiday (observed)", - "2037-03-25": "Nowruz holiday (observed)", + "2037-03-21": "Nowruz Holiday", + "2037-03-22": "Nowruz Holiday", + "2037-03-23": "Nowruz Holiday", + "2037-03-24": "Nowruz Holiday (observed)", + "2037-03-25": "Nowruz Holiday (observed)", "2037-05-01": "Kazakhstan's People Solidarity Holiday", "2037-05-07": "Defender of the Fatherland Day", "2037-05-09": "Victory Day", @@ -779,10 +779,10 @@ "2038-01-07": "Orthodox Christmas", "2038-01-16": "Eid al-Adha (estimated)", "2038-03-08": "International Women's Day", - "2038-03-21": "Nowruz holiday", - "2038-03-22": "Nowruz holiday", - "2038-03-23": "Nowruz holiday", - "2038-03-24": "Nowruz holiday (observed)", + "2038-03-21": "Nowruz Holiday", + "2038-03-22": "Nowruz Holiday", + "2038-03-23": "Nowruz Holiday", + "2038-03-24": "Nowruz Holiday (observed)", "2038-05-01": "Kazakhstan's People Solidarity Holiday", "2038-05-03": "Kazakhstan's People Solidarity Holiday (observed)", "2038-05-07": "Defender of the Fatherland Day", @@ -799,9 +799,9 @@ "2039-01-05": "Eid al-Adha (estimated)", "2039-01-07": "Orthodox Christmas", "2039-03-08": "International Women's Day", - "2039-03-21": "Nowruz holiday", - "2039-03-22": "Nowruz holiday", - "2039-03-23": "Nowruz holiday", + "2039-03-21": "Nowruz Holiday", + "2039-03-22": "Nowruz Holiday", + "2039-03-23": "Nowruz Holiday", "2039-05-01": "Kazakhstan's People Solidarity Holiday", "2039-05-02": "Kazakhstan's People Solidarity Holiday (observed)", "2039-05-07": "Defender of the Fatherland Day", @@ -817,9 +817,9 @@ "2040-01-03": "New Year's Day (observed)", "2040-01-07": "Orthodox Christmas", "2040-03-08": "International Women's Day", - "2040-03-21": "Nowruz holiday", - "2040-03-22": "Nowruz holiday", - "2040-03-23": "Nowruz holiday", + "2040-03-21": "Nowruz Holiday", + "2040-03-22": "Nowruz Holiday", + "2040-03-23": "Nowruz Holiday", "2040-05-01": "Kazakhstan's People Solidarity Holiday", "2040-05-07": "Defender of the Fatherland Day", "2040-05-09": "Victory Day", @@ -833,10 +833,10 @@ "2041-01-02": "New Year's Day", "2041-01-07": "Orthodox Christmas", "2041-03-08": "International Women's Day", - "2041-03-21": "Nowruz holiday", - "2041-03-22": "Nowruz holiday", - "2041-03-23": "Nowruz holiday", - "2041-03-25": "Nowruz holiday (observed)", + "2041-03-21": "Nowruz Holiday", + "2041-03-22": "Nowruz Holiday", + "2041-03-23": "Nowruz Holiday", + "2041-03-25": "Nowruz Holiday (observed)", "2041-05-01": "Kazakhstan's People Solidarity Holiday", "2041-05-07": "Defender of the Fatherland Day", "2041-05-09": "Victory Day", @@ -851,11 +851,11 @@ "2042-01-07": "Orthodox Christmas", "2042-03-08": "International Women's Day", "2042-03-10": "International Women's Day (observed)", - "2042-03-21": "Nowruz holiday", - "2042-03-22": "Nowruz holiday", - "2042-03-23": "Nowruz holiday", - "2042-03-24": "Nowruz holiday (observed)", - "2042-03-25": "Nowruz holiday (observed)", + "2042-03-21": "Nowruz Holiday", + "2042-03-22": "Nowruz Holiday", + "2042-03-23": "Nowruz Holiday", + "2042-03-24": "Nowruz Holiday (observed)", + "2042-03-25": "Nowruz Holiday (observed)", "2042-05-01": "Kazakhstan's People Solidarity Holiday", "2042-05-07": "Defender of the Fatherland Day", "2042-05-09": "Victory Day", @@ -872,11 +872,11 @@ "2043-01-07": "Orthodox Christmas", "2043-03-08": "International Women's Day", "2043-03-09": "International Women's Day (observed)", - "2043-03-21": "Nowruz holiday", - "2043-03-22": "Nowruz holiday", - "2043-03-23": "Nowruz holiday", - "2043-03-24": "Nowruz holiday (observed)", - "2043-03-25": "Nowruz holiday (observed)", + "2043-03-21": "Nowruz Holiday", + "2043-03-22": "Nowruz Holiday", + "2043-03-23": "Nowruz Holiday", + "2043-03-24": "Nowruz Holiday (observed)", + "2043-03-25": "Nowruz Holiday (observed)", "2043-05-01": "Kazakhstan's People Solidarity Holiday", "2043-05-07": "Defender of the Fatherland Day", "2043-05-09": "Victory Day", @@ -893,9 +893,9 @@ "2044-01-04": "New Year's Day (observed)", "2044-01-07": "Orthodox Christmas", "2044-03-08": "International Women's Day", - "2044-03-21": "Nowruz holiday", - "2044-03-22": "Nowruz holiday", - "2044-03-23": "Nowruz holiday", + "2044-03-21": "Nowruz Holiday", + "2044-03-22": "Nowruz Holiday", + "2044-03-23": "Nowruz Holiday", "2044-05-01": "Kazakhstan's People Solidarity Holiday", "2044-05-02": "Kazakhstan's People Solidarity Holiday (observed)", "2044-05-07": "Defender of the Fatherland Day", @@ -911,9 +911,9 @@ "2045-01-03": "New Year's Day (observed)", "2045-01-07": "Orthodox Christmas", "2045-03-08": "International Women's Day", - "2045-03-21": "Nowruz holiday", - "2045-03-22": "Nowruz holiday", - "2045-03-23": "Nowruz holiday", + "2045-03-21": "Nowruz Holiday", + "2045-03-22": "Nowruz Holiday", + "2045-03-23": "Nowruz Holiday", "2045-05-01": "Kazakhstan's People Solidarity Holiday", "2045-05-07": "Defender of the Fatherland Day", "2045-05-08": "Defender of the Fatherland Day (observed)", @@ -928,9 +928,9 @@ "2046-01-02": "New Year's Day", "2046-01-07": "Orthodox Christmas", "2046-03-08": "International Women's Day", - "2046-03-21": "Nowruz holiday", - "2046-03-22": "Nowruz holiday", - "2046-03-23": "Nowruz holiday", + "2046-03-21": "Nowruz Holiday", + "2046-03-22": "Nowruz Holiday", + "2046-03-23": "Nowruz Holiday", "2046-05-01": "Kazakhstan's People Solidarity Holiday", "2046-05-07": "Defender of the Fatherland Day", "2046-05-09": "Victory Day", @@ -944,10 +944,10 @@ "2047-01-02": "New Year's Day", "2047-01-07": "Orthodox Christmas", "2047-03-08": "International Women's Day", - "2047-03-21": "Nowruz holiday", - "2047-03-22": "Nowruz holiday", - "2047-03-23": "Nowruz holiday", - "2047-03-25": "Nowruz holiday (observed)", + "2047-03-21": "Nowruz Holiday", + "2047-03-22": "Nowruz Holiday", + "2047-03-23": "Nowruz Holiday", + "2047-03-25": "Nowruz Holiday (observed)", "2047-05-01": "Kazakhstan's People Solidarity Holiday", "2047-05-07": "Defender of the Fatherland Day", "2047-05-09": "Victory Day", @@ -962,11 +962,11 @@ "2048-01-07": "Orthodox Christmas", "2048-03-08": "International Women's Day", "2048-03-09": "International Women's Day (observed)", - "2048-03-21": "Nowruz holiday", - "2048-03-22": "Nowruz holiday", - "2048-03-23": "Nowruz holiday", - "2048-03-24": "Nowruz holiday (observed)", - "2048-03-25": "Nowruz holiday (observed)", + "2048-03-21": "Nowruz Holiday", + "2048-03-22": "Nowruz Holiday", + "2048-03-23": "Nowruz Holiday", + "2048-03-24": "Nowruz Holiday (observed)", + "2048-03-25": "Nowruz Holiday (observed)", "2048-05-01": "Kazakhstan's People Solidarity Holiday", "2048-05-07": "Defender of the Fatherland Day", "2048-05-09": "Victory Day", @@ -983,10 +983,10 @@ "2049-01-04": "New Year's Day (observed)", "2049-01-07": "Orthodox Christmas", "2049-03-08": "International Women's Day", - "2049-03-21": "Nowruz holiday", - "2049-03-22": "Nowruz holiday", - "2049-03-23": "Nowruz holiday", - "2049-03-24": "Nowruz holiday (observed)", + "2049-03-21": "Nowruz Holiday", + "2049-03-22": "Nowruz Holiday", + "2049-03-23": "Nowruz Holiday", + "2049-03-24": "Nowruz Holiday (observed)", "2049-05-01": "Kazakhstan's People Solidarity Holiday", "2049-05-03": "Kazakhstan's People Solidarity Holiday (observed)", "2049-05-07": "Defender of the Fatherland Day", @@ -1003,9 +1003,9 @@ "2050-01-04": "New Year's Day (observed)", "2050-01-07": "Orthodox Christmas", "2050-03-08": "International Women's Day", - "2050-03-21": "Nowruz holiday", - "2050-03-22": "Nowruz holiday", - "2050-03-23": "Nowruz holiday", + "2050-03-21": "Nowruz Holiday", + "2050-03-22": "Nowruz Holiday", + "2050-03-23": "Nowruz Holiday", "2050-05-01": "Kazakhstan's People Solidarity Holiday", "2050-05-02": "Kazakhstan's People Solidarity Holiday (observed)", "2050-05-07": "Defender of the Fatherland Day", diff --git a/snapshots/countries/LA_COMMON.json b/snapshots/countries/LA_COMMON.json index 43677c9cd..c4f36e81d 100644 --- a/snapshots/countries/LA_COMMON.json +++ b/snapshots/countries/LA_COMMON.json @@ -384,7 +384,7 @@ "1990-04-16": "Lao New Year's Day", "1990-05-01": "International Labor Day", "1990-05-08": "Visakha Bousa Festival", - "1990-06-01": "International Children Day; National Arbor Day", + "1990-06-01": "International Children's Day; National Arbor Day", "1990-07-07": "Begin of Buddhist Lent", "1990-07-13": "President Souphanouvong's Birthday", "1990-07-20": "Establishment Day of the Lao Women's Union", @@ -412,7 +412,7 @@ "1991-04-16": "Lao New Year's Day", "1991-04-28": "Visakha Bousa Festival", "1991-05-01": "International Labor Day", - "1991-06-01": "International Children Day; National Arbor Day", + "1991-06-01": "International Children's Day; National Arbor Day", "1991-07-13": "President Souphanouvong's Birthday", "1991-07-20": "Establishment Day of the Lao Women's Union", "1991-07-26": "Begin of Buddhist Lent", @@ -442,7 +442,7 @@ "1992-04-16": "Lao New Year's Day", "1992-05-01": "International Labor Day", "1992-05-16": "Visakha Bousa Festival", - "1992-06-01": "International Children Day; National Arbor Day", + "1992-06-01": "International Children's Day; National Arbor Day", "1992-07-13": "President Souphanouvong's Birthday", "1992-07-14": "Begin of Buddhist Lent", "1992-07-20": "Establishment Day of the Lao Women's Union", @@ -471,7 +471,7 @@ "1993-04-16": "Lao New Year's Day", "1993-05-01": "International Labor Day", "1993-05-05": "Visakha Bousa Festival", - "1993-06-01": "International Children Day; National Arbor Day", + "1993-06-01": "International Children's Day; National Arbor Day", "1993-07-03": "Begin of Buddhist Lent", "1993-07-13": "President Souphanouvong's Birthday", "1993-07-20": "Establishment Day of the Lao Women's Union", @@ -501,7 +501,7 @@ "1994-04-16": "Lao New Year's Day", "1994-04-24": "Visakha Bousa Festival", "1994-05-01": "International Labor Day", - "1994-06-01": "International Children Day; National Arbor Day", + "1994-06-01": "International Children's Day; National Arbor Day", "1994-07-13": "President Souphanouvong's Birthday", "1994-07-20": "Establishment Day of the Lao Women's Union", "1994-07-22": "Begin of Buddhist Lent", @@ -531,7 +531,7 @@ "1995-04-16": "Lao New Year's Day", "1995-05-01": "International Labor Day", "1995-05-13": "Visakha Bousa Festival", - "1995-06-01": "International Children Day; National Arbor Day", + "1995-06-01": "International Children's Day; National Arbor Day", "1995-07-11": "Begin of Buddhist Lent", "1995-07-13": "President Souphanouvong's Birthday", "1995-07-20": "Establishment Day of the Lao Women's Union", @@ -560,7 +560,7 @@ "1996-04-15": "Lao New Year's Day", "1996-04-16": "Lao New Year's Day", "1996-05-01": "International Labor Day; Visakha Bousa Festival", - "1996-06-01": "International Children Day; National Arbor Day", + "1996-06-01": "International Children's Day; National Arbor Day", "1996-07-13": "President Souphanouvong's Birthday", "1996-07-20": "Establishment Day of the Lao Women's Union", "1996-07-29": "Begin of Buddhist Lent", @@ -590,7 +590,7 @@ "1997-04-16": "Lao New Year's Day", "1997-05-01": "International Labor Day", "1997-05-20": "Visakha Bousa Festival", - "1997-06-01": "International Children Day; National Arbor Day", + "1997-06-01": "International Children's Day; National Arbor Day", "1997-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "1997-07-19": "Begin of Buddhist Lent", "1997-07-20": "Establishment Day of the Lao Women's Union", @@ -620,7 +620,7 @@ "1998-04-16": "Lao New Year's Day", "1998-05-01": "International Labor Day", "1998-05-10": "Visakha Bousa Festival", - "1998-06-01": "International Children Day; National Arbor Day", + "1998-06-01": "International Children's Day; National Arbor Day", "1998-07-08": "Begin of Buddhist Lent", "1998-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "1998-07-20": "Establishment Day of the Lao Women's Union", @@ -650,7 +650,7 @@ "1999-04-16": "Lao New Year's Day", "1999-04-29": "Visakha Bousa Festival", "1999-05-01": "International Labor Day", - "1999-06-01": "International Children Day; National Arbor Day", + "1999-06-01": "International Children's Day; National Arbor Day", "1999-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "1999-07-20": "Establishment Day of the Lao Women's Union", "1999-07-27": "Begin of Buddhist Lent", @@ -680,7 +680,7 @@ "2000-04-16": "Lao New Year's Day", "2000-05-01": "International Labor Day", "2000-05-17": "Visakha Bousa Festival", - "2000-06-01": "International Children Day; National Arbor Day", + "2000-06-01": "International Children's Day; National Arbor Day", "2000-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2000-07-16": "Begin of Buddhist Lent", "2000-07-20": "Establishment Day of the Lao Women's Union", @@ -710,7 +710,7 @@ "2001-04-16": "Lao New Year's Day", "2001-05-01": "International Labor Day", "2001-05-07": "Visakha Bousa Festival", - "2001-06-01": "International Children Day; National Arbor Day", + "2001-06-01": "International Children's Day; National Arbor Day", "2001-07-05": "Begin of Buddhist Lent", "2001-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2001-07-20": "Establishment Day of the Lao Women's Union", @@ -740,7 +740,7 @@ "2002-04-16": "Lao New Year's Day", "2002-04-26": "Visakha Bousa Festival", "2002-05-01": "International Labor Day", - "2002-06-01": "International Children Day; National Arbor Day", + "2002-06-01": "International Children's Day; National Arbor Day", "2002-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2002-07-20": "Establishment Day of the Lao Women's Union", "2002-07-24": "Begin of Buddhist Lent", @@ -770,7 +770,7 @@ "2003-04-16": "Lao New Year's Day", "2003-05-01": "International Labor Day", "2003-05-15": "Visakha Bousa Festival", - "2003-06-01": "International Children Day; National Arbor Day", + "2003-06-01": "International Children's Day; National Arbor Day", "2003-07-13": "Begin of Buddhist Lent; President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2003-07-20": "Establishment Day of the Lao Women's Union", "2003-08-13": "Lao National Mass Media and Publishing Day", @@ -799,7 +799,7 @@ "2004-04-16": "Lao New Year's Day", "2004-05-01": "International Labor Day", "2004-05-03": "Visakha Bousa Festival", - "2004-06-01": "International Children Day; National Arbor Day", + "2004-06-01": "International Children's Day; National Arbor Day", "2004-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2004-07-20": "Establishment Day of the Lao Women's Union", "2004-07-31": "Begin of Buddhist Lent", @@ -829,7 +829,7 @@ "2005-04-16": "Lao New Year's Day", "2005-05-01": "International Labor Day", "2005-05-22": "Visakha Bousa Festival", - "2005-06-01": "International Children Day; National Arbor Day", + "2005-06-01": "International Children's Day; National Arbor Day", "2005-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2005-07-20": "Begin of Buddhist Lent; Establishment Day of the Lao Women's Union", "2005-08-13": "Lao National Mass Media and Publishing Day", @@ -858,7 +858,7 @@ "2006-04-16": "Lao New Year's Day", "2006-05-01": "International Labor Day", "2006-05-11": "Visakha Bousa Festival", - "2006-06-01": "International Children Day; National Arbor Day", + "2006-06-01": "International Children's Day; National Arbor Day", "2006-07-10": "Begin of Buddhist Lent", "2006-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2006-07-20": "Establishment Day of the Lao Women's Union", @@ -885,7 +885,7 @@ "2007-04-15": "Lao New Year's Day", "2007-04-16": "Lao New Year's Day", "2007-05-01": "International Labor Day; Visakha Bousa Festival", - "2007-06-01": "International Children Day; National Arbor Day", + "2007-06-01": "International Children's Day; National Arbor Day", "2007-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2007-07-20": "Establishment Day of the Lao Women's Union", "2007-07-29": "Begin of Buddhist Lent", @@ -915,7 +915,7 @@ "2008-04-16": "Lao New Year's Day", "2008-05-01": "International Labor Day", "2008-05-19": "Visakha Bousa Festival", - "2008-06-01": "International Children Day; National Arbor Day", + "2008-06-01": "International Children's Day; National Arbor Day", "2008-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2008-07-17": "Begin of Buddhist Lent", "2008-07-20": "Establishment Day of the Lao Women's Union", @@ -945,7 +945,7 @@ "2009-04-16": "Lao New Year's Day", "2009-05-01": "International Labor Day", "2009-05-08": "Visakha Bousa Festival", - "2009-06-01": "International Children Day; National Arbor Day", + "2009-06-01": "International Children's Day; National Arbor Day", "2009-07-07": "Begin of Buddhist Lent", "2009-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2009-07-20": "Establishment Day of the Lao Women's Union", @@ -975,7 +975,7 @@ "2010-04-16": "Lao New Year's Day", "2010-04-28": "Visakha Bousa Festival", "2010-05-01": "International Labor Day", - "2010-06-01": "International Children Day; National Arbor Day", + "2010-06-01": "International Children's Day; National Arbor Day", "2010-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2010-07-20": "Establishment Day of the Lao Women's Union", "2010-07-26": "Begin of Buddhist Lent", @@ -1006,7 +1006,7 @@ "2011-04-16": "Lao New Year's Day", "2011-05-01": "International Labor Day", "2011-05-17": "Visakha Bousa Festival", - "2011-06-01": "International Children Day; National Arbor Day", + "2011-06-01": "International Children's Day; National Arbor Day", "2011-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2011-07-15": "Begin of Buddhist Lent", "2011-07-20": "Establishment Day of the Lao Women's Union", @@ -1038,7 +1038,7 @@ "2012-04-17": "Lao New Year's Day (in lieu)", "2012-05-01": "International Labor Day", "2012-05-05": "Visakha Bousa Festival", - "2012-06-01": "International Children Day; National Arbor Day", + "2012-06-01": "International Children's Day; National Arbor Day", "2012-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2012-07-20": "Establishment Day of the Lao Women's Union", "2012-08-02": "Begin of Buddhist Lent", @@ -1071,7 +1071,7 @@ "2013-04-17": "Lao New Year's Day (in lieu)", "2013-05-01": "International Labor Day", "2013-05-24": "Visakha Bousa Festival", - "2013-06-01": "International Children Day; National Arbor Day", + "2013-06-01": "International Children's Day; National Arbor Day", "2013-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2013-07-20": "Establishment Day of the Lao Women's Union", "2013-07-22": "Begin of Buddhist Lent", @@ -1101,7 +1101,7 @@ "2014-04-16": "Lao New Year's Day", "2014-05-01": "International Labor Day", "2014-05-13": "Visakha Bousa Festival", - "2014-06-01": "International Children Day; National Arbor Day", + "2014-06-01": "International Children's Day; National Arbor Day", "2014-07-11": "Begin of Buddhist Lent", "2014-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2014-07-20": "Establishment Day of the Lao Women's Union", @@ -1134,7 +1134,7 @@ "2015-04-17": "Lao New Year's Day (Special)", "2015-05-01": "International Labor Day", "2015-05-02": "Visakha Bousa Festival", - "2015-06-01": "International Children Day; National Arbor Day", + "2015-06-01": "International Children's Day; National Arbor Day", "2015-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2015-07-20": "Establishment Day of the Lao Women's Union", "2015-07-30": "Begin of Buddhist Lent", @@ -1167,7 +1167,7 @@ "2016-05-01": "International Labor Day", "2016-05-02": "International Labor Day (in lieu)", "2016-05-20": "Visakha Bousa Festival", - "2016-06-01": "International Children Day; National Arbor Day", + "2016-06-01": "International Children's Day; National Arbor Day", "2016-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2016-07-19": "Begin of Buddhist Lent", "2016-07-20": "Establishment Day of the Lao Women's Union", @@ -1199,7 +1199,7 @@ "2017-04-17": "Lao New Year's Day (in lieu)", "2017-05-01": "International Labor Day", "2017-05-10": "Visakha Bousa Festival", - "2017-06-01": "International Children Day; National Arbor Day", + "2017-06-01": "International Children's Day; National Arbor Day", "2017-07-08": "Begin of Buddhist Lent", "2017-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2017-07-20": "Establishment Day of the Lao Women's Union", @@ -1233,7 +1233,7 @@ "2018-04-18": "Lao New Year's Day (in lieu)", "2018-04-29": "Visakha Bousa Festival", "2018-05-01": "International Labor Day", - "2018-06-01": "International Children Day; National Arbor Day", + "2018-06-01": "International Children's Day; National Arbor Day", "2018-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2018-07-20": "Establishment Day of the Lao Women's Union", "2018-07-27": "Begin of Buddhist Lent", @@ -1266,7 +1266,7 @@ "2019-04-17": "Lao New Year's Day (in lieu)", "2019-05-01": "International Labor Day", "2019-05-18": "Visakha Bousa Festival", - "2019-06-01": "International Children Day; National Arbor Day", + "2019-06-01": "International Children's Day; National Arbor Day", "2019-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2019-07-16": "Begin of Buddhist Lent", "2019-07-20": "Establishment Day of the Lao Women's Union", @@ -1300,7 +1300,7 @@ "2020-04-17": "Lao New Year's Day (in lieu)", "2020-05-01": "International Labor Day", "2020-05-06": "Visakha Bousa Festival", - "2020-06-01": "International Children Day; National Arbor Day", + "2020-06-01": "International Children's Day; National Arbor Day", "2020-07-05": "Begin of Buddhist Lent", "2020-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2020-07-20": "Establishment Day of the Lao Women's Union", @@ -1331,7 +1331,7 @@ "2021-04-26": "Visakha Bousa Festival", "2021-05-01": "International Labor Day", "2021-05-03": "International Labor Day (in lieu)", - "2021-06-01": "International Children Day; National Arbor Day", + "2021-06-01": "International Children's Day; National Arbor Day", "2021-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2021-07-20": "Establishment Day of the Lao Women's Union", "2021-07-24": "Begin of Buddhist Lent", @@ -1364,7 +1364,7 @@ "2022-05-01": "International Labor Day", "2022-05-02": "International Labor Day (in lieu)", "2022-05-15": "Visakha Bousa Festival", - "2022-06-01": "International Children Day; National Arbor Day", + "2022-06-01": "International Children's Day; National Arbor Day", "2022-07-13": "Begin of Buddhist Lent; President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2022-07-20": "Establishment Day of the Lao Women's Union", "2022-08-13": "Lao National Mass Media and Publishing Day", @@ -1396,7 +1396,7 @@ "2023-04-18": "Lao New Year's Day (in lieu)", "2023-05-01": "International Labor Day", "2023-05-04": "Visakha Bousa Festival", - "2023-06-01": "International Children Day; National Arbor Day", + "2023-06-01": "International Children's Day; National Arbor Day", "2023-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2023-07-20": "Establishment Day of the Lao Women's Union", "2023-08-01": "Begin of Buddhist Lent", @@ -1431,7 +1431,7 @@ "2024-04-18": "Lao New Year's Day (in lieu)", "2024-05-01": "International Labor Day", "2024-05-22": "Visakha Bousa Festival", - "2024-06-01": "International Children Day; National Arbor Day", + "2024-06-01": "International Children's Day; National Arbor Day", "2024-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2024-07-20": "Begin of Buddhist Lent; Establishment Day of the Lao Women's Union", "2024-08-13": "Lao National Mass Media and Publishing Day", @@ -1461,7 +1461,7 @@ "2025-04-16": "Lao New Year's Day", "2025-05-01": "International Labor Day", "2025-05-11": "Visakha Bousa Festival", - "2025-06-01": "International Children Day; National Arbor Day", + "2025-06-01": "International Children's Day; National Arbor Day", "2025-07-10": "Begin of Buddhist Lent", "2025-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2025-07-20": "Establishment Day of the Lao Women's Union", @@ -1489,7 +1489,7 @@ "2026-04-15": "Lao New Year's Day", "2026-04-16": "Lao New Year's Day", "2026-05-01": "International Labor Day; Visakha Bousa Festival", - "2026-06-01": "International Children Day; National Arbor Day", + "2026-06-01": "International Children's Day; National Arbor Day", "2026-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2026-07-20": "Establishment Day of the Lao Women's Union", "2026-07-29": "Begin of Buddhist Lent", @@ -1520,7 +1520,7 @@ "2027-05-01": "International Labor Day", "2027-05-03": "International Labor Day (in lieu)", "2027-05-20": "Visakha Bousa Festival", - "2027-06-01": "International Children Day; National Arbor Day", + "2027-06-01": "International Children's Day; National Arbor Day", "2027-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2027-07-18": "Begin of Buddhist Lent", "2027-07-20": "Establishment Day of the Lao Women's Union", @@ -1553,7 +1553,7 @@ "2028-04-18": "Lao New Year's Day (in lieu)", "2028-05-01": "International Labor Day", "2028-05-08": "Visakha Bousa Festival", - "2028-06-01": "International Children Day; National Arbor Day", + "2028-06-01": "International Children's Day; National Arbor Day", "2028-07-06": "Begin of Buddhist Lent", "2028-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2028-07-20": "Establishment Day of the Lao Women's Union", @@ -1587,7 +1587,7 @@ "2029-04-18": "Lao New Year's Day (in lieu)", "2029-04-27": "Visakha Bousa Festival", "2029-05-01": "International Labor Day", - "2029-06-01": "International Children Day; National Arbor Day", + "2029-06-01": "International Children's Day; National Arbor Day", "2029-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2029-07-20": "Establishment Day of the Lao Women's Union", "2029-07-25": "Begin of Buddhist Lent", @@ -1620,7 +1620,7 @@ "2030-04-17": "Lao New Year's Day (in lieu)", "2030-05-01": "International Labor Day", "2030-05-16": "Visakha Bousa Festival", - "2030-06-01": "International Children Day; National Arbor Day", + "2030-06-01": "International Children's Day; National Arbor Day", "2030-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2030-07-14": "Begin of Buddhist Lent", "2030-07-20": "Establishment Day of the Lao Women's Union", @@ -1650,7 +1650,7 @@ "2031-04-16": "Lao New Year's Day", "2031-05-01": "International Labor Day", "2031-05-05": "Visakha Bousa Festival", - "2031-06-01": "International Children Day; National Arbor Day", + "2031-06-01": "International Children's Day; National Arbor Day", "2031-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2031-07-20": "Establishment Day of the Lao Women's Union", "2031-08-02": "Begin of Buddhist Lent", @@ -1681,7 +1681,7 @@ "2032-05-01": "International Labor Day", "2032-05-03": "International Labor Day (in lieu)", "2032-05-23": "Visakha Bousa Festival", - "2032-06-01": "International Children Day; National Arbor Day", + "2032-06-01": "International Children's Day; National Arbor Day", "2032-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2032-07-20": "Establishment Day of the Lao Women's Union", "2032-07-22": "Begin of Buddhist Lent", @@ -1714,7 +1714,7 @@ "2033-05-01": "International Labor Day", "2033-05-02": "International Labor Day (in lieu)", "2033-05-13": "Visakha Bousa Festival", - "2033-06-01": "International Children Day; National Arbor Day", + "2033-06-01": "International Children's Day; National Arbor Day", "2033-07-11": "Begin of Buddhist Lent", "2033-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2033-07-20": "Establishment Day of the Lao Women's Union", @@ -1747,7 +1747,7 @@ "2034-04-18": "Lao New Year's Day (in lieu)", "2034-05-01": "International Labor Day", "2034-05-02": "Visakha Bousa Festival", - "2034-06-01": "International Children Day; National Arbor Day", + "2034-06-01": "International Children's Day; National Arbor Day", "2034-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2034-07-20": "Establishment Day of the Lao Women's Union", "2034-07-30": "Begin of Buddhist Lent", @@ -1781,7 +1781,7 @@ "2035-04-18": "Lao New Year's Day (in lieu)", "2035-05-01": "International Labor Day", "2035-05-21": "Visakha Bousa Festival", - "2035-06-01": "International Children Day; National Arbor Day", + "2035-06-01": "International Children's Day; National Arbor Day", "2035-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2035-07-20": "Begin of Buddhist Lent; Establishment Day of the Lao Women's Union", "2035-08-13": "Lao National Mass Media and Publishing Day", @@ -1813,7 +1813,7 @@ "2036-04-16": "Lao New Year's Day", "2036-05-01": "International Labor Day", "2036-05-10": "Visakha Bousa Festival", - "2036-06-01": "International Children Day; National Arbor Day", + "2036-06-01": "International Children's Day; National Arbor Day", "2036-07-08": "Begin of Buddhist Lent", "2036-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2036-07-20": "Establishment Day of the Lao Women's Union", @@ -1844,7 +1844,7 @@ "2037-04-16": "Lao New Year's Day", "2037-04-29": "Visakha Bousa Festival", "2037-05-01": "International Labor Day", - "2037-06-01": "International Children Day; National Arbor Day", + "2037-06-01": "International Children's Day; National Arbor Day", "2037-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2037-07-20": "Establishment Day of the Lao Women's Union", "2037-07-27": "Begin of Buddhist Lent", @@ -1875,7 +1875,7 @@ "2038-05-01": "International Labor Day", "2038-05-03": "International Labor Day (in lieu)", "2038-05-18": "Visakha Bousa Festival", - "2038-06-01": "International Children Day; National Arbor Day", + "2038-06-01": "International Children's Day; National Arbor Day", "2038-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2038-07-16": "Begin of Buddhist Lent", "2038-07-20": "Establishment Day of the Lao Women's Union", @@ -1908,7 +1908,7 @@ "2039-05-01": "International Labor Day", "2039-05-02": "International Labor Day (in lieu)", "2039-05-07": "Visakha Bousa Festival", - "2039-06-01": "International Children Day; National Arbor Day", + "2039-06-01": "International Children's Day; National Arbor Day", "2039-07-05": "Begin of Buddhist Lent", "2039-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2039-07-20": "Establishment Day of the Lao Women's Union", @@ -1941,7 +1941,7 @@ "2040-04-18": "Lao New Year's Day (in lieu)", "2040-04-25": "Visakha Bousa Festival", "2040-05-01": "International Labor Day", - "2040-06-01": "International Children Day; National Arbor Day", + "2040-06-01": "International Children's Day; National Arbor Day", "2040-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2040-07-20": "Establishment Day of the Lao Women's Union", "2040-07-23": "Begin of Buddhist Lent", @@ -1974,7 +1974,7 @@ "2041-04-17": "Lao New Year's Day (in lieu)", "2041-05-01": "International Labor Day", "2041-05-14": "Visakha Bousa Festival", - "2041-06-01": "International Children Day; National Arbor Day", + "2041-06-01": "International Children's Day; National Arbor Day", "2041-07-12": "Begin of Buddhist Lent", "2041-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2041-07-20": "Establishment Day of the Lao Women's Union", @@ -2005,7 +2005,7 @@ "2042-04-16": "Lao New Year's Day", "2042-05-01": "International Labor Day", "2042-05-03": "Visakha Bousa Festival", - "2042-06-01": "International Children Day; National Arbor Day", + "2042-06-01": "International Children's Day; National Arbor Day", "2042-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2042-07-20": "Establishment Day of the Lao Women's Union", "2042-07-31": "Begin of Buddhist Lent", @@ -2036,7 +2036,7 @@ "2043-04-16": "Lao New Year's Day", "2043-05-01": "International Labor Day", "2043-05-22": "Visakha Bousa Festival", - "2043-06-01": "International Children Day; National Arbor Day", + "2043-06-01": "International Children's Day; National Arbor Day", "2043-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2043-07-20": "Establishment Day of the Lao Women's Union", "2043-07-21": "Begin of Buddhist Lent", @@ -2068,7 +2068,7 @@ "2044-05-01": "International Labor Day", "2044-05-02": "International Labor Day (in lieu)", "2044-05-11": "Visakha Bousa Festival", - "2044-06-01": "International Children Day; National Arbor Day", + "2044-06-01": "International Children's Day; National Arbor Day", "2044-07-09": "Begin of Buddhist Lent", "2044-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2044-07-20": "Establishment Day of the Lao Women's Union", @@ -2099,7 +2099,7 @@ "2045-04-18": "Lao New Year's Day (in lieu)", "2045-04-30": "Visakha Bousa Festival", "2045-05-01": "International Labor Day", - "2045-06-01": "International Children Day; National Arbor Day", + "2045-06-01": "International Children's Day; National Arbor Day", "2045-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2045-07-20": "Establishment Day of the Lao Women's Union", "2045-07-28": "Begin of Buddhist Lent", @@ -2133,7 +2133,7 @@ "2046-04-18": "Lao New Year's Day (in lieu)", "2046-05-01": "International Labor Day", "2046-05-19": "Visakha Bousa Festival", - "2046-06-01": "International Children Day; National Arbor Day", + "2046-06-01": "International Children's Day; National Arbor Day", "2046-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2046-07-18": "Begin of Buddhist Lent", "2046-07-20": "Establishment Day of the Lao Women's Union", @@ -2166,7 +2166,7 @@ "2047-04-17": "Lao New Year's Day (in lieu)", "2047-05-01": "International Labor Day", "2047-05-09": "Visakha Bousa Festival", - "2047-06-01": "International Children Day; National Arbor Day", + "2047-06-01": "International Children's Day; National Arbor Day", "2047-07-07": "Begin of Buddhist Lent", "2047-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2047-07-20": "Establishment Day of the Lao Women's Union", @@ -2197,7 +2197,7 @@ "2048-04-16": "Lao New Year's Day", "2048-04-27": "Visakha Bousa Festival", "2048-05-01": "International Labor Day", - "2048-06-01": "International Children Day; National Arbor Day", + "2048-06-01": "International Children's Day; National Arbor Day", "2048-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2048-07-20": "Establishment Day of the Lao Women's Union", "2048-07-25": "Begin of Buddhist Lent", @@ -2228,7 +2228,7 @@ "2049-05-01": "International Labor Day", "2049-05-03": "International Labor Day (in lieu)", "2049-05-16": "Visakha Bousa Festival", - "2049-06-01": "International Children Day; National Arbor Day", + "2049-06-01": "International Children's Day; National Arbor Day", "2049-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2049-07-14": "Begin of Buddhist Lent", "2049-07-20": "Establishment Day of the Lao Women's Union", @@ -2260,7 +2260,7 @@ "2050-05-01": "International Labor Day", "2050-05-02": "International Labor Day (in lieu)", "2050-05-05": "Visakha Bousa Festival", - "2050-06-01": "International Children Day; National Arbor Day", + "2050-06-01": "International Children's Day; National Arbor Day", "2050-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2050-07-20": "Establishment Day of the Lao Women's Union", "2050-08-02": "Begin of Buddhist Lent", diff --git a/snapshots/countries/LC_COMMON.json b/snapshots/countries/LC_COMMON.json new file mode 100644 index 000000000..7401028aa --- /dev/null +++ b/snapshots/countries/LC_COMMON.json @@ -0,0 +1,1021 @@ +{ + "1979-01-01": "New Year's Day", + "1979-01-02": "New Year's Holiday", + "1979-02-22": "Independence Day", + "1979-04-13": "Good Friday", + "1979-04-16": "Easter Monday", + "1979-05-01": "Labor Day", + "1979-06-04": "Whit Monday", + "1979-06-14": "Corpus Christi", + "1979-08-01": "Emancipation Day", + "1979-10-01": "Thanksgiving Day", + "1979-12-13": "National Day", + "1979-12-25": "Christmas Day", + "1979-12-26": "Boxing Day", + "1980-01-01": "New Year's Day", + "1980-01-02": "New Year's Holiday", + "1980-02-22": "Independence Day", + "1980-04-04": "Good Friday", + "1980-04-07": "Easter Monday", + "1980-05-01": "Labor Day", + "1980-05-26": "Whit Monday", + "1980-06-05": "Corpus Christi", + "1980-08-01": "Emancipation Day", + "1980-10-06": "Thanksgiving Day", + "1980-12-13": "National Day", + "1980-12-25": "Christmas Day", + "1980-12-26": "Boxing Day", + "1981-01-01": "New Year's Day", + "1981-01-02": "New Year's Holiday", + "1981-02-22": "Independence Day", + "1981-02-23": "Independence Day (observed)", + "1981-04-17": "Good Friday", + "1981-04-20": "Easter Monday", + "1981-05-01": "Labor Day", + "1981-06-08": "Whit Monday", + "1981-06-18": "Corpus Christi", + "1981-08-01": "Emancipation Day", + "1981-10-05": "Thanksgiving Day", + "1981-12-13": "National Day", + "1981-12-14": "National Day (observed)", + "1981-12-25": "Christmas Day", + "1981-12-26": "Boxing Day", + "1982-01-01": "New Year's Day", + "1982-01-02": "New Year's Holiday", + "1982-02-22": "Independence Day", + "1982-04-09": "Good Friday", + "1982-04-12": "Easter Monday", + "1982-05-01": "Labor Day", + "1982-05-31": "Whit Monday", + "1982-06-10": "Corpus Christi", + "1982-08-01": "Emancipation Day", + "1982-08-02": "Emancipation Day (observed)", + "1982-10-04": "Thanksgiving Day", + "1982-12-13": "National Day", + "1982-12-25": "Christmas Day", + "1982-12-26": "Boxing Day", + "1982-12-27": "Boxing Day (observed)", + "1983-01-01": "New Year's Day", + "1983-01-02": "New Year's Holiday", + "1983-01-03": "New Year's Holiday (observed)", + "1983-02-22": "Independence Day", + "1983-04-01": "Good Friday", + "1983-04-04": "Easter Monday", + "1983-05-01": "Labor Day", + "1983-05-02": "Labor Day (observed)", + "1983-05-23": "Whit Monday", + "1983-06-02": "Corpus Christi", + "1983-08-01": "Emancipation Day", + "1983-10-03": "Thanksgiving Day", + "1983-12-13": "National Day", + "1983-12-25": "Christmas Day", + "1983-12-26": "Boxing Day", + "1983-12-27": "Christmas Day (observed)", + "1984-01-01": "New Year's Day", + "1984-01-02": "New Year's Holiday", + "1984-01-03": "New Year's Day (observed)", + "1984-02-22": "Independence Day", + "1984-04-20": "Good Friday", + "1984-04-23": "Easter Monday", + "1984-05-01": "Labor Day", + "1984-06-11": "Whit Monday", + "1984-06-21": "Corpus Christi", + "1984-08-01": "Emancipation Day", + "1984-10-01": "Thanksgiving Day", + "1984-12-13": "National Day", + "1984-12-25": "Christmas Day", + "1984-12-26": "Boxing Day", + "1985-01-01": "New Year's Day", + "1985-01-02": "New Year's Holiday", + "1985-02-22": "Independence Day", + "1985-04-05": "Good Friday", + "1985-04-08": "Easter Monday", + "1985-05-01": "Labor Day", + "1985-05-27": "Whit Monday", + "1985-06-06": "Corpus Christi", + "1985-08-01": "Emancipation Day", + "1985-10-07": "Thanksgiving Day", + "1985-12-13": "National Day", + "1985-12-25": "Christmas Day", + "1985-12-26": "Boxing Day", + "1986-01-01": "New Year's Day", + "1986-01-02": "New Year's Holiday", + "1986-02-22": "Independence Day", + "1986-03-28": "Good Friday", + "1986-03-31": "Easter Monday", + "1986-05-01": "Labor Day", + "1986-05-19": "Whit Monday", + "1986-05-29": "Corpus Christi", + "1986-08-01": "Emancipation Day", + "1986-10-06": "Thanksgiving Day", + "1986-12-13": "National Day", + "1986-12-25": "Christmas Day", + "1986-12-26": "Boxing Day", + "1987-01-01": "New Year's Day", + "1987-01-02": "New Year's Holiday", + "1987-02-22": "Independence Day", + "1987-02-23": "Independence Day (observed)", + "1987-04-17": "Good Friday", + "1987-04-20": "Easter Monday", + "1987-05-01": "Labor Day", + "1987-06-08": "Whit Monday", + "1987-06-18": "Corpus Christi", + "1987-08-01": "Emancipation Day", + "1987-10-05": "Thanksgiving Day", + "1987-12-13": "National Day", + "1987-12-14": "National Day (observed)", + "1987-12-25": "Christmas Day", + "1987-12-26": "Boxing Day", + "1988-01-01": "New Year's Day", + "1988-01-02": "New Year's Holiday", + "1988-02-22": "Independence Day", + "1988-04-01": "Good Friday", + "1988-04-04": "Easter Monday", + "1988-05-01": "Labor Day", + "1988-05-02": "Labor Day (observed)", + "1988-05-23": "Whit Monday", + "1988-06-02": "Corpus Christi", + "1988-08-01": "Emancipation Day", + "1988-10-03": "Thanksgiving Day", + "1988-12-13": "National Day", + "1988-12-25": "Christmas Day", + "1988-12-26": "Boxing Day", + "1988-12-27": "Christmas Day (observed)", + "1989-01-01": "New Year's Day", + "1989-01-02": "New Year's Holiday", + "1989-01-03": "New Year's Day (observed)", + "1989-02-22": "Independence Day", + "1989-03-24": "Good Friday", + "1989-03-27": "Easter Monday", + "1989-05-01": "Labor Day", + "1989-05-15": "Whit Monday", + "1989-05-25": "Corpus Christi", + "1989-08-01": "Emancipation Day", + "1989-10-02": "Thanksgiving Day", + "1989-12-13": "National Day", + "1989-12-25": "Christmas Day", + "1989-12-26": "Boxing Day", + "1990-01-01": "New Year's Day", + "1990-01-02": "New Year's Holiday", + "1990-02-22": "Independence Day", + "1990-04-13": "Good Friday", + "1990-04-16": "Easter Monday", + "1990-05-01": "Labor Day", + "1990-06-04": "Whit Monday", + "1990-06-14": "Corpus Christi", + "1990-08-01": "Emancipation Day", + "1990-10-01": "Thanksgiving Day", + "1990-12-13": "National Day", + "1990-12-25": "Christmas Day", + "1990-12-26": "Boxing Day", + "1991-01-01": "New Year's Day", + "1991-01-02": "New Year's Holiday", + "1991-02-22": "Independence Day", + "1991-03-29": "Good Friday", + "1991-04-01": "Easter Monday", + "1991-05-01": "Labor Day", + "1991-05-20": "Whit Monday", + "1991-05-30": "Corpus Christi", + "1991-08-01": "Emancipation Day", + "1991-10-07": "Thanksgiving Day", + "1991-12-13": "National Day", + "1991-12-25": "Christmas Day", + "1991-12-26": "Boxing Day", + "1992-01-01": "New Year's Day", + "1992-01-02": "New Year's Holiday", + "1992-02-22": "Independence Day", + "1992-04-17": "Good Friday", + "1992-04-20": "Easter Monday", + "1992-05-01": "Labor Day", + "1992-06-08": "Whit Monday", + "1992-06-18": "Corpus Christi", + "1992-08-01": "Emancipation Day", + "1992-10-05": "Thanksgiving Day", + "1992-12-13": "National Day", + "1992-12-14": "National Day (observed)", + "1992-12-25": "Christmas Day", + "1992-12-26": "Boxing Day", + "1993-01-01": "New Year's Day", + "1993-01-02": "New Year's Holiday", + "1993-02-22": "Independence Day", + "1993-04-09": "Good Friday", + "1993-04-12": "Easter Monday", + "1993-05-01": "Labor Day", + "1993-05-31": "Whit Monday", + "1993-06-10": "Corpus Christi", + "1993-08-01": "Emancipation Day", + "1993-08-02": "Emancipation Day (observed)", + "1993-10-04": "Thanksgiving Day", + "1993-12-13": "National Day", + "1993-12-25": "Christmas Day", + "1993-12-26": "Boxing Day", + "1993-12-27": "Boxing Day (observed)", + "1994-01-01": "New Year's Day", + "1994-01-02": "New Year's Holiday", + "1994-01-03": "New Year's Holiday (observed)", + "1994-02-22": "Independence Day", + "1994-04-01": "Good Friday", + "1994-04-04": "Easter Monday", + "1994-05-01": "Labor Day", + "1994-05-02": "Labor Day (observed)", + "1994-05-23": "Whit Monday", + "1994-06-02": "Corpus Christi", + "1994-08-01": "Emancipation Day", + "1994-10-03": "Thanksgiving Day", + "1994-12-13": "National Day", + "1994-12-25": "Christmas Day", + "1994-12-26": "Boxing Day", + "1994-12-27": "Christmas Day (observed)", + "1995-01-01": "New Year's Day", + "1995-01-02": "New Year's Holiday", + "1995-01-03": "New Year's Day (observed)", + "1995-02-22": "Independence Day", + "1995-04-14": "Good Friday", + "1995-04-17": "Easter Monday", + "1995-05-01": "Labor Day", + "1995-06-05": "Whit Monday", + "1995-06-15": "Corpus Christi", + "1995-08-01": "Emancipation Day", + "1995-10-02": "Thanksgiving Day", + "1995-12-13": "National Day", + "1995-12-25": "Christmas Day", + "1995-12-26": "Boxing Day", + "1996-01-01": "New Year's Day", + "1996-01-02": "New Year's Holiday", + "1996-02-22": "Independence Day", + "1996-04-05": "Good Friday", + "1996-04-08": "Easter Monday", + "1996-05-01": "Labor Day", + "1996-05-27": "Whit Monday", + "1996-06-06": "Corpus Christi", + "1996-08-01": "Emancipation Day", + "1996-10-07": "Thanksgiving Day", + "1996-12-13": "National Day", + "1996-12-25": "Christmas Day", + "1996-12-26": "Boxing Day", + "1997-01-01": "New Year's Day", + "1997-01-02": "New Year's Holiday", + "1997-02-22": "Independence Day", + "1997-03-28": "Good Friday", + "1997-03-31": "Easter Monday", + "1997-05-01": "Labor Day", + "1997-05-19": "Whit Monday", + "1997-05-29": "Corpus Christi", + "1997-08-01": "Emancipation Day", + "1997-10-06": "Thanksgiving Day", + "1997-12-13": "National Day", + "1997-12-25": "Christmas Day", + "1997-12-26": "Boxing Day", + "1998-01-01": "New Year's Day", + "1998-01-02": "New Year's Holiday", + "1998-02-22": "Independence Day", + "1998-02-23": "Independence Day (observed)", + "1998-04-10": "Good Friday", + "1998-04-13": "Easter Monday", + "1998-05-01": "Labor Day", + "1998-06-01": "Whit Monday", + "1998-06-11": "Corpus Christi", + "1998-08-01": "Emancipation Day", + "1998-10-05": "Thanksgiving Day", + "1998-12-13": "National Day", + "1998-12-14": "National Day (observed)", + "1998-12-25": "Christmas Day", + "1998-12-26": "Boxing Day", + "1999-01-01": "New Year's Day", + "1999-01-02": "New Year's Holiday", + "1999-02-22": "Independence Day", + "1999-04-02": "Good Friday", + "1999-04-05": "Easter Monday", + "1999-05-01": "Labor Day", + "1999-05-24": "Whit Monday", + "1999-06-03": "Corpus Christi", + "1999-08-01": "Emancipation Day", + "1999-08-02": "Emancipation Day (observed)", + "1999-10-04": "Thanksgiving Day", + "1999-12-13": "National Day", + "1999-12-25": "Christmas Day", + "1999-12-26": "Boxing Day", + "1999-12-27": "Boxing Day (observed)", + "2000-01-01": "New Year's Day", + "2000-01-02": "New Year's Holiday", + "2000-01-03": "New Year's Holiday (observed)", + "2000-02-22": "Independence Day", + "2000-04-21": "Good Friday", + "2000-04-24": "Easter Monday", + "2000-05-01": "Labor Day", + "2000-06-12": "Whit Monday", + "2000-06-22": "Corpus Christi", + "2000-08-01": "Emancipation Day", + "2000-10-02": "Thanksgiving Day", + "2000-12-13": "National Day", + "2000-12-25": "Christmas Day", + "2000-12-26": "Boxing Day", + "2001-01-01": "New Year's Day", + "2001-01-02": "New Year's Holiday", + "2001-02-22": "Independence Day", + "2001-04-13": "Good Friday", + "2001-04-16": "Easter Monday", + "2001-05-01": "Labor Day", + "2001-06-04": "Whit Monday", + "2001-06-14": "Corpus Christi", + "2001-08-01": "Emancipation Day", + "2001-10-01": "Thanksgiving Day", + "2001-12-13": "National Day", + "2001-12-25": "Christmas Day", + "2001-12-26": "Boxing Day", + "2002-01-01": "New Year's Day", + "2002-01-02": "New Year's Holiday", + "2002-02-22": "Independence Day", + "2002-03-29": "Good Friday", + "2002-04-01": "Easter Monday", + "2002-05-01": "Labor Day", + "2002-05-20": "Whit Monday", + "2002-05-30": "Corpus Christi", + "2002-08-01": "Emancipation Day", + "2002-10-07": "Thanksgiving Day", + "2002-12-13": "National Day", + "2002-12-25": "Christmas Day", + "2002-12-26": "Boxing Day", + "2003-01-01": "New Year's Day", + "2003-01-02": "New Year's Holiday", + "2003-02-22": "Independence Day", + "2003-04-18": "Good Friday", + "2003-04-21": "Easter Monday", + "2003-05-01": "Labor Day", + "2003-06-09": "Whit Monday", + "2003-06-19": "Corpus Christi", + "2003-08-01": "Emancipation Day", + "2003-10-06": "Thanksgiving Day", + "2003-12-13": "National Day", + "2003-12-25": "Christmas Day", + "2003-12-26": "Boxing Day", + "2004-01-01": "New Year's Day", + "2004-01-02": "New Year's Holiday", + "2004-02-22": "Independence Day", + "2004-02-23": "Independence Day (observed)", + "2004-04-09": "Good Friday", + "2004-04-12": "Easter Monday", + "2004-05-01": "Labor Day", + "2004-05-31": "Whit Monday", + "2004-06-10": "Corpus Christi", + "2004-08-01": "Emancipation Day", + "2004-08-02": "Emancipation Day (observed)", + "2004-10-04": "Thanksgiving Day", + "2004-12-13": "National Day", + "2004-12-25": "Christmas Day", + "2004-12-26": "Boxing Day", + "2004-12-27": "Boxing Day (observed)", + "2005-01-01": "New Year's Day", + "2005-01-02": "New Year's Holiday", + "2005-01-03": "New Year's Holiday (observed)", + "2005-02-22": "Independence Day", + "2005-03-25": "Good Friday", + "2005-03-28": "Easter Monday", + "2005-05-01": "Labor Day", + "2005-05-02": "Labor Day (observed)", + "2005-05-16": "Whit Monday", + "2005-05-26": "Corpus Christi", + "2005-08-01": "Emancipation Day", + "2005-10-03": "Thanksgiving Day", + "2005-12-13": "National Day", + "2005-12-25": "Christmas Day", + "2005-12-26": "Boxing Day", + "2005-12-27": "Christmas Day (observed)", + "2006-01-01": "New Year's Day", + "2006-01-02": "New Year's Holiday", + "2006-01-03": "New Year's Day (observed)", + "2006-02-22": "Independence Day", + "2006-04-14": "Good Friday", + "2006-04-17": "Easter Monday", + "2006-05-01": "Labor Day", + "2006-06-05": "Whit Monday", + "2006-06-15": "Corpus Christi", + "2006-08-01": "Emancipation Day", + "2006-10-02": "Thanksgiving Day", + "2006-12-13": "National Day", + "2006-12-25": "Christmas Day", + "2006-12-26": "Boxing Day", + "2007-01-01": "New Year's Day", + "2007-01-02": "New Year's Holiday", + "2007-02-22": "Independence Day", + "2007-04-06": "Good Friday", + "2007-04-09": "Easter Monday", + "2007-05-01": "Labor Day", + "2007-05-28": "Whit Monday", + "2007-06-07": "Corpus Christi", + "2007-08-01": "Emancipation Day", + "2007-10-01": "Thanksgiving Day", + "2007-12-13": "National Day", + "2007-12-25": "Christmas Day", + "2007-12-26": "Boxing Day", + "2008-01-01": "New Year's Day", + "2008-01-02": "New Year's Holiday", + "2008-02-22": "Independence Day", + "2008-03-21": "Good Friday", + "2008-03-24": "Easter Monday", + "2008-05-01": "Labor Day", + "2008-05-12": "Whit Monday", + "2008-05-22": "Corpus Christi", + "2008-08-01": "Emancipation Day", + "2008-10-06": "Thanksgiving Day", + "2008-12-13": "National Day", + "2008-12-25": "Christmas Day", + "2008-12-26": "Boxing Day", + "2009-01-01": "New Year's Day", + "2009-01-02": "New Year's Holiday", + "2009-02-22": "Independence Day", + "2009-02-23": "Independence Day (observed)", + "2009-04-10": "Good Friday", + "2009-04-13": "Easter Monday", + "2009-05-01": "Labor Day", + "2009-06-01": "Whit Monday", + "2009-06-11": "Corpus Christi", + "2009-08-01": "Emancipation Day", + "2009-10-05": "Thanksgiving Day", + "2009-12-13": "National Day", + "2009-12-14": "National Day (observed)", + "2009-12-25": "Christmas Day", + "2009-12-26": "Boxing Day", + "2010-01-01": "New Year's Day", + "2010-01-02": "New Year's Holiday", + "2010-02-22": "Independence Day", + "2010-04-02": "Good Friday", + "2010-04-05": "Easter Monday", + "2010-05-01": "Labor Day", + "2010-05-24": "Whit Monday", + "2010-06-03": "Corpus Christi", + "2010-08-01": "Emancipation Day", + "2010-08-02": "Emancipation Day (observed)", + "2010-10-04": "Thanksgiving Day", + "2010-12-13": "National Day", + "2010-12-25": "Christmas Day", + "2010-12-26": "Boxing Day", + "2010-12-27": "Boxing Day (observed)", + "2011-01-01": "New Year's Day", + "2011-01-02": "New Year's Holiday", + "2011-01-03": "New Year's Holiday (observed)", + "2011-02-22": "Independence Day", + "2011-04-22": "Good Friday", + "2011-04-25": "Easter Monday", + "2011-05-01": "Labor Day", + "2011-05-02": "Labor Day (observed)", + "2011-06-13": "Whit Monday", + "2011-06-23": "Corpus Christi", + "2011-08-01": "Emancipation Day", + "2011-10-03": "Thanksgiving Day", + "2011-12-13": "National Day", + "2011-12-25": "Christmas Day", + "2011-12-26": "Boxing Day", + "2011-12-27": "Christmas Day (observed)", + "2012-01-01": "New Year's Day", + "2012-01-02": "New Year's Holiday", + "2012-01-03": "New Year's Day (observed)", + "2012-02-22": "Independence Day", + "2012-04-06": "Good Friday", + "2012-04-09": "Easter Monday", + "2012-05-01": "Labor Day", + "2012-05-28": "Whit Monday", + "2012-06-07": "Corpus Christi", + "2012-08-01": "Emancipation Day", + "2012-10-01": "Thanksgiving Day", + "2012-12-13": "National Day", + "2012-12-25": "Christmas Day", + "2012-12-26": "Boxing Day", + "2013-01-01": "New Year's Day", + "2013-01-02": "New Year's Holiday", + "2013-02-22": "Independence Day", + "2013-03-29": "Good Friday", + "2013-04-01": "Easter Monday", + "2013-05-01": "Labor Day", + "2013-05-20": "Whit Monday", + "2013-05-30": "Corpus Christi", + "2013-08-01": "Emancipation Day", + "2013-10-07": "Thanksgiving Day", + "2013-12-13": "National Day", + "2013-12-25": "Christmas Day", + "2013-12-26": "Boxing Day", + "2014-01-01": "New Year's Day", + "2014-01-02": "New Year's Holiday", + "2014-02-22": "Independence Day", + "2014-04-18": "Good Friday", + "2014-04-21": "Easter Monday", + "2014-05-01": "Labor Day", + "2014-06-09": "Whit Monday", + "2014-06-19": "Corpus Christi", + "2014-08-01": "Emancipation Day", + "2014-10-06": "Thanksgiving Day", + "2014-12-13": "National Day", + "2014-12-25": "Christmas Day", + "2014-12-26": "Boxing Day", + "2015-01-01": "New Year's Day", + "2015-01-02": "New Year's Holiday", + "2015-02-22": "Independence Day", + "2015-02-23": "Independence Day (observed)", + "2015-04-03": "Good Friday", + "2015-04-06": "Easter Monday", + "2015-05-01": "Labor Day", + "2015-05-25": "Whit Monday", + "2015-06-04": "Corpus Christi", + "2015-08-01": "Emancipation Day", + "2015-10-05": "Thanksgiving Day", + "2015-12-13": "National Day", + "2015-12-14": "National Day (observed)", + "2015-12-25": "Christmas Day", + "2015-12-26": "Boxing Day", + "2016-01-01": "New Year's Day", + "2016-01-02": "New Year's Holiday", + "2016-02-22": "Independence Day", + "2016-03-25": "Good Friday", + "2016-03-28": "Easter Monday", + "2016-05-01": "Labor Day", + "2016-05-02": "Labor Day (observed)", + "2016-05-16": "Whit Monday", + "2016-05-26": "Corpus Christi", + "2016-08-01": "Emancipation Day", + "2016-10-03": "Thanksgiving Day", + "2016-12-13": "National Day", + "2016-12-25": "Christmas Day", + "2016-12-26": "Boxing Day", + "2016-12-27": "Christmas Day (observed)", + "2017-01-01": "New Year's Day", + "2017-01-02": "New Year's Holiday", + "2017-01-03": "New Year's Day (observed)", + "2017-02-22": "Independence Day", + "2017-04-14": "Good Friday", + "2017-04-17": "Easter Monday", + "2017-05-01": "Labor Day", + "2017-06-05": "Whit Monday", + "2017-06-15": "Corpus Christi", + "2017-08-01": "Emancipation Day", + "2017-10-02": "Thanksgiving Day", + "2017-12-13": "National Day", + "2017-12-25": "Christmas Day", + "2017-12-26": "Boxing Day", + "2018-01-01": "New Year's Day", + "2018-01-02": "New Year's Holiday", + "2018-02-22": "Independence Day", + "2018-03-30": "Good Friday", + "2018-04-02": "Easter Monday", + "2018-05-01": "Labor Day", + "2018-05-21": "Whit Monday", + "2018-05-31": "Corpus Christi", + "2018-08-01": "Emancipation Day", + "2018-10-01": "Thanksgiving Day", + "2018-12-13": "National Day", + "2018-12-25": "Christmas Day", + "2018-12-26": "Boxing Day", + "2019-01-01": "New Year's Day", + "2019-01-02": "New Year's Holiday", + "2019-02-22": "Independence Day", + "2019-04-19": "Good Friday", + "2019-04-22": "Easter Monday", + "2019-05-01": "Labor Day", + "2019-06-10": "Whit Monday", + "2019-06-20": "Corpus Christi", + "2019-08-01": "Emancipation Day", + "2019-10-07": "Thanksgiving Day", + "2019-12-13": "National Day", + "2019-12-25": "Christmas Day", + "2019-12-26": "Boxing Day", + "2020-01-01": "New Year's Day", + "2020-01-02": "New Year's Holiday", + "2020-02-22": "Independence Day", + "2020-04-10": "Good Friday", + "2020-04-13": "Easter Monday", + "2020-05-01": "Labor Day", + "2020-06-01": "Whit Monday", + "2020-06-11": "Corpus Christi", + "2020-08-01": "Emancipation Day", + "2020-10-05": "Thanksgiving Day", + "2020-12-13": "National Day", + "2020-12-14": "National Day (observed)", + "2020-12-25": "Christmas Day", + "2020-12-26": "Boxing Day", + "2021-01-01": "New Year's Day", + "2021-01-02": "New Year's Holiday", + "2021-02-22": "Independence Day", + "2021-04-02": "Good Friday", + "2021-04-05": "Easter Monday", + "2021-05-01": "Labor Day", + "2021-05-24": "Whit Monday", + "2021-06-03": "Corpus Christi", + "2021-08-01": "Emancipation Day", + "2021-08-02": "Emancipation Day (observed)", + "2021-10-04": "Thanksgiving Day", + "2021-12-13": "National Day", + "2021-12-25": "Christmas Day", + "2021-12-26": "Boxing Day", + "2021-12-27": "Boxing Day (observed)", + "2022-01-01": "New Year's Day", + "2022-01-02": "New Year's Holiday", + "2022-01-03": "New Year's Holiday (observed)", + "2022-02-22": "Independence Day", + "2022-04-15": "Good Friday", + "2022-04-18": "Easter Monday", + "2022-05-01": "Labor Day", + "2022-05-02": "Labor Day (observed)", + "2022-06-06": "Whit Monday", + "2022-06-16": "Corpus Christi", + "2022-08-01": "Emancipation Day", + "2022-10-03": "Thanksgiving Day", + "2022-12-13": "National Day", + "2022-12-25": "Christmas Day", + "2022-12-26": "Boxing Day", + "2022-12-27": "Christmas Day (observed)", + "2023-01-01": "New Year's Day", + "2023-01-02": "New Year's Holiday", + "2023-01-03": "New Year's Day (observed)", + "2023-02-22": "Independence Day", + "2023-04-07": "Good Friday", + "2023-04-10": "Easter Monday", + "2023-05-01": "Labor Day", + "2023-05-29": "Whit Monday", + "2023-06-08": "Corpus Christi", + "2023-08-01": "Emancipation Day", + "2023-10-02": "Thanksgiving Day", + "2023-12-13": "National Day", + "2023-12-25": "Christmas Day", + "2023-12-26": "Boxing Day", + "2024-01-01": "New Year's Day", + "2024-01-02": "New Year's Holiday", + "2024-02-22": "Independence Day", + "2024-03-29": "Good Friday", + "2024-04-01": "Easter Monday", + "2024-05-01": "Labor Day", + "2024-05-20": "Whit Monday", + "2024-05-30": "Corpus Christi", + "2024-08-01": "Emancipation Day", + "2024-10-07": "Thanksgiving Day", + "2024-12-13": "National Day", + "2024-12-25": "Christmas Day", + "2024-12-26": "Boxing Day", + "2025-01-01": "New Year's Day", + "2025-01-02": "New Year's Holiday", + "2025-02-22": "Independence Day", + "2025-04-18": "Good Friday", + "2025-04-21": "Easter Monday", + "2025-05-01": "Labor Day", + "2025-06-09": "Whit Monday", + "2025-06-19": "Corpus Christi", + "2025-08-01": "Emancipation Day", + "2025-10-06": "Thanksgiving Day", + "2025-12-13": "National Day", + "2025-12-25": "Christmas Day", + "2025-12-26": "Boxing Day", + "2026-01-01": "New Year's Day", + "2026-01-02": "New Year's Holiday", + "2026-02-22": "Independence Day", + "2026-02-23": "Independence Day (observed)", + "2026-04-03": "Good Friday", + "2026-04-06": "Easter Monday", + "2026-05-01": "Labor Day", + "2026-05-25": "Whit Monday", + "2026-06-04": "Corpus Christi", + "2026-08-01": "Emancipation Day", + "2026-10-05": "Thanksgiving Day", + "2026-12-13": "National Day", + "2026-12-14": "National Day (observed)", + "2026-12-25": "Christmas Day", + "2026-12-26": "Boxing Day", + "2027-01-01": "New Year's Day", + "2027-01-02": "New Year's Holiday", + "2027-02-22": "Independence Day", + "2027-03-26": "Good Friday", + "2027-03-29": "Easter Monday", + "2027-05-01": "Labor Day", + "2027-05-17": "Whit Monday", + "2027-05-27": "Corpus Christi", + "2027-08-01": "Emancipation Day", + "2027-08-02": "Emancipation Day (observed)", + "2027-10-04": "Thanksgiving Day", + "2027-12-13": "National Day", + "2027-12-25": "Christmas Day", + "2027-12-26": "Boxing Day", + "2027-12-27": "Boxing Day (observed)", + "2028-01-01": "New Year's Day", + "2028-01-02": "New Year's Holiday", + "2028-01-03": "New Year's Holiday (observed)", + "2028-02-22": "Independence Day", + "2028-04-14": "Good Friday", + "2028-04-17": "Easter Monday", + "2028-05-01": "Labor Day", + "2028-06-05": "Whit Monday", + "2028-06-15": "Corpus Christi", + "2028-08-01": "Emancipation Day", + "2028-10-02": "Thanksgiving Day", + "2028-12-13": "National Day", + "2028-12-25": "Christmas Day", + "2028-12-26": "Boxing Day", + "2029-01-01": "New Year's Day", + "2029-01-02": "New Year's Holiday", + "2029-02-22": "Independence Day", + "2029-03-30": "Good Friday", + "2029-04-02": "Easter Monday", + "2029-05-01": "Labor Day", + "2029-05-21": "Whit Monday", + "2029-05-31": "Corpus Christi", + "2029-08-01": "Emancipation Day", + "2029-10-01": "Thanksgiving Day", + "2029-12-13": "National Day", + "2029-12-25": "Christmas Day", + "2029-12-26": "Boxing Day", + "2030-01-01": "New Year's Day", + "2030-01-02": "New Year's Holiday", + "2030-02-22": "Independence Day", + "2030-04-19": "Good Friday", + "2030-04-22": "Easter Monday", + "2030-05-01": "Labor Day", + "2030-06-10": "Whit Monday", + "2030-06-20": "Corpus Christi", + "2030-08-01": "Emancipation Day", + "2030-10-07": "Thanksgiving Day", + "2030-12-13": "National Day", + "2030-12-25": "Christmas Day", + "2030-12-26": "Boxing Day", + "2031-01-01": "New Year's Day", + "2031-01-02": "New Year's Holiday", + "2031-02-22": "Independence Day", + "2031-04-11": "Good Friday", + "2031-04-14": "Easter Monday", + "2031-05-01": "Labor Day", + "2031-06-02": "Whit Monday", + "2031-06-12": "Corpus Christi", + "2031-08-01": "Emancipation Day", + "2031-10-06": "Thanksgiving Day", + "2031-12-13": "National Day", + "2031-12-25": "Christmas Day", + "2031-12-26": "Boxing Day", + "2032-01-01": "New Year's Day", + "2032-01-02": "New Year's Holiday", + "2032-02-22": "Independence Day", + "2032-02-23": "Independence Day (observed)", + "2032-03-26": "Good Friday", + "2032-03-29": "Easter Monday", + "2032-05-01": "Labor Day", + "2032-05-17": "Whit Monday", + "2032-05-27": "Corpus Christi", + "2032-08-01": "Emancipation Day", + "2032-08-02": "Emancipation Day (observed)", + "2032-10-04": "Thanksgiving Day", + "2032-12-13": "National Day", + "2032-12-25": "Christmas Day", + "2032-12-26": "Boxing Day", + "2032-12-27": "Boxing Day (observed)", + "2033-01-01": "New Year's Day", + "2033-01-02": "New Year's Holiday", + "2033-01-03": "New Year's Holiday (observed)", + "2033-02-22": "Independence Day", + "2033-04-15": "Good Friday", + "2033-04-18": "Easter Monday", + "2033-05-01": "Labor Day", + "2033-05-02": "Labor Day (observed)", + "2033-06-06": "Whit Monday", + "2033-06-16": "Corpus Christi", + "2033-08-01": "Emancipation Day", + "2033-10-03": "Thanksgiving Day", + "2033-12-13": "National Day", + "2033-12-25": "Christmas Day", + "2033-12-26": "Boxing Day", + "2033-12-27": "Christmas Day (observed)", + "2034-01-01": "New Year's Day", + "2034-01-02": "New Year's Holiday", + "2034-01-03": "New Year's Day (observed)", + "2034-02-22": "Independence Day", + "2034-04-07": "Good Friday", + "2034-04-10": "Easter Monday", + "2034-05-01": "Labor Day", + "2034-05-29": "Whit Monday", + "2034-06-08": "Corpus Christi", + "2034-08-01": "Emancipation Day", + "2034-10-02": "Thanksgiving Day", + "2034-12-13": "National Day", + "2034-12-25": "Christmas Day", + "2034-12-26": "Boxing Day", + "2035-01-01": "New Year's Day", + "2035-01-02": "New Year's Holiday", + "2035-02-22": "Independence Day", + "2035-03-23": "Good Friday", + "2035-03-26": "Easter Monday", + "2035-05-01": "Labor Day", + "2035-05-14": "Whit Monday", + "2035-05-24": "Corpus Christi", + "2035-08-01": "Emancipation Day", + "2035-10-01": "Thanksgiving Day", + "2035-12-13": "National Day", + "2035-12-25": "Christmas Day", + "2035-12-26": "Boxing Day", + "2036-01-01": "New Year's Day", + "2036-01-02": "New Year's Holiday", + "2036-02-22": "Independence Day", + "2036-04-11": "Good Friday", + "2036-04-14": "Easter Monday", + "2036-05-01": "Labor Day", + "2036-06-02": "Whit Monday", + "2036-06-12": "Corpus Christi", + "2036-08-01": "Emancipation Day", + "2036-10-06": "Thanksgiving Day", + "2036-12-13": "National Day", + "2036-12-25": "Christmas Day", + "2036-12-26": "Boxing Day", + "2037-01-01": "New Year's Day", + "2037-01-02": "New Year's Holiday", + "2037-02-22": "Independence Day", + "2037-02-23": "Independence Day (observed)", + "2037-04-03": "Good Friday", + "2037-04-06": "Easter Monday", + "2037-05-01": "Labor Day", + "2037-05-25": "Whit Monday", + "2037-06-04": "Corpus Christi", + "2037-08-01": "Emancipation Day", + "2037-10-05": "Thanksgiving Day", + "2037-12-13": "National Day", + "2037-12-14": "National Day (observed)", + "2037-12-25": "Christmas Day", + "2037-12-26": "Boxing Day", + "2038-01-01": "New Year's Day", + "2038-01-02": "New Year's Holiday", + "2038-02-22": "Independence Day", + "2038-04-23": "Good Friday", + "2038-04-26": "Easter Monday", + "2038-05-01": "Labor Day", + "2038-06-14": "Whit Monday", + "2038-06-24": "Corpus Christi", + "2038-08-01": "Emancipation Day", + "2038-08-02": "Emancipation Day (observed)", + "2038-10-04": "Thanksgiving Day", + "2038-12-13": "National Day", + "2038-12-25": "Christmas Day", + "2038-12-26": "Boxing Day", + "2038-12-27": "Boxing Day (observed)", + "2039-01-01": "New Year's Day", + "2039-01-02": "New Year's Holiday", + "2039-01-03": "New Year's Holiday (observed)", + "2039-02-22": "Independence Day", + "2039-04-08": "Good Friday", + "2039-04-11": "Easter Monday", + "2039-05-01": "Labor Day", + "2039-05-02": "Labor Day (observed)", + "2039-05-30": "Whit Monday", + "2039-06-09": "Corpus Christi", + "2039-08-01": "Emancipation Day", + "2039-10-03": "Thanksgiving Day", + "2039-12-13": "National Day", + "2039-12-25": "Christmas Day", + "2039-12-26": "Boxing Day", + "2039-12-27": "Christmas Day (observed)", + "2040-01-01": "New Year's Day", + "2040-01-02": "New Year's Holiday", + "2040-01-03": "New Year's Day (observed)", + "2040-02-22": "Independence Day", + "2040-03-30": "Good Friday", + "2040-04-02": "Easter Monday", + "2040-05-01": "Labor Day", + "2040-05-21": "Whit Monday", + "2040-05-31": "Corpus Christi", + "2040-08-01": "Emancipation Day", + "2040-10-01": "Thanksgiving Day", + "2040-12-13": "National Day", + "2040-12-25": "Christmas Day", + "2040-12-26": "Boxing Day", + "2041-01-01": "New Year's Day", + "2041-01-02": "New Year's Holiday", + "2041-02-22": "Independence Day", + "2041-04-19": "Good Friday", + "2041-04-22": "Easter Monday", + "2041-05-01": "Labor Day", + "2041-06-10": "Whit Monday", + "2041-06-20": "Corpus Christi", + "2041-08-01": "Emancipation Day", + "2041-10-07": "Thanksgiving Day", + "2041-12-13": "National Day", + "2041-12-25": "Christmas Day", + "2041-12-26": "Boxing Day", + "2042-01-01": "New Year's Day", + "2042-01-02": "New Year's Holiday", + "2042-02-22": "Independence Day", + "2042-04-04": "Good Friday", + "2042-04-07": "Easter Monday", + "2042-05-01": "Labor Day", + "2042-05-26": "Whit Monday", + "2042-06-05": "Corpus Christi", + "2042-08-01": "Emancipation Day", + "2042-10-06": "Thanksgiving Day", + "2042-12-13": "National Day", + "2042-12-25": "Christmas Day", + "2042-12-26": "Boxing Day", + "2043-01-01": "New Year's Day", + "2043-01-02": "New Year's Holiday", + "2043-02-22": "Independence Day", + "2043-02-23": "Independence Day (observed)", + "2043-03-27": "Good Friday", + "2043-03-30": "Easter Monday", + "2043-05-01": "Labor Day", + "2043-05-18": "Whit Monday", + "2043-05-28": "Corpus Christi", + "2043-08-01": "Emancipation Day", + "2043-10-05": "Thanksgiving Day", + "2043-12-13": "National Day", + "2043-12-14": "National Day (observed)", + "2043-12-25": "Christmas Day", + "2043-12-26": "Boxing Day", + "2044-01-01": "New Year's Day", + "2044-01-02": "New Year's Holiday", + "2044-02-22": "Independence Day", + "2044-04-15": "Good Friday", + "2044-04-18": "Easter Monday", + "2044-05-01": "Labor Day", + "2044-05-02": "Labor Day (observed)", + "2044-06-06": "Whit Monday", + "2044-06-16": "Corpus Christi", + "2044-08-01": "Emancipation Day", + "2044-10-03": "Thanksgiving Day", + "2044-12-13": "National Day", + "2044-12-25": "Christmas Day", + "2044-12-26": "Boxing Day", + "2044-12-27": "Christmas Day (observed)", + "2045-01-01": "New Year's Day", + "2045-01-02": "New Year's Holiday", + "2045-01-03": "New Year's Day (observed)", + "2045-02-22": "Independence Day", + "2045-04-07": "Good Friday", + "2045-04-10": "Easter Monday", + "2045-05-01": "Labor Day", + "2045-05-29": "Whit Monday", + "2045-06-08": "Corpus Christi", + "2045-08-01": "Emancipation Day", + "2045-10-02": "Thanksgiving Day", + "2045-12-13": "National Day", + "2045-12-25": "Christmas Day", + "2045-12-26": "Boxing Day", + "2046-01-01": "New Year's Day", + "2046-01-02": "New Year's Holiday", + "2046-02-22": "Independence Day", + "2046-03-23": "Good Friday", + "2046-03-26": "Easter Monday", + "2046-05-01": "Labor Day", + "2046-05-14": "Whit Monday", + "2046-05-24": "Corpus Christi", + "2046-08-01": "Emancipation Day", + "2046-10-01": "Thanksgiving Day", + "2046-12-13": "National Day", + "2046-12-25": "Christmas Day", + "2046-12-26": "Boxing Day", + "2047-01-01": "New Year's Day", + "2047-01-02": "New Year's Holiday", + "2047-02-22": "Independence Day", + "2047-04-12": "Good Friday", + "2047-04-15": "Easter Monday", + "2047-05-01": "Labor Day", + "2047-06-03": "Whit Monday", + "2047-06-13": "Corpus Christi", + "2047-08-01": "Emancipation Day", + "2047-10-07": "Thanksgiving Day", + "2047-12-13": "National Day", + "2047-12-25": "Christmas Day", + "2047-12-26": "Boxing Day", + "2048-01-01": "New Year's Day", + "2048-01-02": "New Year's Holiday", + "2048-02-22": "Independence Day", + "2048-04-03": "Good Friday", + "2048-04-06": "Easter Monday", + "2048-05-01": "Labor Day", + "2048-05-25": "Whit Monday", + "2048-06-04": "Corpus Christi", + "2048-08-01": "Emancipation Day", + "2048-10-05": "Thanksgiving Day", + "2048-12-13": "National Day", + "2048-12-14": "National Day (observed)", + "2048-12-25": "Christmas Day", + "2048-12-26": "Boxing Day", + "2049-01-01": "New Year's Day", + "2049-01-02": "New Year's Holiday", + "2049-02-22": "Independence Day", + "2049-04-16": "Good Friday", + "2049-04-19": "Easter Monday", + "2049-05-01": "Labor Day", + "2049-06-07": "Whit Monday", + "2049-06-17": "Corpus Christi", + "2049-08-01": "Emancipation Day", + "2049-08-02": "Emancipation Day (observed)", + "2049-10-04": "Thanksgiving Day", + "2049-12-13": "National Day", + "2049-12-25": "Christmas Day", + "2049-12-26": "Boxing Day", + "2049-12-27": "Boxing Day (observed)", + "2050-01-01": "New Year's Day", + "2050-01-02": "New Year's Holiday", + "2050-01-03": "New Year's Holiday (observed)", + "2050-02-22": "Independence Day", + "2050-04-08": "Good Friday", + "2050-04-11": "Easter Monday", + "2050-05-01": "Labor Day", + "2050-05-02": "Labor Day (observed)", + "2050-05-30": "Whit Monday", + "2050-06-09": "Corpus Christi", + "2050-08-01": "Emancipation Day", + "2050-10-03": "Thanksgiving Day", + "2050-12-13": "National Day", + "2050-12-25": "Christmas Day", + "2050-12-26": "Boxing Day", + "2050-12-27": "Christmas Day (observed)" +} diff --git a/snapshots/countries/LK_COMMON.json b/snapshots/countries/LK_COMMON.json index 619352da5..fda68de6c 100644 --- a/snapshots/countries/LK_COMMON.json +++ b/snapshots/countries/LK_COMMON.json @@ -5,7 +5,7 @@ "1972-03-31": "Good Friday", "1972-04-13": "Day Before Sinhala and Tamil New Year", "1972-04-14": "Sinhala and Tamil New Year", - "1972-04-25": "The Prophet's Birthday (estimated)", + "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "International Workers' Day", "1972-11-07": "Eid al-Fitr (estimated)", "1972-12-25": "Christmas Day", @@ -14,7 +14,7 @@ "1973-02-04": "Independence Day", "1973-04-13": "Day Before Sinhala and Tamil New Year", "1973-04-14": "Sinhala and Tamil New Year", - "1973-04-15": "The Prophet's Birthday (estimated)", + "1973-04-15": "Prophet's Birthday (estimated)", "1973-04-20": "Good Friday", "1973-05-01": "International Workers' Day", "1973-10-27": "Eid al-Fitr (estimated)", @@ -22,7 +22,7 @@ "1974-01-03": "Eid al-Adha (estimated)", "1974-01-15": "Tamil Thai Pongal Day", "1974-02-04": "Independence Day", - "1974-04-04": "The Prophet's Birthday (estimated)", + "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-12": "Good Friday", "1974-04-13": "Day Before Sinhala and Tamil New Year", "1974-04-14": "Sinhala and Tamil New Year", @@ -32,7 +32,7 @@ "1974-12-25": "Christmas Day", "1975-01-15": "Tamil Thai Pongal Day", "1975-02-04": "Independence Day", - "1975-03-24": "The Prophet's Birthday (estimated)", + "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-04-13": "Day Before Sinhala and Tamil New Year", "1975-04-14": "Sinhala and Tamil New Year", @@ -42,7 +42,7 @@ "1975-12-25": "Christmas Day", "1976-01-15": "Tamil Thai Pongal Day", "1976-02-04": "Independence Day", - "1976-03-12": "The Prophet's Birthday (estimated)", + "1976-03-12": "Prophet's Birthday (estimated)", "1976-04-13": "Day Before Sinhala and Tamil New Year", "1976-04-14": "Sinhala and Tamil New Year", "1976-04-16": "Good Friday", @@ -52,7 +52,7 @@ "1976-12-25": "Christmas Day", "1977-01-15": "Tamil Thai Pongal Day", "1977-02-04": "Independence Day", - "1977-03-02": "The Prophet's Birthday (estimated)", + "1977-03-02": "Prophet's Birthday (estimated)", "1977-04-08": "Good Friday", "1977-04-13": "Day Before Sinhala and Tamil New Year", "1977-04-14": "Sinhala and Tamil New Year", @@ -62,7 +62,7 @@ "1977-12-25": "Christmas Day", "1978-01-15": "Tamil Thai Pongal Day", "1978-02-04": "Independence Day", - "1978-02-19": "The Prophet's Birthday (estimated)", + "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-24": "Good Friday", "1978-04-13": "Day Before Sinhala and Tamil New Year", "1978-04-14": "Sinhala and Tamil New Year", @@ -72,7 +72,7 @@ "1978-12-25": "Christmas Day", "1979-01-15": "Tamil Thai Pongal Day", "1979-02-04": "Independence Day", - "1979-02-09": "The Prophet's Birthday (estimated)", + "1979-02-09": "Prophet's Birthday (estimated)", "1979-04-13": "Day Before Sinhala and Tamil New Year; Good Friday", "1979-04-14": "Sinhala and Tamil New Year", "1979-05-01": "International Workers' Day", @@ -80,7 +80,7 @@ "1979-10-31": "Eid al-Adha (estimated)", "1979-12-25": "Christmas Day", "1980-01-15": "Tamil Thai Pongal Day", - "1980-01-30": "The Prophet's Birthday (estimated)", + "1980-01-30": "Prophet's Birthday (estimated)", "1980-02-04": "Independence Day", "1980-04-04": "Good Friday", "1980-04-13": "Day Before Sinhala and Tamil New Year", @@ -90,7 +90,7 @@ "1980-10-19": "Eid al-Adha (estimated)", "1980-12-25": "Christmas Day", "1981-01-15": "Tamil Thai Pongal Day", - "1981-01-18": "The Prophet's Birthday (estimated)", + "1981-01-18": "Prophet's Birthday (estimated)", "1981-02-04": "Independence Day", "1981-04-13": "Day Before Sinhala and Tamil New Year", "1981-04-14": "Sinhala and Tamil New Year", @@ -99,7 +99,7 @@ "1981-08-01": "Eid al-Fitr (estimated)", "1981-10-08": "Eid al-Adha (estimated)", "1981-12-25": "Christmas Day", - "1982-01-07": "The Prophet's Birthday (estimated)", + "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-15": "Tamil Thai Pongal Day", "1982-02-04": "Independence Day", "1982-04-09": "Good Friday", @@ -109,7 +109,7 @@ "1982-07-21": "Eid al-Fitr (estimated)", "1982-09-27": "Eid al-Adha (estimated)", "1982-12-25": "Christmas Day", - "1982-12-27": "The Prophet's Birthday (estimated)", + "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-15": "Tamil Thai Pongal Day", "1983-02-04": "Independence Day", "1983-04-01": "Good Friday", @@ -118,7 +118,7 @@ "1983-05-01": "International Workers' Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-09-17": "Eid al-Adha (estimated)", - "1983-12-16": "The Prophet's Birthday (estimated)", + "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Christmas Day", "1984-01-15": "Tamil Thai Pongal Day", "1984-02-04": "Independence Day", @@ -128,7 +128,7 @@ "1984-05-01": "International Workers' Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-09-05": "Eid al-Adha (estimated)", - "1984-12-04": "The Prophet's Birthday (estimated)", + "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas Day", "1985-01-15": "Tamil Thai Pongal Day", "1985-02-04": "Independence Day", @@ -138,7 +138,7 @@ "1985-05-01": "International Workers' Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-26": "Eid al-Adha (estimated)", - "1985-11-24": "The Prophet's Birthday (estimated)", + "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-25": "Christmas Day", "1986-01-15": "Tamil Thai Pongal Day", "1986-02-04": "Independence Day", @@ -148,7 +148,7 @@ "1986-05-01": "International Workers' Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated)", - "1986-11-14": "The Prophet's Birthday (estimated)", + "1986-11-14": "Prophet's Birthday (estimated)", "1986-12-25": "Christmas Day", "1987-01-15": "Tamil Thai Pongal Day", "1987-02-04": "Independence Day", @@ -158,7 +158,7 @@ "1987-05-01": "International Workers' Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", - "1987-11-03": "The Prophet's Birthday (estimated)", + "1987-11-03": "Prophet's Birthday (estimated)", "1987-12-25": "Christmas Day", "1988-01-15": "Tamil Thai Pongal Day", "1988-02-04": "Independence Day", @@ -168,7 +168,7 @@ "1988-05-01": "International Workers' Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", - "1988-10-22": "The Prophet's Birthday (estimated)", + "1988-10-22": "Prophet's Birthday (estimated)", "1988-12-25": "Christmas Day", "1989-01-15": "Tamil Thai Pongal Day", "1989-02-04": "Independence Day", @@ -178,7 +178,7 @@ "1989-05-01": "International Workers' Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", - "1989-10-11": "The Prophet's Birthday (estimated)", + "1989-10-11": "Prophet's Birthday (estimated)", "1989-12-25": "Christmas Day", "1990-01-15": "Tamil Thai Pongal Day", "1990-02-04": "Independence Day", @@ -187,7 +187,7 @@ "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "International Workers' Day", "1990-07-02": "Eid al-Adha (estimated)", - "1990-10-01": "The Prophet's Birthday (estimated)", + "1990-10-01": "Prophet's Birthday (estimated)", "1990-12-25": "Christmas Day", "1991-01-15": "Tamil Thai Pongal Day", "1991-02-04": "Independence Day", @@ -197,7 +197,7 @@ "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "International Workers' Day", "1991-06-22": "Eid al-Adha (estimated)", - "1991-09-20": "The Prophet's Birthday (estimated)", + "1991-09-20": "Prophet's Birthday (estimated)", "1991-12-25": "Christmas Day", "1992-01-15": "Tamil Thai Pongal Day", "1992-02-04": "Independence Day", @@ -207,7 +207,7 @@ "1992-04-17": "Good Friday", "1992-05-01": "International Workers' Day", "1992-06-11": "Eid al-Adha (estimated)", - "1992-09-09": "The Prophet's Birthday (estimated)", + "1992-09-09": "Prophet's Birthday (estimated)", "1992-12-25": "Christmas Day", "1993-01-15": "Tamil Thai Pongal Day", "1993-02-04": "Independence Day", @@ -217,7 +217,7 @@ "1993-04-14": "Sinhala and Tamil New Year", "1993-05-01": "International Workers' Day", "1993-05-31": "Eid al-Adha (estimated)", - "1993-08-29": "The Prophet's Birthday (estimated)", + "1993-08-29": "Prophet's Birthday (estimated)", "1993-12-25": "Christmas Day", "1994-01-15": "Tamil Thai Pongal Day", "1994-02-04": "Independence Day", @@ -227,7 +227,7 @@ "1994-04-14": "Sinhala and Tamil New Year", "1994-05-01": "International Workers' Day", "1994-05-20": "Eid al-Adha (estimated)", - "1994-08-19": "The Prophet's Birthday (estimated)", + "1994-08-19": "Prophet's Birthday (estimated)", "1994-12-25": "Christmas Day", "1995-01-15": "Tamil Thai Pongal Day", "1995-02-04": "Independence Day", @@ -236,7 +236,7 @@ "1995-04-14": "Good Friday; Sinhala and Tamil New Year", "1995-05-01": "International Workers' Day", "1995-05-09": "Eid al-Adha (estimated)", - "1995-08-08": "The Prophet's Birthday (estimated)", + "1995-08-08": "Prophet's Birthday (estimated)", "1995-12-25": "Christmas Day", "1996-01-15": "Tamil Thai Pongal Day", "1996-02-04": "Independence Day", @@ -246,7 +246,7 @@ "1996-04-14": "Sinhala and Tamil New Year", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "International Workers' Day", - "1996-07-27": "The Prophet's Birthday (estimated)", + "1996-07-27": "Prophet's Birthday (estimated)", "1996-12-25": "Christmas Day", "1997-01-15": "Tamil Thai Pongal Day", "1997-02-04": "Independence Day", @@ -256,7 +256,7 @@ "1997-04-14": "Sinhala and Tamil New Year", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "International Workers' Day", - "1997-07-16": "The Prophet's Birthday (estimated)", + "1997-07-16": "Prophet's Birthday (estimated)", "1997-12-25": "Christmas Day", "1998-01-15": "Tamil Thai Pongal Day", "1998-01-29": "Eid al-Fitr (estimated)", @@ -266,7 +266,7 @@ "1998-04-13": "Day Before Sinhala and Tamil New Year", "1998-04-14": "Sinhala and Tamil New Year", "1998-05-01": "International Workers' Day", - "1998-07-06": "The Prophet's Birthday (estimated)", + "1998-07-06": "Prophet's Birthday (estimated)", "1998-12-25": "Christmas Day", "1999-01-15": "Tamil Thai Pongal Day", "1999-01-18": "Eid al-Fitr (estimated)", @@ -276,7 +276,7 @@ "1999-04-13": "Day Before Sinhala and Tamil New Year", "1999-04-14": "Sinhala and Tamil New Year", "1999-05-01": "International Workers' Day", - "1999-06-26": "The Prophet's Birthday (estimated)", + "1999-06-26": "Prophet's Birthday (estimated)", "1999-12-25": "Christmas Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-15": "Tamil Thai Pongal Day", @@ -286,7 +286,7 @@ "2000-04-14": "Sinhala and Tamil New Year", "2000-04-21": "Good Friday", "2000-05-01": "International Workers' Day", - "2000-06-14": "The Prophet's Birthday (estimated)", + "2000-06-14": "Prophet's Birthday (estimated)", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-15": "Tamil Thai Pongal Day", @@ -295,7 +295,7 @@ "2001-04-13": "Day Before Sinhala and Tamil New Year; Good Friday", "2001-04-14": "Sinhala and Tamil New Year", "2001-05-01": "International Workers' Day", - "2001-06-04": "The Prophet's Birthday (estimated)", + "2001-06-04": "Prophet's Birthday (estimated)", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-25": "Christmas Day", "2002-01-15": "Tamil Thai Pongal Day", @@ -305,7 +305,7 @@ "2002-04-13": "Day Before Sinhala and Tamil New Year", "2002-04-14": "Sinhala and Tamil New Year", "2002-05-01": "International Workers' Day", - "2002-05-24": "The Prophet's Birthday (estimated)", + "2002-05-24": "Prophet's Birthday (estimated)", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-25": "Christmas Day", "2003-01-15": "Tamil Thai Pongal Day", @@ -320,7 +320,7 @@ "2003-04-16": "Bak Full Moon Poya Day", "2003-04-18": "Good Friday", "2003-05-01": "International Workers' Day", - "2003-05-14": "The Prophet's Birthday", + "2003-05-14": "Prophet's Birthday", "2003-05-15": "Vesak Full Moon Poya Day", "2003-05-16": "Day Following Vesak Full Moon Poya Day", "2003-06-14": "Poson Full Moon Poya Day", @@ -345,7 +345,7 @@ "2004-04-12": "Day Before Sinhala and Tamil New Year", "2004-04-13": "Sinhala and Tamil New Year", "2004-05-01": "International Workers' Day", - "2004-05-02": "The Prophet's Birthday", + "2004-05-02": "Prophet's Birthday", "2004-05-04": "Vesak Full Moon Poya Day", "2004-05-05": "Day Following Vesak Full Moon Poya Day", "2004-06-02": "Poson Full Moon Poya Day", @@ -368,7 +368,7 @@ "2005-03-25": "Good Friday; Medin Full Moon Poya Day", "2005-04-13": "Day Before Sinhala and Tamil New Year", "2005-04-14": "Sinhala and Tamil New Year", - "2005-04-22": "The Prophet's Birthday", + "2005-04-22": "Prophet's Birthday", "2005-04-23": "Bak Full Moon Poya Day", "2005-05-01": "International Workers' Day", "2005-05-02": "Special Bank Holiday", @@ -392,7 +392,7 @@ "2006-02-12": "Nawam Full Moon Poya Day", "2006-02-26": "Maha Sivarathri Day", "2006-03-14": "Medin Full Moon Poya Day", - "2006-04-11": "The Prophet's Birthday", + "2006-04-11": "Prophet's Birthday", "2006-04-13": "Bak Full Moon Poya Day; Day Before Sinhala and Tamil New Year", "2006-04-14": "Good Friday; Sinhala and Tamil New Year", "2006-05-01": "International Workers' Day", @@ -416,7 +416,7 @@ "2007-02-05": "Special Bank Holiday", "2007-02-16": "Maha Sivarathri Day", "2007-03-03": "Medin Full Moon Poya Day", - "2007-04-01": "The Prophet's Birthday", + "2007-04-01": "Prophet's Birthday", "2007-04-02": "Bak Full Moon Poya Day", "2007-04-03": "Special Bank Holiday", "2007-04-06": "Good Friday", @@ -441,7 +441,7 @@ "2008-02-04": "Independence Day", "2008-02-20": "Nawam Full Moon Poya Day", "2008-03-06": "Maha Sivarathri Day", - "2008-03-20": "The Prophet's Birthday", + "2008-03-20": "Prophet's Birthday", "2008-03-21": "Good Friday; Medin Full Moon Poya Day", "2008-04-12": "Day Before Sinhala and Tamil New Year", "2008-04-13": "Sinhala and Tamil New Year", @@ -466,7 +466,7 @@ "2009-02-04": "Independence Day", "2009-02-09": "Nawam Full Moon Poya Day", "2009-02-23": "Maha Sivarathri Day", - "2009-03-10": "Medin Full Moon Poya Day; The Prophet's Birthday", + "2009-03-10": "Medin Full Moon Poya Day; Prophet's Birthday", "2009-04-09": "Bak Full Moon Poya Day", "2009-04-10": "Good Friday", "2009-04-13": "Day Before Sinhala and Tamil New Year", @@ -489,7 +489,7 @@ "2010-01-14": "Tamil Thai Pongal Day", "2010-01-29": "Nawam Full Moon Poya Day", "2010-02-04": "Independence Day", - "2010-02-27": "The Prophet's Birthday", + "2010-02-27": "Prophet's Birthday", "2010-02-28": "Medin Full Moon Poya Day", "2010-03-13": "Maha Sivarathri Day", "2010-03-29": "Bak Full Moon Poya Day", @@ -514,7 +514,7 @@ "2011-01-15": "Tamil Thai Pongal Day", "2011-01-19": "Duruthu Full Moon Poya Day", "2011-02-04": "Independence Day", - "2011-02-16": "The Prophet's Birthday", + "2011-02-16": "Prophet's Birthday", "2011-02-17": "Nawam Full Moon Poya Day", "2011-03-02": "Maha Sivarathri Day", "2011-03-19": "Medin Full Moon Poya Day", @@ -542,7 +542,7 @@ "2012-01-15": "Tamil Thai Pongal Day", "2012-01-16": "Special Bank Holiday", "2012-02-04": "Independence Day", - "2012-02-05": "The Prophet's Birthday", + "2012-02-05": "Prophet's Birthday", "2012-02-07": "Nawam Full Moon Poya Day", "2012-02-10": "Special Bank Holiday", "2012-02-20": "Maha Sivarathri Day", @@ -567,7 +567,7 @@ "2012-12-25": "Christmas Day", "2012-12-27": "Unduvap Full Moon Poya Day", "2013-01-14": "Tamil Thai Pongal Day", - "2013-01-25": "The Prophet's Birthday", + "2013-01-25": "Prophet's Birthday", "2013-01-26": "Duruthu Full Moon Poya Day", "2013-02-04": "Independence Day", "2013-02-25": "Nawam Full Moon Poya Day", @@ -592,7 +592,7 @@ "2013-11-17": "Il Full Moon Poya Day", "2013-12-16": "Unduvap Full Moon Poya Day", "2013-12-25": "Christmas Day", - "2014-01-14": "Tamil Thai Pongal Day; The Prophet's Birthday", + "2014-01-14": "Prophet's Birthday; Tamil Thai Pongal Day", "2014-01-15": "Duruthu Full Moon Poya Day", "2014-02-04": "Independence Day", "2014-02-14": "Nawam Full Moon Poya Day", @@ -616,7 +616,7 @@ "2014-11-06": "Il Full Moon Poya Day", "2014-12-06": "Unduvap Full Moon Poya Day", "2014-12-25": "Christmas Day", - "2015-01-04": "Duruthu Full Moon Poya Day; The Prophet's Birthday", + "2015-01-04": "Duruthu Full Moon Poya Day; Prophet's Birthday", "2015-01-05": "Special Bank Holiday", "2015-01-15": "Tamil Thai Pongal Day", "2015-02-03": "Nawam Full Moon Poya Day", @@ -666,7 +666,7 @@ "2016-10-15": "Vap Full Moon Poya Day", "2016-10-29": "Deepavali Festival Day", "2016-11-14": "Il Full Moon Poya Day", - "2016-12-12": "The Prophet's Birthday", + "2016-12-12": "Prophet's Birthday", "2016-12-13": "Unduvap Full Moon Poya Day", "2016-12-25": "Christmas Day", "2016-12-26": "Special Bank Holiday", @@ -691,7 +691,7 @@ "2017-10-05": "Vap Full Moon Poya Day", "2017-10-18": "Deepavali Festival Day", "2017-11-03": "Il Full Moon Poya Day", - "2017-12-01": "The Prophet's Birthday", + "2017-12-01": "Prophet's Birthday", "2017-12-03": "Unduvap Full Moon Poya Day", "2017-12-25": "Christmas Day", "2018-01-01": "Duruthu Full Moon Poya Day", @@ -718,7 +718,7 @@ "2018-09-24": "Binara Full Moon Poya Day", "2018-10-24": "Vap Full Moon Poya Day", "2018-11-06": "Deepavali Festival Day", - "2018-11-20": "The Prophet's Birthday", + "2018-11-20": "Prophet's Birthday", "2018-11-22": "Il Full Moon Poya Day", "2018-12-22": "Unduvap Full Moon Poya Day", "2018-12-25": "Christmas Day", @@ -744,7 +744,7 @@ "2019-09-13": "Binara Full Moon Poya Day", "2019-10-13": "Vap Full Moon Poya Day", "2019-10-27": "Deepavali Festival Day", - "2019-11-10": "The Prophet's Birthday", + "2019-11-10": "Prophet's Birthday", "2019-11-11": "Special Bank Holiday", "2019-11-12": "Il Full Moon Poya Day", "2019-12-11": "Unduvap Full Moon Poya Day", @@ -775,7 +775,7 @@ "2020-08-03": "Nikini Full Moon Poya Day", "2020-09-01": "Binara Full Moon Poya Day", "2020-10-01": "Adhi Vap Full Moon Poya Day", - "2020-10-30": "The Prophet's Birthday; Vap Full Moon Poya Day", + "2020-10-30": "Prophet's Birthday; Vap Full Moon Poya Day", "2020-11-14": "Deepavali Festival Day", "2020-11-29": "Il Full Moon Poya Day", "2020-12-25": "Christmas Day", @@ -800,7 +800,7 @@ "2021-07-23": "Esala Full Moon Poya Day", "2021-08-22": "Nikini Full Moon Poya Day", "2021-09-20": "Binara Full Moon Poya Day", - "2021-10-19": "The Prophet's Birthday", + "2021-10-19": "Prophet's Birthday", "2021-10-20": "Vap Full Moon Poya Day", "2021-11-04": "Deepavali Festival Day", "2021-11-18": "Il Full Moon Poya Day", @@ -837,7 +837,7 @@ "2022-07-29": "Public Sector Holiday", "2022-08-11": "Nikini Full Moon Poya Day", "2022-09-10": "Binara Full Moon Poya Day", - "2022-10-09": "The Prophet's Birthday; Vap Full Moon Poya Day", + "2022-10-09": "Prophet's Birthday; Vap Full Moon Poya Day", "2022-10-10": "Special Bank Holiday", "2022-10-24": "Deepavali Festival Day", "2022-11-07": "Il Full Moon Poya Day", @@ -864,7 +864,7 @@ "2023-07-03": "Adhi Esala Full Moon Poya Day", "2023-08-01": "Esala Full Moon Poya Day", "2023-08-30": "Nikini Full Moon Poya Day", - "2023-09-28": "The Prophet's Birthday", + "2023-09-28": "Prophet's Birthday", "2023-09-29": "Binara Full Moon Poya Day", "2023-10-28": "Vap Full Moon Poya Day", "2023-11-12": "Deepavali Festival Day", @@ -890,7 +890,7 @@ "2024-06-21": "Poson Full Moon Poya Day", "2024-07-20": "Esala Full Moon Poya Day", "2024-08-19": "Nikini Full Moon Poya Day", - "2024-09-16": "The Prophet's Birthday", + "2024-09-16": "Prophet's Birthday", "2024-09-17": "Binara Full Moon Poya Day", "2024-09-29": "Special Public Holiday", "2024-10-17": "Vap Full Moon Poya Day", @@ -917,7 +917,7 @@ "2025-06-10": "Poson Full Moon Poya Day", "2025-07-10": "Esala Full Moon Poya Day", "2025-08-08": "Nikini Full Moon Poya Day", - "2025-09-05": "The Prophet's Birthday", + "2025-09-05": "Prophet's Birthday", "2025-09-07": "Binara Full Moon Poya Day", "2025-10-06": "Vap Full Moon Poya Day", "2025-10-20": "Deepavali Festival Day", diff --git a/snapshots/countries/NI_AN.json b/snapshots/countries/NI_AN.json index 245acbf28..f9c681361 100644 --- a/snapshots/countries/NI_AN.json +++ b/snapshots/countries/NI_AN.json @@ -5,7 +5,7 @@ "1950-05-01": "Labor Day", "1950-09-14": "Battle of San Jacinto Day", "1950-09-15": "Independence Day", - "1950-12-08": "Virgin's Day", + "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", @@ -13,7 +13,7 @@ "1951-05-01": "Labor Day", "1951-09-14": "Battle of San Jacinto Day", "1951-09-15": "Independence Day", - "1951-12-08": "Virgin's Day", + "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", @@ -21,7 +21,7 @@ "1952-05-01": "Labor Day", "1952-09-14": "Battle of San Jacinto Day", "1952-09-15": "Independence Day", - "1952-12-08": "Virgin's Day", + "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", @@ -29,7 +29,7 @@ "1953-05-01": "Labor Day", "1953-09-14": "Battle of San Jacinto Day", "1953-09-15": "Independence Day", - "1953-12-08": "Virgin's Day", + "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", @@ -37,7 +37,7 @@ "1954-05-01": "Labor Day", "1954-09-14": "Battle of San Jacinto Day", "1954-09-15": "Independence Day", - "1954-12-08": "Virgin's Day", + "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", @@ -45,7 +45,7 @@ "1955-05-01": "Labor Day", "1955-09-14": "Battle of San Jacinto Day", "1955-09-15": "Independence Day", - "1955-12-08": "Virgin's Day", + "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", @@ -53,7 +53,7 @@ "1956-05-01": "Labor Day", "1956-09-14": "Battle of San Jacinto Day", "1956-09-15": "Independence Day", - "1956-12-08": "Virgin's Day", + "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", @@ -61,7 +61,7 @@ "1957-05-01": "Labor Day", "1957-09-14": "Battle of San Jacinto Day", "1957-09-15": "Independence Day", - "1957-12-08": "Virgin's Day", + "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", @@ -69,7 +69,7 @@ "1958-05-01": "Labor Day", "1958-09-14": "Battle of San Jacinto Day", "1958-09-15": "Independence Day", - "1958-12-08": "Virgin's Day", + "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", @@ -77,7 +77,7 @@ "1959-05-01": "Labor Day", "1959-09-14": "Battle of San Jacinto Day", "1959-09-15": "Independence Day", - "1959-12-08": "Virgin's Day", + "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", @@ -85,7 +85,7 @@ "1960-05-01": "Labor Day", "1960-09-14": "Battle of San Jacinto Day", "1960-09-15": "Independence Day", - "1960-12-08": "Virgin's Day", + "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", @@ -93,7 +93,7 @@ "1961-05-01": "Labor Day", "1961-09-14": "Battle of San Jacinto Day", "1961-09-15": "Independence Day", - "1961-12-08": "Virgin's Day", + "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", @@ -101,7 +101,7 @@ "1962-05-01": "Labor Day", "1962-09-14": "Battle of San Jacinto Day", "1962-09-15": "Independence Day", - "1962-12-08": "Virgin's Day", + "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", @@ -109,7 +109,7 @@ "1963-05-01": "Labor Day", "1963-09-14": "Battle of San Jacinto Day", "1963-09-15": "Independence Day", - "1963-12-08": "Virgin's Day", + "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", @@ -117,7 +117,7 @@ "1964-05-01": "Labor Day", "1964-09-14": "Battle of San Jacinto Day", "1964-09-15": "Independence Day", - "1964-12-08": "Virgin's Day", + "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", @@ -125,7 +125,7 @@ "1965-05-01": "Labor Day", "1965-09-14": "Battle of San Jacinto Day", "1965-09-15": "Independence Day", - "1965-12-08": "Virgin's Day", + "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", @@ -133,7 +133,7 @@ "1966-05-01": "Labor Day", "1966-09-14": "Battle of San Jacinto Day", "1966-09-15": "Independence Day", - "1966-12-08": "Virgin's Day", + "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", @@ -141,7 +141,7 @@ "1967-05-01": "Labor Day", "1967-09-14": "Battle of San Jacinto Day", "1967-09-15": "Independence Day", - "1967-12-08": "Virgin's Day", + "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", @@ -149,7 +149,7 @@ "1968-05-01": "Labor Day", "1968-09-14": "Battle of San Jacinto Day", "1968-09-15": "Independence Day", - "1968-12-08": "Virgin's Day", + "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", @@ -157,7 +157,7 @@ "1969-05-01": "Labor Day", "1969-09-14": "Battle of San Jacinto Day", "1969-09-15": "Independence Day", - "1969-12-08": "Virgin's Day", + "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", @@ -165,7 +165,7 @@ "1970-05-01": "Labor Day", "1970-09-14": "Battle of San Jacinto Day", "1970-09-15": "Independence Day", - "1970-12-08": "Virgin's Day", + "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", @@ -173,7 +173,7 @@ "1971-05-01": "Labor Day", "1971-09-14": "Battle of San Jacinto Day", "1971-09-15": "Independence Day", - "1971-12-08": "Virgin's Day", + "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", @@ -181,7 +181,7 @@ "1972-05-01": "Labor Day", "1972-09-14": "Battle of San Jacinto Day", "1972-09-15": "Independence Day", - "1972-12-08": "Virgin's Day", + "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", @@ -189,7 +189,7 @@ "1973-05-01": "Labor Day", "1973-09-14": "Battle of San Jacinto Day", "1973-09-15": "Independence Day", - "1973-12-08": "Virgin's Day", + "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", @@ -197,7 +197,7 @@ "1974-05-01": "Labor Day", "1974-09-14": "Battle of San Jacinto Day", "1974-09-15": "Independence Day", - "1974-12-08": "Virgin's Day", + "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", @@ -205,7 +205,7 @@ "1975-05-01": "Labor Day", "1975-09-14": "Battle of San Jacinto Day", "1975-09-15": "Independence Day", - "1975-12-08": "Virgin's Day", + "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", @@ -213,7 +213,7 @@ "1976-05-01": "Labor Day", "1976-09-14": "Battle of San Jacinto Day", "1976-09-15": "Independence Day", - "1976-12-08": "Virgin's Day", + "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", @@ -221,7 +221,7 @@ "1977-05-01": "Labor Day", "1977-09-14": "Battle of San Jacinto Day", "1977-09-15": "Independence Day", - "1977-12-08": "Virgin's Day", + "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", @@ -229,7 +229,7 @@ "1978-05-01": "Labor Day", "1978-09-14": "Battle of San Jacinto Day", "1978-09-15": "Independence Day", - "1978-12-08": "Virgin's Day", + "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", @@ -238,7 +238,7 @@ "1979-07-19": "Revolution Day", "1979-09-14": "Battle of San Jacinto Day", "1979-09-15": "Independence Day", - "1979-12-08": "Virgin's Day", + "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", @@ -247,7 +247,7 @@ "1980-07-19": "Revolution Day", "1980-09-14": "Battle of San Jacinto Day", "1980-09-15": "Independence Day", - "1980-12-08": "Virgin's Day", + "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", @@ -256,7 +256,7 @@ "1981-07-19": "Revolution Day", "1981-09-14": "Battle of San Jacinto Day", "1981-09-15": "Independence Day", - "1981-12-08": "Virgin's Day", + "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", @@ -265,7 +265,7 @@ "1982-07-19": "Revolution Day", "1982-09-14": "Battle of San Jacinto Day", "1982-09-15": "Independence Day", - "1982-12-08": "Virgin's Day", + "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", @@ -274,7 +274,7 @@ "1983-07-19": "Revolution Day", "1983-09-14": "Battle of San Jacinto Day", "1983-09-15": "Independence Day", - "1983-12-08": "Virgin's Day", + "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", @@ -283,7 +283,7 @@ "1984-07-19": "Revolution Day", "1984-09-14": "Battle of San Jacinto Day", "1984-09-15": "Independence Day", - "1984-12-08": "Virgin's Day", + "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", @@ -292,7 +292,7 @@ "1985-07-19": "Revolution Day", "1985-09-14": "Battle of San Jacinto Day", "1985-09-15": "Independence Day", - "1985-12-08": "Virgin's Day", + "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", @@ -301,7 +301,7 @@ "1986-07-19": "Revolution Day", "1986-09-14": "Battle of San Jacinto Day", "1986-09-15": "Independence Day", - "1986-12-08": "Virgin's Day", + "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", @@ -310,7 +310,7 @@ "1987-07-19": "Revolution Day", "1987-09-14": "Battle of San Jacinto Day", "1987-09-15": "Independence Day", - "1987-12-08": "Virgin's Day", + "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", @@ -319,7 +319,7 @@ "1988-07-19": "Revolution Day", "1988-09-14": "Battle of San Jacinto Day", "1988-09-15": "Independence Day", - "1988-12-08": "Virgin's Day", + "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", @@ -328,7 +328,7 @@ "1989-07-19": "Revolution Day", "1989-09-14": "Battle of San Jacinto Day", "1989-09-15": "Independence Day", - "1989-12-08": "Virgin's Day", + "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", @@ -337,7 +337,7 @@ "1990-07-19": "Revolution Day", "1990-09-14": "Battle of San Jacinto Day", "1990-09-15": "Independence Day", - "1990-12-08": "Virgin's Day", + "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", @@ -346,7 +346,7 @@ "1991-07-19": "Revolution Day", "1991-09-14": "Battle of San Jacinto Day", "1991-09-15": "Independence Day", - "1991-12-08": "Virgin's Day", + "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", @@ -355,7 +355,7 @@ "1992-07-19": "Revolution Day", "1992-09-14": "Battle of San Jacinto Day", "1992-09-15": "Independence Day", - "1992-12-08": "Virgin's Day", + "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", @@ -364,7 +364,7 @@ "1993-07-19": "Revolution Day", "1993-09-14": "Battle of San Jacinto Day", "1993-09-15": "Independence Day", - "1993-12-08": "Virgin's Day", + "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", @@ -373,7 +373,7 @@ "1994-07-19": "Revolution Day", "1994-09-14": "Battle of San Jacinto Day", "1994-09-15": "Independence Day", - "1994-12-08": "Virgin's Day", + "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", @@ -382,7 +382,7 @@ "1995-07-19": "Revolution Day", "1995-09-14": "Battle of San Jacinto Day", "1995-09-15": "Independence Day", - "1995-12-08": "Virgin's Day", + "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", @@ -391,7 +391,7 @@ "1996-07-19": "Revolution Day", "1996-09-14": "Battle of San Jacinto Day", "1996-09-15": "Independence Day", - "1996-12-08": "Virgin's Day", + "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", @@ -400,7 +400,7 @@ "1997-07-19": "Revolution Day", "1997-09-14": "Battle of San Jacinto Day", "1997-09-15": "Independence Day", - "1997-12-08": "Virgin's Day", + "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", @@ -409,7 +409,7 @@ "1998-07-19": "Revolution Day", "1998-09-14": "Battle of San Jacinto Day", "1998-09-15": "Independence Day", - "1998-12-08": "Virgin's Day", + "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", @@ -418,7 +418,7 @@ "1999-07-19": "Revolution Day", "1999-09-14": "Battle of San Jacinto Day", "1999-09-15": "Independence Day", - "1999-12-08": "Virgin's Day", + "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", @@ -427,7 +427,7 @@ "2000-07-19": "Revolution Day", "2000-09-14": "Battle of San Jacinto Day", "2000-09-15": "Independence Day", - "2000-12-08": "Virgin's Day", + "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", @@ -436,7 +436,7 @@ "2001-07-19": "Revolution Day", "2001-09-14": "Battle of San Jacinto Day", "2001-09-15": "Independence Day", - "2001-12-08": "Virgin's Day", + "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", @@ -445,7 +445,7 @@ "2002-07-19": "Revolution Day", "2002-09-14": "Battle of San Jacinto Day", "2002-09-15": "Independence Day", - "2002-12-08": "Virgin's Day", + "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", @@ -454,7 +454,7 @@ "2003-07-19": "Revolution Day", "2003-09-14": "Battle of San Jacinto Day", "2003-09-15": "Independence Day", - "2003-12-08": "Virgin's Day", + "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", @@ -463,7 +463,7 @@ "2004-07-19": "Revolution Day", "2004-09-14": "Battle of San Jacinto Day", "2004-09-15": "Independence Day", - "2004-12-08": "Virgin's Day", + "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", @@ -472,7 +472,7 @@ "2005-07-19": "Revolution Day", "2005-09-14": "Battle of San Jacinto Day", "2005-09-15": "Independence Day", - "2005-12-08": "Virgin's Day", + "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", @@ -481,7 +481,7 @@ "2006-07-19": "Revolution Day", "2006-09-14": "Battle of San Jacinto Day", "2006-09-15": "Independence Day", - "2006-12-08": "Virgin's Day", + "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", @@ -490,7 +490,7 @@ "2007-07-19": "Revolution Day", "2007-09-14": "Battle of San Jacinto Day", "2007-09-15": "Independence Day", - "2007-12-08": "Virgin's Day", + "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", @@ -499,7 +499,7 @@ "2008-07-19": "Revolution Day", "2008-09-14": "Battle of San Jacinto Day", "2008-09-15": "Independence Day", - "2008-12-08": "Virgin's Day", + "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", @@ -508,7 +508,7 @@ "2009-07-19": "Revolution Day", "2009-09-14": "Battle of San Jacinto Day", "2009-09-15": "Independence Day", - "2009-12-08": "Virgin's Day", + "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", @@ -517,7 +517,7 @@ "2010-07-19": "Revolution Day", "2010-09-14": "Battle of San Jacinto Day", "2010-09-15": "Independence Day", - "2010-12-08": "Virgin's Day", + "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", @@ -526,7 +526,7 @@ "2011-07-19": "Revolution Day", "2011-09-14": "Battle of San Jacinto Day", "2011-09-15": "Independence Day", - "2011-12-08": "Virgin's Day", + "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", @@ -535,7 +535,7 @@ "2012-07-19": "Revolution Day", "2012-09-14": "Battle of San Jacinto Day", "2012-09-15": "Independence Day", - "2012-12-08": "Virgin's Day", + "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", @@ -544,7 +544,7 @@ "2013-07-19": "Revolution Day", "2013-09-14": "Battle of San Jacinto Day", "2013-09-15": "Independence Day", - "2013-12-08": "Virgin's Day", + "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", @@ -553,7 +553,7 @@ "2014-07-19": "Revolution Day", "2014-09-14": "Battle of San Jacinto Day", "2014-09-15": "Independence Day", - "2014-12-08": "Virgin's Day", + "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", @@ -562,7 +562,7 @@ "2015-07-19": "Revolution Day", "2015-09-14": "Battle of San Jacinto Day", "2015-09-15": "Independence Day", - "2015-12-08": "Virgin's Day", + "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", @@ -571,7 +571,7 @@ "2016-07-19": "Revolution Day", "2016-09-14": "Battle of San Jacinto Day", "2016-09-15": "Independence Day", - "2016-12-08": "Virgin's Day", + "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", @@ -580,7 +580,7 @@ "2017-07-19": "Revolution Day", "2017-09-14": "Battle of San Jacinto Day", "2017-09-15": "Independence Day", - "2017-12-08": "Virgin's Day", + "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", @@ -589,7 +589,7 @@ "2018-07-19": "Revolution Day", "2018-09-14": "Battle of San Jacinto Day", "2018-09-15": "Independence Day", - "2018-12-08": "Virgin's Day", + "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", @@ -598,7 +598,7 @@ "2019-07-19": "Revolution Day", "2019-09-14": "Battle of San Jacinto Day", "2019-09-15": "Independence Day", - "2019-12-08": "Virgin's Day", + "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", @@ -607,7 +607,7 @@ "2020-07-19": "Revolution Day", "2020-09-14": "Battle of San Jacinto Day", "2020-09-15": "Independence Day", - "2020-12-08": "Virgin's Day", + "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", @@ -616,7 +616,7 @@ "2021-07-19": "Revolution Day", "2021-09-14": "Battle of San Jacinto Day", "2021-09-15": "Independence Day", - "2021-12-08": "Virgin's Day", + "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", @@ -626,7 +626,7 @@ "2022-07-19": "Revolution Day", "2022-09-14": "Battle of San Jacinto Day", "2022-09-15": "Independence Day", - "2022-12-08": "Virgin's Day", + "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", @@ -636,7 +636,7 @@ "2023-07-19": "Revolution Day", "2023-09-14": "Battle of San Jacinto Day", "2023-09-15": "Independence Day", - "2023-12-08": "Virgin's Day", + "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", @@ -646,7 +646,7 @@ "2024-07-19": "Revolution Day", "2024-09-14": "Battle of San Jacinto Day", "2024-09-15": "Independence Day", - "2024-12-08": "Virgin's Day", + "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", @@ -656,7 +656,7 @@ "2025-07-19": "Revolution Day", "2025-09-14": "Battle of San Jacinto Day", "2025-09-15": "Independence Day", - "2025-12-08": "Virgin's Day", + "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", @@ -666,7 +666,7 @@ "2026-07-19": "Revolution Day", "2026-09-14": "Battle of San Jacinto Day", "2026-09-15": "Independence Day", - "2026-12-08": "Virgin's Day", + "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", @@ -676,7 +676,7 @@ "2027-07-19": "Revolution Day", "2027-09-14": "Battle of San Jacinto Day", "2027-09-15": "Independence Day", - "2027-12-08": "Virgin's Day", + "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", @@ -686,7 +686,7 @@ "2028-07-19": "Revolution Day", "2028-09-14": "Battle of San Jacinto Day", "2028-09-15": "Independence Day", - "2028-12-08": "Virgin's Day", + "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", @@ -696,7 +696,7 @@ "2029-07-19": "Revolution Day", "2029-09-14": "Battle of San Jacinto Day", "2029-09-15": "Independence Day", - "2029-12-08": "Virgin's Day", + "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", @@ -706,7 +706,7 @@ "2030-07-19": "Revolution Day", "2030-09-14": "Battle of San Jacinto Day", "2030-09-15": "Independence Day", - "2030-12-08": "Virgin's Day", + "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", @@ -716,7 +716,7 @@ "2031-07-19": "Revolution Day", "2031-09-14": "Battle of San Jacinto Day", "2031-09-15": "Independence Day", - "2031-12-08": "Virgin's Day", + "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", @@ -726,7 +726,7 @@ "2032-07-19": "Revolution Day", "2032-09-14": "Battle of San Jacinto Day", "2032-09-15": "Independence Day", - "2032-12-08": "Virgin's Day", + "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", @@ -736,7 +736,7 @@ "2033-07-19": "Revolution Day", "2033-09-14": "Battle of San Jacinto Day", "2033-09-15": "Independence Day", - "2033-12-08": "Virgin's Day", + "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", @@ -746,7 +746,7 @@ "2034-07-19": "Revolution Day", "2034-09-14": "Battle of San Jacinto Day", "2034-09-15": "Independence Day", - "2034-12-08": "Virgin's Day", + "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", @@ -756,7 +756,7 @@ "2035-07-19": "Revolution Day", "2035-09-14": "Battle of San Jacinto Day", "2035-09-15": "Independence Day", - "2035-12-08": "Virgin's Day", + "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", @@ -766,7 +766,7 @@ "2036-07-19": "Revolution Day", "2036-09-14": "Battle of San Jacinto Day", "2036-09-15": "Independence Day", - "2036-12-08": "Virgin's Day", + "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", @@ -776,7 +776,7 @@ "2037-07-19": "Revolution Day", "2037-09-14": "Battle of San Jacinto Day", "2037-09-15": "Independence Day", - "2037-12-08": "Virgin's Day", + "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", @@ -786,7 +786,7 @@ "2038-07-19": "Revolution Day", "2038-09-14": "Battle of San Jacinto Day", "2038-09-15": "Independence Day", - "2038-12-08": "Virgin's Day", + "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", @@ -796,7 +796,7 @@ "2039-07-19": "Revolution Day", "2039-09-14": "Battle of San Jacinto Day", "2039-09-15": "Independence Day", - "2039-12-08": "Virgin's Day", + "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", @@ -806,7 +806,7 @@ "2040-07-19": "Revolution Day", "2040-09-14": "Battle of San Jacinto Day", "2040-09-15": "Independence Day", - "2040-12-08": "Virgin's Day", + "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", @@ -816,7 +816,7 @@ "2041-07-19": "Revolution Day", "2041-09-14": "Battle of San Jacinto Day", "2041-09-15": "Independence Day", - "2041-12-08": "Virgin's Day", + "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", @@ -826,7 +826,7 @@ "2042-07-19": "Revolution Day", "2042-09-14": "Battle of San Jacinto Day", "2042-09-15": "Independence Day", - "2042-12-08": "Virgin's Day", + "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", @@ -836,7 +836,7 @@ "2043-07-19": "Revolution Day", "2043-09-14": "Battle of San Jacinto Day", "2043-09-15": "Independence Day", - "2043-12-08": "Virgin's Day", + "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", @@ -846,7 +846,7 @@ "2044-07-19": "Revolution Day", "2044-09-14": "Battle of San Jacinto Day", "2044-09-15": "Independence Day", - "2044-12-08": "Virgin's Day", + "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", @@ -856,7 +856,7 @@ "2045-07-19": "Revolution Day", "2045-09-14": "Battle of San Jacinto Day", "2045-09-15": "Independence Day", - "2045-12-08": "Virgin's Day", + "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", @@ -866,7 +866,7 @@ "2046-07-19": "Revolution Day", "2046-09-14": "Battle of San Jacinto Day", "2046-09-15": "Independence Day", - "2046-12-08": "Virgin's Day", + "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", @@ -876,7 +876,7 @@ "2047-07-19": "Revolution Day", "2047-09-14": "Battle of San Jacinto Day", "2047-09-15": "Independence Day", - "2047-12-08": "Virgin's Day", + "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", @@ -886,7 +886,7 @@ "2048-07-19": "Revolution Day", "2048-09-14": "Battle of San Jacinto Day", "2048-09-15": "Independence Day", - "2048-12-08": "Virgin's Day", + "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", @@ -896,7 +896,7 @@ "2049-07-19": "Revolution Day", "2049-09-14": "Battle of San Jacinto Day", "2049-09-15": "Independence Day", - "2049-12-08": "Virgin's Day", + "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", @@ -906,6 +906,6 @@ "2050-07-19": "Revolution Day", "2050-09-14": "Battle of San Jacinto Day", "2050-09-15": "Independence Day", - "2050-12-08": "Virgin's Day", + "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } diff --git a/snapshots/countries/NI_AS.json b/snapshots/countries/NI_AS.json index 245acbf28..f9c681361 100644 --- a/snapshots/countries/NI_AS.json +++ b/snapshots/countries/NI_AS.json @@ -5,7 +5,7 @@ "1950-05-01": "Labor Day", "1950-09-14": "Battle of San Jacinto Day", "1950-09-15": "Independence Day", - "1950-12-08": "Virgin's Day", + "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", @@ -13,7 +13,7 @@ "1951-05-01": "Labor Day", "1951-09-14": "Battle of San Jacinto Day", "1951-09-15": "Independence Day", - "1951-12-08": "Virgin's Day", + "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", @@ -21,7 +21,7 @@ "1952-05-01": "Labor Day", "1952-09-14": "Battle of San Jacinto Day", "1952-09-15": "Independence Day", - "1952-12-08": "Virgin's Day", + "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", @@ -29,7 +29,7 @@ "1953-05-01": "Labor Day", "1953-09-14": "Battle of San Jacinto Day", "1953-09-15": "Independence Day", - "1953-12-08": "Virgin's Day", + "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", @@ -37,7 +37,7 @@ "1954-05-01": "Labor Day", "1954-09-14": "Battle of San Jacinto Day", "1954-09-15": "Independence Day", - "1954-12-08": "Virgin's Day", + "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", @@ -45,7 +45,7 @@ "1955-05-01": "Labor Day", "1955-09-14": "Battle of San Jacinto Day", "1955-09-15": "Independence Day", - "1955-12-08": "Virgin's Day", + "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", @@ -53,7 +53,7 @@ "1956-05-01": "Labor Day", "1956-09-14": "Battle of San Jacinto Day", "1956-09-15": "Independence Day", - "1956-12-08": "Virgin's Day", + "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", @@ -61,7 +61,7 @@ "1957-05-01": "Labor Day", "1957-09-14": "Battle of San Jacinto Day", "1957-09-15": "Independence Day", - "1957-12-08": "Virgin's Day", + "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", @@ -69,7 +69,7 @@ "1958-05-01": "Labor Day", "1958-09-14": "Battle of San Jacinto Day", "1958-09-15": "Independence Day", - "1958-12-08": "Virgin's Day", + "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", @@ -77,7 +77,7 @@ "1959-05-01": "Labor Day", "1959-09-14": "Battle of San Jacinto Day", "1959-09-15": "Independence Day", - "1959-12-08": "Virgin's Day", + "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", @@ -85,7 +85,7 @@ "1960-05-01": "Labor Day", "1960-09-14": "Battle of San Jacinto Day", "1960-09-15": "Independence Day", - "1960-12-08": "Virgin's Day", + "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", @@ -93,7 +93,7 @@ "1961-05-01": "Labor Day", "1961-09-14": "Battle of San Jacinto Day", "1961-09-15": "Independence Day", - "1961-12-08": "Virgin's Day", + "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", @@ -101,7 +101,7 @@ "1962-05-01": "Labor Day", "1962-09-14": "Battle of San Jacinto Day", "1962-09-15": "Independence Day", - "1962-12-08": "Virgin's Day", + "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", @@ -109,7 +109,7 @@ "1963-05-01": "Labor Day", "1963-09-14": "Battle of San Jacinto Day", "1963-09-15": "Independence Day", - "1963-12-08": "Virgin's Day", + "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", @@ -117,7 +117,7 @@ "1964-05-01": "Labor Day", "1964-09-14": "Battle of San Jacinto Day", "1964-09-15": "Independence Day", - "1964-12-08": "Virgin's Day", + "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", @@ -125,7 +125,7 @@ "1965-05-01": "Labor Day", "1965-09-14": "Battle of San Jacinto Day", "1965-09-15": "Independence Day", - "1965-12-08": "Virgin's Day", + "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", @@ -133,7 +133,7 @@ "1966-05-01": "Labor Day", "1966-09-14": "Battle of San Jacinto Day", "1966-09-15": "Independence Day", - "1966-12-08": "Virgin's Day", + "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", @@ -141,7 +141,7 @@ "1967-05-01": "Labor Day", "1967-09-14": "Battle of San Jacinto Day", "1967-09-15": "Independence Day", - "1967-12-08": "Virgin's Day", + "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", @@ -149,7 +149,7 @@ "1968-05-01": "Labor Day", "1968-09-14": "Battle of San Jacinto Day", "1968-09-15": "Independence Day", - "1968-12-08": "Virgin's Day", + "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", @@ -157,7 +157,7 @@ "1969-05-01": "Labor Day", "1969-09-14": "Battle of San Jacinto Day", "1969-09-15": "Independence Day", - "1969-12-08": "Virgin's Day", + "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", @@ -165,7 +165,7 @@ "1970-05-01": "Labor Day", "1970-09-14": "Battle of San Jacinto Day", "1970-09-15": "Independence Day", - "1970-12-08": "Virgin's Day", + "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", @@ -173,7 +173,7 @@ "1971-05-01": "Labor Day", "1971-09-14": "Battle of San Jacinto Day", "1971-09-15": "Independence Day", - "1971-12-08": "Virgin's Day", + "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", @@ -181,7 +181,7 @@ "1972-05-01": "Labor Day", "1972-09-14": "Battle of San Jacinto Day", "1972-09-15": "Independence Day", - "1972-12-08": "Virgin's Day", + "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", @@ -189,7 +189,7 @@ "1973-05-01": "Labor Day", "1973-09-14": "Battle of San Jacinto Day", "1973-09-15": "Independence Day", - "1973-12-08": "Virgin's Day", + "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", @@ -197,7 +197,7 @@ "1974-05-01": "Labor Day", "1974-09-14": "Battle of San Jacinto Day", "1974-09-15": "Independence Day", - "1974-12-08": "Virgin's Day", + "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", @@ -205,7 +205,7 @@ "1975-05-01": "Labor Day", "1975-09-14": "Battle of San Jacinto Day", "1975-09-15": "Independence Day", - "1975-12-08": "Virgin's Day", + "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", @@ -213,7 +213,7 @@ "1976-05-01": "Labor Day", "1976-09-14": "Battle of San Jacinto Day", "1976-09-15": "Independence Day", - "1976-12-08": "Virgin's Day", + "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", @@ -221,7 +221,7 @@ "1977-05-01": "Labor Day", "1977-09-14": "Battle of San Jacinto Day", "1977-09-15": "Independence Day", - "1977-12-08": "Virgin's Day", + "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", @@ -229,7 +229,7 @@ "1978-05-01": "Labor Day", "1978-09-14": "Battle of San Jacinto Day", "1978-09-15": "Independence Day", - "1978-12-08": "Virgin's Day", + "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", @@ -238,7 +238,7 @@ "1979-07-19": "Revolution Day", "1979-09-14": "Battle of San Jacinto Day", "1979-09-15": "Independence Day", - "1979-12-08": "Virgin's Day", + "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", @@ -247,7 +247,7 @@ "1980-07-19": "Revolution Day", "1980-09-14": "Battle of San Jacinto Day", "1980-09-15": "Independence Day", - "1980-12-08": "Virgin's Day", + "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", @@ -256,7 +256,7 @@ "1981-07-19": "Revolution Day", "1981-09-14": "Battle of San Jacinto Day", "1981-09-15": "Independence Day", - "1981-12-08": "Virgin's Day", + "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", @@ -265,7 +265,7 @@ "1982-07-19": "Revolution Day", "1982-09-14": "Battle of San Jacinto Day", "1982-09-15": "Independence Day", - "1982-12-08": "Virgin's Day", + "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", @@ -274,7 +274,7 @@ "1983-07-19": "Revolution Day", "1983-09-14": "Battle of San Jacinto Day", "1983-09-15": "Independence Day", - "1983-12-08": "Virgin's Day", + "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", @@ -283,7 +283,7 @@ "1984-07-19": "Revolution Day", "1984-09-14": "Battle of San Jacinto Day", "1984-09-15": "Independence Day", - "1984-12-08": "Virgin's Day", + "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", @@ -292,7 +292,7 @@ "1985-07-19": "Revolution Day", "1985-09-14": "Battle of San Jacinto Day", "1985-09-15": "Independence Day", - "1985-12-08": "Virgin's Day", + "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", @@ -301,7 +301,7 @@ "1986-07-19": "Revolution Day", "1986-09-14": "Battle of San Jacinto Day", "1986-09-15": "Independence Day", - "1986-12-08": "Virgin's Day", + "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", @@ -310,7 +310,7 @@ "1987-07-19": "Revolution Day", "1987-09-14": "Battle of San Jacinto Day", "1987-09-15": "Independence Day", - "1987-12-08": "Virgin's Day", + "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", @@ -319,7 +319,7 @@ "1988-07-19": "Revolution Day", "1988-09-14": "Battle of San Jacinto Day", "1988-09-15": "Independence Day", - "1988-12-08": "Virgin's Day", + "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", @@ -328,7 +328,7 @@ "1989-07-19": "Revolution Day", "1989-09-14": "Battle of San Jacinto Day", "1989-09-15": "Independence Day", - "1989-12-08": "Virgin's Day", + "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", @@ -337,7 +337,7 @@ "1990-07-19": "Revolution Day", "1990-09-14": "Battle of San Jacinto Day", "1990-09-15": "Independence Day", - "1990-12-08": "Virgin's Day", + "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", @@ -346,7 +346,7 @@ "1991-07-19": "Revolution Day", "1991-09-14": "Battle of San Jacinto Day", "1991-09-15": "Independence Day", - "1991-12-08": "Virgin's Day", + "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", @@ -355,7 +355,7 @@ "1992-07-19": "Revolution Day", "1992-09-14": "Battle of San Jacinto Day", "1992-09-15": "Independence Day", - "1992-12-08": "Virgin's Day", + "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", @@ -364,7 +364,7 @@ "1993-07-19": "Revolution Day", "1993-09-14": "Battle of San Jacinto Day", "1993-09-15": "Independence Day", - "1993-12-08": "Virgin's Day", + "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", @@ -373,7 +373,7 @@ "1994-07-19": "Revolution Day", "1994-09-14": "Battle of San Jacinto Day", "1994-09-15": "Independence Day", - "1994-12-08": "Virgin's Day", + "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", @@ -382,7 +382,7 @@ "1995-07-19": "Revolution Day", "1995-09-14": "Battle of San Jacinto Day", "1995-09-15": "Independence Day", - "1995-12-08": "Virgin's Day", + "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", @@ -391,7 +391,7 @@ "1996-07-19": "Revolution Day", "1996-09-14": "Battle of San Jacinto Day", "1996-09-15": "Independence Day", - "1996-12-08": "Virgin's Day", + "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", @@ -400,7 +400,7 @@ "1997-07-19": "Revolution Day", "1997-09-14": "Battle of San Jacinto Day", "1997-09-15": "Independence Day", - "1997-12-08": "Virgin's Day", + "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", @@ -409,7 +409,7 @@ "1998-07-19": "Revolution Day", "1998-09-14": "Battle of San Jacinto Day", "1998-09-15": "Independence Day", - "1998-12-08": "Virgin's Day", + "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", @@ -418,7 +418,7 @@ "1999-07-19": "Revolution Day", "1999-09-14": "Battle of San Jacinto Day", "1999-09-15": "Independence Day", - "1999-12-08": "Virgin's Day", + "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", @@ -427,7 +427,7 @@ "2000-07-19": "Revolution Day", "2000-09-14": "Battle of San Jacinto Day", "2000-09-15": "Independence Day", - "2000-12-08": "Virgin's Day", + "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", @@ -436,7 +436,7 @@ "2001-07-19": "Revolution Day", "2001-09-14": "Battle of San Jacinto Day", "2001-09-15": "Independence Day", - "2001-12-08": "Virgin's Day", + "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", @@ -445,7 +445,7 @@ "2002-07-19": "Revolution Day", "2002-09-14": "Battle of San Jacinto Day", "2002-09-15": "Independence Day", - "2002-12-08": "Virgin's Day", + "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", @@ -454,7 +454,7 @@ "2003-07-19": "Revolution Day", "2003-09-14": "Battle of San Jacinto Day", "2003-09-15": "Independence Day", - "2003-12-08": "Virgin's Day", + "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", @@ -463,7 +463,7 @@ "2004-07-19": "Revolution Day", "2004-09-14": "Battle of San Jacinto Day", "2004-09-15": "Independence Day", - "2004-12-08": "Virgin's Day", + "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", @@ -472,7 +472,7 @@ "2005-07-19": "Revolution Day", "2005-09-14": "Battle of San Jacinto Day", "2005-09-15": "Independence Day", - "2005-12-08": "Virgin's Day", + "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", @@ -481,7 +481,7 @@ "2006-07-19": "Revolution Day", "2006-09-14": "Battle of San Jacinto Day", "2006-09-15": "Independence Day", - "2006-12-08": "Virgin's Day", + "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", @@ -490,7 +490,7 @@ "2007-07-19": "Revolution Day", "2007-09-14": "Battle of San Jacinto Day", "2007-09-15": "Independence Day", - "2007-12-08": "Virgin's Day", + "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", @@ -499,7 +499,7 @@ "2008-07-19": "Revolution Day", "2008-09-14": "Battle of San Jacinto Day", "2008-09-15": "Independence Day", - "2008-12-08": "Virgin's Day", + "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", @@ -508,7 +508,7 @@ "2009-07-19": "Revolution Day", "2009-09-14": "Battle of San Jacinto Day", "2009-09-15": "Independence Day", - "2009-12-08": "Virgin's Day", + "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", @@ -517,7 +517,7 @@ "2010-07-19": "Revolution Day", "2010-09-14": "Battle of San Jacinto Day", "2010-09-15": "Independence Day", - "2010-12-08": "Virgin's Day", + "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", @@ -526,7 +526,7 @@ "2011-07-19": "Revolution Day", "2011-09-14": "Battle of San Jacinto Day", "2011-09-15": "Independence Day", - "2011-12-08": "Virgin's Day", + "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", @@ -535,7 +535,7 @@ "2012-07-19": "Revolution Day", "2012-09-14": "Battle of San Jacinto Day", "2012-09-15": "Independence Day", - "2012-12-08": "Virgin's Day", + "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", @@ -544,7 +544,7 @@ "2013-07-19": "Revolution Day", "2013-09-14": "Battle of San Jacinto Day", "2013-09-15": "Independence Day", - "2013-12-08": "Virgin's Day", + "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", @@ -553,7 +553,7 @@ "2014-07-19": "Revolution Day", "2014-09-14": "Battle of San Jacinto Day", "2014-09-15": "Independence Day", - "2014-12-08": "Virgin's Day", + "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", @@ -562,7 +562,7 @@ "2015-07-19": "Revolution Day", "2015-09-14": "Battle of San Jacinto Day", "2015-09-15": "Independence Day", - "2015-12-08": "Virgin's Day", + "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", @@ -571,7 +571,7 @@ "2016-07-19": "Revolution Day", "2016-09-14": "Battle of San Jacinto Day", "2016-09-15": "Independence Day", - "2016-12-08": "Virgin's Day", + "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", @@ -580,7 +580,7 @@ "2017-07-19": "Revolution Day", "2017-09-14": "Battle of San Jacinto Day", "2017-09-15": "Independence Day", - "2017-12-08": "Virgin's Day", + "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", @@ -589,7 +589,7 @@ "2018-07-19": "Revolution Day", "2018-09-14": "Battle of San Jacinto Day", "2018-09-15": "Independence Day", - "2018-12-08": "Virgin's Day", + "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", @@ -598,7 +598,7 @@ "2019-07-19": "Revolution Day", "2019-09-14": "Battle of San Jacinto Day", "2019-09-15": "Independence Day", - "2019-12-08": "Virgin's Day", + "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", @@ -607,7 +607,7 @@ "2020-07-19": "Revolution Day", "2020-09-14": "Battle of San Jacinto Day", "2020-09-15": "Independence Day", - "2020-12-08": "Virgin's Day", + "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", @@ -616,7 +616,7 @@ "2021-07-19": "Revolution Day", "2021-09-14": "Battle of San Jacinto Day", "2021-09-15": "Independence Day", - "2021-12-08": "Virgin's Day", + "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", @@ -626,7 +626,7 @@ "2022-07-19": "Revolution Day", "2022-09-14": "Battle of San Jacinto Day", "2022-09-15": "Independence Day", - "2022-12-08": "Virgin's Day", + "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", @@ -636,7 +636,7 @@ "2023-07-19": "Revolution Day", "2023-09-14": "Battle of San Jacinto Day", "2023-09-15": "Independence Day", - "2023-12-08": "Virgin's Day", + "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", @@ -646,7 +646,7 @@ "2024-07-19": "Revolution Day", "2024-09-14": "Battle of San Jacinto Day", "2024-09-15": "Independence Day", - "2024-12-08": "Virgin's Day", + "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", @@ -656,7 +656,7 @@ "2025-07-19": "Revolution Day", "2025-09-14": "Battle of San Jacinto Day", "2025-09-15": "Independence Day", - "2025-12-08": "Virgin's Day", + "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", @@ -666,7 +666,7 @@ "2026-07-19": "Revolution Day", "2026-09-14": "Battle of San Jacinto Day", "2026-09-15": "Independence Day", - "2026-12-08": "Virgin's Day", + "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", @@ -676,7 +676,7 @@ "2027-07-19": "Revolution Day", "2027-09-14": "Battle of San Jacinto Day", "2027-09-15": "Independence Day", - "2027-12-08": "Virgin's Day", + "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", @@ -686,7 +686,7 @@ "2028-07-19": "Revolution Day", "2028-09-14": "Battle of San Jacinto Day", "2028-09-15": "Independence Day", - "2028-12-08": "Virgin's Day", + "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", @@ -696,7 +696,7 @@ "2029-07-19": "Revolution Day", "2029-09-14": "Battle of San Jacinto Day", "2029-09-15": "Independence Day", - "2029-12-08": "Virgin's Day", + "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", @@ -706,7 +706,7 @@ "2030-07-19": "Revolution Day", "2030-09-14": "Battle of San Jacinto Day", "2030-09-15": "Independence Day", - "2030-12-08": "Virgin's Day", + "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", @@ -716,7 +716,7 @@ "2031-07-19": "Revolution Day", "2031-09-14": "Battle of San Jacinto Day", "2031-09-15": "Independence Day", - "2031-12-08": "Virgin's Day", + "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", @@ -726,7 +726,7 @@ "2032-07-19": "Revolution Day", "2032-09-14": "Battle of San Jacinto Day", "2032-09-15": "Independence Day", - "2032-12-08": "Virgin's Day", + "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", @@ -736,7 +736,7 @@ "2033-07-19": "Revolution Day", "2033-09-14": "Battle of San Jacinto Day", "2033-09-15": "Independence Day", - "2033-12-08": "Virgin's Day", + "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", @@ -746,7 +746,7 @@ "2034-07-19": "Revolution Day", "2034-09-14": "Battle of San Jacinto Day", "2034-09-15": "Independence Day", - "2034-12-08": "Virgin's Day", + "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", @@ -756,7 +756,7 @@ "2035-07-19": "Revolution Day", "2035-09-14": "Battle of San Jacinto Day", "2035-09-15": "Independence Day", - "2035-12-08": "Virgin's Day", + "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", @@ -766,7 +766,7 @@ "2036-07-19": "Revolution Day", "2036-09-14": "Battle of San Jacinto Day", "2036-09-15": "Independence Day", - "2036-12-08": "Virgin's Day", + "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", @@ -776,7 +776,7 @@ "2037-07-19": "Revolution Day", "2037-09-14": "Battle of San Jacinto Day", "2037-09-15": "Independence Day", - "2037-12-08": "Virgin's Day", + "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", @@ -786,7 +786,7 @@ "2038-07-19": "Revolution Day", "2038-09-14": "Battle of San Jacinto Day", "2038-09-15": "Independence Day", - "2038-12-08": "Virgin's Day", + "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", @@ -796,7 +796,7 @@ "2039-07-19": "Revolution Day", "2039-09-14": "Battle of San Jacinto Day", "2039-09-15": "Independence Day", - "2039-12-08": "Virgin's Day", + "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", @@ -806,7 +806,7 @@ "2040-07-19": "Revolution Day", "2040-09-14": "Battle of San Jacinto Day", "2040-09-15": "Independence Day", - "2040-12-08": "Virgin's Day", + "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", @@ -816,7 +816,7 @@ "2041-07-19": "Revolution Day", "2041-09-14": "Battle of San Jacinto Day", "2041-09-15": "Independence Day", - "2041-12-08": "Virgin's Day", + "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", @@ -826,7 +826,7 @@ "2042-07-19": "Revolution Day", "2042-09-14": "Battle of San Jacinto Day", "2042-09-15": "Independence Day", - "2042-12-08": "Virgin's Day", + "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", @@ -836,7 +836,7 @@ "2043-07-19": "Revolution Day", "2043-09-14": "Battle of San Jacinto Day", "2043-09-15": "Independence Day", - "2043-12-08": "Virgin's Day", + "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", @@ -846,7 +846,7 @@ "2044-07-19": "Revolution Day", "2044-09-14": "Battle of San Jacinto Day", "2044-09-15": "Independence Day", - "2044-12-08": "Virgin's Day", + "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", @@ -856,7 +856,7 @@ "2045-07-19": "Revolution Day", "2045-09-14": "Battle of San Jacinto Day", "2045-09-15": "Independence Day", - "2045-12-08": "Virgin's Day", + "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", @@ -866,7 +866,7 @@ "2046-07-19": "Revolution Day", "2046-09-14": "Battle of San Jacinto Day", "2046-09-15": "Independence Day", - "2046-12-08": "Virgin's Day", + "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", @@ -876,7 +876,7 @@ "2047-07-19": "Revolution Day", "2047-09-14": "Battle of San Jacinto Day", "2047-09-15": "Independence Day", - "2047-12-08": "Virgin's Day", + "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", @@ -886,7 +886,7 @@ "2048-07-19": "Revolution Day", "2048-09-14": "Battle of San Jacinto Day", "2048-09-15": "Independence Day", - "2048-12-08": "Virgin's Day", + "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", @@ -896,7 +896,7 @@ "2049-07-19": "Revolution Day", "2049-09-14": "Battle of San Jacinto Day", "2049-09-15": "Independence Day", - "2049-12-08": "Virgin's Day", + "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", @@ -906,6 +906,6 @@ "2050-07-19": "Revolution Day", "2050-09-14": "Battle of San Jacinto Day", "2050-09-15": "Independence Day", - "2050-12-08": "Virgin's Day", + "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } diff --git a/snapshots/countries/NI_BO.json b/snapshots/countries/NI_BO.json index 245acbf28..f9c681361 100644 --- a/snapshots/countries/NI_BO.json +++ b/snapshots/countries/NI_BO.json @@ -5,7 +5,7 @@ "1950-05-01": "Labor Day", "1950-09-14": "Battle of San Jacinto Day", "1950-09-15": "Independence Day", - "1950-12-08": "Virgin's Day", + "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", @@ -13,7 +13,7 @@ "1951-05-01": "Labor Day", "1951-09-14": "Battle of San Jacinto Day", "1951-09-15": "Independence Day", - "1951-12-08": "Virgin's Day", + "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", @@ -21,7 +21,7 @@ "1952-05-01": "Labor Day", "1952-09-14": "Battle of San Jacinto Day", "1952-09-15": "Independence Day", - "1952-12-08": "Virgin's Day", + "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", @@ -29,7 +29,7 @@ "1953-05-01": "Labor Day", "1953-09-14": "Battle of San Jacinto Day", "1953-09-15": "Independence Day", - "1953-12-08": "Virgin's Day", + "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", @@ -37,7 +37,7 @@ "1954-05-01": "Labor Day", "1954-09-14": "Battle of San Jacinto Day", "1954-09-15": "Independence Day", - "1954-12-08": "Virgin's Day", + "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", @@ -45,7 +45,7 @@ "1955-05-01": "Labor Day", "1955-09-14": "Battle of San Jacinto Day", "1955-09-15": "Independence Day", - "1955-12-08": "Virgin's Day", + "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", @@ -53,7 +53,7 @@ "1956-05-01": "Labor Day", "1956-09-14": "Battle of San Jacinto Day", "1956-09-15": "Independence Day", - "1956-12-08": "Virgin's Day", + "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", @@ -61,7 +61,7 @@ "1957-05-01": "Labor Day", "1957-09-14": "Battle of San Jacinto Day", "1957-09-15": "Independence Day", - "1957-12-08": "Virgin's Day", + "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", @@ -69,7 +69,7 @@ "1958-05-01": "Labor Day", "1958-09-14": "Battle of San Jacinto Day", "1958-09-15": "Independence Day", - "1958-12-08": "Virgin's Day", + "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", @@ -77,7 +77,7 @@ "1959-05-01": "Labor Day", "1959-09-14": "Battle of San Jacinto Day", "1959-09-15": "Independence Day", - "1959-12-08": "Virgin's Day", + "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", @@ -85,7 +85,7 @@ "1960-05-01": "Labor Day", "1960-09-14": "Battle of San Jacinto Day", "1960-09-15": "Independence Day", - "1960-12-08": "Virgin's Day", + "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", @@ -93,7 +93,7 @@ "1961-05-01": "Labor Day", "1961-09-14": "Battle of San Jacinto Day", "1961-09-15": "Independence Day", - "1961-12-08": "Virgin's Day", + "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", @@ -101,7 +101,7 @@ "1962-05-01": "Labor Day", "1962-09-14": "Battle of San Jacinto Day", "1962-09-15": "Independence Day", - "1962-12-08": "Virgin's Day", + "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", @@ -109,7 +109,7 @@ "1963-05-01": "Labor Day", "1963-09-14": "Battle of San Jacinto Day", "1963-09-15": "Independence Day", - "1963-12-08": "Virgin's Day", + "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", @@ -117,7 +117,7 @@ "1964-05-01": "Labor Day", "1964-09-14": "Battle of San Jacinto Day", "1964-09-15": "Independence Day", - "1964-12-08": "Virgin's Day", + "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", @@ -125,7 +125,7 @@ "1965-05-01": "Labor Day", "1965-09-14": "Battle of San Jacinto Day", "1965-09-15": "Independence Day", - "1965-12-08": "Virgin's Day", + "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", @@ -133,7 +133,7 @@ "1966-05-01": "Labor Day", "1966-09-14": "Battle of San Jacinto Day", "1966-09-15": "Independence Day", - "1966-12-08": "Virgin's Day", + "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", @@ -141,7 +141,7 @@ "1967-05-01": "Labor Day", "1967-09-14": "Battle of San Jacinto Day", "1967-09-15": "Independence Day", - "1967-12-08": "Virgin's Day", + "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", @@ -149,7 +149,7 @@ "1968-05-01": "Labor Day", "1968-09-14": "Battle of San Jacinto Day", "1968-09-15": "Independence Day", - "1968-12-08": "Virgin's Day", + "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", @@ -157,7 +157,7 @@ "1969-05-01": "Labor Day", "1969-09-14": "Battle of San Jacinto Day", "1969-09-15": "Independence Day", - "1969-12-08": "Virgin's Day", + "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", @@ -165,7 +165,7 @@ "1970-05-01": "Labor Day", "1970-09-14": "Battle of San Jacinto Day", "1970-09-15": "Independence Day", - "1970-12-08": "Virgin's Day", + "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", @@ -173,7 +173,7 @@ "1971-05-01": "Labor Day", "1971-09-14": "Battle of San Jacinto Day", "1971-09-15": "Independence Day", - "1971-12-08": "Virgin's Day", + "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", @@ -181,7 +181,7 @@ "1972-05-01": "Labor Day", "1972-09-14": "Battle of San Jacinto Day", "1972-09-15": "Independence Day", - "1972-12-08": "Virgin's Day", + "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", @@ -189,7 +189,7 @@ "1973-05-01": "Labor Day", "1973-09-14": "Battle of San Jacinto Day", "1973-09-15": "Independence Day", - "1973-12-08": "Virgin's Day", + "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", @@ -197,7 +197,7 @@ "1974-05-01": "Labor Day", "1974-09-14": "Battle of San Jacinto Day", "1974-09-15": "Independence Day", - "1974-12-08": "Virgin's Day", + "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", @@ -205,7 +205,7 @@ "1975-05-01": "Labor Day", "1975-09-14": "Battle of San Jacinto Day", "1975-09-15": "Independence Day", - "1975-12-08": "Virgin's Day", + "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", @@ -213,7 +213,7 @@ "1976-05-01": "Labor Day", "1976-09-14": "Battle of San Jacinto Day", "1976-09-15": "Independence Day", - "1976-12-08": "Virgin's Day", + "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", @@ -221,7 +221,7 @@ "1977-05-01": "Labor Day", "1977-09-14": "Battle of San Jacinto Day", "1977-09-15": "Independence Day", - "1977-12-08": "Virgin's Day", + "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", @@ -229,7 +229,7 @@ "1978-05-01": "Labor Day", "1978-09-14": "Battle of San Jacinto Day", "1978-09-15": "Independence Day", - "1978-12-08": "Virgin's Day", + "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", @@ -238,7 +238,7 @@ "1979-07-19": "Revolution Day", "1979-09-14": "Battle of San Jacinto Day", "1979-09-15": "Independence Day", - "1979-12-08": "Virgin's Day", + "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", @@ -247,7 +247,7 @@ "1980-07-19": "Revolution Day", "1980-09-14": "Battle of San Jacinto Day", "1980-09-15": "Independence Day", - "1980-12-08": "Virgin's Day", + "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", @@ -256,7 +256,7 @@ "1981-07-19": "Revolution Day", "1981-09-14": "Battle of San Jacinto Day", "1981-09-15": "Independence Day", - "1981-12-08": "Virgin's Day", + "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", @@ -265,7 +265,7 @@ "1982-07-19": "Revolution Day", "1982-09-14": "Battle of San Jacinto Day", "1982-09-15": "Independence Day", - "1982-12-08": "Virgin's Day", + "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", @@ -274,7 +274,7 @@ "1983-07-19": "Revolution Day", "1983-09-14": "Battle of San Jacinto Day", "1983-09-15": "Independence Day", - "1983-12-08": "Virgin's Day", + "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", @@ -283,7 +283,7 @@ "1984-07-19": "Revolution Day", "1984-09-14": "Battle of San Jacinto Day", "1984-09-15": "Independence Day", - "1984-12-08": "Virgin's Day", + "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", @@ -292,7 +292,7 @@ "1985-07-19": "Revolution Day", "1985-09-14": "Battle of San Jacinto Day", "1985-09-15": "Independence Day", - "1985-12-08": "Virgin's Day", + "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", @@ -301,7 +301,7 @@ "1986-07-19": "Revolution Day", "1986-09-14": "Battle of San Jacinto Day", "1986-09-15": "Independence Day", - "1986-12-08": "Virgin's Day", + "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", @@ -310,7 +310,7 @@ "1987-07-19": "Revolution Day", "1987-09-14": "Battle of San Jacinto Day", "1987-09-15": "Independence Day", - "1987-12-08": "Virgin's Day", + "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", @@ -319,7 +319,7 @@ "1988-07-19": "Revolution Day", "1988-09-14": "Battle of San Jacinto Day", "1988-09-15": "Independence Day", - "1988-12-08": "Virgin's Day", + "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", @@ -328,7 +328,7 @@ "1989-07-19": "Revolution Day", "1989-09-14": "Battle of San Jacinto Day", "1989-09-15": "Independence Day", - "1989-12-08": "Virgin's Day", + "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", @@ -337,7 +337,7 @@ "1990-07-19": "Revolution Day", "1990-09-14": "Battle of San Jacinto Day", "1990-09-15": "Independence Day", - "1990-12-08": "Virgin's Day", + "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", @@ -346,7 +346,7 @@ "1991-07-19": "Revolution Day", "1991-09-14": "Battle of San Jacinto Day", "1991-09-15": "Independence Day", - "1991-12-08": "Virgin's Day", + "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", @@ -355,7 +355,7 @@ "1992-07-19": "Revolution Day", "1992-09-14": "Battle of San Jacinto Day", "1992-09-15": "Independence Day", - "1992-12-08": "Virgin's Day", + "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", @@ -364,7 +364,7 @@ "1993-07-19": "Revolution Day", "1993-09-14": "Battle of San Jacinto Day", "1993-09-15": "Independence Day", - "1993-12-08": "Virgin's Day", + "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", @@ -373,7 +373,7 @@ "1994-07-19": "Revolution Day", "1994-09-14": "Battle of San Jacinto Day", "1994-09-15": "Independence Day", - "1994-12-08": "Virgin's Day", + "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", @@ -382,7 +382,7 @@ "1995-07-19": "Revolution Day", "1995-09-14": "Battle of San Jacinto Day", "1995-09-15": "Independence Day", - "1995-12-08": "Virgin's Day", + "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", @@ -391,7 +391,7 @@ "1996-07-19": "Revolution Day", "1996-09-14": "Battle of San Jacinto Day", "1996-09-15": "Independence Day", - "1996-12-08": "Virgin's Day", + "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", @@ -400,7 +400,7 @@ "1997-07-19": "Revolution Day", "1997-09-14": "Battle of San Jacinto Day", "1997-09-15": "Independence Day", - "1997-12-08": "Virgin's Day", + "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", @@ -409,7 +409,7 @@ "1998-07-19": "Revolution Day", "1998-09-14": "Battle of San Jacinto Day", "1998-09-15": "Independence Day", - "1998-12-08": "Virgin's Day", + "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", @@ -418,7 +418,7 @@ "1999-07-19": "Revolution Day", "1999-09-14": "Battle of San Jacinto Day", "1999-09-15": "Independence Day", - "1999-12-08": "Virgin's Day", + "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", @@ -427,7 +427,7 @@ "2000-07-19": "Revolution Day", "2000-09-14": "Battle of San Jacinto Day", "2000-09-15": "Independence Day", - "2000-12-08": "Virgin's Day", + "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", @@ -436,7 +436,7 @@ "2001-07-19": "Revolution Day", "2001-09-14": "Battle of San Jacinto Day", "2001-09-15": "Independence Day", - "2001-12-08": "Virgin's Day", + "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", @@ -445,7 +445,7 @@ "2002-07-19": "Revolution Day", "2002-09-14": "Battle of San Jacinto Day", "2002-09-15": "Independence Day", - "2002-12-08": "Virgin's Day", + "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", @@ -454,7 +454,7 @@ "2003-07-19": "Revolution Day", "2003-09-14": "Battle of San Jacinto Day", "2003-09-15": "Independence Day", - "2003-12-08": "Virgin's Day", + "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", @@ -463,7 +463,7 @@ "2004-07-19": "Revolution Day", "2004-09-14": "Battle of San Jacinto Day", "2004-09-15": "Independence Day", - "2004-12-08": "Virgin's Day", + "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", @@ -472,7 +472,7 @@ "2005-07-19": "Revolution Day", "2005-09-14": "Battle of San Jacinto Day", "2005-09-15": "Independence Day", - "2005-12-08": "Virgin's Day", + "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", @@ -481,7 +481,7 @@ "2006-07-19": "Revolution Day", "2006-09-14": "Battle of San Jacinto Day", "2006-09-15": "Independence Day", - "2006-12-08": "Virgin's Day", + "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", @@ -490,7 +490,7 @@ "2007-07-19": "Revolution Day", "2007-09-14": "Battle of San Jacinto Day", "2007-09-15": "Independence Day", - "2007-12-08": "Virgin's Day", + "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", @@ -499,7 +499,7 @@ "2008-07-19": "Revolution Day", "2008-09-14": "Battle of San Jacinto Day", "2008-09-15": "Independence Day", - "2008-12-08": "Virgin's Day", + "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", @@ -508,7 +508,7 @@ "2009-07-19": "Revolution Day", "2009-09-14": "Battle of San Jacinto Day", "2009-09-15": "Independence Day", - "2009-12-08": "Virgin's Day", + "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", @@ -517,7 +517,7 @@ "2010-07-19": "Revolution Day", "2010-09-14": "Battle of San Jacinto Day", "2010-09-15": "Independence Day", - "2010-12-08": "Virgin's Day", + "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", @@ -526,7 +526,7 @@ "2011-07-19": "Revolution Day", "2011-09-14": "Battle of San Jacinto Day", "2011-09-15": "Independence Day", - "2011-12-08": "Virgin's Day", + "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", @@ -535,7 +535,7 @@ "2012-07-19": "Revolution Day", "2012-09-14": "Battle of San Jacinto Day", "2012-09-15": "Independence Day", - "2012-12-08": "Virgin's Day", + "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", @@ -544,7 +544,7 @@ "2013-07-19": "Revolution Day", "2013-09-14": "Battle of San Jacinto Day", "2013-09-15": "Independence Day", - "2013-12-08": "Virgin's Day", + "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", @@ -553,7 +553,7 @@ "2014-07-19": "Revolution Day", "2014-09-14": "Battle of San Jacinto Day", "2014-09-15": "Independence Day", - "2014-12-08": "Virgin's Day", + "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", @@ -562,7 +562,7 @@ "2015-07-19": "Revolution Day", "2015-09-14": "Battle of San Jacinto Day", "2015-09-15": "Independence Day", - "2015-12-08": "Virgin's Day", + "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", @@ -571,7 +571,7 @@ "2016-07-19": "Revolution Day", "2016-09-14": "Battle of San Jacinto Day", "2016-09-15": "Independence Day", - "2016-12-08": "Virgin's Day", + "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", @@ -580,7 +580,7 @@ "2017-07-19": "Revolution Day", "2017-09-14": "Battle of San Jacinto Day", "2017-09-15": "Independence Day", - "2017-12-08": "Virgin's Day", + "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", @@ -589,7 +589,7 @@ "2018-07-19": "Revolution Day", "2018-09-14": "Battle of San Jacinto Day", "2018-09-15": "Independence Day", - "2018-12-08": "Virgin's Day", + "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", @@ -598,7 +598,7 @@ "2019-07-19": "Revolution Day", "2019-09-14": "Battle of San Jacinto Day", "2019-09-15": "Independence Day", - "2019-12-08": "Virgin's Day", + "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", @@ -607,7 +607,7 @@ "2020-07-19": "Revolution Day", "2020-09-14": "Battle of San Jacinto Day", "2020-09-15": "Independence Day", - "2020-12-08": "Virgin's Day", + "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", @@ -616,7 +616,7 @@ "2021-07-19": "Revolution Day", "2021-09-14": "Battle of San Jacinto Day", "2021-09-15": "Independence Day", - "2021-12-08": "Virgin's Day", + "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", @@ -626,7 +626,7 @@ "2022-07-19": "Revolution Day", "2022-09-14": "Battle of San Jacinto Day", "2022-09-15": "Independence Day", - "2022-12-08": "Virgin's Day", + "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", @@ -636,7 +636,7 @@ "2023-07-19": "Revolution Day", "2023-09-14": "Battle of San Jacinto Day", "2023-09-15": "Independence Day", - "2023-12-08": "Virgin's Day", + "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", @@ -646,7 +646,7 @@ "2024-07-19": "Revolution Day", "2024-09-14": "Battle of San Jacinto Day", "2024-09-15": "Independence Day", - "2024-12-08": "Virgin's Day", + "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", @@ -656,7 +656,7 @@ "2025-07-19": "Revolution Day", "2025-09-14": "Battle of San Jacinto Day", "2025-09-15": "Independence Day", - "2025-12-08": "Virgin's Day", + "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", @@ -666,7 +666,7 @@ "2026-07-19": "Revolution Day", "2026-09-14": "Battle of San Jacinto Day", "2026-09-15": "Independence Day", - "2026-12-08": "Virgin's Day", + "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", @@ -676,7 +676,7 @@ "2027-07-19": "Revolution Day", "2027-09-14": "Battle of San Jacinto Day", "2027-09-15": "Independence Day", - "2027-12-08": "Virgin's Day", + "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", @@ -686,7 +686,7 @@ "2028-07-19": "Revolution Day", "2028-09-14": "Battle of San Jacinto Day", "2028-09-15": "Independence Day", - "2028-12-08": "Virgin's Day", + "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", @@ -696,7 +696,7 @@ "2029-07-19": "Revolution Day", "2029-09-14": "Battle of San Jacinto Day", "2029-09-15": "Independence Day", - "2029-12-08": "Virgin's Day", + "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", @@ -706,7 +706,7 @@ "2030-07-19": "Revolution Day", "2030-09-14": "Battle of San Jacinto Day", "2030-09-15": "Independence Day", - "2030-12-08": "Virgin's Day", + "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", @@ -716,7 +716,7 @@ "2031-07-19": "Revolution Day", "2031-09-14": "Battle of San Jacinto Day", "2031-09-15": "Independence Day", - "2031-12-08": "Virgin's Day", + "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", @@ -726,7 +726,7 @@ "2032-07-19": "Revolution Day", "2032-09-14": "Battle of San Jacinto Day", "2032-09-15": "Independence Day", - "2032-12-08": "Virgin's Day", + "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", @@ -736,7 +736,7 @@ "2033-07-19": "Revolution Day", "2033-09-14": "Battle of San Jacinto Day", "2033-09-15": "Independence Day", - "2033-12-08": "Virgin's Day", + "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", @@ -746,7 +746,7 @@ "2034-07-19": "Revolution Day", "2034-09-14": "Battle of San Jacinto Day", "2034-09-15": "Independence Day", - "2034-12-08": "Virgin's Day", + "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", @@ -756,7 +756,7 @@ "2035-07-19": "Revolution Day", "2035-09-14": "Battle of San Jacinto Day", "2035-09-15": "Independence Day", - "2035-12-08": "Virgin's Day", + "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", @@ -766,7 +766,7 @@ "2036-07-19": "Revolution Day", "2036-09-14": "Battle of San Jacinto Day", "2036-09-15": "Independence Day", - "2036-12-08": "Virgin's Day", + "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", @@ -776,7 +776,7 @@ "2037-07-19": "Revolution Day", "2037-09-14": "Battle of San Jacinto Day", "2037-09-15": "Independence Day", - "2037-12-08": "Virgin's Day", + "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", @@ -786,7 +786,7 @@ "2038-07-19": "Revolution Day", "2038-09-14": "Battle of San Jacinto Day", "2038-09-15": "Independence Day", - "2038-12-08": "Virgin's Day", + "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", @@ -796,7 +796,7 @@ "2039-07-19": "Revolution Day", "2039-09-14": "Battle of San Jacinto Day", "2039-09-15": "Independence Day", - "2039-12-08": "Virgin's Day", + "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", @@ -806,7 +806,7 @@ "2040-07-19": "Revolution Day", "2040-09-14": "Battle of San Jacinto Day", "2040-09-15": "Independence Day", - "2040-12-08": "Virgin's Day", + "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", @@ -816,7 +816,7 @@ "2041-07-19": "Revolution Day", "2041-09-14": "Battle of San Jacinto Day", "2041-09-15": "Independence Day", - "2041-12-08": "Virgin's Day", + "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", @@ -826,7 +826,7 @@ "2042-07-19": "Revolution Day", "2042-09-14": "Battle of San Jacinto Day", "2042-09-15": "Independence Day", - "2042-12-08": "Virgin's Day", + "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", @@ -836,7 +836,7 @@ "2043-07-19": "Revolution Day", "2043-09-14": "Battle of San Jacinto Day", "2043-09-15": "Independence Day", - "2043-12-08": "Virgin's Day", + "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", @@ -846,7 +846,7 @@ "2044-07-19": "Revolution Day", "2044-09-14": "Battle of San Jacinto Day", "2044-09-15": "Independence Day", - "2044-12-08": "Virgin's Day", + "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", @@ -856,7 +856,7 @@ "2045-07-19": "Revolution Day", "2045-09-14": "Battle of San Jacinto Day", "2045-09-15": "Independence Day", - "2045-12-08": "Virgin's Day", + "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", @@ -866,7 +866,7 @@ "2046-07-19": "Revolution Day", "2046-09-14": "Battle of San Jacinto Day", "2046-09-15": "Independence Day", - "2046-12-08": "Virgin's Day", + "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", @@ -876,7 +876,7 @@ "2047-07-19": "Revolution Day", "2047-09-14": "Battle of San Jacinto Day", "2047-09-15": "Independence Day", - "2047-12-08": "Virgin's Day", + "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", @@ -886,7 +886,7 @@ "2048-07-19": "Revolution Day", "2048-09-14": "Battle of San Jacinto Day", "2048-09-15": "Independence Day", - "2048-12-08": "Virgin's Day", + "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", @@ -896,7 +896,7 @@ "2049-07-19": "Revolution Day", "2049-09-14": "Battle of San Jacinto Day", "2049-09-15": "Independence Day", - "2049-12-08": "Virgin's Day", + "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", @@ -906,6 +906,6 @@ "2050-07-19": "Revolution Day", "2050-09-14": "Battle of San Jacinto Day", "2050-09-15": "Independence Day", - "2050-12-08": "Virgin's Day", + "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } diff --git a/snapshots/countries/NI_CA.json b/snapshots/countries/NI_CA.json index 245acbf28..f9c681361 100644 --- a/snapshots/countries/NI_CA.json +++ b/snapshots/countries/NI_CA.json @@ -5,7 +5,7 @@ "1950-05-01": "Labor Day", "1950-09-14": "Battle of San Jacinto Day", "1950-09-15": "Independence Day", - "1950-12-08": "Virgin's Day", + "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", @@ -13,7 +13,7 @@ "1951-05-01": "Labor Day", "1951-09-14": "Battle of San Jacinto Day", "1951-09-15": "Independence Day", - "1951-12-08": "Virgin's Day", + "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", @@ -21,7 +21,7 @@ "1952-05-01": "Labor Day", "1952-09-14": "Battle of San Jacinto Day", "1952-09-15": "Independence Day", - "1952-12-08": "Virgin's Day", + "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", @@ -29,7 +29,7 @@ "1953-05-01": "Labor Day", "1953-09-14": "Battle of San Jacinto Day", "1953-09-15": "Independence Day", - "1953-12-08": "Virgin's Day", + "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", @@ -37,7 +37,7 @@ "1954-05-01": "Labor Day", "1954-09-14": "Battle of San Jacinto Day", "1954-09-15": "Independence Day", - "1954-12-08": "Virgin's Day", + "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", @@ -45,7 +45,7 @@ "1955-05-01": "Labor Day", "1955-09-14": "Battle of San Jacinto Day", "1955-09-15": "Independence Day", - "1955-12-08": "Virgin's Day", + "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", @@ -53,7 +53,7 @@ "1956-05-01": "Labor Day", "1956-09-14": "Battle of San Jacinto Day", "1956-09-15": "Independence Day", - "1956-12-08": "Virgin's Day", + "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", @@ -61,7 +61,7 @@ "1957-05-01": "Labor Day", "1957-09-14": "Battle of San Jacinto Day", "1957-09-15": "Independence Day", - "1957-12-08": "Virgin's Day", + "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", @@ -69,7 +69,7 @@ "1958-05-01": "Labor Day", "1958-09-14": "Battle of San Jacinto Day", "1958-09-15": "Independence Day", - "1958-12-08": "Virgin's Day", + "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", @@ -77,7 +77,7 @@ "1959-05-01": "Labor Day", "1959-09-14": "Battle of San Jacinto Day", "1959-09-15": "Independence Day", - "1959-12-08": "Virgin's Day", + "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", @@ -85,7 +85,7 @@ "1960-05-01": "Labor Day", "1960-09-14": "Battle of San Jacinto Day", "1960-09-15": "Independence Day", - "1960-12-08": "Virgin's Day", + "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", @@ -93,7 +93,7 @@ "1961-05-01": "Labor Day", "1961-09-14": "Battle of San Jacinto Day", "1961-09-15": "Independence Day", - "1961-12-08": "Virgin's Day", + "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", @@ -101,7 +101,7 @@ "1962-05-01": "Labor Day", "1962-09-14": "Battle of San Jacinto Day", "1962-09-15": "Independence Day", - "1962-12-08": "Virgin's Day", + "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", @@ -109,7 +109,7 @@ "1963-05-01": "Labor Day", "1963-09-14": "Battle of San Jacinto Day", "1963-09-15": "Independence Day", - "1963-12-08": "Virgin's Day", + "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", @@ -117,7 +117,7 @@ "1964-05-01": "Labor Day", "1964-09-14": "Battle of San Jacinto Day", "1964-09-15": "Independence Day", - "1964-12-08": "Virgin's Day", + "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", @@ -125,7 +125,7 @@ "1965-05-01": "Labor Day", "1965-09-14": "Battle of San Jacinto Day", "1965-09-15": "Independence Day", - "1965-12-08": "Virgin's Day", + "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", @@ -133,7 +133,7 @@ "1966-05-01": "Labor Day", "1966-09-14": "Battle of San Jacinto Day", "1966-09-15": "Independence Day", - "1966-12-08": "Virgin's Day", + "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", @@ -141,7 +141,7 @@ "1967-05-01": "Labor Day", "1967-09-14": "Battle of San Jacinto Day", "1967-09-15": "Independence Day", - "1967-12-08": "Virgin's Day", + "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", @@ -149,7 +149,7 @@ "1968-05-01": "Labor Day", "1968-09-14": "Battle of San Jacinto Day", "1968-09-15": "Independence Day", - "1968-12-08": "Virgin's Day", + "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", @@ -157,7 +157,7 @@ "1969-05-01": "Labor Day", "1969-09-14": "Battle of San Jacinto Day", "1969-09-15": "Independence Day", - "1969-12-08": "Virgin's Day", + "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", @@ -165,7 +165,7 @@ "1970-05-01": "Labor Day", "1970-09-14": "Battle of San Jacinto Day", "1970-09-15": "Independence Day", - "1970-12-08": "Virgin's Day", + "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", @@ -173,7 +173,7 @@ "1971-05-01": "Labor Day", "1971-09-14": "Battle of San Jacinto Day", "1971-09-15": "Independence Day", - "1971-12-08": "Virgin's Day", + "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", @@ -181,7 +181,7 @@ "1972-05-01": "Labor Day", "1972-09-14": "Battle of San Jacinto Day", "1972-09-15": "Independence Day", - "1972-12-08": "Virgin's Day", + "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", @@ -189,7 +189,7 @@ "1973-05-01": "Labor Day", "1973-09-14": "Battle of San Jacinto Day", "1973-09-15": "Independence Day", - "1973-12-08": "Virgin's Day", + "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", @@ -197,7 +197,7 @@ "1974-05-01": "Labor Day", "1974-09-14": "Battle of San Jacinto Day", "1974-09-15": "Independence Day", - "1974-12-08": "Virgin's Day", + "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", @@ -205,7 +205,7 @@ "1975-05-01": "Labor Day", "1975-09-14": "Battle of San Jacinto Day", "1975-09-15": "Independence Day", - "1975-12-08": "Virgin's Day", + "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", @@ -213,7 +213,7 @@ "1976-05-01": "Labor Day", "1976-09-14": "Battle of San Jacinto Day", "1976-09-15": "Independence Day", - "1976-12-08": "Virgin's Day", + "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", @@ -221,7 +221,7 @@ "1977-05-01": "Labor Day", "1977-09-14": "Battle of San Jacinto Day", "1977-09-15": "Independence Day", - "1977-12-08": "Virgin's Day", + "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", @@ -229,7 +229,7 @@ "1978-05-01": "Labor Day", "1978-09-14": "Battle of San Jacinto Day", "1978-09-15": "Independence Day", - "1978-12-08": "Virgin's Day", + "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", @@ -238,7 +238,7 @@ "1979-07-19": "Revolution Day", "1979-09-14": "Battle of San Jacinto Day", "1979-09-15": "Independence Day", - "1979-12-08": "Virgin's Day", + "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", @@ -247,7 +247,7 @@ "1980-07-19": "Revolution Day", "1980-09-14": "Battle of San Jacinto Day", "1980-09-15": "Independence Day", - "1980-12-08": "Virgin's Day", + "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", @@ -256,7 +256,7 @@ "1981-07-19": "Revolution Day", "1981-09-14": "Battle of San Jacinto Day", "1981-09-15": "Independence Day", - "1981-12-08": "Virgin's Day", + "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", @@ -265,7 +265,7 @@ "1982-07-19": "Revolution Day", "1982-09-14": "Battle of San Jacinto Day", "1982-09-15": "Independence Day", - "1982-12-08": "Virgin's Day", + "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", @@ -274,7 +274,7 @@ "1983-07-19": "Revolution Day", "1983-09-14": "Battle of San Jacinto Day", "1983-09-15": "Independence Day", - "1983-12-08": "Virgin's Day", + "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", @@ -283,7 +283,7 @@ "1984-07-19": "Revolution Day", "1984-09-14": "Battle of San Jacinto Day", "1984-09-15": "Independence Day", - "1984-12-08": "Virgin's Day", + "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", @@ -292,7 +292,7 @@ "1985-07-19": "Revolution Day", "1985-09-14": "Battle of San Jacinto Day", "1985-09-15": "Independence Day", - "1985-12-08": "Virgin's Day", + "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", @@ -301,7 +301,7 @@ "1986-07-19": "Revolution Day", "1986-09-14": "Battle of San Jacinto Day", "1986-09-15": "Independence Day", - "1986-12-08": "Virgin's Day", + "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", @@ -310,7 +310,7 @@ "1987-07-19": "Revolution Day", "1987-09-14": "Battle of San Jacinto Day", "1987-09-15": "Independence Day", - "1987-12-08": "Virgin's Day", + "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", @@ -319,7 +319,7 @@ "1988-07-19": "Revolution Day", "1988-09-14": "Battle of San Jacinto Day", "1988-09-15": "Independence Day", - "1988-12-08": "Virgin's Day", + "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", @@ -328,7 +328,7 @@ "1989-07-19": "Revolution Day", "1989-09-14": "Battle of San Jacinto Day", "1989-09-15": "Independence Day", - "1989-12-08": "Virgin's Day", + "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", @@ -337,7 +337,7 @@ "1990-07-19": "Revolution Day", "1990-09-14": "Battle of San Jacinto Day", "1990-09-15": "Independence Day", - "1990-12-08": "Virgin's Day", + "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", @@ -346,7 +346,7 @@ "1991-07-19": "Revolution Day", "1991-09-14": "Battle of San Jacinto Day", "1991-09-15": "Independence Day", - "1991-12-08": "Virgin's Day", + "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", @@ -355,7 +355,7 @@ "1992-07-19": "Revolution Day", "1992-09-14": "Battle of San Jacinto Day", "1992-09-15": "Independence Day", - "1992-12-08": "Virgin's Day", + "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", @@ -364,7 +364,7 @@ "1993-07-19": "Revolution Day", "1993-09-14": "Battle of San Jacinto Day", "1993-09-15": "Independence Day", - "1993-12-08": "Virgin's Day", + "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", @@ -373,7 +373,7 @@ "1994-07-19": "Revolution Day", "1994-09-14": "Battle of San Jacinto Day", "1994-09-15": "Independence Day", - "1994-12-08": "Virgin's Day", + "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", @@ -382,7 +382,7 @@ "1995-07-19": "Revolution Day", "1995-09-14": "Battle of San Jacinto Day", "1995-09-15": "Independence Day", - "1995-12-08": "Virgin's Day", + "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", @@ -391,7 +391,7 @@ "1996-07-19": "Revolution Day", "1996-09-14": "Battle of San Jacinto Day", "1996-09-15": "Independence Day", - "1996-12-08": "Virgin's Day", + "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", @@ -400,7 +400,7 @@ "1997-07-19": "Revolution Day", "1997-09-14": "Battle of San Jacinto Day", "1997-09-15": "Independence Day", - "1997-12-08": "Virgin's Day", + "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", @@ -409,7 +409,7 @@ "1998-07-19": "Revolution Day", "1998-09-14": "Battle of San Jacinto Day", "1998-09-15": "Independence Day", - "1998-12-08": "Virgin's Day", + "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", @@ -418,7 +418,7 @@ "1999-07-19": "Revolution Day", "1999-09-14": "Battle of San Jacinto Day", "1999-09-15": "Independence Day", - "1999-12-08": "Virgin's Day", + "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", @@ -427,7 +427,7 @@ "2000-07-19": "Revolution Day", "2000-09-14": "Battle of San Jacinto Day", "2000-09-15": "Independence Day", - "2000-12-08": "Virgin's Day", + "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", @@ -436,7 +436,7 @@ "2001-07-19": "Revolution Day", "2001-09-14": "Battle of San Jacinto Day", "2001-09-15": "Independence Day", - "2001-12-08": "Virgin's Day", + "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", @@ -445,7 +445,7 @@ "2002-07-19": "Revolution Day", "2002-09-14": "Battle of San Jacinto Day", "2002-09-15": "Independence Day", - "2002-12-08": "Virgin's Day", + "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", @@ -454,7 +454,7 @@ "2003-07-19": "Revolution Day", "2003-09-14": "Battle of San Jacinto Day", "2003-09-15": "Independence Day", - "2003-12-08": "Virgin's Day", + "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", @@ -463,7 +463,7 @@ "2004-07-19": "Revolution Day", "2004-09-14": "Battle of San Jacinto Day", "2004-09-15": "Independence Day", - "2004-12-08": "Virgin's Day", + "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", @@ -472,7 +472,7 @@ "2005-07-19": "Revolution Day", "2005-09-14": "Battle of San Jacinto Day", "2005-09-15": "Independence Day", - "2005-12-08": "Virgin's Day", + "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", @@ -481,7 +481,7 @@ "2006-07-19": "Revolution Day", "2006-09-14": "Battle of San Jacinto Day", "2006-09-15": "Independence Day", - "2006-12-08": "Virgin's Day", + "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", @@ -490,7 +490,7 @@ "2007-07-19": "Revolution Day", "2007-09-14": "Battle of San Jacinto Day", "2007-09-15": "Independence Day", - "2007-12-08": "Virgin's Day", + "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", @@ -499,7 +499,7 @@ "2008-07-19": "Revolution Day", "2008-09-14": "Battle of San Jacinto Day", "2008-09-15": "Independence Day", - "2008-12-08": "Virgin's Day", + "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", @@ -508,7 +508,7 @@ "2009-07-19": "Revolution Day", "2009-09-14": "Battle of San Jacinto Day", "2009-09-15": "Independence Day", - "2009-12-08": "Virgin's Day", + "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", @@ -517,7 +517,7 @@ "2010-07-19": "Revolution Day", "2010-09-14": "Battle of San Jacinto Day", "2010-09-15": "Independence Day", - "2010-12-08": "Virgin's Day", + "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", @@ -526,7 +526,7 @@ "2011-07-19": "Revolution Day", "2011-09-14": "Battle of San Jacinto Day", "2011-09-15": "Independence Day", - "2011-12-08": "Virgin's Day", + "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", @@ -535,7 +535,7 @@ "2012-07-19": "Revolution Day", "2012-09-14": "Battle of San Jacinto Day", "2012-09-15": "Independence Day", - "2012-12-08": "Virgin's Day", + "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", @@ -544,7 +544,7 @@ "2013-07-19": "Revolution Day", "2013-09-14": "Battle of San Jacinto Day", "2013-09-15": "Independence Day", - "2013-12-08": "Virgin's Day", + "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", @@ -553,7 +553,7 @@ "2014-07-19": "Revolution Day", "2014-09-14": "Battle of San Jacinto Day", "2014-09-15": "Independence Day", - "2014-12-08": "Virgin's Day", + "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", @@ -562,7 +562,7 @@ "2015-07-19": "Revolution Day", "2015-09-14": "Battle of San Jacinto Day", "2015-09-15": "Independence Day", - "2015-12-08": "Virgin's Day", + "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", @@ -571,7 +571,7 @@ "2016-07-19": "Revolution Day", "2016-09-14": "Battle of San Jacinto Day", "2016-09-15": "Independence Day", - "2016-12-08": "Virgin's Day", + "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", @@ -580,7 +580,7 @@ "2017-07-19": "Revolution Day", "2017-09-14": "Battle of San Jacinto Day", "2017-09-15": "Independence Day", - "2017-12-08": "Virgin's Day", + "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", @@ -589,7 +589,7 @@ "2018-07-19": "Revolution Day", "2018-09-14": "Battle of San Jacinto Day", "2018-09-15": "Independence Day", - "2018-12-08": "Virgin's Day", + "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", @@ -598,7 +598,7 @@ "2019-07-19": "Revolution Day", "2019-09-14": "Battle of San Jacinto Day", "2019-09-15": "Independence Day", - "2019-12-08": "Virgin's Day", + "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", @@ -607,7 +607,7 @@ "2020-07-19": "Revolution Day", "2020-09-14": "Battle of San Jacinto Day", "2020-09-15": "Independence Day", - "2020-12-08": "Virgin's Day", + "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", @@ -616,7 +616,7 @@ "2021-07-19": "Revolution Day", "2021-09-14": "Battle of San Jacinto Day", "2021-09-15": "Independence Day", - "2021-12-08": "Virgin's Day", + "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", @@ -626,7 +626,7 @@ "2022-07-19": "Revolution Day", "2022-09-14": "Battle of San Jacinto Day", "2022-09-15": "Independence Day", - "2022-12-08": "Virgin's Day", + "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", @@ -636,7 +636,7 @@ "2023-07-19": "Revolution Day", "2023-09-14": "Battle of San Jacinto Day", "2023-09-15": "Independence Day", - "2023-12-08": "Virgin's Day", + "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", @@ -646,7 +646,7 @@ "2024-07-19": "Revolution Day", "2024-09-14": "Battle of San Jacinto Day", "2024-09-15": "Independence Day", - "2024-12-08": "Virgin's Day", + "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", @@ -656,7 +656,7 @@ "2025-07-19": "Revolution Day", "2025-09-14": "Battle of San Jacinto Day", "2025-09-15": "Independence Day", - "2025-12-08": "Virgin's Day", + "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", @@ -666,7 +666,7 @@ "2026-07-19": "Revolution Day", "2026-09-14": "Battle of San Jacinto Day", "2026-09-15": "Independence Day", - "2026-12-08": "Virgin's Day", + "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", @@ -676,7 +676,7 @@ "2027-07-19": "Revolution Day", "2027-09-14": "Battle of San Jacinto Day", "2027-09-15": "Independence Day", - "2027-12-08": "Virgin's Day", + "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", @@ -686,7 +686,7 @@ "2028-07-19": "Revolution Day", "2028-09-14": "Battle of San Jacinto Day", "2028-09-15": "Independence Day", - "2028-12-08": "Virgin's Day", + "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", @@ -696,7 +696,7 @@ "2029-07-19": "Revolution Day", "2029-09-14": "Battle of San Jacinto Day", "2029-09-15": "Independence Day", - "2029-12-08": "Virgin's Day", + "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", @@ -706,7 +706,7 @@ "2030-07-19": "Revolution Day", "2030-09-14": "Battle of San Jacinto Day", "2030-09-15": "Independence Day", - "2030-12-08": "Virgin's Day", + "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", @@ -716,7 +716,7 @@ "2031-07-19": "Revolution Day", "2031-09-14": "Battle of San Jacinto Day", "2031-09-15": "Independence Day", - "2031-12-08": "Virgin's Day", + "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", @@ -726,7 +726,7 @@ "2032-07-19": "Revolution Day", "2032-09-14": "Battle of San Jacinto Day", "2032-09-15": "Independence Day", - "2032-12-08": "Virgin's Day", + "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", @@ -736,7 +736,7 @@ "2033-07-19": "Revolution Day", "2033-09-14": "Battle of San Jacinto Day", "2033-09-15": "Independence Day", - "2033-12-08": "Virgin's Day", + "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", @@ -746,7 +746,7 @@ "2034-07-19": "Revolution Day", "2034-09-14": "Battle of San Jacinto Day", "2034-09-15": "Independence Day", - "2034-12-08": "Virgin's Day", + "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", @@ -756,7 +756,7 @@ "2035-07-19": "Revolution Day", "2035-09-14": "Battle of San Jacinto Day", "2035-09-15": "Independence Day", - "2035-12-08": "Virgin's Day", + "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", @@ -766,7 +766,7 @@ "2036-07-19": "Revolution Day", "2036-09-14": "Battle of San Jacinto Day", "2036-09-15": "Independence Day", - "2036-12-08": "Virgin's Day", + "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", @@ -776,7 +776,7 @@ "2037-07-19": "Revolution Day", "2037-09-14": "Battle of San Jacinto Day", "2037-09-15": "Independence Day", - "2037-12-08": "Virgin's Day", + "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", @@ -786,7 +786,7 @@ "2038-07-19": "Revolution Day", "2038-09-14": "Battle of San Jacinto Day", "2038-09-15": "Independence Day", - "2038-12-08": "Virgin's Day", + "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", @@ -796,7 +796,7 @@ "2039-07-19": "Revolution Day", "2039-09-14": "Battle of San Jacinto Day", "2039-09-15": "Independence Day", - "2039-12-08": "Virgin's Day", + "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", @@ -806,7 +806,7 @@ "2040-07-19": "Revolution Day", "2040-09-14": "Battle of San Jacinto Day", "2040-09-15": "Independence Day", - "2040-12-08": "Virgin's Day", + "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", @@ -816,7 +816,7 @@ "2041-07-19": "Revolution Day", "2041-09-14": "Battle of San Jacinto Day", "2041-09-15": "Independence Day", - "2041-12-08": "Virgin's Day", + "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", @@ -826,7 +826,7 @@ "2042-07-19": "Revolution Day", "2042-09-14": "Battle of San Jacinto Day", "2042-09-15": "Independence Day", - "2042-12-08": "Virgin's Day", + "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", @@ -836,7 +836,7 @@ "2043-07-19": "Revolution Day", "2043-09-14": "Battle of San Jacinto Day", "2043-09-15": "Independence Day", - "2043-12-08": "Virgin's Day", + "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", @@ -846,7 +846,7 @@ "2044-07-19": "Revolution Day", "2044-09-14": "Battle of San Jacinto Day", "2044-09-15": "Independence Day", - "2044-12-08": "Virgin's Day", + "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", @@ -856,7 +856,7 @@ "2045-07-19": "Revolution Day", "2045-09-14": "Battle of San Jacinto Day", "2045-09-15": "Independence Day", - "2045-12-08": "Virgin's Day", + "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", @@ -866,7 +866,7 @@ "2046-07-19": "Revolution Day", "2046-09-14": "Battle of San Jacinto Day", "2046-09-15": "Independence Day", - "2046-12-08": "Virgin's Day", + "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", @@ -876,7 +876,7 @@ "2047-07-19": "Revolution Day", "2047-09-14": "Battle of San Jacinto Day", "2047-09-15": "Independence Day", - "2047-12-08": "Virgin's Day", + "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", @@ -886,7 +886,7 @@ "2048-07-19": "Revolution Day", "2048-09-14": "Battle of San Jacinto Day", "2048-09-15": "Independence Day", - "2048-12-08": "Virgin's Day", + "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", @@ -896,7 +896,7 @@ "2049-07-19": "Revolution Day", "2049-09-14": "Battle of San Jacinto Day", "2049-09-15": "Independence Day", - "2049-12-08": "Virgin's Day", + "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", @@ -906,6 +906,6 @@ "2050-07-19": "Revolution Day", "2050-09-14": "Battle of San Jacinto Day", "2050-09-15": "Independence Day", - "2050-12-08": "Virgin's Day", + "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } diff --git a/snapshots/countries/NI_CI.json b/snapshots/countries/NI_CI.json index 245acbf28..f9c681361 100644 --- a/snapshots/countries/NI_CI.json +++ b/snapshots/countries/NI_CI.json @@ -5,7 +5,7 @@ "1950-05-01": "Labor Day", "1950-09-14": "Battle of San Jacinto Day", "1950-09-15": "Independence Day", - "1950-12-08": "Virgin's Day", + "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", @@ -13,7 +13,7 @@ "1951-05-01": "Labor Day", "1951-09-14": "Battle of San Jacinto Day", "1951-09-15": "Independence Day", - "1951-12-08": "Virgin's Day", + "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", @@ -21,7 +21,7 @@ "1952-05-01": "Labor Day", "1952-09-14": "Battle of San Jacinto Day", "1952-09-15": "Independence Day", - "1952-12-08": "Virgin's Day", + "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", @@ -29,7 +29,7 @@ "1953-05-01": "Labor Day", "1953-09-14": "Battle of San Jacinto Day", "1953-09-15": "Independence Day", - "1953-12-08": "Virgin's Day", + "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", @@ -37,7 +37,7 @@ "1954-05-01": "Labor Day", "1954-09-14": "Battle of San Jacinto Day", "1954-09-15": "Independence Day", - "1954-12-08": "Virgin's Day", + "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", @@ -45,7 +45,7 @@ "1955-05-01": "Labor Day", "1955-09-14": "Battle of San Jacinto Day", "1955-09-15": "Independence Day", - "1955-12-08": "Virgin's Day", + "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", @@ -53,7 +53,7 @@ "1956-05-01": "Labor Day", "1956-09-14": "Battle of San Jacinto Day", "1956-09-15": "Independence Day", - "1956-12-08": "Virgin's Day", + "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", @@ -61,7 +61,7 @@ "1957-05-01": "Labor Day", "1957-09-14": "Battle of San Jacinto Day", "1957-09-15": "Independence Day", - "1957-12-08": "Virgin's Day", + "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", @@ -69,7 +69,7 @@ "1958-05-01": "Labor Day", "1958-09-14": "Battle of San Jacinto Day", "1958-09-15": "Independence Day", - "1958-12-08": "Virgin's Day", + "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", @@ -77,7 +77,7 @@ "1959-05-01": "Labor Day", "1959-09-14": "Battle of San Jacinto Day", "1959-09-15": "Independence Day", - "1959-12-08": "Virgin's Day", + "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", @@ -85,7 +85,7 @@ "1960-05-01": "Labor Day", "1960-09-14": "Battle of San Jacinto Day", "1960-09-15": "Independence Day", - "1960-12-08": "Virgin's Day", + "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", @@ -93,7 +93,7 @@ "1961-05-01": "Labor Day", "1961-09-14": "Battle of San Jacinto Day", "1961-09-15": "Independence Day", - "1961-12-08": "Virgin's Day", + "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", @@ -101,7 +101,7 @@ "1962-05-01": "Labor Day", "1962-09-14": "Battle of San Jacinto Day", "1962-09-15": "Independence Day", - "1962-12-08": "Virgin's Day", + "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", @@ -109,7 +109,7 @@ "1963-05-01": "Labor Day", "1963-09-14": "Battle of San Jacinto Day", "1963-09-15": "Independence Day", - "1963-12-08": "Virgin's Day", + "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", @@ -117,7 +117,7 @@ "1964-05-01": "Labor Day", "1964-09-14": "Battle of San Jacinto Day", "1964-09-15": "Independence Day", - "1964-12-08": "Virgin's Day", + "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", @@ -125,7 +125,7 @@ "1965-05-01": "Labor Day", "1965-09-14": "Battle of San Jacinto Day", "1965-09-15": "Independence Day", - "1965-12-08": "Virgin's Day", + "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", @@ -133,7 +133,7 @@ "1966-05-01": "Labor Day", "1966-09-14": "Battle of San Jacinto Day", "1966-09-15": "Independence Day", - "1966-12-08": "Virgin's Day", + "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", @@ -141,7 +141,7 @@ "1967-05-01": "Labor Day", "1967-09-14": "Battle of San Jacinto Day", "1967-09-15": "Independence Day", - "1967-12-08": "Virgin's Day", + "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", @@ -149,7 +149,7 @@ "1968-05-01": "Labor Day", "1968-09-14": "Battle of San Jacinto Day", "1968-09-15": "Independence Day", - "1968-12-08": "Virgin's Day", + "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", @@ -157,7 +157,7 @@ "1969-05-01": "Labor Day", "1969-09-14": "Battle of San Jacinto Day", "1969-09-15": "Independence Day", - "1969-12-08": "Virgin's Day", + "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", @@ -165,7 +165,7 @@ "1970-05-01": "Labor Day", "1970-09-14": "Battle of San Jacinto Day", "1970-09-15": "Independence Day", - "1970-12-08": "Virgin's Day", + "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", @@ -173,7 +173,7 @@ "1971-05-01": "Labor Day", "1971-09-14": "Battle of San Jacinto Day", "1971-09-15": "Independence Day", - "1971-12-08": "Virgin's Day", + "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", @@ -181,7 +181,7 @@ "1972-05-01": "Labor Day", "1972-09-14": "Battle of San Jacinto Day", "1972-09-15": "Independence Day", - "1972-12-08": "Virgin's Day", + "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", @@ -189,7 +189,7 @@ "1973-05-01": "Labor Day", "1973-09-14": "Battle of San Jacinto Day", "1973-09-15": "Independence Day", - "1973-12-08": "Virgin's Day", + "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", @@ -197,7 +197,7 @@ "1974-05-01": "Labor Day", "1974-09-14": "Battle of San Jacinto Day", "1974-09-15": "Independence Day", - "1974-12-08": "Virgin's Day", + "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", @@ -205,7 +205,7 @@ "1975-05-01": "Labor Day", "1975-09-14": "Battle of San Jacinto Day", "1975-09-15": "Independence Day", - "1975-12-08": "Virgin's Day", + "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", @@ -213,7 +213,7 @@ "1976-05-01": "Labor Day", "1976-09-14": "Battle of San Jacinto Day", "1976-09-15": "Independence Day", - "1976-12-08": "Virgin's Day", + "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", @@ -221,7 +221,7 @@ "1977-05-01": "Labor Day", "1977-09-14": "Battle of San Jacinto Day", "1977-09-15": "Independence Day", - "1977-12-08": "Virgin's Day", + "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", @@ -229,7 +229,7 @@ "1978-05-01": "Labor Day", "1978-09-14": "Battle of San Jacinto Day", "1978-09-15": "Independence Day", - "1978-12-08": "Virgin's Day", + "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", @@ -238,7 +238,7 @@ "1979-07-19": "Revolution Day", "1979-09-14": "Battle of San Jacinto Day", "1979-09-15": "Independence Day", - "1979-12-08": "Virgin's Day", + "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", @@ -247,7 +247,7 @@ "1980-07-19": "Revolution Day", "1980-09-14": "Battle of San Jacinto Day", "1980-09-15": "Independence Day", - "1980-12-08": "Virgin's Day", + "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", @@ -256,7 +256,7 @@ "1981-07-19": "Revolution Day", "1981-09-14": "Battle of San Jacinto Day", "1981-09-15": "Independence Day", - "1981-12-08": "Virgin's Day", + "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", @@ -265,7 +265,7 @@ "1982-07-19": "Revolution Day", "1982-09-14": "Battle of San Jacinto Day", "1982-09-15": "Independence Day", - "1982-12-08": "Virgin's Day", + "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", @@ -274,7 +274,7 @@ "1983-07-19": "Revolution Day", "1983-09-14": "Battle of San Jacinto Day", "1983-09-15": "Independence Day", - "1983-12-08": "Virgin's Day", + "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", @@ -283,7 +283,7 @@ "1984-07-19": "Revolution Day", "1984-09-14": "Battle of San Jacinto Day", "1984-09-15": "Independence Day", - "1984-12-08": "Virgin's Day", + "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", @@ -292,7 +292,7 @@ "1985-07-19": "Revolution Day", "1985-09-14": "Battle of San Jacinto Day", "1985-09-15": "Independence Day", - "1985-12-08": "Virgin's Day", + "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", @@ -301,7 +301,7 @@ "1986-07-19": "Revolution Day", "1986-09-14": "Battle of San Jacinto Day", "1986-09-15": "Independence Day", - "1986-12-08": "Virgin's Day", + "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", @@ -310,7 +310,7 @@ "1987-07-19": "Revolution Day", "1987-09-14": "Battle of San Jacinto Day", "1987-09-15": "Independence Day", - "1987-12-08": "Virgin's Day", + "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", @@ -319,7 +319,7 @@ "1988-07-19": "Revolution Day", "1988-09-14": "Battle of San Jacinto Day", "1988-09-15": "Independence Day", - "1988-12-08": "Virgin's Day", + "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", @@ -328,7 +328,7 @@ "1989-07-19": "Revolution Day", "1989-09-14": "Battle of San Jacinto Day", "1989-09-15": "Independence Day", - "1989-12-08": "Virgin's Day", + "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", @@ -337,7 +337,7 @@ "1990-07-19": "Revolution Day", "1990-09-14": "Battle of San Jacinto Day", "1990-09-15": "Independence Day", - "1990-12-08": "Virgin's Day", + "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", @@ -346,7 +346,7 @@ "1991-07-19": "Revolution Day", "1991-09-14": "Battle of San Jacinto Day", "1991-09-15": "Independence Day", - "1991-12-08": "Virgin's Day", + "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", @@ -355,7 +355,7 @@ "1992-07-19": "Revolution Day", "1992-09-14": "Battle of San Jacinto Day", "1992-09-15": "Independence Day", - "1992-12-08": "Virgin's Day", + "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", @@ -364,7 +364,7 @@ "1993-07-19": "Revolution Day", "1993-09-14": "Battle of San Jacinto Day", "1993-09-15": "Independence Day", - "1993-12-08": "Virgin's Day", + "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", @@ -373,7 +373,7 @@ "1994-07-19": "Revolution Day", "1994-09-14": "Battle of San Jacinto Day", "1994-09-15": "Independence Day", - "1994-12-08": "Virgin's Day", + "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", @@ -382,7 +382,7 @@ "1995-07-19": "Revolution Day", "1995-09-14": "Battle of San Jacinto Day", "1995-09-15": "Independence Day", - "1995-12-08": "Virgin's Day", + "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", @@ -391,7 +391,7 @@ "1996-07-19": "Revolution Day", "1996-09-14": "Battle of San Jacinto Day", "1996-09-15": "Independence Day", - "1996-12-08": "Virgin's Day", + "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", @@ -400,7 +400,7 @@ "1997-07-19": "Revolution Day", "1997-09-14": "Battle of San Jacinto Day", "1997-09-15": "Independence Day", - "1997-12-08": "Virgin's Day", + "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", @@ -409,7 +409,7 @@ "1998-07-19": "Revolution Day", "1998-09-14": "Battle of San Jacinto Day", "1998-09-15": "Independence Day", - "1998-12-08": "Virgin's Day", + "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", @@ -418,7 +418,7 @@ "1999-07-19": "Revolution Day", "1999-09-14": "Battle of San Jacinto Day", "1999-09-15": "Independence Day", - "1999-12-08": "Virgin's Day", + "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", @@ -427,7 +427,7 @@ "2000-07-19": "Revolution Day", "2000-09-14": "Battle of San Jacinto Day", "2000-09-15": "Independence Day", - "2000-12-08": "Virgin's Day", + "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", @@ -436,7 +436,7 @@ "2001-07-19": "Revolution Day", "2001-09-14": "Battle of San Jacinto Day", "2001-09-15": "Independence Day", - "2001-12-08": "Virgin's Day", + "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", @@ -445,7 +445,7 @@ "2002-07-19": "Revolution Day", "2002-09-14": "Battle of San Jacinto Day", "2002-09-15": "Independence Day", - "2002-12-08": "Virgin's Day", + "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", @@ -454,7 +454,7 @@ "2003-07-19": "Revolution Day", "2003-09-14": "Battle of San Jacinto Day", "2003-09-15": "Independence Day", - "2003-12-08": "Virgin's Day", + "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", @@ -463,7 +463,7 @@ "2004-07-19": "Revolution Day", "2004-09-14": "Battle of San Jacinto Day", "2004-09-15": "Independence Day", - "2004-12-08": "Virgin's Day", + "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", @@ -472,7 +472,7 @@ "2005-07-19": "Revolution Day", "2005-09-14": "Battle of San Jacinto Day", "2005-09-15": "Independence Day", - "2005-12-08": "Virgin's Day", + "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", @@ -481,7 +481,7 @@ "2006-07-19": "Revolution Day", "2006-09-14": "Battle of San Jacinto Day", "2006-09-15": "Independence Day", - "2006-12-08": "Virgin's Day", + "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", @@ -490,7 +490,7 @@ "2007-07-19": "Revolution Day", "2007-09-14": "Battle of San Jacinto Day", "2007-09-15": "Independence Day", - "2007-12-08": "Virgin's Day", + "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", @@ -499,7 +499,7 @@ "2008-07-19": "Revolution Day", "2008-09-14": "Battle of San Jacinto Day", "2008-09-15": "Independence Day", - "2008-12-08": "Virgin's Day", + "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", @@ -508,7 +508,7 @@ "2009-07-19": "Revolution Day", "2009-09-14": "Battle of San Jacinto Day", "2009-09-15": "Independence Day", - "2009-12-08": "Virgin's Day", + "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", @@ -517,7 +517,7 @@ "2010-07-19": "Revolution Day", "2010-09-14": "Battle of San Jacinto Day", "2010-09-15": "Independence Day", - "2010-12-08": "Virgin's Day", + "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", @@ -526,7 +526,7 @@ "2011-07-19": "Revolution Day", "2011-09-14": "Battle of San Jacinto Day", "2011-09-15": "Independence Day", - "2011-12-08": "Virgin's Day", + "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", @@ -535,7 +535,7 @@ "2012-07-19": "Revolution Day", "2012-09-14": "Battle of San Jacinto Day", "2012-09-15": "Independence Day", - "2012-12-08": "Virgin's Day", + "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", @@ -544,7 +544,7 @@ "2013-07-19": "Revolution Day", "2013-09-14": "Battle of San Jacinto Day", "2013-09-15": "Independence Day", - "2013-12-08": "Virgin's Day", + "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", @@ -553,7 +553,7 @@ "2014-07-19": "Revolution Day", "2014-09-14": "Battle of San Jacinto Day", "2014-09-15": "Independence Day", - "2014-12-08": "Virgin's Day", + "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", @@ -562,7 +562,7 @@ "2015-07-19": "Revolution Day", "2015-09-14": "Battle of San Jacinto Day", "2015-09-15": "Independence Day", - "2015-12-08": "Virgin's Day", + "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", @@ -571,7 +571,7 @@ "2016-07-19": "Revolution Day", "2016-09-14": "Battle of San Jacinto Day", "2016-09-15": "Independence Day", - "2016-12-08": "Virgin's Day", + "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", @@ -580,7 +580,7 @@ "2017-07-19": "Revolution Day", "2017-09-14": "Battle of San Jacinto Day", "2017-09-15": "Independence Day", - "2017-12-08": "Virgin's Day", + "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", @@ -589,7 +589,7 @@ "2018-07-19": "Revolution Day", "2018-09-14": "Battle of San Jacinto Day", "2018-09-15": "Independence Day", - "2018-12-08": "Virgin's Day", + "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", @@ -598,7 +598,7 @@ "2019-07-19": "Revolution Day", "2019-09-14": "Battle of San Jacinto Day", "2019-09-15": "Independence Day", - "2019-12-08": "Virgin's Day", + "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", @@ -607,7 +607,7 @@ "2020-07-19": "Revolution Day", "2020-09-14": "Battle of San Jacinto Day", "2020-09-15": "Independence Day", - "2020-12-08": "Virgin's Day", + "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", @@ -616,7 +616,7 @@ "2021-07-19": "Revolution Day", "2021-09-14": "Battle of San Jacinto Day", "2021-09-15": "Independence Day", - "2021-12-08": "Virgin's Day", + "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", @@ -626,7 +626,7 @@ "2022-07-19": "Revolution Day", "2022-09-14": "Battle of San Jacinto Day", "2022-09-15": "Independence Day", - "2022-12-08": "Virgin's Day", + "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", @@ -636,7 +636,7 @@ "2023-07-19": "Revolution Day", "2023-09-14": "Battle of San Jacinto Day", "2023-09-15": "Independence Day", - "2023-12-08": "Virgin's Day", + "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", @@ -646,7 +646,7 @@ "2024-07-19": "Revolution Day", "2024-09-14": "Battle of San Jacinto Day", "2024-09-15": "Independence Day", - "2024-12-08": "Virgin's Day", + "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", @@ -656,7 +656,7 @@ "2025-07-19": "Revolution Day", "2025-09-14": "Battle of San Jacinto Day", "2025-09-15": "Independence Day", - "2025-12-08": "Virgin's Day", + "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", @@ -666,7 +666,7 @@ "2026-07-19": "Revolution Day", "2026-09-14": "Battle of San Jacinto Day", "2026-09-15": "Independence Day", - "2026-12-08": "Virgin's Day", + "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", @@ -676,7 +676,7 @@ "2027-07-19": "Revolution Day", "2027-09-14": "Battle of San Jacinto Day", "2027-09-15": "Independence Day", - "2027-12-08": "Virgin's Day", + "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", @@ -686,7 +686,7 @@ "2028-07-19": "Revolution Day", "2028-09-14": "Battle of San Jacinto Day", "2028-09-15": "Independence Day", - "2028-12-08": "Virgin's Day", + "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", @@ -696,7 +696,7 @@ "2029-07-19": "Revolution Day", "2029-09-14": "Battle of San Jacinto Day", "2029-09-15": "Independence Day", - "2029-12-08": "Virgin's Day", + "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", @@ -706,7 +706,7 @@ "2030-07-19": "Revolution Day", "2030-09-14": "Battle of San Jacinto Day", "2030-09-15": "Independence Day", - "2030-12-08": "Virgin's Day", + "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", @@ -716,7 +716,7 @@ "2031-07-19": "Revolution Day", "2031-09-14": "Battle of San Jacinto Day", "2031-09-15": "Independence Day", - "2031-12-08": "Virgin's Day", + "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", @@ -726,7 +726,7 @@ "2032-07-19": "Revolution Day", "2032-09-14": "Battle of San Jacinto Day", "2032-09-15": "Independence Day", - "2032-12-08": "Virgin's Day", + "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", @@ -736,7 +736,7 @@ "2033-07-19": "Revolution Day", "2033-09-14": "Battle of San Jacinto Day", "2033-09-15": "Independence Day", - "2033-12-08": "Virgin's Day", + "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", @@ -746,7 +746,7 @@ "2034-07-19": "Revolution Day", "2034-09-14": "Battle of San Jacinto Day", "2034-09-15": "Independence Day", - "2034-12-08": "Virgin's Day", + "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", @@ -756,7 +756,7 @@ "2035-07-19": "Revolution Day", "2035-09-14": "Battle of San Jacinto Day", "2035-09-15": "Independence Day", - "2035-12-08": "Virgin's Day", + "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", @@ -766,7 +766,7 @@ "2036-07-19": "Revolution Day", "2036-09-14": "Battle of San Jacinto Day", "2036-09-15": "Independence Day", - "2036-12-08": "Virgin's Day", + "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", @@ -776,7 +776,7 @@ "2037-07-19": "Revolution Day", "2037-09-14": "Battle of San Jacinto Day", "2037-09-15": "Independence Day", - "2037-12-08": "Virgin's Day", + "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", @@ -786,7 +786,7 @@ "2038-07-19": "Revolution Day", "2038-09-14": "Battle of San Jacinto Day", "2038-09-15": "Independence Day", - "2038-12-08": "Virgin's Day", + "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", @@ -796,7 +796,7 @@ "2039-07-19": "Revolution Day", "2039-09-14": "Battle of San Jacinto Day", "2039-09-15": "Independence Day", - "2039-12-08": "Virgin's Day", + "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", @@ -806,7 +806,7 @@ "2040-07-19": "Revolution Day", "2040-09-14": "Battle of San Jacinto Day", "2040-09-15": "Independence Day", - "2040-12-08": "Virgin's Day", + "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", @@ -816,7 +816,7 @@ "2041-07-19": "Revolution Day", "2041-09-14": "Battle of San Jacinto Day", "2041-09-15": "Independence Day", - "2041-12-08": "Virgin's Day", + "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", @@ -826,7 +826,7 @@ "2042-07-19": "Revolution Day", "2042-09-14": "Battle of San Jacinto Day", "2042-09-15": "Independence Day", - "2042-12-08": "Virgin's Day", + "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", @@ -836,7 +836,7 @@ "2043-07-19": "Revolution Day", "2043-09-14": "Battle of San Jacinto Day", "2043-09-15": "Independence Day", - "2043-12-08": "Virgin's Day", + "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", @@ -846,7 +846,7 @@ "2044-07-19": "Revolution Day", "2044-09-14": "Battle of San Jacinto Day", "2044-09-15": "Independence Day", - "2044-12-08": "Virgin's Day", + "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", @@ -856,7 +856,7 @@ "2045-07-19": "Revolution Day", "2045-09-14": "Battle of San Jacinto Day", "2045-09-15": "Independence Day", - "2045-12-08": "Virgin's Day", + "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", @@ -866,7 +866,7 @@ "2046-07-19": "Revolution Day", "2046-09-14": "Battle of San Jacinto Day", "2046-09-15": "Independence Day", - "2046-12-08": "Virgin's Day", + "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", @@ -876,7 +876,7 @@ "2047-07-19": "Revolution Day", "2047-09-14": "Battle of San Jacinto Day", "2047-09-15": "Independence Day", - "2047-12-08": "Virgin's Day", + "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", @@ -886,7 +886,7 @@ "2048-07-19": "Revolution Day", "2048-09-14": "Battle of San Jacinto Day", "2048-09-15": "Independence Day", - "2048-12-08": "Virgin's Day", + "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", @@ -896,7 +896,7 @@ "2049-07-19": "Revolution Day", "2049-09-14": "Battle of San Jacinto Day", "2049-09-15": "Independence Day", - "2049-12-08": "Virgin's Day", + "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", @@ -906,6 +906,6 @@ "2050-07-19": "Revolution Day", "2050-09-14": "Battle of San Jacinto Day", "2050-09-15": "Independence Day", - "2050-12-08": "Virgin's Day", + "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } diff --git a/snapshots/countries/NI_CO.json b/snapshots/countries/NI_CO.json index 245acbf28..f9c681361 100644 --- a/snapshots/countries/NI_CO.json +++ b/snapshots/countries/NI_CO.json @@ -5,7 +5,7 @@ "1950-05-01": "Labor Day", "1950-09-14": "Battle of San Jacinto Day", "1950-09-15": "Independence Day", - "1950-12-08": "Virgin's Day", + "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", @@ -13,7 +13,7 @@ "1951-05-01": "Labor Day", "1951-09-14": "Battle of San Jacinto Day", "1951-09-15": "Independence Day", - "1951-12-08": "Virgin's Day", + "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", @@ -21,7 +21,7 @@ "1952-05-01": "Labor Day", "1952-09-14": "Battle of San Jacinto Day", "1952-09-15": "Independence Day", - "1952-12-08": "Virgin's Day", + "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", @@ -29,7 +29,7 @@ "1953-05-01": "Labor Day", "1953-09-14": "Battle of San Jacinto Day", "1953-09-15": "Independence Day", - "1953-12-08": "Virgin's Day", + "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", @@ -37,7 +37,7 @@ "1954-05-01": "Labor Day", "1954-09-14": "Battle of San Jacinto Day", "1954-09-15": "Independence Day", - "1954-12-08": "Virgin's Day", + "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", @@ -45,7 +45,7 @@ "1955-05-01": "Labor Day", "1955-09-14": "Battle of San Jacinto Day", "1955-09-15": "Independence Day", - "1955-12-08": "Virgin's Day", + "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", @@ -53,7 +53,7 @@ "1956-05-01": "Labor Day", "1956-09-14": "Battle of San Jacinto Day", "1956-09-15": "Independence Day", - "1956-12-08": "Virgin's Day", + "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", @@ -61,7 +61,7 @@ "1957-05-01": "Labor Day", "1957-09-14": "Battle of San Jacinto Day", "1957-09-15": "Independence Day", - "1957-12-08": "Virgin's Day", + "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", @@ -69,7 +69,7 @@ "1958-05-01": "Labor Day", "1958-09-14": "Battle of San Jacinto Day", "1958-09-15": "Independence Day", - "1958-12-08": "Virgin's Day", + "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", @@ -77,7 +77,7 @@ "1959-05-01": "Labor Day", "1959-09-14": "Battle of San Jacinto Day", "1959-09-15": "Independence Day", - "1959-12-08": "Virgin's Day", + "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", @@ -85,7 +85,7 @@ "1960-05-01": "Labor Day", "1960-09-14": "Battle of San Jacinto Day", "1960-09-15": "Independence Day", - "1960-12-08": "Virgin's Day", + "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", @@ -93,7 +93,7 @@ "1961-05-01": "Labor Day", "1961-09-14": "Battle of San Jacinto Day", "1961-09-15": "Independence Day", - "1961-12-08": "Virgin's Day", + "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", @@ -101,7 +101,7 @@ "1962-05-01": "Labor Day", "1962-09-14": "Battle of San Jacinto Day", "1962-09-15": "Independence Day", - "1962-12-08": "Virgin's Day", + "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", @@ -109,7 +109,7 @@ "1963-05-01": "Labor Day", "1963-09-14": "Battle of San Jacinto Day", "1963-09-15": "Independence Day", - "1963-12-08": "Virgin's Day", + "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", @@ -117,7 +117,7 @@ "1964-05-01": "Labor Day", "1964-09-14": "Battle of San Jacinto Day", "1964-09-15": "Independence Day", - "1964-12-08": "Virgin's Day", + "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", @@ -125,7 +125,7 @@ "1965-05-01": "Labor Day", "1965-09-14": "Battle of San Jacinto Day", "1965-09-15": "Independence Day", - "1965-12-08": "Virgin's Day", + "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", @@ -133,7 +133,7 @@ "1966-05-01": "Labor Day", "1966-09-14": "Battle of San Jacinto Day", "1966-09-15": "Independence Day", - "1966-12-08": "Virgin's Day", + "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", @@ -141,7 +141,7 @@ "1967-05-01": "Labor Day", "1967-09-14": "Battle of San Jacinto Day", "1967-09-15": "Independence Day", - "1967-12-08": "Virgin's Day", + "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", @@ -149,7 +149,7 @@ "1968-05-01": "Labor Day", "1968-09-14": "Battle of San Jacinto Day", "1968-09-15": "Independence Day", - "1968-12-08": "Virgin's Day", + "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", @@ -157,7 +157,7 @@ "1969-05-01": "Labor Day", "1969-09-14": "Battle of San Jacinto Day", "1969-09-15": "Independence Day", - "1969-12-08": "Virgin's Day", + "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", @@ -165,7 +165,7 @@ "1970-05-01": "Labor Day", "1970-09-14": "Battle of San Jacinto Day", "1970-09-15": "Independence Day", - "1970-12-08": "Virgin's Day", + "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", @@ -173,7 +173,7 @@ "1971-05-01": "Labor Day", "1971-09-14": "Battle of San Jacinto Day", "1971-09-15": "Independence Day", - "1971-12-08": "Virgin's Day", + "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", @@ -181,7 +181,7 @@ "1972-05-01": "Labor Day", "1972-09-14": "Battle of San Jacinto Day", "1972-09-15": "Independence Day", - "1972-12-08": "Virgin's Day", + "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", @@ -189,7 +189,7 @@ "1973-05-01": "Labor Day", "1973-09-14": "Battle of San Jacinto Day", "1973-09-15": "Independence Day", - "1973-12-08": "Virgin's Day", + "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", @@ -197,7 +197,7 @@ "1974-05-01": "Labor Day", "1974-09-14": "Battle of San Jacinto Day", "1974-09-15": "Independence Day", - "1974-12-08": "Virgin's Day", + "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", @@ -205,7 +205,7 @@ "1975-05-01": "Labor Day", "1975-09-14": "Battle of San Jacinto Day", "1975-09-15": "Independence Day", - "1975-12-08": "Virgin's Day", + "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", @@ -213,7 +213,7 @@ "1976-05-01": "Labor Day", "1976-09-14": "Battle of San Jacinto Day", "1976-09-15": "Independence Day", - "1976-12-08": "Virgin's Day", + "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", @@ -221,7 +221,7 @@ "1977-05-01": "Labor Day", "1977-09-14": "Battle of San Jacinto Day", "1977-09-15": "Independence Day", - "1977-12-08": "Virgin's Day", + "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", @@ -229,7 +229,7 @@ "1978-05-01": "Labor Day", "1978-09-14": "Battle of San Jacinto Day", "1978-09-15": "Independence Day", - "1978-12-08": "Virgin's Day", + "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", @@ -238,7 +238,7 @@ "1979-07-19": "Revolution Day", "1979-09-14": "Battle of San Jacinto Day", "1979-09-15": "Independence Day", - "1979-12-08": "Virgin's Day", + "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", @@ -247,7 +247,7 @@ "1980-07-19": "Revolution Day", "1980-09-14": "Battle of San Jacinto Day", "1980-09-15": "Independence Day", - "1980-12-08": "Virgin's Day", + "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", @@ -256,7 +256,7 @@ "1981-07-19": "Revolution Day", "1981-09-14": "Battle of San Jacinto Day", "1981-09-15": "Independence Day", - "1981-12-08": "Virgin's Day", + "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", @@ -265,7 +265,7 @@ "1982-07-19": "Revolution Day", "1982-09-14": "Battle of San Jacinto Day", "1982-09-15": "Independence Day", - "1982-12-08": "Virgin's Day", + "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", @@ -274,7 +274,7 @@ "1983-07-19": "Revolution Day", "1983-09-14": "Battle of San Jacinto Day", "1983-09-15": "Independence Day", - "1983-12-08": "Virgin's Day", + "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", @@ -283,7 +283,7 @@ "1984-07-19": "Revolution Day", "1984-09-14": "Battle of San Jacinto Day", "1984-09-15": "Independence Day", - "1984-12-08": "Virgin's Day", + "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", @@ -292,7 +292,7 @@ "1985-07-19": "Revolution Day", "1985-09-14": "Battle of San Jacinto Day", "1985-09-15": "Independence Day", - "1985-12-08": "Virgin's Day", + "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", @@ -301,7 +301,7 @@ "1986-07-19": "Revolution Day", "1986-09-14": "Battle of San Jacinto Day", "1986-09-15": "Independence Day", - "1986-12-08": "Virgin's Day", + "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", @@ -310,7 +310,7 @@ "1987-07-19": "Revolution Day", "1987-09-14": "Battle of San Jacinto Day", "1987-09-15": "Independence Day", - "1987-12-08": "Virgin's Day", + "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", @@ -319,7 +319,7 @@ "1988-07-19": "Revolution Day", "1988-09-14": "Battle of San Jacinto Day", "1988-09-15": "Independence Day", - "1988-12-08": "Virgin's Day", + "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", @@ -328,7 +328,7 @@ "1989-07-19": "Revolution Day", "1989-09-14": "Battle of San Jacinto Day", "1989-09-15": "Independence Day", - "1989-12-08": "Virgin's Day", + "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", @@ -337,7 +337,7 @@ "1990-07-19": "Revolution Day", "1990-09-14": "Battle of San Jacinto Day", "1990-09-15": "Independence Day", - "1990-12-08": "Virgin's Day", + "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", @@ -346,7 +346,7 @@ "1991-07-19": "Revolution Day", "1991-09-14": "Battle of San Jacinto Day", "1991-09-15": "Independence Day", - "1991-12-08": "Virgin's Day", + "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", @@ -355,7 +355,7 @@ "1992-07-19": "Revolution Day", "1992-09-14": "Battle of San Jacinto Day", "1992-09-15": "Independence Day", - "1992-12-08": "Virgin's Day", + "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", @@ -364,7 +364,7 @@ "1993-07-19": "Revolution Day", "1993-09-14": "Battle of San Jacinto Day", "1993-09-15": "Independence Day", - "1993-12-08": "Virgin's Day", + "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", @@ -373,7 +373,7 @@ "1994-07-19": "Revolution Day", "1994-09-14": "Battle of San Jacinto Day", "1994-09-15": "Independence Day", - "1994-12-08": "Virgin's Day", + "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", @@ -382,7 +382,7 @@ "1995-07-19": "Revolution Day", "1995-09-14": "Battle of San Jacinto Day", "1995-09-15": "Independence Day", - "1995-12-08": "Virgin's Day", + "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", @@ -391,7 +391,7 @@ "1996-07-19": "Revolution Day", "1996-09-14": "Battle of San Jacinto Day", "1996-09-15": "Independence Day", - "1996-12-08": "Virgin's Day", + "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", @@ -400,7 +400,7 @@ "1997-07-19": "Revolution Day", "1997-09-14": "Battle of San Jacinto Day", "1997-09-15": "Independence Day", - "1997-12-08": "Virgin's Day", + "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", @@ -409,7 +409,7 @@ "1998-07-19": "Revolution Day", "1998-09-14": "Battle of San Jacinto Day", "1998-09-15": "Independence Day", - "1998-12-08": "Virgin's Day", + "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", @@ -418,7 +418,7 @@ "1999-07-19": "Revolution Day", "1999-09-14": "Battle of San Jacinto Day", "1999-09-15": "Independence Day", - "1999-12-08": "Virgin's Day", + "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", @@ -427,7 +427,7 @@ "2000-07-19": "Revolution Day", "2000-09-14": "Battle of San Jacinto Day", "2000-09-15": "Independence Day", - "2000-12-08": "Virgin's Day", + "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", @@ -436,7 +436,7 @@ "2001-07-19": "Revolution Day", "2001-09-14": "Battle of San Jacinto Day", "2001-09-15": "Independence Day", - "2001-12-08": "Virgin's Day", + "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", @@ -445,7 +445,7 @@ "2002-07-19": "Revolution Day", "2002-09-14": "Battle of San Jacinto Day", "2002-09-15": "Independence Day", - "2002-12-08": "Virgin's Day", + "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", @@ -454,7 +454,7 @@ "2003-07-19": "Revolution Day", "2003-09-14": "Battle of San Jacinto Day", "2003-09-15": "Independence Day", - "2003-12-08": "Virgin's Day", + "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", @@ -463,7 +463,7 @@ "2004-07-19": "Revolution Day", "2004-09-14": "Battle of San Jacinto Day", "2004-09-15": "Independence Day", - "2004-12-08": "Virgin's Day", + "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", @@ -472,7 +472,7 @@ "2005-07-19": "Revolution Day", "2005-09-14": "Battle of San Jacinto Day", "2005-09-15": "Independence Day", - "2005-12-08": "Virgin's Day", + "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", @@ -481,7 +481,7 @@ "2006-07-19": "Revolution Day", "2006-09-14": "Battle of San Jacinto Day", "2006-09-15": "Independence Day", - "2006-12-08": "Virgin's Day", + "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", @@ -490,7 +490,7 @@ "2007-07-19": "Revolution Day", "2007-09-14": "Battle of San Jacinto Day", "2007-09-15": "Independence Day", - "2007-12-08": "Virgin's Day", + "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", @@ -499,7 +499,7 @@ "2008-07-19": "Revolution Day", "2008-09-14": "Battle of San Jacinto Day", "2008-09-15": "Independence Day", - "2008-12-08": "Virgin's Day", + "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", @@ -508,7 +508,7 @@ "2009-07-19": "Revolution Day", "2009-09-14": "Battle of San Jacinto Day", "2009-09-15": "Independence Day", - "2009-12-08": "Virgin's Day", + "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", @@ -517,7 +517,7 @@ "2010-07-19": "Revolution Day", "2010-09-14": "Battle of San Jacinto Day", "2010-09-15": "Independence Day", - "2010-12-08": "Virgin's Day", + "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", @@ -526,7 +526,7 @@ "2011-07-19": "Revolution Day", "2011-09-14": "Battle of San Jacinto Day", "2011-09-15": "Independence Day", - "2011-12-08": "Virgin's Day", + "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", @@ -535,7 +535,7 @@ "2012-07-19": "Revolution Day", "2012-09-14": "Battle of San Jacinto Day", "2012-09-15": "Independence Day", - "2012-12-08": "Virgin's Day", + "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", @@ -544,7 +544,7 @@ "2013-07-19": "Revolution Day", "2013-09-14": "Battle of San Jacinto Day", "2013-09-15": "Independence Day", - "2013-12-08": "Virgin's Day", + "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", @@ -553,7 +553,7 @@ "2014-07-19": "Revolution Day", "2014-09-14": "Battle of San Jacinto Day", "2014-09-15": "Independence Day", - "2014-12-08": "Virgin's Day", + "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", @@ -562,7 +562,7 @@ "2015-07-19": "Revolution Day", "2015-09-14": "Battle of San Jacinto Day", "2015-09-15": "Independence Day", - "2015-12-08": "Virgin's Day", + "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", @@ -571,7 +571,7 @@ "2016-07-19": "Revolution Day", "2016-09-14": "Battle of San Jacinto Day", "2016-09-15": "Independence Day", - "2016-12-08": "Virgin's Day", + "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", @@ -580,7 +580,7 @@ "2017-07-19": "Revolution Day", "2017-09-14": "Battle of San Jacinto Day", "2017-09-15": "Independence Day", - "2017-12-08": "Virgin's Day", + "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", @@ -589,7 +589,7 @@ "2018-07-19": "Revolution Day", "2018-09-14": "Battle of San Jacinto Day", "2018-09-15": "Independence Day", - "2018-12-08": "Virgin's Day", + "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", @@ -598,7 +598,7 @@ "2019-07-19": "Revolution Day", "2019-09-14": "Battle of San Jacinto Day", "2019-09-15": "Independence Day", - "2019-12-08": "Virgin's Day", + "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", @@ -607,7 +607,7 @@ "2020-07-19": "Revolution Day", "2020-09-14": "Battle of San Jacinto Day", "2020-09-15": "Independence Day", - "2020-12-08": "Virgin's Day", + "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", @@ -616,7 +616,7 @@ "2021-07-19": "Revolution Day", "2021-09-14": "Battle of San Jacinto Day", "2021-09-15": "Independence Day", - "2021-12-08": "Virgin's Day", + "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", @@ -626,7 +626,7 @@ "2022-07-19": "Revolution Day", "2022-09-14": "Battle of San Jacinto Day", "2022-09-15": "Independence Day", - "2022-12-08": "Virgin's Day", + "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", @@ -636,7 +636,7 @@ "2023-07-19": "Revolution Day", "2023-09-14": "Battle of San Jacinto Day", "2023-09-15": "Independence Day", - "2023-12-08": "Virgin's Day", + "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", @@ -646,7 +646,7 @@ "2024-07-19": "Revolution Day", "2024-09-14": "Battle of San Jacinto Day", "2024-09-15": "Independence Day", - "2024-12-08": "Virgin's Day", + "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", @@ -656,7 +656,7 @@ "2025-07-19": "Revolution Day", "2025-09-14": "Battle of San Jacinto Day", "2025-09-15": "Independence Day", - "2025-12-08": "Virgin's Day", + "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", @@ -666,7 +666,7 @@ "2026-07-19": "Revolution Day", "2026-09-14": "Battle of San Jacinto Day", "2026-09-15": "Independence Day", - "2026-12-08": "Virgin's Day", + "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", @@ -676,7 +676,7 @@ "2027-07-19": "Revolution Day", "2027-09-14": "Battle of San Jacinto Day", "2027-09-15": "Independence Day", - "2027-12-08": "Virgin's Day", + "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", @@ -686,7 +686,7 @@ "2028-07-19": "Revolution Day", "2028-09-14": "Battle of San Jacinto Day", "2028-09-15": "Independence Day", - "2028-12-08": "Virgin's Day", + "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", @@ -696,7 +696,7 @@ "2029-07-19": "Revolution Day", "2029-09-14": "Battle of San Jacinto Day", "2029-09-15": "Independence Day", - "2029-12-08": "Virgin's Day", + "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", @@ -706,7 +706,7 @@ "2030-07-19": "Revolution Day", "2030-09-14": "Battle of San Jacinto Day", "2030-09-15": "Independence Day", - "2030-12-08": "Virgin's Day", + "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", @@ -716,7 +716,7 @@ "2031-07-19": "Revolution Day", "2031-09-14": "Battle of San Jacinto Day", "2031-09-15": "Independence Day", - "2031-12-08": "Virgin's Day", + "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", @@ -726,7 +726,7 @@ "2032-07-19": "Revolution Day", "2032-09-14": "Battle of San Jacinto Day", "2032-09-15": "Independence Day", - "2032-12-08": "Virgin's Day", + "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", @@ -736,7 +736,7 @@ "2033-07-19": "Revolution Day", "2033-09-14": "Battle of San Jacinto Day", "2033-09-15": "Independence Day", - "2033-12-08": "Virgin's Day", + "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", @@ -746,7 +746,7 @@ "2034-07-19": "Revolution Day", "2034-09-14": "Battle of San Jacinto Day", "2034-09-15": "Independence Day", - "2034-12-08": "Virgin's Day", + "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", @@ -756,7 +756,7 @@ "2035-07-19": "Revolution Day", "2035-09-14": "Battle of San Jacinto Day", "2035-09-15": "Independence Day", - "2035-12-08": "Virgin's Day", + "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", @@ -766,7 +766,7 @@ "2036-07-19": "Revolution Day", "2036-09-14": "Battle of San Jacinto Day", "2036-09-15": "Independence Day", - "2036-12-08": "Virgin's Day", + "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", @@ -776,7 +776,7 @@ "2037-07-19": "Revolution Day", "2037-09-14": "Battle of San Jacinto Day", "2037-09-15": "Independence Day", - "2037-12-08": "Virgin's Day", + "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", @@ -786,7 +786,7 @@ "2038-07-19": "Revolution Day", "2038-09-14": "Battle of San Jacinto Day", "2038-09-15": "Independence Day", - "2038-12-08": "Virgin's Day", + "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", @@ -796,7 +796,7 @@ "2039-07-19": "Revolution Day", "2039-09-14": "Battle of San Jacinto Day", "2039-09-15": "Independence Day", - "2039-12-08": "Virgin's Day", + "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", @@ -806,7 +806,7 @@ "2040-07-19": "Revolution Day", "2040-09-14": "Battle of San Jacinto Day", "2040-09-15": "Independence Day", - "2040-12-08": "Virgin's Day", + "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", @@ -816,7 +816,7 @@ "2041-07-19": "Revolution Day", "2041-09-14": "Battle of San Jacinto Day", "2041-09-15": "Independence Day", - "2041-12-08": "Virgin's Day", + "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", @@ -826,7 +826,7 @@ "2042-07-19": "Revolution Day", "2042-09-14": "Battle of San Jacinto Day", "2042-09-15": "Independence Day", - "2042-12-08": "Virgin's Day", + "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", @@ -836,7 +836,7 @@ "2043-07-19": "Revolution Day", "2043-09-14": "Battle of San Jacinto Day", "2043-09-15": "Independence Day", - "2043-12-08": "Virgin's Day", + "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", @@ -846,7 +846,7 @@ "2044-07-19": "Revolution Day", "2044-09-14": "Battle of San Jacinto Day", "2044-09-15": "Independence Day", - "2044-12-08": "Virgin's Day", + "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", @@ -856,7 +856,7 @@ "2045-07-19": "Revolution Day", "2045-09-14": "Battle of San Jacinto Day", "2045-09-15": "Independence Day", - "2045-12-08": "Virgin's Day", + "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", @@ -866,7 +866,7 @@ "2046-07-19": "Revolution Day", "2046-09-14": "Battle of San Jacinto Day", "2046-09-15": "Independence Day", - "2046-12-08": "Virgin's Day", + "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", @@ -876,7 +876,7 @@ "2047-07-19": "Revolution Day", "2047-09-14": "Battle of San Jacinto Day", "2047-09-15": "Independence Day", - "2047-12-08": "Virgin's Day", + "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", @@ -886,7 +886,7 @@ "2048-07-19": "Revolution Day", "2048-09-14": "Battle of San Jacinto Day", "2048-09-15": "Independence Day", - "2048-12-08": "Virgin's Day", + "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", @@ -896,7 +896,7 @@ "2049-07-19": "Revolution Day", "2049-09-14": "Battle of San Jacinto Day", "2049-09-15": "Independence Day", - "2049-12-08": "Virgin's Day", + "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", @@ -906,6 +906,6 @@ "2050-07-19": "Revolution Day", "2050-09-14": "Battle of San Jacinto Day", "2050-09-15": "Independence Day", - "2050-12-08": "Virgin's Day", + "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } diff --git a/snapshots/countries/NI_COMMON.json b/snapshots/countries/NI_COMMON.json index 245acbf28..f9c681361 100644 --- a/snapshots/countries/NI_COMMON.json +++ b/snapshots/countries/NI_COMMON.json @@ -5,7 +5,7 @@ "1950-05-01": "Labor Day", "1950-09-14": "Battle of San Jacinto Day", "1950-09-15": "Independence Day", - "1950-12-08": "Virgin's Day", + "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", @@ -13,7 +13,7 @@ "1951-05-01": "Labor Day", "1951-09-14": "Battle of San Jacinto Day", "1951-09-15": "Independence Day", - "1951-12-08": "Virgin's Day", + "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", @@ -21,7 +21,7 @@ "1952-05-01": "Labor Day", "1952-09-14": "Battle of San Jacinto Day", "1952-09-15": "Independence Day", - "1952-12-08": "Virgin's Day", + "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", @@ -29,7 +29,7 @@ "1953-05-01": "Labor Day", "1953-09-14": "Battle of San Jacinto Day", "1953-09-15": "Independence Day", - "1953-12-08": "Virgin's Day", + "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", @@ -37,7 +37,7 @@ "1954-05-01": "Labor Day", "1954-09-14": "Battle of San Jacinto Day", "1954-09-15": "Independence Day", - "1954-12-08": "Virgin's Day", + "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", @@ -45,7 +45,7 @@ "1955-05-01": "Labor Day", "1955-09-14": "Battle of San Jacinto Day", "1955-09-15": "Independence Day", - "1955-12-08": "Virgin's Day", + "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", @@ -53,7 +53,7 @@ "1956-05-01": "Labor Day", "1956-09-14": "Battle of San Jacinto Day", "1956-09-15": "Independence Day", - "1956-12-08": "Virgin's Day", + "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", @@ -61,7 +61,7 @@ "1957-05-01": "Labor Day", "1957-09-14": "Battle of San Jacinto Day", "1957-09-15": "Independence Day", - "1957-12-08": "Virgin's Day", + "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", @@ -69,7 +69,7 @@ "1958-05-01": "Labor Day", "1958-09-14": "Battle of San Jacinto Day", "1958-09-15": "Independence Day", - "1958-12-08": "Virgin's Day", + "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", @@ -77,7 +77,7 @@ "1959-05-01": "Labor Day", "1959-09-14": "Battle of San Jacinto Day", "1959-09-15": "Independence Day", - "1959-12-08": "Virgin's Day", + "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", @@ -85,7 +85,7 @@ "1960-05-01": "Labor Day", "1960-09-14": "Battle of San Jacinto Day", "1960-09-15": "Independence Day", - "1960-12-08": "Virgin's Day", + "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", @@ -93,7 +93,7 @@ "1961-05-01": "Labor Day", "1961-09-14": "Battle of San Jacinto Day", "1961-09-15": "Independence Day", - "1961-12-08": "Virgin's Day", + "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", @@ -101,7 +101,7 @@ "1962-05-01": "Labor Day", "1962-09-14": "Battle of San Jacinto Day", "1962-09-15": "Independence Day", - "1962-12-08": "Virgin's Day", + "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", @@ -109,7 +109,7 @@ "1963-05-01": "Labor Day", "1963-09-14": "Battle of San Jacinto Day", "1963-09-15": "Independence Day", - "1963-12-08": "Virgin's Day", + "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", @@ -117,7 +117,7 @@ "1964-05-01": "Labor Day", "1964-09-14": "Battle of San Jacinto Day", "1964-09-15": "Independence Day", - "1964-12-08": "Virgin's Day", + "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", @@ -125,7 +125,7 @@ "1965-05-01": "Labor Day", "1965-09-14": "Battle of San Jacinto Day", "1965-09-15": "Independence Day", - "1965-12-08": "Virgin's Day", + "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", @@ -133,7 +133,7 @@ "1966-05-01": "Labor Day", "1966-09-14": "Battle of San Jacinto Day", "1966-09-15": "Independence Day", - "1966-12-08": "Virgin's Day", + "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", @@ -141,7 +141,7 @@ "1967-05-01": "Labor Day", "1967-09-14": "Battle of San Jacinto Day", "1967-09-15": "Independence Day", - "1967-12-08": "Virgin's Day", + "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", @@ -149,7 +149,7 @@ "1968-05-01": "Labor Day", "1968-09-14": "Battle of San Jacinto Day", "1968-09-15": "Independence Day", - "1968-12-08": "Virgin's Day", + "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", @@ -157,7 +157,7 @@ "1969-05-01": "Labor Day", "1969-09-14": "Battle of San Jacinto Day", "1969-09-15": "Independence Day", - "1969-12-08": "Virgin's Day", + "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", @@ -165,7 +165,7 @@ "1970-05-01": "Labor Day", "1970-09-14": "Battle of San Jacinto Day", "1970-09-15": "Independence Day", - "1970-12-08": "Virgin's Day", + "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", @@ -173,7 +173,7 @@ "1971-05-01": "Labor Day", "1971-09-14": "Battle of San Jacinto Day", "1971-09-15": "Independence Day", - "1971-12-08": "Virgin's Day", + "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", @@ -181,7 +181,7 @@ "1972-05-01": "Labor Day", "1972-09-14": "Battle of San Jacinto Day", "1972-09-15": "Independence Day", - "1972-12-08": "Virgin's Day", + "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", @@ -189,7 +189,7 @@ "1973-05-01": "Labor Day", "1973-09-14": "Battle of San Jacinto Day", "1973-09-15": "Independence Day", - "1973-12-08": "Virgin's Day", + "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", @@ -197,7 +197,7 @@ "1974-05-01": "Labor Day", "1974-09-14": "Battle of San Jacinto Day", "1974-09-15": "Independence Day", - "1974-12-08": "Virgin's Day", + "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", @@ -205,7 +205,7 @@ "1975-05-01": "Labor Day", "1975-09-14": "Battle of San Jacinto Day", "1975-09-15": "Independence Day", - "1975-12-08": "Virgin's Day", + "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", @@ -213,7 +213,7 @@ "1976-05-01": "Labor Day", "1976-09-14": "Battle of San Jacinto Day", "1976-09-15": "Independence Day", - "1976-12-08": "Virgin's Day", + "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", @@ -221,7 +221,7 @@ "1977-05-01": "Labor Day", "1977-09-14": "Battle of San Jacinto Day", "1977-09-15": "Independence Day", - "1977-12-08": "Virgin's Day", + "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", @@ -229,7 +229,7 @@ "1978-05-01": "Labor Day", "1978-09-14": "Battle of San Jacinto Day", "1978-09-15": "Independence Day", - "1978-12-08": "Virgin's Day", + "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", @@ -238,7 +238,7 @@ "1979-07-19": "Revolution Day", "1979-09-14": "Battle of San Jacinto Day", "1979-09-15": "Independence Day", - "1979-12-08": "Virgin's Day", + "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", @@ -247,7 +247,7 @@ "1980-07-19": "Revolution Day", "1980-09-14": "Battle of San Jacinto Day", "1980-09-15": "Independence Day", - "1980-12-08": "Virgin's Day", + "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", @@ -256,7 +256,7 @@ "1981-07-19": "Revolution Day", "1981-09-14": "Battle of San Jacinto Day", "1981-09-15": "Independence Day", - "1981-12-08": "Virgin's Day", + "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", @@ -265,7 +265,7 @@ "1982-07-19": "Revolution Day", "1982-09-14": "Battle of San Jacinto Day", "1982-09-15": "Independence Day", - "1982-12-08": "Virgin's Day", + "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", @@ -274,7 +274,7 @@ "1983-07-19": "Revolution Day", "1983-09-14": "Battle of San Jacinto Day", "1983-09-15": "Independence Day", - "1983-12-08": "Virgin's Day", + "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", @@ -283,7 +283,7 @@ "1984-07-19": "Revolution Day", "1984-09-14": "Battle of San Jacinto Day", "1984-09-15": "Independence Day", - "1984-12-08": "Virgin's Day", + "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", @@ -292,7 +292,7 @@ "1985-07-19": "Revolution Day", "1985-09-14": "Battle of San Jacinto Day", "1985-09-15": "Independence Day", - "1985-12-08": "Virgin's Day", + "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", @@ -301,7 +301,7 @@ "1986-07-19": "Revolution Day", "1986-09-14": "Battle of San Jacinto Day", "1986-09-15": "Independence Day", - "1986-12-08": "Virgin's Day", + "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", @@ -310,7 +310,7 @@ "1987-07-19": "Revolution Day", "1987-09-14": "Battle of San Jacinto Day", "1987-09-15": "Independence Day", - "1987-12-08": "Virgin's Day", + "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", @@ -319,7 +319,7 @@ "1988-07-19": "Revolution Day", "1988-09-14": "Battle of San Jacinto Day", "1988-09-15": "Independence Day", - "1988-12-08": "Virgin's Day", + "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", @@ -328,7 +328,7 @@ "1989-07-19": "Revolution Day", "1989-09-14": "Battle of San Jacinto Day", "1989-09-15": "Independence Day", - "1989-12-08": "Virgin's Day", + "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", @@ -337,7 +337,7 @@ "1990-07-19": "Revolution Day", "1990-09-14": "Battle of San Jacinto Day", "1990-09-15": "Independence Day", - "1990-12-08": "Virgin's Day", + "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", @@ -346,7 +346,7 @@ "1991-07-19": "Revolution Day", "1991-09-14": "Battle of San Jacinto Day", "1991-09-15": "Independence Day", - "1991-12-08": "Virgin's Day", + "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", @@ -355,7 +355,7 @@ "1992-07-19": "Revolution Day", "1992-09-14": "Battle of San Jacinto Day", "1992-09-15": "Independence Day", - "1992-12-08": "Virgin's Day", + "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", @@ -364,7 +364,7 @@ "1993-07-19": "Revolution Day", "1993-09-14": "Battle of San Jacinto Day", "1993-09-15": "Independence Day", - "1993-12-08": "Virgin's Day", + "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", @@ -373,7 +373,7 @@ "1994-07-19": "Revolution Day", "1994-09-14": "Battle of San Jacinto Day", "1994-09-15": "Independence Day", - "1994-12-08": "Virgin's Day", + "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", @@ -382,7 +382,7 @@ "1995-07-19": "Revolution Day", "1995-09-14": "Battle of San Jacinto Day", "1995-09-15": "Independence Day", - "1995-12-08": "Virgin's Day", + "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", @@ -391,7 +391,7 @@ "1996-07-19": "Revolution Day", "1996-09-14": "Battle of San Jacinto Day", "1996-09-15": "Independence Day", - "1996-12-08": "Virgin's Day", + "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", @@ -400,7 +400,7 @@ "1997-07-19": "Revolution Day", "1997-09-14": "Battle of San Jacinto Day", "1997-09-15": "Independence Day", - "1997-12-08": "Virgin's Day", + "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", @@ -409,7 +409,7 @@ "1998-07-19": "Revolution Day", "1998-09-14": "Battle of San Jacinto Day", "1998-09-15": "Independence Day", - "1998-12-08": "Virgin's Day", + "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", @@ -418,7 +418,7 @@ "1999-07-19": "Revolution Day", "1999-09-14": "Battle of San Jacinto Day", "1999-09-15": "Independence Day", - "1999-12-08": "Virgin's Day", + "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", @@ -427,7 +427,7 @@ "2000-07-19": "Revolution Day", "2000-09-14": "Battle of San Jacinto Day", "2000-09-15": "Independence Day", - "2000-12-08": "Virgin's Day", + "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", @@ -436,7 +436,7 @@ "2001-07-19": "Revolution Day", "2001-09-14": "Battle of San Jacinto Day", "2001-09-15": "Independence Day", - "2001-12-08": "Virgin's Day", + "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", @@ -445,7 +445,7 @@ "2002-07-19": "Revolution Day", "2002-09-14": "Battle of San Jacinto Day", "2002-09-15": "Independence Day", - "2002-12-08": "Virgin's Day", + "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", @@ -454,7 +454,7 @@ "2003-07-19": "Revolution Day", "2003-09-14": "Battle of San Jacinto Day", "2003-09-15": "Independence Day", - "2003-12-08": "Virgin's Day", + "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", @@ -463,7 +463,7 @@ "2004-07-19": "Revolution Day", "2004-09-14": "Battle of San Jacinto Day", "2004-09-15": "Independence Day", - "2004-12-08": "Virgin's Day", + "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", @@ -472,7 +472,7 @@ "2005-07-19": "Revolution Day", "2005-09-14": "Battle of San Jacinto Day", "2005-09-15": "Independence Day", - "2005-12-08": "Virgin's Day", + "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", @@ -481,7 +481,7 @@ "2006-07-19": "Revolution Day", "2006-09-14": "Battle of San Jacinto Day", "2006-09-15": "Independence Day", - "2006-12-08": "Virgin's Day", + "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", @@ -490,7 +490,7 @@ "2007-07-19": "Revolution Day", "2007-09-14": "Battle of San Jacinto Day", "2007-09-15": "Independence Day", - "2007-12-08": "Virgin's Day", + "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", @@ -499,7 +499,7 @@ "2008-07-19": "Revolution Day", "2008-09-14": "Battle of San Jacinto Day", "2008-09-15": "Independence Day", - "2008-12-08": "Virgin's Day", + "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", @@ -508,7 +508,7 @@ "2009-07-19": "Revolution Day", "2009-09-14": "Battle of San Jacinto Day", "2009-09-15": "Independence Day", - "2009-12-08": "Virgin's Day", + "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", @@ -517,7 +517,7 @@ "2010-07-19": "Revolution Day", "2010-09-14": "Battle of San Jacinto Day", "2010-09-15": "Independence Day", - "2010-12-08": "Virgin's Day", + "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", @@ -526,7 +526,7 @@ "2011-07-19": "Revolution Day", "2011-09-14": "Battle of San Jacinto Day", "2011-09-15": "Independence Day", - "2011-12-08": "Virgin's Day", + "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", @@ -535,7 +535,7 @@ "2012-07-19": "Revolution Day", "2012-09-14": "Battle of San Jacinto Day", "2012-09-15": "Independence Day", - "2012-12-08": "Virgin's Day", + "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", @@ -544,7 +544,7 @@ "2013-07-19": "Revolution Day", "2013-09-14": "Battle of San Jacinto Day", "2013-09-15": "Independence Day", - "2013-12-08": "Virgin's Day", + "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", @@ -553,7 +553,7 @@ "2014-07-19": "Revolution Day", "2014-09-14": "Battle of San Jacinto Day", "2014-09-15": "Independence Day", - "2014-12-08": "Virgin's Day", + "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", @@ -562,7 +562,7 @@ "2015-07-19": "Revolution Day", "2015-09-14": "Battle of San Jacinto Day", "2015-09-15": "Independence Day", - "2015-12-08": "Virgin's Day", + "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", @@ -571,7 +571,7 @@ "2016-07-19": "Revolution Day", "2016-09-14": "Battle of San Jacinto Day", "2016-09-15": "Independence Day", - "2016-12-08": "Virgin's Day", + "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", @@ -580,7 +580,7 @@ "2017-07-19": "Revolution Day", "2017-09-14": "Battle of San Jacinto Day", "2017-09-15": "Independence Day", - "2017-12-08": "Virgin's Day", + "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", @@ -589,7 +589,7 @@ "2018-07-19": "Revolution Day", "2018-09-14": "Battle of San Jacinto Day", "2018-09-15": "Independence Day", - "2018-12-08": "Virgin's Day", + "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", @@ -598,7 +598,7 @@ "2019-07-19": "Revolution Day", "2019-09-14": "Battle of San Jacinto Day", "2019-09-15": "Independence Day", - "2019-12-08": "Virgin's Day", + "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", @@ -607,7 +607,7 @@ "2020-07-19": "Revolution Day", "2020-09-14": "Battle of San Jacinto Day", "2020-09-15": "Independence Day", - "2020-12-08": "Virgin's Day", + "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", @@ -616,7 +616,7 @@ "2021-07-19": "Revolution Day", "2021-09-14": "Battle of San Jacinto Day", "2021-09-15": "Independence Day", - "2021-12-08": "Virgin's Day", + "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", @@ -626,7 +626,7 @@ "2022-07-19": "Revolution Day", "2022-09-14": "Battle of San Jacinto Day", "2022-09-15": "Independence Day", - "2022-12-08": "Virgin's Day", + "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", @@ -636,7 +636,7 @@ "2023-07-19": "Revolution Day", "2023-09-14": "Battle of San Jacinto Day", "2023-09-15": "Independence Day", - "2023-12-08": "Virgin's Day", + "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", @@ -646,7 +646,7 @@ "2024-07-19": "Revolution Day", "2024-09-14": "Battle of San Jacinto Day", "2024-09-15": "Independence Day", - "2024-12-08": "Virgin's Day", + "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", @@ -656,7 +656,7 @@ "2025-07-19": "Revolution Day", "2025-09-14": "Battle of San Jacinto Day", "2025-09-15": "Independence Day", - "2025-12-08": "Virgin's Day", + "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", @@ -666,7 +666,7 @@ "2026-07-19": "Revolution Day", "2026-09-14": "Battle of San Jacinto Day", "2026-09-15": "Independence Day", - "2026-12-08": "Virgin's Day", + "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", @@ -676,7 +676,7 @@ "2027-07-19": "Revolution Day", "2027-09-14": "Battle of San Jacinto Day", "2027-09-15": "Independence Day", - "2027-12-08": "Virgin's Day", + "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", @@ -686,7 +686,7 @@ "2028-07-19": "Revolution Day", "2028-09-14": "Battle of San Jacinto Day", "2028-09-15": "Independence Day", - "2028-12-08": "Virgin's Day", + "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", @@ -696,7 +696,7 @@ "2029-07-19": "Revolution Day", "2029-09-14": "Battle of San Jacinto Day", "2029-09-15": "Independence Day", - "2029-12-08": "Virgin's Day", + "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", @@ -706,7 +706,7 @@ "2030-07-19": "Revolution Day", "2030-09-14": "Battle of San Jacinto Day", "2030-09-15": "Independence Day", - "2030-12-08": "Virgin's Day", + "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", @@ -716,7 +716,7 @@ "2031-07-19": "Revolution Day", "2031-09-14": "Battle of San Jacinto Day", "2031-09-15": "Independence Day", - "2031-12-08": "Virgin's Day", + "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", @@ -726,7 +726,7 @@ "2032-07-19": "Revolution Day", "2032-09-14": "Battle of San Jacinto Day", "2032-09-15": "Independence Day", - "2032-12-08": "Virgin's Day", + "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", @@ -736,7 +736,7 @@ "2033-07-19": "Revolution Day", "2033-09-14": "Battle of San Jacinto Day", "2033-09-15": "Independence Day", - "2033-12-08": "Virgin's Day", + "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", @@ -746,7 +746,7 @@ "2034-07-19": "Revolution Day", "2034-09-14": "Battle of San Jacinto Day", "2034-09-15": "Independence Day", - "2034-12-08": "Virgin's Day", + "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", @@ -756,7 +756,7 @@ "2035-07-19": "Revolution Day", "2035-09-14": "Battle of San Jacinto Day", "2035-09-15": "Independence Day", - "2035-12-08": "Virgin's Day", + "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", @@ -766,7 +766,7 @@ "2036-07-19": "Revolution Day", "2036-09-14": "Battle of San Jacinto Day", "2036-09-15": "Independence Day", - "2036-12-08": "Virgin's Day", + "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", @@ -776,7 +776,7 @@ "2037-07-19": "Revolution Day", "2037-09-14": "Battle of San Jacinto Day", "2037-09-15": "Independence Day", - "2037-12-08": "Virgin's Day", + "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", @@ -786,7 +786,7 @@ "2038-07-19": "Revolution Day", "2038-09-14": "Battle of San Jacinto Day", "2038-09-15": "Independence Day", - "2038-12-08": "Virgin's Day", + "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", @@ -796,7 +796,7 @@ "2039-07-19": "Revolution Day", "2039-09-14": "Battle of San Jacinto Day", "2039-09-15": "Independence Day", - "2039-12-08": "Virgin's Day", + "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", @@ -806,7 +806,7 @@ "2040-07-19": "Revolution Day", "2040-09-14": "Battle of San Jacinto Day", "2040-09-15": "Independence Day", - "2040-12-08": "Virgin's Day", + "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", @@ -816,7 +816,7 @@ "2041-07-19": "Revolution Day", "2041-09-14": "Battle of San Jacinto Day", "2041-09-15": "Independence Day", - "2041-12-08": "Virgin's Day", + "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", @@ -826,7 +826,7 @@ "2042-07-19": "Revolution Day", "2042-09-14": "Battle of San Jacinto Day", "2042-09-15": "Independence Day", - "2042-12-08": "Virgin's Day", + "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", @@ -836,7 +836,7 @@ "2043-07-19": "Revolution Day", "2043-09-14": "Battle of San Jacinto Day", "2043-09-15": "Independence Day", - "2043-12-08": "Virgin's Day", + "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", @@ -846,7 +846,7 @@ "2044-07-19": "Revolution Day", "2044-09-14": "Battle of San Jacinto Day", "2044-09-15": "Independence Day", - "2044-12-08": "Virgin's Day", + "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", @@ -856,7 +856,7 @@ "2045-07-19": "Revolution Day", "2045-09-14": "Battle of San Jacinto Day", "2045-09-15": "Independence Day", - "2045-12-08": "Virgin's Day", + "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", @@ -866,7 +866,7 @@ "2046-07-19": "Revolution Day", "2046-09-14": "Battle of San Jacinto Day", "2046-09-15": "Independence Day", - "2046-12-08": "Virgin's Day", + "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", @@ -876,7 +876,7 @@ "2047-07-19": "Revolution Day", "2047-09-14": "Battle of San Jacinto Day", "2047-09-15": "Independence Day", - "2047-12-08": "Virgin's Day", + "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", @@ -886,7 +886,7 @@ "2048-07-19": "Revolution Day", "2048-09-14": "Battle of San Jacinto Day", "2048-09-15": "Independence Day", - "2048-12-08": "Virgin's Day", + "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", @@ -896,7 +896,7 @@ "2049-07-19": "Revolution Day", "2049-09-14": "Battle of San Jacinto Day", "2049-09-15": "Independence Day", - "2049-12-08": "Virgin's Day", + "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", @@ -906,6 +906,6 @@ "2050-07-19": "Revolution Day", "2050-09-14": "Battle of San Jacinto Day", "2050-09-15": "Independence Day", - "2050-12-08": "Virgin's Day", + "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } diff --git a/snapshots/countries/NI_ES.json b/snapshots/countries/NI_ES.json index 245acbf28..f9c681361 100644 --- a/snapshots/countries/NI_ES.json +++ b/snapshots/countries/NI_ES.json @@ -5,7 +5,7 @@ "1950-05-01": "Labor Day", "1950-09-14": "Battle of San Jacinto Day", "1950-09-15": "Independence Day", - "1950-12-08": "Virgin's Day", + "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", @@ -13,7 +13,7 @@ "1951-05-01": "Labor Day", "1951-09-14": "Battle of San Jacinto Day", "1951-09-15": "Independence Day", - "1951-12-08": "Virgin's Day", + "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", @@ -21,7 +21,7 @@ "1952-05-01": "Labor Day", "1952-09-14": "Battle of San Jacinto Day", "1952-09-15": "Independence Day", - "1952-12-08": "Virgin's Day", + "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", @@ -29,7 +29,7 @@ "1953-05-01": "Labor Day", "1953-09-14": "Battle of San Jacinto Day", "1953-09-15": "Independence Day", - "1953-12-08": "Virgin's Day", + "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", @@ -37,7 +37,7 @@ "1954-05-01": "Labor Day", "1954-09-14": "Battle of San Jacinto Day", "1954-09-15": "Independence Day", - "1954-12-08": "Virgin's Day", + "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", @@ -45,7 +45,7 @@ "1955-05-01": "Labor Day", "1955-09-14": "Battle of San Jacinto Day", "1955-09-15": "Independence Day", - "1955-12-08": "Virgin's Day", + "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", @@ -53,7 +53,7 @@ "1956-05-01": "Labor Day", "1956-09-14": "Battle of San Jacinto Day", "1956-09-15": "Independence Day", - "1956-12-08": "Virgin's Day", + "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", @@ -61,7 +61,7 @@ "1957-05-01": "Labor Day", "1957-09-14": "Battle of San Jacinto Day", "1957-09-15": "Independence Day", - "1957-12-08": "Virgin's Day", + "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", @@ -69,7 +69,7 @@ "1958-05-01": "Labor Day", "1958-09-14": "Battle of San Jacinto Day", "1958-09-15": "Independence Day", - "1958-12-08": "Virgin's Day", + "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", @@ -77,7 +77,7 @@ "1959-05-01": "Labor Day", "1959-09-14": "Battle of San Jacinto Day", "1959-09-15": "Independence Day", - "1959-12-08": "Virgin's Day", + "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", @@ -85,7 +85,7 @@ "1960-05-01": "Labor Day", "1960-09-14": "Battle of San Jacinto Day", "1960-09-15": "Independence Day", - "1960-12-08": "Virgin's Day", + "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", @@ -93,7 +93,7 @@ "1961-05-01": "Labor Day", "1961-09-14": "Battle of San Jacinto Day", "1961-09-15": "Independence Day", - "1961-12-08": "Virgin's Day", + "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", @@ -101,7 +101,7 @@ "1962-05-01": "Labor Day", "1962-09-14": "Battle of San Jacinto Day", "1962-09-15": "Independence Day", - "1962-12-08": "Virgin's Day", + "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", @@ -109,7 +109,7 @@ "1963-05-01": "Labor Day", "1963-09-14": "Battle of San Jacinto Day", "1963-09-15": "Independence Day", - "1963-12-08": "Virgin's Day", + "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", @@ -117,7 +117,7 @@ "1964-05-01": "Labor Day", "1964-09-14": "Battle of San Jacinto Day", "1964-09-15": "Independence Day", - "1964-12-08": "Virgin's Day", + "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", @@ -125,7 +125,7 @@ "1965-05-01": "Labor Day", "1965-09-14": "Battle of San Jacinto Day", "1965-09-15": "Independence Day", - "1965-12-08": "Virgin's Day", + "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", @@ -133,7 +133,7 @@ "1966-05-01": "Labor Day", "1966-09-14": "Battle of San Jacinto Day", "1966-09-15": "Independence Day", - "1966-12-08": "Virgin's Day", + "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", @@ -141,7 +141,7 @@ "1967-05-01": "Labor Day", "1967-09-14": "Battle of San Jacinto Day", "1967-09-15": "Independence Day", - "1967-12-08": "Virgin's Day", + "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", @@ -149,7 +149,7 @@ "1968-05-01": "Labor Day", "1968-09-14": "Battle of San Jacinto Day", "1968-09-15": "Independence Day", - "1968-12-08": "Virgin's Day", + "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", @@ -157,7 +157,7 @@ "1969-05-01": "Labor Day", "1969-09-14": "Battle of San Jacinto Day", "1969-09-15": "Independence Day", - "1969-12-08": "Virgin's Day", + "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", @@ -165,7 +165,7 @@ "1970-05-01": "Labor Day", "1970-09-14": "Battle of San Jacinto Day", "1970-09-15": "Independence Day", - "1970-12-08": "Virgin's Day", + "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", @@ -173,7 +173,7 @@ "1971-05-01": "Labor Day", "1971-09-14": "Battle of San Jacinto Day", "1971-09-15": "Independence Day", - "1971-12-08": "Virgin's Day", + "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", @@ -181,7 +181,7 @@ "1972-05-01": "Labor Day", "1972-09-14": "Battle of San Jacinto Day", "1972-09-15": "Independence Day", - "1972-12-08": "Virgin's Day", + "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", @@ -189,7 +189,7 @@ "1973-05-01": "Labor Day", "1973-09-14": "Battle of San Jacinto Day", "1973-09-15": "Independence Day", - "1973-12-08": "Virgin's Day", + "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", @@ -197,7 +197,7 @@ "1974-05-01": "Labor Day", "1974-09-14": "Battle of San Jacinto Day", "1974-09-15": "Independence Day", - "1974-12-08": "Virgin's Day", + "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", @@ -205,7 +205,7 @@ "1975-05-01": "Labor Day", "1975-09-14": "Battle of San Jacinto Day", "1975-09-15": "Independence Day", - "1975-12-08": "Virgin's Day", + "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", @@ -213,7 +213,7 @@ "1976-05-01": "Labor Day", "1976-09-14": "Battle of San Jacinto Day", "1976-09-15": "Independence Day", - "1976-12-08": "Virgin's Day", + "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", @@ -221,7 +221,7 @@ "1977-05-01": "Labor Day", "1977-09-14": "Battle of San Jacinto Day", "1977-09-15": "Independence Day", - "1977-12-08": "Virgin's Day", + "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", @@ -229,7 +229,7 @@ "1978-05-01": "Labor Day", "1978-09-14": "Battle of San Jacinto Day", "1978-09-15": "Independence Day", - "1978-12-08": "Virgin's Day", + "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", @@ -238,7 +238,7 @@ "1979-07-19": "Revolution Day", "1979-09-14": "Battle of San Jacinto Day", "1979-09-15": "Independence Day", - "1979-12-08": "Virgin's Day", + "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", @@ -247,7 +247,7 @@ "1980-07-19": "Revolution Day", "1980-09-14": "Battle of San Jacinto Day", "1980-09-15": "Independence Day", - "1980-12-08": "Virgin's Day", + "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", @@ -256,7 +256,7 @@ "1981-07-19": "Revolution Day", "1981-09-14": "Battle of San Jacinto Day", "1981-09-15": "Independence Day", - "1981-12-08": "Virgin's Day", + "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", @@ -265,7 +265,7 @@ "1982-07-19": "Revolution Day", "1982-09-14": "Battle of San Jacinto Day", "1982-09-15": "Independence Day", - "1982-12-08": "Virgin's Day", + "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", @@ -274,7 +274,7 @@ "1983-07-19": "Revolution Day", "1983-09-14": "Battle of San Jacinto Day", "1983-09-15": "Independence Day", - "1983-12-08": "Virgin's Day", + "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", @@ -283,7 +283,7 @@ "1984-07-19": "Revolution Day", "1984-09-14": "Battle of San Jacinto Day", "1984-09-15": "Independence Day", - "1984-12-08": "Virgin's Day", + "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", @@ -292,7 +292,7 @@ "1985-07-19": "Revolution Day", "1985-09-14": "Battle of San Jacinto Day", "1985-09-15": "Independence Day", - "1985-12-08": "Virgin's Day", + "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", @@ -301,7 +301,7 @@ "1986-07-19": "Revolution Day", "1986-09-14": "Battle of San Jacinto Day", "1986-09-15": "Independence Day", - "1986-12-08": "Virgin's Day", + "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", @@ -310,7 +310,7 @@ "1987-07-19": "Revolution Day", "1987-09-14": "Battle of San Jacinto Day", "1987-09-15": "Independence Day", - "1987-12-08": "Virgin's Day", + "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", @@ -319,7 +319,7 @@ "1988-07-19": "Revolution Day", "1988-09-14": "Battle of San Jacinto Day", "1988-09-15": "Independence Day", - "1988-12-08": "Virgin's Day", + "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", @@ -328,7 +328,7 @@ "1989-07-19": "Revolution Day", "1989-09-14": "Battle of San Jacinto Day", "1989-09-15": "Independence Day", - "1989-12-08": "Virgin's Day", + "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", @@ -337,7 +337,7 @@ "1990-07-19": "Revolution Day", "1990-09-14": "Battle of San Jacinto Day", "1990-09-15": "Independence Day", - "1990-12-08": "Virgin's Day", + "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", @@ -346,7 +346,7 @@ "1991-07-19": "Revolution Day", "1991-09-14": "Battle of San Jacinto Day", "1991-09-15": "Independence Day", - "1991-12-08": "Virgin's Day", + "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", @@ -355,7 +355,7 @@ "1992-07-19": "Revolution Day", "1992-09-14": "Battle of San Jacinto Day", "1992-09-15": "Independence Day", - "1992-12-08": "Virgin's Day", + "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", @@ -364,7 +364,7 @@ "1993-07-19": "Revolution Day", "1993-09-14": "Battle of San Jacinto Day", "1993-09-15": "Independence Day", - "1993-12-08": "Virgin's Day", + "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", @@ -373,7 +373,7 @@ "1994-07-19": "Revolution Day", "1994-09-14": "Battle of San Jacinto Day", "1994-09-15": "Independence Day", - "1994-12-08": "Virgin's Day", + "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", @@ -382,7 +382,7 @@ "1995-07-19": "Revolution Day", "1995-09-14": "Battle of San Jacinto Day", "1995-09-15": "Independence Day", - "1995-12-08": "Virgin's Day", + "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", @@ -391,7 +391,7 @@ "1996-07-19": "Revolution Day", "1996-09-14": "Battle of San Jacinto Day", "1996-09-15": "Independence Day", - "1996-12-08": "Virgin's Day", + "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", @@ -400,7 +400,7 @@ "1997-07-19": "Revolution Day", "1997-09-14": "Battle of San Jacinto Day", "1997-09-15": "Independence Day", - "1997-12-08": "Virgin's Day", + "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", @@ -409,7 +409,7 @@ "1998-07-19": "Revolution Day", "1998-09-14": "Battle of San Jacinto Day", "1998-09-15": "Independence Day", - "1998-12-08": "Virgin's Day", + "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", @@ -418,7 +418,7 @@ "1999-07-19": "Revolution Day", "1999-09-14": "Battle of San Jacinto Day", "1999-09-15": "Independence Day", - "1999-12-08": "Virgin's Day", + "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", @@ -427,7 +427,7 @@ "2000-07-19": "Revolution Day", "2000-09-14": "Battle of San Jacinto Day", "2000-09-15": "Independence Day", - "2000-12-08": "Virgin's Day", + "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", @@ -436,7 +436,7 @@ "2001-07-19": "Revolution Day", "2001-09-14": "Battle of San Jacinto Day", "2001-09-15": "Independence Day", - "2001-12-08": "Virgin's Day", + "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", @@ -445,7 +445,7 @@ "2002-07-19": "Revolution Day", "2002-09-14": "Battle of San Jacinto Day", "2002-09-15": "Independence Day", - "2002-12-08": "Virgin's Day", + "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", @@ -454,7 +454,7 @@ "2003-07-19": "Revolution Day", "2003-09-14": "Battle of San Jacinto Day", "2003-09-15": "Independence Day", - "2003-12-08": "Virgin's Day", + "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", @@ -463,7 +463,7 @@ "2004-07-19": "Revolution Day", "2004-09-14": "Battle of San Jacinto Day", "2004-09-15": "Independence Day", - "2004-12-08": "Virgin's Day", + "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", @@ -472,7 +472,7 @@ "2005-07-19": "Revolution Day", "2005-09-14": "Battle of San Jacinto Day", "2005-09-15": "Independence Day", - "2005-12-08": "Virgin's Day", + "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", @@ -481,7 +481,7 @@ "2006-07-19": "Revolution Day", "2006-09-14": "Battle of San Jacinto Day", "2006-09-15": "Independence Day", - "2006-12-08": "Virgin's Day", + "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", @@ -490,7 +490,7 @@ "2007-07-19": "Revolution Day", "2007-09-14": "Battle of San Jacinto Day", "2007-09-15": "Independence Day", - "2007-12-08": "Virgin's Day", + "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", @@ -499,7 +499,7 @@ "2008-07-19": "Revolution Day", "2008-09-14": "Battle of San Jacinto Day", "2008-09-15": "Independence Day", - "2008-12-08": "Virgin's Day", + "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", @@ -508,7 +508,7 @@ "2009-07-19": "Revolution Day", "2009-09-14": "Battle of San Jacinto Day", "2009-09-15": "Independence Day", - "2009-12-08": "Virgin's Day", + "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", @@ -517,7 +517,7 @@ "2010-07-19": "Revolution Day", "2010-09-14": "Battle of San Jacinto Day", "2010-09-15": "Independence Day", - "2010-12-08": "Virgin's Day", + "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", @@ -526,7 +526,7 @@ "2011-07-19": "Revolution Day", "2011-09-14": "Battle of San Jacinto Day", "2011-09-15": "Independence Day", - "2011-12-08": "Virgin's Day", + "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", @@ -535,7 +535,7 @@ "2012-07-19": "Revolution Day", "2012-09-14": "Battle of San Jacinto Day", "2012-09-15": "Independence Day", - "2012-12-08": "Virgin's Day", + "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", @@ -544,7 +544,7 @@ "2013-07-19": "Revolution Day", "2013-09-14": "Battle of San Jacinto Day", "2013-09-15": "Independence Day", - "2013-12-08": "Virgin's Day", + "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", @@ -553,7 +553,7 @@ "2014-07-19": "Revolution Day", "2014-09-14": "Battle of San Jacinto Day", "2014-09-15": "Independence Day", - "2014-12-08": "Virgin's Day", + "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", @@ -562,7 +562,7 @@ "2015-07-19": "Revolution Day", "2015-09-14": "Battle of San Jacinto Day", "2015-09-15": "Independence Day", - "2015-12-08": "Virgin's Day", + "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", @@ -571,7 +571,7 @@ "2016-07-19": "Revolution Day", "2016-09-14": "Battle of San Jacinto Day", "2016-09-15": "Independence Day", - "2016-12-08": "Virgin's Day", + "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", @@ -580,7 +580,7 @@ "2017-07-19": "Revolution Day", "2017-09-14": "Battle of San Jacinto Day", "2017-09-15": "Independence Day", - "2017-12-08": "Virgin's Day", + "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", @@ -589,7 +589,7 @@ "2018-07-19": "Revolution Day", "2018-09-14": "Battle of San Jacinto Day", "2018-09-15": "Independence Day", - "2018-12-08": "Virgin's Day", + "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", @@ -598,7 +598,7 @@ "2019-07-19": "Revolution Day", "2019-09-14": "Battle of San Jacinto Day", "2019-09-15": "Independence Day", - "2019-12-08": "Virgin's Day", + "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", @@ -607,7 +607,7 @@ "2020-07-19": "Revolution Day", "2020-09-14": "Battle of San Jacinto Day", "2020-09-15": "Independence Day", - "2020-12-08": "Virgin's Day", + "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", @@ -616,7 +616,7 @@ "2021-07-19": "Revolution Day", "2021-09-14": "Battle of San Jacinto Day", "2021-09-15": "Independence Day", - "2021-12-08": "Virgin's Day", + "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", @@ -626,7 +626,7 @@ "2022-07-19": "Revolution Day", "2022-09-14": "Battle of San Jacinto Day", "2022-09-15": "Independence Day", - "2022-12-08": "Virgin's Day", + "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", @@ -636,7 +636,7 @@ "2023-07-19": "Revolution Day", "2023-09-14": "Battle of San Jacinto Day", "2023-09-15": "Independence Day", - "2023-12-08": "Virgin's Day", + "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", @@ -646,7 +646,7 @@ "2024-07-19": "Revolution Day", "2024-09-14": "Battle of San Jacinto Day", "2024-09-15": "Independence Day", - "2024-12-08": "Virgin's Day", + "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", @@ -656,7 +656,7 @@ "2025-07-19": "Revolution Day", "2025-09-14": "Battle of San Jacinto Day", "2025-09-15": "Independence Day", - "2025-12-08": "Virgin's Day", + "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", @@ -666,7 +666,7 @@ "2026-07-19": "Revolution Day", "2026-09-14": "Battle of San Jacinto Day", "2026-09-15": "Independence Day", - "2026-12-08": "Virgin's Day", + "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", @@ -676,7 +676,7 @@ "2027-07-19": "Revolution Day", "2027-09-14": "Battle of San Jacinto Day", "2027-09-15": "Independence Day", - "2027-12-08": "Virgin's Day", + "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", @@ -686,7 +686,7 @@ "2028-07-19": "Revolution Day", "2028-09-14": "Battle of San Jacinto Day", "2028-09-15": "Independence Day", - "2028-12-08": "Virgin's Day", + "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", @@ -696,7 +696,7 @@ "2029-07-19": "Revolution Day", "2029-09-14": "Battle of San Jacinto Day", "2029-09-15": "Independence Day", - "2029-12-08": "Virgin's Day", + "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", @@ -706,7 +706,7 @@ "2030-07-19": "Revolution Day", "2030-09-14": "Battle of San Jacinto Day", "2030-09-15": "Independence Day", - "2030-12-08": "Virgin's Day", + "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", @@ -716,7 +716,7 @@ "2031-07-19": "Revolution Day", "2031-09-14": "Battle of San Jacinto Day", "2031-09-15": "Independence Day", - "2031-12-08": "Virgin's Day", + "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", @@ -726,7 +726,7 @@ "2032-07-19": "Revolution Day", "2032-09-14": "Battle of San Jacinto Day", "2032-09-15": "Independence Day", - "2032-12-08": "Virgin's Day", + "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", @@ -736,7 +736,7 @@ "2033-07-19": "Revolution Day", "2033-09-14": "Battle of San Jacinto Day", "2033-09-15": "Independence Day", - "2033-12-08": "Virgin's Day", + "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", @@ -746,7 +746,7 @@ "2034-07-19": "Revolution Day", "2034-09-14": "Battle of San Jacinto Day", "2034-09-15": "Independence Day", - "2034-12-08": "Virgin's Day", + "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", @@ -756,7 +756,7 @@ "2035-07-19": "Revolution Day", "2035-09-14": "Battle of San Jacinto Day", "2035-09-15": "Independence Day", - "2035-12-08": "Virgin's Day", + "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", @@ -766,7 +766,7 @@ "2036-07-19": "Revolution Day", "2036-09-14": "Battle of San Jacinto Day", "2036-09-15": "Independence Day", - "2036-12-08": "Virgin's Day", + "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", @@ -776,7 +776,7 @@ "2037-07-19": "Revolution Day", "2037-09-14": "Battle of San Jacinto Day", "2037-09-15": "Independence Day", - "2037-12-08": "Virgin's Day", + "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", @@ -786,7 +786,7 @@ "2038-07-19": "Revolution Day", "2038-09-14": "Battle of San Jacinto Day", "2038-09-15": "Independence Day", - "2038-12-08": "Virgin's Day", + "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", @@ -796,7 +796,7 @@ "2039-07-19": "Revolution Day", "2039-09-14": "Battle of San Jacinto Day", "2039-09-15": "Independence Day", - "2039-12-08": "Virgin's Day", + "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", @@ -806,7 +806,7 @@ "2040-07-19": "Revolution Day", "2040-09-14": "Battle of San Jacinto Day", "2040-09-15": "Independence Day", - "2040-12-08": "Virgin's Day", + "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", @@ -816,7 +816,7 @@ "2041-07-19": "Revolution Day", "2041-09-14": "Battle of San Jacinto Day", "2041-09-15": "Independence Day", - "2041-12-08": "Virgin's Day", + "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", @@ -826,7 +826,7 @@ "2042-07-19": "Revolution Day", "2042-09-14": "Battle of San Jacinto Day", "2042-09-15": "Independence Day", - "2042-12-08": "Virgin's Day", + "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", @@ -836,7 +836,7 @@ "2043-07-19": "Revolution Day", "2043-09-14": "Battle of San Jacinto Day", "2043-09-15": "Independence Day", - "2043-12-08": "Virgin's Day", + "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", @@ -846,7 +846,7 @@ "2044-07-19": "Revolution Day", "2044-09-14": "Battle of San Jacinto Day", "2044-09-15": "Independence Day", - "2044-12-08": "Virgin's Day", + "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", @@ -856,7 +856,7 @@ "2045-07-19": "Revolution Day", "2045-09-14": "Battle of San Jacinto Day", "2045-09-15": "Independence Day", - "2045-12-08": "Virgin's Day", + "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", @@ -866,7 +866,7 @@ "2046-07-19": "Revolution Day", "2046-09-14": "Battle of San Jacinto Day", "2046-09-15": "Independence Day", - "2046-12-08": "Virgin's Day", + "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", @@ -876,7 +876,7 @@ "2047-07-19": "Revolution Day", "2047-09-14": "Battle of San Jacinto Day", "2047-09-15": "Independence Day", - "2047-12-08": "Virgin's Day", + "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", @@ -886,7 +886,7 @@ "2048-07-19": "Revolution Day", "2048-09-14": "Battle of San Jacinto Day", "2048-09-15": "Independence Day", - "2048-12-08": "Virgin's Day", + "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", @@ -896,7 +896,7 @@ "2049-07-19": "Revolution Day", "2049-09-14": "Battle of San Jacinto Day", "2049-09-15": "Independence Day", - "2049-12-08": "Virgin's Day", + "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", @@ -906,6 +906,6 @@ "2050-07-19": "Revolution Day", "2050-09-14": "Battle of San Jacinto Day", "2050-09-15": "Independence Day", - "2050-12-08": "Virgin's Day", + "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } diff --git a/snapshots/countries/NI_GR.json b/snapshots/countries/NI_GR.json index 245acbf28..f9c681361 100644 --- a/snapshots/countries/NI_GR.json +++ b/snapshots/countries/NI_GR.json @@ -5,7 +5,7 @@ "1950-05-01": "Labor Day", "1950-09-14": "Battle of San Jacinto Day", "1950-09-15": "Independence Day", - "1950-12-08": "Virgin's Day", + "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", @@ -13,7 +13,7 @@ "1951-05-01": "Labor Day", "1951-09-14": "Battle of San Jacinto Day", "1951-09-15": "Independence Day", - "1951-12-08": "Virgin's Day", + "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", @@ -21,7 +21,7 @@ "1952-05-01": "Labor Day", "1952-09-14": "Battle of San Jacinto Day", "1952-09-15": "Independence Day", - "1952-12-08": "Virgin's Day", + "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", @@ -29,7 +29,7 @@ "1953-05-01": "Labor Day", "1953-09-14": "Battle of San Jacinto Day", "1953-09-15": "Independence Day", - "1953-12-08": "Virgin's Day", + "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", @@ -37,7 +37,7 @@ "1954-05-01": "Labor Day", "1954-09-14": "Battle of San Jacinto Day", "1954-09-15": "Independence Day", - "1954-12-08": "Virgin's Day", + "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", @@ -45,7 +45,7 @@ "1955-05-01": "Labor Day", "1955-09-14": "Battle of San Jacinto Day", "1955-09-15": "Independence Day", - "1955-12-08": "Virgin's Day", + "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", @@ -53,7 +53,7 @@ "1956-05-01": "Labor Day", "1956-09-14": "Battle of San Jacinto Day", "1956-09-15": "Independence Day", - "1956-12-08": "Virgin's Day", + "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", @@ -61,7 +61,7 @@ "1957-05-01": "Labor Day", "1957-09-14": "Battle of San Jacinto Day", "1957-09-15": "Independence Day", - "1957-12-08": "Virgin's Day", + "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", @@ -69,7 +69,7 @@ "1958-05-01": "Labor Day", "1958-09-14": "Battle of San Jacinto Day", "1958-09-15": "Independence Day", - "1958-12-08": "Virgin's Day", + "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", @@ -77,7 +77,7 @@ "1959-05-01": "Labor Day", "1959-09-14": "Battle of San Jacinto Day", "1959-09-15": "Independence Day", - "1959-12-08": "Virgin's Day", + "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", @@ -85,7 +85,7 @@ "1960-05-01": "Labor Day", "1960-09-14": "Battle of San Jacinto Day", "1960-09-15": "Independence Day", - "1960-12-08": "Virgin's Day", + "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", @@ -93,7 +93,7 @@ "1961-05-01": "Labor Day", "1961-09-14": "Battle of San Jacinto Day", "1961-09-15": "Independence Day", - "1961-12-08": "Virgin's Day", + "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", @@ -101,7 +101,7 @@ "1962-05-01": "Labor Day", "1962-09-14": "Battle of San Jacinto Day", "1962-09-15": "Independence Day", - "1962-12-08": "Virgin's Day", + "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", @@ -109,7 +109,7 @@ "1963-05-01": "Labor Day", "1963-09-14": "Battle of San Jacinto Day", "1963-09-15": "Independence Day", - "1963-12-08": "Virgin's Day", + "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", @@ -117,7 +117,7 @@ "1964-05-01": "Labor Day", "1964-09-14": "Battle of San Jacinto Day", "1964-09-15": "Independence Day", - "1964-12-08": "Virgin's Day", + "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", @@ -125,7 +125,7 @@ "1965-05-01": "Labor Day", "1965-09-14": "Battle of San Jacinto Day", "1965-09-15": "Independence Day", - "1965-12-08": "Virgin's Day", + "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", @@ -133,7 +133,7 @@ "1966-05-01": "Labor Day", "1966-09-14": "Battle of San Jacinto Day", "1966-09-15": "Independence Day", - "1966-12-08": "Virgin's Day", + "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", @@ -141,7 +141,7 @@ "1967-05-01": "Labor Day", "1967-09-14": "Battle of San Jacinto Day", "1967-09-15": "Independence Day", - "1967-12-08": "Virgin's Day", + "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", @@ -149,7 +149,7 @@ "1968-05-01": "Labor Day", "1968-09-14": "Battle of San Jacinto Day", "1968-09-15": "Independence Day", - "1968-12-08": "Virgin's Day", + "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", @@ -157,7 +157,7 @@ "1969-05-01": "Labor Day", "1969-09-14": "Battle of San Jacinto Day", "1969-09-15": "Independence Day", - "1969-12-08": "Virgin's Day", + "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", @@ -165,7 +165,7 @@ "1970-05-01": "Labor Day", "1970-09-14": "Battle of San Jacinto Day", "1970-09-15": "Independence Day", - "1970-12-08": "Virgin's Day", + "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", @@ -173,7 +173,7 @@ "1971-05-01": "Labor Day", "1971-09-14": "Battle of San Jacinto Day", "1971-09-15": "Independence Day", - "1971-12-08": "Virgin's Day", + "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", @@ -181,7 +181,7 @@ "1972-05-01": "Labor Day", "1972-09-14": "Battle of San Jacinto Day", "1972-09-15": "Independence Day", - "1972-12-08": "Virgin's Day", + "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", @@ -189,7 +189,7 @@ "1973-05-01": "Labor Day", "1973-09-14": "Battle of San Jacinto Day", "1973-09-15": "Independence Day", - "1973-12-08": "Virgin's Day", + "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", @@ -197,7 +197,7 @@ "1974-05-01": "Labor Day", "1974-09-14": "Battle of San Jacinto Day", "1974-09-15": "Independence Day", - "1974-12-08": "Virgin's Day", + "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", @@ -205,7 +205,7 @@ "1975-05-01": "Labor Day", "1975-09-14": "Battle of San Jacinto Day", "1975-09-15": "Independence Day", - "1975-12-08": "Virgin's Day", + "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", @@ -213,7 +213,7 @@ "1976-05-01": "Labor Day", "1976-09-14": "Battle of San Jacinto Day", "1976-09-15": "Independence Day", - "1976-12-08": "Virgin's Day", + "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", @@ -221,7 +221,7 @@ "1977-05-01": "Labor Day", "1977-09-14": "Battle of San Jacinto Day", "1977-09-15": "Independence Day", - "1977-12-08": "Virgin's Day", + "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", @@ -229,7 +229,7 @@ "1978-05-01": "Labor Day", "1978-09-14": "Battle of San Jacinto Day", "1978-09-15": "Independence Day", - "1978-12-08": "Virgin's Day", + "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", @@ -238,7 +238,7 @@ "1979-07-19": "Revolution Day", "1979-09-14": "Battle of San Jacinto Day", "1979-09-15": "Independence Day", - "1979-12-08": "Virgin's Day", + "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", @@ -247,7 +247,7 @@ "1980-07-19": "Revolution Day", "1980-09-14": "Battle of San Jacinto Day", "1980-09-15": "Independence Day", - "1980-12-08": "Virgin's Day", + "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", @@ -256,7 +256,7 @@ "1981-07-19": "Revolution Day", "1981-09-14": "Battle of San Jacinto Day", "1981-09-15": "Independence Day", - "1981-12-08": "Virgin's Day", + "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", @@ -265,7 +265,7 @@ "1982-07-19": "Revolution Day", "1982-09-14": "Battle of San Jacinto Day", "1982-09-15": "Independence Day", - "1982-12-08": "Virgin's Day", + "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", @@ -274,7 +274,7 @@ "1983-07-19": "Revolution Day", "1983-09-14": "Battle of San Jacinto Day", "1983-09-15": "Independence Day", - "1983-12-08": "Virgin's Day", + "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", @@ -283,7 +283,7 @@ "1984-07-19": "Revolution Day", "1984-09-14": "Battle of San Jacinto Day", "1984-09-15": "Independence Day", - "1984-12-08": "Virgin's Day", + "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", @@ -292,7 +292,7 @@ "1985-07-19": "Revolution Day", "1985-09-14": "Battle of San Jacinto Day", "1985-09-15": "Independence Day", - "1985-12-08": "Virgin's Day", + "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", @@ -301,7 +301,7 @@ "1986-07-19": "Revolution Day", "1986-09-14": "Battle of San Jacinto Day", "1986-09-15": "Independence Day", - "1986-12-08": "Virgin's Day", + "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", @@ -310,7 +310,7 @@ "1987-07-19": "Revolution Day", "1987-09-14": "Battle of San Jacinto Day", "1987-09-15": "Independence Day", - "1987-12-08": "Virgin's Day", + "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", @@ -319,7 +319,7 @@ "1988-07-19": "Revolution Day", "1988-09-14": "Battle of San Jacinto Day", "1988-09-15": "Independence Day", - "1988-12-08": "Virgin's Day", + "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", @@ -328,7 +328,7 @@ "1989-07-19": "Revolution Day", "1989-09-14": "Battle of San Jacinto Day", "1989-09-15": "Independence Day", - "1989-12-08": "Virgin's Day", + "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", @@ -337,7 +337,7 @@ "1990-07-19": "Revolution Day", "1990-09-14": "Battle of San Jacinto Day", "1990-09-15": "Independence Day", - "1990-12-08": "Virgin's Day", + "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", @@ -346,7 +346,7 @@ "1991-07-19": "Revolution Day", "1991-09-14": "Battle of San Jacinto Day", "1991-09-15": "Independence Day", - "1991-12-08": "Virgin's Day", + "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", @@ -355,7 +355,7 @@ "1992-07-19": "Revolution Day", "1992-09-14": "Battle of San Jacinto Day", "1992-09-15": "Independence Day", - "1992-12-08": "Virgin's Day", + "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", @@ -364,7 +364,7 @@ "1993-07-19": "Revolution Day", "1993-09-14": "Battle of San Jacinto Day", "1993-09-15": "Independence Day", - "1993-12-08": "Virgin's Day", + "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", @@ -373,7 +373,7 @@ "1994-07-19": "Revolution Day", "1994-09-14": "Battle of San Jacinto Day", "1994-09-15": "Independence Day", - "1994-12-08": "Virgin's Day", + "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", @@ -382,7 +382,7 @@ "1995-07-19": "Revolution Day", "1995-09-14": "Battle of San Jacinto Day", "1995-09-15": "Independence Day", - "1995-12-08": "Virgin's Day", + "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", @@ -391,7 +391,7 @@ "1996-07-19": "Revolution Day", "1996-09-14": "Battle of San Jacinto Day", "1996-09-15": "Independence Day", - "1996-12-08": "Virgin's Day", + "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", @@ -400,7 +400,7 @@ "1997-07-19": "Revolution Day", "1997-09-14": "Battle of San Jacinto Day", "1997-09-15": "Independence Day", - "1997-12-08": "Virgin's Day", + "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", @@ -409,7 +409,7 @@ "1998-07-19": "Revolution Day", "1998-09-14": "Battle of San Jacinto Day", "1998-09-15": "Independence Day", - "1998-12-08": "Virgin's Day", + "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", @@ -418,7 +418,7 @@ "1999-07-19": "Revolution Day", "1999-09-14": "Battle of San Jacinto Day", "1999-09-15": "Independence Day", - "1999-12-08": "Virgin's Day", + "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", @@ -427,7 +427,7 @@ "2000-07-19": "Revolution Day", "2000-09-14": "Battle of San Jacinto Day", "2000-09-15": "Independence Day", - "2000-12-08": "Virgin's Day", + "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", @@ -436,7 +436,7 @@ "2001-07-19": "Revolution Day", "2001-09-14": "Battle of San Jacinto Day", "2001-09-15": "Independence Day", - "2001-12-08": "Virgin's Day", + "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", @@ -445,7 +445,7 @@ "2002-07-19": "Revolution Day", "2002-09-14": "Battle of San Jacinto Day", "2002-09-15": "Independence Day", - "2002-12-08": "Virgin's Day", + "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", @@ -454,7 +454,7 @@ "2003-07-19": "Revolution Day", "2003-09-14": "Battle of San Jacinto Day", "2003-09-15": "Independence Day", - "2003-12-08": "Virgin's Day", + "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", @@ -463,7 +463,7 @@ "2004-07-19": "Revolution Day", "2004-09-14": "Battle of San Jacinto Day", "2004-09-15": "Independence Day", - "2004-12-08": "Virgin's Day", + "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", @@ -472,7 +472,7 @@ "2005-07-19": "Revolution Day", "2005-09-14": "Battle of San Jacinto Day", "2005-09-15": "Independence Day", - "2005-12-08": "Virgin's Day", + "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", @@ -481,7 +481,7 @@ "2006-07-19": "Revolution Day", "2006-09-14": "Battle of San Jacinto Day", "2006-09-15": "Independence Day", - "2006-12-08": "Virgin's Day", + "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", @@ -490,7 +490,7 @@ "2007-07-19": "Revolution Day", "2007-09-14": "Battle of San Jacinto Day", "2007-09-15": "Independence Day", - "2007-12-08": "Virgin's Day", + "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", @@ -499,7 +499,7 @@ "2008-07-19": "Revolution Day", "2008-09-14": "Battle of San Jacinto Day", "2008-09-15": "Independence Day", - "2008-12-08": "Virgin's Day", + "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", @@ -508,7 +508,7 @@ "2009-07-19": "Revolution Day", "2009-09-14": "Battle of San Jacinto Day", "2009-09-15": "Independence Day", - "2009-12-08": "Virgin's Day", + "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", @@ -517,7 +517,7 @@ "2010-07-19": "Revolution Day", "2010-09-14": "Battle of San Jacinto Day", "2010-09-15": "Independence Day", - "2010-12-08": "Virgin's Day", + "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", @@ -526,7 +526,7 @@ "2011-07-19": "Revolution Day", "2011-09-14": "Battle of San Jacinto Day", "2011-09-15": "Independence Day", - "2011-12-08": "Virgin's Day", + "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", @@ -535,7 +535,7 @@ "2012-07-19": "Revolution Day", "2012-09-14": "Battle of San Jacinto Day", "2012-09-15": "Independence Day", - "2012-12-08": "Virgin's Day", + "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", @@ -544,7 +544,7 @@ "2013-07-19": "Revolution Day", "2013-09-14": "Battle of San Jacinto Day", "2013-09-15": "Independence Day", - "2013-12-08": "Virgin's Day", + "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", @@ -553,7 +553,7 @@ "2014-07-19": "Revolution Day", "2014-09-14": "Battle of San Jacinto Day", "2014-09-15": "Independence Day", - "2014-12-08": "Virgin's Day", + "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", @@ -562,7 +562,7 @@ "2015-07-19": "Revolution Day", "2015-09-14": "Battle of San Jacinto Day", "2015-09-15": "Independence Day", - "2015-12-08": "Virgin's Day", + "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", @@ -571,7 +571,7 @@ "2016-07-19": "Revolution Day", "2016-09-14": "Battle of San Jacinto Day", "2016-09-15": "Independence Day", - "2016-12-08": "Virgin's Day", + "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", @@ -580,7 +580,7 @@ "2017-07-19": "Revolution Day", "2017-09-14": "Battle of San Jacinto Day", "2017-09-15": "Independence Day", - "2017-12-08": "Virgin's Day", + "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", @@ -589,7 +589,7 @@ "2018-07-19": "Revolution Day", "2018-09-14": "Battle of San Jacinto Day", "2018-09-15": "Independence Day", - "2018-12-08": "Virgin's Day", + "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", @@ -598,7 +598,7 @@ "2019-07-19": "Revolution Day", "2019-09-14": "Battle of San Jacinto Day", "2019-09-15": "Independence Day", - "2019-12-08": "Virgin's Day", + "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", @@ -607,7 +607,7 @@ "2020-07-19": "Revolution Day", "2020-09-14": "Battle of San Jacinto Day", "2020-09-15": "Independence Day", - "2020-12-08": "Virgin's Day", + "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", @@ -616,7 +616,7 @@ "2021-07-19": "Revolution Day", "2021-09-14": "Battle of San Jacinto Day", "2021-09-15": "Independence Day", - "2021-12-08": "Virgin's Day", + "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", @@ -626,7 +626,7 @@ "2022-07-19": "Revolution Day", "2022-09-14": "Battle of San Jacinto Day", "2022-09-15": "Independence Day", - "2022-12-08": "Virgin's Day", + "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", @@ -636,7 +636,7 @@ "2023-07-19": "Revolution Day", "2023-09-14": "Battle of San Jacinto Day", "2023-09-15": "Independence Day", - "2023-12-08": "Virgin's Day", + "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", @@ -646,7 +646,7 @@ "2024-07-19": "Revolution Day", "2024-09-14": "Battle of San Jacinto Day", "2024-09-15": "Independence Day", - "2024-12-08": "Virgin's Day", + "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", @@ -656,7 +656,7 @@ "2025-07-19": "Revolution Day", "2025-09-14": "Battle of San Jacinto Day", "2025-09-15": "Independence Day", - "2025-12-08": "Virgin's Day", + "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", @@ -666,7 +666,7 @@ "2026-07-19": "Revolution Day", "2026-09-14": "Battle of San Jacinto Day", "2026-09-15": "Independence Day", - "2026-12-08": "Virgin's Day", + "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", @@ -676,7 +676,7 @@ "2027-07-19": "Revolution Day", "2027-09-14": "Battle of San Jacinto Day", "2027-09-15": "Independence Day", - "2027-12-08": "Virgin's Day", + "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", @@ -686,7 +686,7 @@ "2028-07-19": "Revolution Day", "2028-09-14": "Battle of San Jacinto Day", "2028-09-15": "Independence Day", - "2028-12-08": "Virgin's Day", + "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", @@ -696,7 +696,7 @@ "2029-07-19": "Revolution Day", "2029-09-14": "Battle of San Jacinto Day", "2029-09-15": "Independence Day", - "2029-12-08": "Virgin's Day", + "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", @@ -706,7 +706,7 @@ "2030-07-19": "Revolution Day", "2030-09-14": "Battle of San Jacinto Day", "2030-09-15": "Independence Day", - "2030-12-08": "Virgin's Day", + "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", @@ -716,7 +716,7 @@ "2031-07-19": "Revolution Day", "2031-09-14": "Battle of San Jacinto Day", "2031-09-15": "Independence Day", - "2031-12-08": "Virgin's Day", + "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", @@ -726,7 +726,7 @@ "2032-07-19": "Revolution Day", "2032-09-14": "Battle of San Jacinto Day", "2032-09-15": "Independence Day", - "2032-12-08": "Virgin's Day", + "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", @@ -736,7 +736,7 @@ "2033-07-19": "Revolution Day", "2033-09-14": "Battle of San Jacinto Day", "2033-09-15": "Independence Day", - "2033-12-08": "Virgin's Day", + "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", @@ -746,7 +746,7 @@ "2034-07-19": "Revolution Day", "2034-09-14": "Battle of San Jacinto Day", "2034-09-15": "Independence Day", - "2034-12-08": "Virgin's Day", + "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", @@ -756,7 +756,7 @@ "2035-07-19": "Revolution Day", "2035-09-14": "Battle of San Jacinto Day", "2035-09-15": "Independence Day", - "2035-12-08": "Virgin's Day", + "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", @@ -766,7 +766,7 @@ "2036-07-19": "Revolution Day", "2036-09-14": "Battle of San Jacinto Day", "2036-09-15": "Independence Day", - "2036-12-08": "Virgin's Day", + "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", @@ -776,7 +776,7 @@ "2037-07-19": "Revolution Day", "2037-09-14": "Battle of San Jacinto Day", "2037-09-15": "Independence Day", - "2037-12-08": "Virgin's Day", + "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", @@ -786,7 +786,7 @@ "2038-07-19": "Revolution Day", "2038-09-14": "Battle of San Jacinto Day", "2038-09-15": "Independence Day", - "2038-12-08": "Virgin's Day", + "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", @@ -796,7 +796,7 @@ "2039-07-19": "Revolution Day", "2039-09-14": "Battle of San Jacinto Day", "2039-09-15": "Independence Day", - "2039-12-08": "Virgin's Day", + "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", @@ -806,7 +806,7 @@ "2040-07-19": "Revolution Day", "2040-09-14": "Battle of San Jacinto Day", "2040-09-15": "Independence Day", - "2040-12-08": "Virgin's Day", + "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", @@ -816,7 +816,7 @@ "2041-07-19": "Revolution Day", "2041-09-14": "Battle of San Jacinto Day", "2041-09-15": "Independence Day", - "2041-12-08": "Virgin's Day", + "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", @@ -826,7 +826,7 @@ "2042-07-19": "Revolution Day", "2042-09-14": "Battle of San Jacinto Day", "2042-09-15": "Independence Day", - "2042-12-08": "Virgin's Day", + "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", @@ -836,7 +836,7 @@ "2043-07-19": "Revolution Day", "2043-09-14": "Battle of San Jacinto Day", "2043-09-15": "Independence Day", - "2043-12-08": "Virgin's Day", + "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", @@ -846,7 +846,7 @@ "2044-07-19": "Revolution Day", "2044-09-14": "Battle of San Jacinto Day", "2044-09-15": "Independence Day", - "2044-12-08": "Virgin's Day", + "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", @@ -856,7 +856,7 @@ "2045-07-19": "Revolution Day", "2045-09-14": "Battle of San Jacinto Day", "2045-09-15": "Independence Day", - "2045-12-08": "Virgin's Day", + "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", @@ -866,7 +866,7 @@ "2046-07-19": "Revolution Day", "2046-09-14": "Battle of San Jacinto Day", "2046-09-15": "Independence Day", - "2046-12-08": "Virgin's Day", + "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", @@ -876,7 +876,7 @@ "2047-07-19": "Revolution Day", "2047-09-14": "Battle of San Jacinto Day", "2047-09-15": "Independence Day", - "2047-12-08": "Virgin's Day", + "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", @@ -886,7 +886,7 @@ "2048-07-19": "Revolution Day", "2048-09-14": "Battle of San Jacinto Day", "2048-09-15": "Independence Day", - "2048-12-08": "Virgin's Day", + "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", @@ -896,7 +896,7 @@ "2049-07-19": "Revolution Day", "2049-09-14": "Battle of San Jacinto Day", "2049-09-15": "Independence Day", - "2049-12-08": "Virgin's Day", + "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", @@ -906,6 +906,6 @@ "2050-07-19": "Revolution Day", "2050-09-14": "Battle of San Jacinto Day", "2050-09-15": "Independence Day", - "2050-12-08": "Virgin's Day", + "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } diff --git a/snapshots/countries/NI_JI.json b/snapshots/countries/NI_JI.json index 245acbf28..f9c681361 100644 --- a/snapshots/countries/NI_JI.json +++ b/snapshots/countries/NI_JI.json @@ -5,7 +5,7 @@ "1950-05-01": "Labor Day", "1950-09-14": "Battle of San Jacinto Day", "1950-09-15": "Independence Day", - "1950-12-08": "Virgin's Day", + "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", @@ -13,7 +13,7 @@ "1951-05-01": "Labor Day", "1951-09-14": "Battle of San Jacinto Day", "1951-09-15": "Independence Day", - "1951-12-08": "Virgin's Day", + "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", @@ -21,7 +21,7 @@ "1952-05-01": "Labor Day", "1952-09-14": "Battle of San Jacinto Day", "1952-09-15": "Independence Day", - "1952-12-08": "Virgin's Day", + "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", @@ -29,7 +29,7 @@ "1953-05-01": "Labor Day", "1953-09-14": "Battle of San Jacinto Day", "1953-09-15": "Independence Day", - "1953-12-08": "Virgin's Day", + "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", @@ -37,7 +37,7 @@ "1954-05-01": "Labor Day", "1954-09-14": "Battle of San Jacinto Day", "1954-09-15": "Independence Day", - "1954-12-08": "Virgin's Day", + "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", @@ -45,7 +45,7 @@ "1955-05-01": "Labor Day", "1955-09-14": "Battle of San Jacinto Day", "1955-09-15": "Independence Day", - "1955-12-08": "Virgin's Day", + "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", @@ -53,7 +53,7 @@ "1956-05-01": "Labor Day", "1956-09-14": "Battle of San Jacinto Day", "1956-09-15": "Independence Day", - "1956-12-08": "Virgin's Day", + "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", @@ -61,7 +61,7 @@ "1957-05-01": "Labor Day", "1957-09-14": "Battle of San Jacinto Day", "1957-09-15": "Independence Day", - "1957-12-08": "Virgin's Day", + "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", @@ -69,7 +69,7 @@ "1958-05-01": "Labor Day", "1958-09-14": "Battle of San Jacinto Day", "1958-09-15": "Independence Day", - "1958-12-08": "Virgin's Day", + "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", @@ -77,7 +77,7 @@ "1959-05-01": "Labor Day", "1959-09-14": "Battle of San Jacinto Day", "1959-09-15": "Independence Day", - "1959-12-08": "Virgin's Day", + "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", @@ -85,7 +85,7 @@ "1960-05-01": "Labor Day", "1960-09-14": "Battle of San Jacinto Day", "1960-09-15": "Independence Day", - "1960-12-08": "Virgin's Day", + "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", @@ -93,7 +93,7 @@ "1961-05-01": "Labor Day", "1961-09-14": "Battle of San Jacinto Day", "1961-09-15": "Independence Day", - "1961-12-08": "Virgin's Day", + "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", @@ -101,7 +101,7 @@ "1962-05-01": "Labor Day", "1962-09-14": "Battle of San Jacinto Day", "1962-09-15": "Independence Day", - "1962-12-08": "Virgin's Day", + "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", @@ -109,7 +109,7 @@ "1963-05-01": "Labor Day", "1963-09-14": "Battle of San Jacinto Day", "1963-09-15": "Independence Day", - "1963-12-08": "Virgin's Day", + "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", @@ -117,7 +117,7 @@ "1964-05-01": "Labor Day", "1964-09-14": "Battle of San Jacinto Day", "1964-09-15": "Independence Day", - "1964-12-08": "Virgin's Day", + "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", @@ -125,7 +125,7 @@ "1965-05-01": "Labor Day", "1965-09-14": "Battle of San Jacinto Day", "1965-09-15": "Independence Day", - "1965-12-08": "Virgin's Day", + "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", @@ -133,7 +133,7 @@ "1966-05-01": "Labor Day", "1966-09-14": "Battle of San Jacinto Day", "1966-09-15": "Independence Day", - "1966-12-08": "Virgin's Day", + "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", @@ -141,7 +141,7 @@ "1967-05-01": "Labor Day", "1967-09-14": "Battle of San Jacinto Day", "1967-09-15": "Independence Day", - "1967-12-08": "Virgin's Day", + "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", @@ -149,7 +149,7 @@ "1968-05-01": "Labor Day", "1968-09-14": "Battle of San Jacinto Day", "1968-09-15": "Independence Day", - "1968-12-08": "Virgin's Day", + "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", @@ -157,7 +157,7 @@ "1969-05-01": "Labor Day", "1969-09-14": "Battle of San Jacinto Day", "1969-09-15": "Independence Day", - "1969-12-08": "Virgin's Day", + "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", @@ -165,7 +165,7 @@ "1970-05-01": "Labor Day", "1970-09-14": "Battle of San Jacinto Day", "1970-09-15": "Independence Day", - "1970-12-08": "Virgin's Day", + "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", @@ -173,7 +173,7 @@ "1971-05-01": "Labor Day", "1971-09-14": "Battle of San Jacinto Day", "1971-09-15": "Independence Day", - "1971-12-08": "Virgin's Day", + "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", @@ -181,7 +181,7 @@ "1972-05-01": "Labor Day", "1972-09-14": "Battle of San Jacinto Day", "1972-09-15": "Independence Day", - "1972-12-08": "Virgin's Day", + "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", @@ -189,7 +189,7 @@ "1973-05-01": "Labor Day", "1973-09-14": "Battle of San Jacinto Day", "1973-09-15": "Independence Day", - "1973-12-08": "Virgin's Day", + "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", @@ -197,7 +197,7 @@ "1974-05-01": "Labor Day", "1974-09-14": "Battle of San Jacinto Day", "1974-09-15": "Independence Day", - "1974-12-08": "Virgin's Day", + "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", @@ -205,7 +205,7 @@ "1975-05-01": "Labor Day", "1975-09-14": "Battle of San Jacinto Day", "1975-09-15": "Independence Day", - "1975-12-08": "Virgin's Day", + "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", @@ -213,7 +213,7 @@ "1976-05-01": "Labor Day", "1976-09-14": "Battle of San Jacinto Day", "1976-09-15": "Independence Day", - "1976-12-08": "Virgin's Day", + "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", @@ -221,7 +221,7 @@ "1977-05-01": "Labor Day", "1977-09-14": "Battle of San Jacinto Day", "1977-09-15": "Independence Day", - "1977-12-08": "Virgin's Day", + "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", @@ -229,7 +229,7 @@ "1978-05-01": "Labor Day", "1978-09-14": "Battle of San Jacinto Day", "1978-09-15": "Independence Day", - "1978-12-08": "Virgin's Day", + "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", @@ -238,7 +238,7 @@ "1979-07-19": "Revolution Day", "1979-09-14": "Battle of San Jacinto Day", "1979-09-15": "Independence Day", - "1979-12-08": "Virgin's Day", + "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", @@ -247,7 +247,7 @@ "1980-07-19": "Revolution Day", "1980-09-14": "Battle of San Jacinto Day", "1980-09-15": "Independence Day", - "1980-12-08": "Virgin's Day", + "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", @@ -256,7 +256,7 @@ "1981-07-19": "Revolution Day", "1981-09-14": "Battle of San Jacinto Day", "1981-09-15": "Independence Day", - "1981-12-08": "Virgin's Day", + "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", @@ -265,7 +265,7 @@ "1982-07-19": "Revolution Day", "1982-09-14": "Battle of San Jacinto Day", "1982-09-15": "Independence Day", - "1982-12-08": "Virgin's Day", + "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", @@ -274,7 +274,7 @@ "1983-07-19": "Revolution Day", "1983-09-14": "Battle of San Jacinto Day", "1983-09-15": "Independence Day", - "1983-12-08": "Virgin's Day", + "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", @@ -283,7 +283,7 @@ "1984-07-19": "Revolution Day", "1984-09-14": "Battle of San Jacinto Day", "1984-09-15": "Independence Day", - "1984-12-08": "Virgin's Day", + "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", @@ -292,7 +292,7 @@ "1985-07-19": "Revolution Day", "1985-09-14": "Battle of San Jacinto Day", "1985-09-15": "Independence Day", - "1985-12-08": "Virgin's Day", + "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", @@ -301,7 +301,7 @@ "1986-07-19": "Revolution Day", "1986-09-14": "Battle of San Jacinto Day", "1986-09-15": "Independence Day", - "1986-12-08": "Virgin's Day", + "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", @@ -310,7 +310,7 @@ "1987-07-19": "Revolution Day", "1987-09-14": "Battle of San Jacinto Day", "1987-09-15": "Independence Day", - "1987-12-08": "Virgin's Day", + "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", @@ -319,7 +319,7 @@ "1988-07-19": "Revolution Day", "1988-09-14": "Battle of San Jacinto Day", "1988-09-15": "Independence Day", - "1988-12-08": "Virgin's Day", + "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", @@ -328,7 +328,7 @@ "1989-07-19": "Revolution Day", "1989-09-14": "Battle of San Jacinto Day", "1989-09-15": "Independence Day", - "1989-12-08": "Virgin's Day", + "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", @@ -337,7 +337,7 @@ "1990-07-19": "Revolution Day", "1990-09-14": "Battle of San Jacinto Day", "1990-09-15": "Independence Day", - "1990-12-08": "Virgin's Day", + "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", @@ -346,7 +346,7 @@ "1991-07-19": "Revolution Day", "1991-09-14": "Battle of San Jacinto Day", "1991-09-15": "Independence Day", - "1991-12-08": "Virgin's Day", + "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", @@ -355,7 +355,7 @@ "1992-07-19": "Revolution Day", "1992-09-14": "Battle of San Jacinto Day", "1992-09-15": "Independence Day", - "1992-12-08": "Virgin's Day", + "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", @@ -364,7 +364,7 @@ "1993-07-19": "Revolution Day", "1993-09-14": "Battle of San Jacinto Day", "1993-09-15": "Independence Day", - "1993-12-08": "Virgin's Day", + "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", @@ -373,7 +373,7 @@ "1994-07-19": "Revolution Day", "1994-09-14": "Battle of San Jacinto Day", "1994-09-15": "Independence Day", - "1994-12-08": "Virgin's Day", + "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", @@ -382,7 +382,7 @@ "1995-07-19": "Revolution Day", "1995-09-14": "Battle of San Jacinto Day", "1995-09-15": "Independence Day", - "1995-12-08": "Virgin's Day", + "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", @@ -391,7 +391,7 @@ "1996-07-19": "Revolution Day", "1996-09-14": "Battle of San Jacinto Day", "1996-09-15": "Independence Day", - "1996-12-08": "Virgin's Day", + "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", @@ -400,7 +400,7 @@ "1997-07-19": "Revolution Day", "1997-09-14": "Battle of San Jacinto Day", "1997-09-15": "Independence Day", - "1997-12-08": "Virgin's Day", + "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", @@ -409,7 +409,7 @@ "1998-07-19": "Revolution Day", "1998-09-14": "Battle of San Jacinto Day", "1998-09-15": "Independence Day", - "1998-12-08": "Virgin's Day", + "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", @@ -418,7 +418,7 @@ "1999-07-19": "Revolution Day", "1999-09-14": "Battle of San Jacinto Day", "1999-09-15": "Independence Day", - "1999-12-08": "Virgin's Day", + "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", @@ -427,7 +427,7 @@ "2000-07-19": "Revolution Day", "2000-09-14": "Battle of San Jacinto Day", "2000-09-15": "Independence Day", - "2000-12-08": "Virgin's Day", + "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", @@ -436,7 +436,7 @@ "2001-07-19": "Revolution Day", "2001-09-14": "Battle of San Jacinto Day", "2001-09-15": "Independence Day", - "2001-12-08": "Virgin's Day", + "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", @@ -445,7 +445,7 @@ "2002-07-19": "Revolution Day", "2002-09-14": "Battle of San Jacinto Day", "2002-09-15": "Independence Day", - "2002-12-08": "Virgin's Day", + "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", @@ -454,7 +454,7 @@ "2003-07-19": "Revolution Day", "2003-09-14": "Battle of San Jacinto Day", "2003-09-15": "Independence Day", - "2003-12-08": "Virgin's Day", + "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", @@ -463,7 +463,7 @@ "2004-07-19": "Revolution Day", "2004-09-14": "Battle of San Jacinto Day", "2004-09-15": "Independence Day", - "2004-12-08": "Virgin's Day", + "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", @@ -472,7 +472,7 @@ "2005-07-19": "Revolution Day", "2005-09-14": "Battle of San Jacinto Day", "2005-09-15": "Independence Day", - "2005-12-08": "Virgin's Day", + "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", @@ -481,7 +481,7 @@ "2006-07-19": "Revolution Day", "2006-09-14": "Battle of San Jacinto Day", "2006-09-15": "Independence Day", - "2006-12-08": "Virgin's Day", + "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", @@ -490,7 +490,7 @@ "2007-07-19": "Revolution Day", "2007-09-14": "Battle of San Jacinto Day", "2007-09-15": "Independence Day", - "2007-12-08": "Virgin's Day", + "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", @@ -499,7 +499,7 @@ "2008-07-19": "Revolution Day", "2008-09-14": "Battle of San Jacinto Day", "2008-09-15": "Independence Day", - "2008-12-08": "Virgin's Day", + "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", @@ -508,7 +508,7 @@ "2009-07-19": "Revolution Day", "2009-09-14": "Battle of San Jacinto Day", "2009-09-15": "Independence Day", - "2009-12-08": "Virgin's Day", + "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", @@ -517,7 +517,7 @@ "2010-07-19": "Revolution Day", "2010-09-14": "Battle of San Jacinto Day", "2010-09-15": "Independence Day", - "2010-12-08": "Virgin's Day", + "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", @@ -526,7 +526,7 @@ "2011-07-19": "Revolution Day", "2011-09-14": "Battle of San Jacinto Day", "2011-09-15": "Independence Day", - "2011-12-08": "Virgin's Day", + "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", @@ -535,7 +535,7 @@ "2012-07-19": "Revolution Day", "2012-09-14": "Battle of San Jacinto Day", "2012-09-15": "Independence Day", - "2012-12-08": "Virgin's Day", + "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", @@ -544,7 +544,7 @@ "2013-07-19": "Revolution Day", "2013-09-14": "Battle of San Jacinto Day", "2013-09-15": "Independence Day", - "2013-12-08": "Virgin's Day", + "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", @@ -553,7 +553,7 @@ "2014-07-19": "Revolution Day", "2014-09-14": "Battle of San Jacinto Day", "2014-09-15": "Independence Day", - "2014-12-08": "Virgin's Day", + "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", @@ -562,7 +562,7 @@ "2015-07-19": "Revolution Day", "2015-09-14": "Battle of San Jacinto Day", "2015-09-15": "Independence Day", - "2015-12-08": "Virgin's Day", + "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", @@ -571,7 +571,7 @@ "2016-07-19": "Revolution Day", "2016-09-14": "Battle of San Jacinto Day", "2016-09-15": "Independence Day", - "2016-12-08": "Virgin's Day", + "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", @@ -580,7 +580,7 @@ "2017-07-19": "Revolution Day", "2017-09-14": "Battle of San Jacinto Day", "2017-09-15": "Independence Day", - "2017-12-08": "Virgin's Day", + "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", @@ -589,7 +589,7 @@ "2018-07-19": "Revolution Day", "2018-09-14": "Battle of San Jacinto Day", "2018-09-15": "Independence Day", - "2018-12-08": "Virgin's Day", + "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", @@ -598,7 +598,7 @@ "2019-07-19": "Revolution Day", "2019-09-14": "Battle of San Jacinto Day", "2019-09-15": "Independence Day", - "2019-12-08": "Virgin's Day", + "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", @@ -607,7 +607,7 @@ "2020-07-19": "Revolution Day", "2020-09-14": "Battle of San Jacinto Day", "2020-09-15": "Independence Day", - "2020-12-08": "Virgin's Day", + "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", @@ -616,7 +616,7 @@ "2021-07-19": "Revolution Day", "2021-09-14": "Battle of San Jacinto Day", "2021-09-15": "Independence Day", - "2021-12-08": "Virgin's Day", + "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", @@ -626,7 +626,7 @@ "2022-07-19": "Revolution Day", "2022-09-14": "Battle of San Jacinto Day", "2022-09-15": "Independence Day", - "2022-12-08": "Virgin's Day", + "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", @@ -636,7 +636,7 @@ "2023-07-19": "Revolution Day", "2023-09-14": "Battle of San Jacinto Day", "2023-09-15": "Independence Day", - "2023-12-08": "Virgin's Day", + "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", @@ -646,7 +646,7 @@ "2024-07-19": "Revolution Day", "2024-09-14": "Battle of San Jacinto Day", "2024-09-15": "Independence Day", - "2024-12-08": "Virgin's Day", + "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", @@ -656,7 +656,7 @@ "2025-07-19": "Revolution Day", "2025-09-14": "Battle of San Jacinto Day", "2025-09-15": "Independence Day", - "2025-12-08": "Virgin's Day", + "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", @@ -666,7 +666,7 @@ "2026-07-19": "Revolution Day", "2026-09-14": "Battle of San Jacinto Day", "2026-09-15": "Independence Day", - "2026-12-08": "Virgin's Day", + "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", @@ -676,7 +676,7 @@ "2027-07-19": "Revolution Day", "2027-09-14": "Battle of San Jacinto Day", "2027-09-15": "Independence Day", - "2027-12-08": "Virgin's Day", + "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", @@ -686,7 +686,7 @@ "2028-07-19": "Revolution Day", "2028-09-14": "Battle of San Jacinto Day", "2028-09-15": "Independence Day", - "2028-12-08": "Virgin's Day", + "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", @@ -696,7 +696,7 @@ "2029-07-19": "Revolution Day", "2029-09-14": "Battle of San Jacinto Day", "2029-09-15": "Independence Day", - "2029-12-08": "Virgin's Day", + "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", @@ -706,7 +706,7 @@ "2030-07-19": "Revolution Day", "2030-09-14": "Battle of San Jacinto Day", "2030-09-15": "Independence Day", - "2030-12-08": "Virgin's Day", + "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", @@ -716,7 +716,7 @@ "2031-07-19": "Revolution Day", "2031-09-14": "Battle of San Jacinto Day", "2031-09-15": "Independence Day", - "2031-12-08": "Virgin's Day", + "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", @@ -726,7 +726,7 @@ "2032-07-19": "Revolution Day", "2032-09-14": "Battle of San Jacinto Day", "2032-09-15": "Independence Day", - "2032-12-08": "Virgin's Day", + "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", @@ -736,7 +736,7 @@ "2033-07-19": "Revolution Day", "2033-09-14": "Battle of San Jacinto Day", "2033-09-15": "Independence Day", - "2033-12-08": "Virgin's Day", + "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", @@ -746,7 +746,7 @@ "2034-07-19": "Revolution Day", "2034-09-14": "Battle of San Jacinto Day", "2034-09-15": "Independence Day", - "2034-12-08": "Virgin's Day", + "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", @@ -756,7 +756,7 @@ "2035-07-19": "Revolution Day", "2035-09-14": "Battle of San Jacinto Day", "2035-09-15": "Independence Day", - "2035-12-08": "Virgin's Day", + "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", @@ -766,7 +766,7 @@ "2036-07-19": "Revolution Day", "2036-09-14": "Battle of San Jacinto Day", "2036-09-15": "Independence Day", - "2036-12-08": "Virgin's Day", + "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", @@ -776,7 +776,7 @@ "2037-07-19": "Revolution Day", "2037-09-14": "Battle of San Jacinto Day", "2037-09-15": "Independence Day", - "2037-12-08": "Virgin's Day", + "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", @@ -786,7 +786,7 @@ "2038-07-19": "Revolution Day", "2038-09-14": "Battle of San Jacinto Day", "2038-09-15": "Independence Day", - "2038-12-08": "Virgin's Day", + "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", @@ -796,7 +796,7 @@ "2039-07-19": "Revolution Day", "2039-09-14": "Battle of San Jacinto Day", "2039-09-15": "Independence Day", - "2039-12-08": "Virgin's Day", + "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", @@ -806,7 +806,7 @@ "2040-07-19": "Revolution Day", "2040-09-14": "Battle of San Jacinto Day", "2040-09-15": "Independence Day", - "2040-12-08": "Virgin's Day", + "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", @@ -816,7 +816,7 @@ "2041-07-19": "Revolution Day", "2041-09-14": "Battle of San Jacinto Day", "2041-09-15": "Independence Day", - "2041-12-08": "Virgin's Day", + "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", @@ -826,7 +826,7 @@ "2042-07-19": "Revolution Day", "2042-09-14": "Battle of San Jacinto Day", "2042-09-15": "Independence Day", - "2042-12-08": "Virgin's Day", + "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", @@ -836,7 +836,7 @@ "2043-07-19": "Revolution Day", "2043-09-14": "Battle of San Jacinto Day", "2043-09-15": "Independence Day", - "2043-12-08": "Virgin's Day", + "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", @@ -846,7 +846,7 @@ "2044-07-19": "Revolution Day", "2044-09-14": "Battle of San Jacinto Day", "2044-09-15": "Independence Day", - "2044-12-08": "Virgin's Day", + "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", @@ -856,7 +856,7 @@ "2045-07-19": "Revolution Day", "2045-09-14": "Battle of San Jacinto Day", "2045-09-15": "Independence Day", - "2045-12-08": "Virgin's Day", + "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", @@ -866,7 +866,7 @@ "2046-07-19": "Revolution Day", "2046-09-14": "Battle of San Jacinto Day", "2046-09-15": "Independence Day", - "2046-12-08": "Virgin's Day", + "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", @@ -876,7 +876,7 @@ "2047-07-19": "Revolution Day", "2047-09-14": "Battle of San Jacinto Day", "2047-09-15": "Independence Day", - "2047-12-08": "Virgin's Day", + "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", @@ -886,7 +886,7 @@ "2048-07-19": "Revolution Day", "2048-09-14": "Battle of San Jacinto Day", "2048-09-15": "Independence Day", - "2048-12-08": "Virgin's Day", + "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", @@ -896,7 +896,7 @@ "2049-07-19": "Revolution Day", "2049-09-14": "Battle of San Jacinto Day", "2049-09-15": "Independence Day", - "2049-12-08": "Virgin's Day", + "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", @@ -906,6 +906,6 @@ "2050-07-19": "Revolution Day", "2050-09-14": "Battle of San Jacinto Day", "2050-09-15": "Independence Day", - "2050-12-08": "Virgin's Day", + "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } diff --git a/snapshots/countries/NI_LE.json b/snapshots/countries/NI_LE.json index 245acbf28..f9c681361 100644 --- a/snapshots/countries/NI_LE.json +++ b/snapshots/countries/NI_LE.json @@ -5,7 +5,7 @@ "1950-05-01": "Labor Day", "1950-09-14": "Battle of San Jacinto Day", "1950-09-15": "Independence Day", - "1950-12-08": "Virgin's Day", + "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", @@ -13,7 +13,7 @@ "1951-05-01": "Labor Day", "1951-09-14": "Battle of San Jacinto Day", "1951-09-15": "Independence Day", - "1951-12-08": "Virgin's Day", + "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", @@ -21,7 +21,7 @@ "1952-05-01": "Labor Day", "1952-09-14": "Battle of San Jacinto Day", "1952-09-15": "Independence Day", - "1952-12-08": "Virgin's Day", + "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", @@ -29,7 +29,7 @@ "1953-05-01": "Labor Day", "1953-09-14": "Battle of San Jacinto Day", "1953-09-15": "Independence Day", - "1953-12-08": "Virgin's Day", + "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", @@ -37,7 +37,7 @@ "1954-05-01": "Labor Day", "1954-09-14": "Battle of San Jacinto Day", "1954-09-15": "Independence Day", - "1954-12-08": "Virgin's Day", + "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", @@ -45,7 +45,7 @@ "1955-05-01": "Labor Day", "1955-09-14": "Battle of San Jacinto Day", "1955-09-15": "Independence Day", - "1955-12-08": "Virgin's Day", + "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", @@ -53,7 +53,7 @@ "1956-05-01": "Labor Day", "1956-09-14": "Battle of San Jacinto Day", "1956-09-15": "Independence Day", - "1956-12-08": "Virgin's Day", + "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", @@ -61,7 +61,7 @@ "1957-05-01": "Labor Day", "1957-09-14": "Battle of San Jacinto Day", "1957-09-15": "Independence Day", - "1957-12-08": "Virgin's Day", + "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", @@ -69,7 +69,7 @@ "1958-05-01": "Labor Day", "1958-09-14": "Battle of San Jacinto Day", "1958-09-15": "Independence Day", - "1958-12-08": "Virgin's Day", + "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", @@ -77,7 +77,7 @@ "1959-05-01": "Labor Day", "1959-09-14": "Battle of San Jacinto Day", "1959-09-15": "Independence Day", - "1959-12-08": "Virgin's Day", + "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", @@ -85,7 +85,7 @@ "1960-05-01": "Labor Day", "1960-09-14": "Battle of San Jacinto Day", "1960-09-15": "Independence Day", - "1960-12-08": "Virgin's Day", + "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", @@ -93,7 +93,7 @@ "1961-05-01": "Labor Day", "1961-09-14": "Battle of San Jacinto Day", "1961-09-15": "Independence Day", - "1961-12-08": "Virgin's Day", + "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", @@ -101,7 +101,7 @@ "1962-05-01": "Labor Day", "1962-09-14": "Battle of San Jacinto Day", "1962-09-15": "Independence Day", - "1962-12-08": "Virgin's Day", + "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", @@ -109,7 +109,7 @@ "1963-05-01": "Labor Day", "1963-09-14": "Battle of San Jacinto Day", "1963-09-15": "Independence Day", - "1963-12-08": "Virgin's Day", + "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", @@ -117,7 +117,7 @@ "1964-05-01": "Labor Day", "1964-09-14": "Battle of San Jacinto Day", "1964-09-15": "Independence Day", - "1964-12-08": "Virgin's Day", + "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", @@ -125,7 +125,7 @@ "1965-05-01": "Labor Day", "1965-09-14": "Battle of San Jacinto Day", "1965-09-15": "Independence Day", - "1965-12-08": "Virgin's Day", + "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", @@ -133,7 +133,7 @@ "1966-05-01": "Labor Day", "1966-09-14": "Battle of San Jacinto Day", "1966-09-15": "Independence Day", - "1966-12-08": "Virgin's Day", + "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", @@ -141,7 +141,7 @@ "1967-05-01": "Labor Day", "1967-09-14": "Battle of San Jacinto Day", "1967-09-15": "Independence Day", - "1967-12-08": "Virgin's Day", + "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", @@ -149,7 +149,7 @@ "1968-05-01": "Labor Day", "1968-09-14": "Battle of San Jacinto Day", "1968-09-15": "Independence Day", - "1968-12-08": "Virgin's Day", + "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", @@ -157,7 +157,7 @@ "1969-05-01": "Labor Day", "1969-09-14": "Battle of San Jacinto Day", "1969-09-15": "Independence Day", - "1969-12-08": "Virgin's Day", + "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", @@ -165,7 +165,7 @@ "1970-05-01": "Labor Day", "1970-09-14": "Battle of San Jacinto Day", "1970-09-15": "Independence Day", - "1970-12-08": "Virgin's Day", + "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", @@ -173,7 +173,7 @@ "1971-05-01": "Labor Day", "1971-09-14": "Battle of San Jacinto Day", "1971-09-15": "Independence Day", - "1971-12-08": "Virgin's Day", + "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", @@ -181,7 +181,7 @@ "1972-05-01": "Labor Day", "1972-09-14": "Battle of San Jacinto Day", "1972-09-15": "Independence Day", - "1972-12-08": "Virgin's Day", + "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", @@ -189,7 +189,7 @@ "1973-05-01": "Labor Day", "1973-09-14": "Battle of San Jacinto Day", "1973-09-15": "Independence Day", - "1973-12-08": "Virgin's Day", + "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", @@ -197,7 +197,7 @@ "1974-05-01": "Labor Day", "1974-09-14": "Battle of San Jacinto Day", "1974-09-15": "Independence Day", - "1974-12-08": "Virgin's Day", + "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", @@ -205,7 +205,7 @@ "1975-05-01": "Labor Day", "1975-09-14": "Battle of San Jacinto Day", "1975-09-15": "Independence Day", - "1975-12-08": "Virgin's Day", + "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", @@ -213,7 +213,7 @@ "1976-05-01": "Labor Day", "1976-09-14": "Battle of San Jacinto Day", "1976-09-15": "Independence Day", - "1976-12-08": "Virgin's Day", + "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", @@ -221,7 +221,7 @@ "1977-05-01": "Labor Day", "1977-09-14": "Battle of San Jacinto Day", "1977-09-15": "Independence Day", - "1977-12-08": "Virgin's Day", + "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", @@ -229,7 +229,7 @@ "1978-05-01": "Labor Day", "1978-09-14": "Battle of San Jacinto Day", "1978-09-15": "Independence Day", - "1978-12-08": "Virgin's Day", + "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", @@ -238,7 +238,7 @@ "1979-07-19": "Revolution Day", "1979-09-14": "Battle of San Jacinto Day", "1979-09-15": "Independence Day", - "1979-12-08": "Virgin's Day", + "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", @@ -247,7 +247,7 @@ "1980-07-19": "Revolution Day", "1980-09-14": "Battle of San Jacinto Day", "1980-09-15": "Independence Day", - "1980-12-08": "Virgin's Day", + "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", @@ -256,7 +256,7 @@ "1981-07-19": "Revolution Day", "1981-09-14": "Battle of San Jacinto Day", "1981-09-15": "Independence Day", - "1981-12-08": "Virgin's Day", + "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", @@ -265,7 +265,7 @@ "1982-07-19": "Revolution Day", "1982-09-14": "Battle of San Jacinto Day", "1982-09-15": "Independence Day", - "1982-12-08": "Virgin's Day", + "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", @@ -274,7 +274,7 @@ "1983-07-19": "Revolution Day", "1983-09-14": "Battle of San Jacinto Day", "1983-09-15": "Independence Day", - "1983-12-08": "Virgin's Day", + "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", @@ -283,7 +283,7 @@ "1984-07-19": "Revolution Day", "1984-09-14": "Battle of San Jacinto Day", "1984-09-15": "Independence Day", - "1984-12-08": "Virgin's Day", + "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", @@ -292,7 +292,7 @@ "1985-07-19": "Revolution Day", "1985-09-14": "Battle of San Jacinto Day", "1985-09-15": "Independence Day", - "1985-12-08": "Virgin's Day", + "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", @@ -301,7 +301,7 @@ "1986-07-19": "Revolution Day", "1986-09-14": "Battle of San Jacinto Day", "1986-09-15": "Independence Day", - "1986-12-08": "Virgin's Day", + "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", @@ -310,7 +310,7 @@ "1987-07-19": "Revolution Day", "1987-09-14": "Battle of San Jacinto Day", "1987-09-15": "Independence Day", - "1987-12-08": "Virgin's Day", + "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", @@ -319,7 +319,7 @@ "1988-07-19": "Revolution Day", "1988-09-14": "Battle of San Jacinto Day", "1988-09-15": "Independence Day", - "1988-12-08": "Virgin's Day", + "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", @@ -328,7 +328,7 @@ "1989-07-19": "Revolution Day", "1989-09-14": "Battle of San Jacinto Day", "1989-09-15": "Independence Day", - "1989-12-08": "Virgin's Day", + "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", @@ -337,7 +337,7 @@ "1990-07-19": "Revolution Day", "1990-09-14": "Battle of San Jacinto Day", "1990-09-15": "Independence Day", - "1990-12-08": "Virgin's Day", + "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", @@ -346,7 +346,7 @@ "1991-07-19": "Revolution Day", "1991-09-14": "Battle of San Jacinto Day", "1991-09-15": "Independence Day", - "1991-12-08": "Virgin's Day", + "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", @@ -355,7 +355,7 @@ "1992-07-19": "Revolution Day", "1992-09-14": "Battle of San Jacinto Day", "1992-09-15": "Independence Day", - "1992-12-08": "Virgin's Day", + "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", @@ -364,7 +364,7 @@ "1993-07-19": "Revolution Day", "1993-09-14": "Battle of San Jacinto Day", "1993-09-15": "Independence Day", - "1993-12-08": "Virgin's Day", + "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", @@ -373,7 +373,7 @@ "1994-07-19": "Revolution Day", "1994-09-14": "Battle of San Jacinto Day", "1994-09-15": "Independence Day", - "1994-12-08": "Virgin's Day", + "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", @@ -382,7 +382,7 @@ "1995-07-19": "Revolution Day", "1995-09-14": "Battle of San Jacinto Day", "1995-09-15": "Independence Day", - "1995-12-08": "Virgin's Day", + "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", @@ -391,7 +391,7 @@ "1996-07-19": "Revolution Day", "1996-09-14": "Battle of San Jacinto Day", "1996-09-15": "Independence Day", - "1996-12-08": "Virgin's Day", + "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", @@ -400,7 +400,7 @@ "1997-07-19": "Revolution Day", "1997-09-14": "Battle of San Jacinto Day", "1997-09-15": "Independence Day", - "1997-12-08": "Virgin's Day", + "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", @@ -409,7 +409,7 @@ "1998-07-19": "Revolution Day", "1998-09-14": "Battle of San Jacinto Day", "1998-09-15": "Independence Day", - "1998-12-08": "Virgin's Day", + "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", @@ -418,7 +418,7 @@ "1999-07-19": "Revolution Day", "1999-09-14": "Battle of San Jacinto Day", "1999-09-15": "Independence Day", - "1999-12-08": "Virgin's Day", + "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", @@ -427,7 +427,7 @@ "2000-07-19": "Revolution Day", "2000-09-14": "Battle of San Jacinto Day", "2000-09-15": "Independence Day", - "2000-12-08": "Virgin's Day", + "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", @@ -436,7 +436,7 @@ "2001-07-19": "Revolution Day", "2001-09-14": "Battle of San Jacinto Day", "2001-09-15": "Independence Day", - "2001-12-08": "Virgin's Day", + "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", @@ -445,7 +445,7 @@ "2002-07-19": "Revolution Day", "2002-09-14": "Battle of San Jacinto Day", "2002-09-15": "Independence Day", - "2002-12-08": "Virgin's Day", + "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", @@ -454,7 +454,7 @@ "2003-07-19": "Revolution Day", "2003-09-14": "Battle of San Jacinto Day", "2003-09-15": "Independence Day", - "2003-12-08": "Virgin's Day", + "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", @@ -463,7 +463,7 @@ "2004-07-19": "Revolution Day", "2004-09-14": "Battle of San Jacinto Day", "2004-09-15": "Independence Day", - "2004-12-08": "Virgin's Day", + "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", @@ -472,7 +472,7 @@ "2005-07-19": "Revolution Day", "2005-09-14": "Battle of San Jacinto Day", "2005-09-15": "Independence Day", - "2005-12-08": "Virgin's Day", + "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", @@ -481,7 +481,7 @@ "2006-07-19": "Revolution Day", "2006-09-14": "Battle of San Jacinto Day", "2006-09-15": "Independence Day", - "2006-12-08": "Virgin's Day", + "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", @@ -490,7 +490,7 @@ "2007-07-19": "Revolution Day", "2007-09-14": "Battle of San Jacinto Day", "2007-09-15": "Independence Day", - "2007-12-08": "Virgin's Day", + "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", @@ -499,7 +499,7 @@ "2008-07-19": "Revolution Day", "2008-09-14": "Battle of San Jacinto Day", "2008-09-15": "Independence Day", - "2008-12-08": "Virgin's Day", + "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", @@ -508,7 +508,7 @@ "2009-07-19": "Revolution Day", "2009-09-14": "Battle of San Jacinto Day", "2009-09-15": "Independence Day", - "2009-12-08": "Virgin's Day", + "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", @@ -517,7 +517,7 @@ "2010-07-19": "Revolution Day", "2010-09-14": "Battle of San Jacinto Day", "2010-09-15": "Independence Day", - "2010-12-08": "Virgin's Day", + "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", @@ -526,7 +526,7 @@ "2011-07-19": "Revolution Day", "2011-09-14": "Battle of San Jacinto Day", "2011-09-15": "Independence Day", - "2011-12-08": "Virgin's Day", + "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", @@ -535,7 +535,7 @@ "2012-07-19": "Revolution Day", "2012-09-14": "Battle of San Jacinto Day", "2012-09-15": "Independence Day", - "2012-12-08": "Virgin's Day", + "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", @@ -544,7 +544,7 @@ "2013-07-19": "Revolution Day", "2013-09-14": "Battle of San Jacinto Day", "2013-09-15": "Independence Day", - "2013-12-08": "Virgin's Day", + "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", @@ -553,7 +553,7 @@ "2014-07-19": "Revolution Day", "2014-09-14": "Battle of San Jacinto Day", "2014-09-15": "Independence Day", - "2014-12-08": "Virgin's Day", + "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", @@ -562,7 +562,7 @@ "2015-07-19": "Revolution Day", "2015-09-14": "Battle of San Jacinto Day", "2015-09-15": "Independence Day", - "2015-12-08": "Virgin's Day", + "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", @@ -571,7 +571,7 @@ "2016-07-19": "Revolution Day", "2016-09-14": "Battle of San Jacinto Day", "2016-09-15": "Independence Day", - "2016-12-08": "Virgin's Day", + "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", @@ -580,7 +580,7 @@ "2017-07-19": "Revolution Day", "2017-09-14": "Battle of San Jacinto Day", "2017-09-15": "Independence Day", - "2017-12-08": "Virgin's Day", + "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", @@ -589,7 +589,7 @@ "2018-07-19": "Revolution Day", "2018-09-14": "Battle of San Jacinto Day", "2018-09-15": "Independence Day", - "2018-12-08": "Virgin's Day", + "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", @@ -598,7 +598,7 @@ "2019-07-19": "Revolution Day", "2019-09-14": "Battle of San Jacinto Day", "2019-09-15": "Independence Day", - "2019-12-08": "Virgin's Day", + "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", @@ -607,7 +607,7 @@ "2020-07-19": "Revolution Day", "2020-09-14": "Battle of San Jacinto Day", "2020-09-15": "Independence Day", - "2020-12-08": "Virgin's Day", + "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", @@ -616,7 +616,7 @@ "2021-07-19": "Revolution Day", "2021-09-14": "Battle of San Jacinto Day", "2021-09-15": "Independence Day", - "2021-12-08": "Virgin's Day", + "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", @@ -626,7 +626,7 @@ "2022-07-19": "Revolution Day", "2022-09-14": "Battle of San Jacinto Day", "2022-09-15": "Independence Day", - "2022-12-08": "Virgin's Day", + "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", @@ -636,7 +636,7 @@ "2023-07-19": "Revolution Day", "2023-09-14": "Battle of San Jacinto Day", "2023-09-15": "Independence Day", - "2023-12-08": "Virgin's Day", + "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", @@ -646,7 +646,7 @@ "2024-07-19": "Revolution Day", "2024-09-14": "Battle of San Jacinto Day", "2024-09-15": "Independence Day", - "2024-12-08": "Virgin's Day", + "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", @@ -656,7 +656,7 @@ "2025-07-19": "Revolution Day", "2025-09-14": "Battle of San Jacinto Day", "2025-09-15": "Independence Day", - "2025-12-08": "Virgin's Day", + "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", @@ -666,7 +666,7 @@ "2026-07-19": "Revolution Day", "2026-09-14": "Battle of San Jacinto Day", "2026-09-15": "Independence Day", - "2026-12-08": "Virgin's Day", + "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", @@ -676,7 +676,7 @@ "2027-07-19": "Revolution Day", "2027-09-14": "Battle of San Jacinto Day", "2027-09-15": "Independence Day", - "2027-12-08": "Virgin's Day", + "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", @@ -686,7 +686,7 @@ "2028-07-19": "Revolution Day", "2028-09-14": "Battle of San Jacinto Day", "2028-09-15": "Independence Day", - "2028-12-08": "Virgin's Day", + "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", @@ -696,7 +696,7 @@ "2029-07-19": "Revolution Day", "2029-09-14": "Battle of San Jacinto Day", "2029-09-15": "Independence Day", - "2029-12-08": "Virgin's Day", + "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", @@ -706,7 +706,7 @@ "2030-07-19": "Revolution Day", "2030-09-14": "Battle of San Jacinto Day", "2030-09-15": "Independence Day", - "2030-12-08": "Virgin's Day", + "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", @@ -716,7 +716,7 @@ "2031-07-19": "Revolution Day", "2031-09-14": "Battle of San Jacinto Day", "2031-09-15": "Independence Day", - "2031-12-08": "Virgin's Day", + "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", @@ -726,7 +726,7 @@ "2032-07-19": "Revolution Day", "2032-09-14": "Battle of San Jacinto Day", "2032-09-15": "Independence Day", - "2032-12-08": "Virgin's Day", + "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", @@ -736,7 +736,7 @@ "2033-07-19": "Revolution Day", "2033-09-14": "Battle of San Jacinto Day", "2033-09-15": "Independence Day", - "2033-12-08": "Virgin's Day", + "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", @@ -746,7 +746,7 @@ "2034-07-19": "Revolution Day", "2034-09-14": "Battle of San Jacinto Day", "2034-09-15": "Independence Day", - "2034-12-08": "Virgin's Day", + "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", @@ -756,7 +756,7 @@ "2035-07-19": "Revolution Day", "2035-09-14": "Battle of San Jacinto Day", "2035-09-15": "Independence Day", - "2035-12-08": "Virgin's Day", + "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", @@ -766,7 +766,7 @@ "2036-07-19": "Revolution Day", "2036-09-14": "Battle of San Jacinto Day", "2036-09-15": "Independence Day", - "2036-12-08": "Virgin's Day", + "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", @@ -776,7 +776,7 @@ "2037-07-19": "Revolution Day", "2037-09-14": "Battle of San Jacinto Day", "2037-09-15": "Independence Day", - "2037-12-08": "Virgin's Day", + "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", @@ -786,7 +786,7 @@ "2038-07-19": "Revolution Day", "2038-09-14": "Battle of San Jacinto Day", "2038-09-15": "Independence Day", - "2038-12-08": "Virgin's Day", + "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", @@ -796,7 +796,7 @@ "2039-07-19": "Revolution Day", "2039-09-14": "Battle of San Jacinto Day", "2039-09-15": "Independence Day", - "2039-12-08": "Virgin's Day", + "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", @@ -806,7 +806,7 @@ "2040-07-19": "Revolution Day", "2040-09-14": "Battle of San Jacinto Day", "2040-09-15": "Independence Day", - "2040-12-08": "Virgin's Day", + "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", @@ -816,7 +816,7 @@ "2041-07-19": "Revolution Day", "2041-09-14": "Battle of San Jacinto Day", "2041-09-15": "Independence Day", - "2041-12-08": "Virgin's Day", + "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", @@ -826,7 +826,7 @@ "2042-07-19": "Revolution Day", "2042-09-14": "Battle of San Jacinto Day", "2042-09-15": "Independence Day", - "2042-12-08": "Virgin's Day", + "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", @@ -836,7 +836,7 @@ "2043-07-19": "Revolution Day", "2043-09-14": "Battle of San Jacinto Day", "2043-09-15": "Independence Day", - "2043-12-08": "Virgin's Day", + "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", @@ -846,7 +846,7 @@ "2044-07-19": "Revolution Day", "2044-09-14": "Battle of San Jacinto Day", "2044-09-15": "Independence Day", - "2044-12-08": "Virgin's Day", + "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", @@ -856,7 +856,7 @@ "2045-07-19": "Revolution Day", "2045-09-14": "Battle of San Jacinto Day", "2045-09-15": "Independence Day", - "2045-12-08": "Virgin's Day", + "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", @@ -866,7 +866,7 @@ "2046-07-19": "Revolution Day", "2046-09-14": "Battle of San Jacinto Day", "2046-09-15": "Independence Day", - "2046-12-08": "Virgin's Day", + "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", @@ -876,7 +876,7 @@ "2047-07-19": "Revolution Day", "2047-09-14": "Battle of San Jacinto Day", "2047-09-15": "Independence Day", - "2047-12-08": "Virgin's Day", + "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", @@ -886,7 +886,7 @@ "2048-07-19": "Revolution Day", "2048-09-14": "Battle of San Jacinto Day", "2048-09-15": "Independence Day", - "2048-12-08": "Virgin's Day", + "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", @@ -896,7 +896,7 @@ "2049-07-19": "Revolution Day", "2049-09-14": "Battle of San Jacinto Day", "2049-09-15": "Independence Day", - "2049-12-08": "Virgin's Day", + "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", @@ -906,6 +906,6 @@ "2050-07-19": "Revolution Day", "2050-09-14": "Battle of San Jacinto Day", "2050-09-15": "Independence Day", - "2050-12-08": "Virgin's Day", + "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } diff --git a/snapshots/countries/NI_MD.json b/snapshots/countries/NI_MD.json index 245acbf28..f9c681361 100644 --- a/snapshots/countries/NI_MD.json +++ b/snapshots/countries/NI_MD.json @@ -5,7 +5,7 @@ "1950-05-01": "Labor Day", "1950-09-14": "Battle of San Jacinto Day", "1950-09-15": "Independence Day", - "1950-12-08": "Virgin's Day", + "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", @@ -13,7 +13,7 @@ "1951-05-01": "Labor Day", "1951-09-14": "Battle of San Jacinto Day", "1951-09-15": "Independence Day", - "1951-12-08": "Virgin's Day", + "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", @@ -21,7 +21,7 @@ "1952-05-01": "Labor Day", "1952-09-14": "Battle of San Jacinto Day", "1952-09-15": "Independence Day", - "1952-12-08": "Virgin's Day", + "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", @@ -29,7 +29,7 @@ "1953-05-01": "Labor Day", "1953-09-14": "Battle of San Jacinto Day", "1953-09-15": "Independence Day", - "1953-12-08": "Virgin's Day", + "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", @@ -37,7 +37,7 @@ "1954-05-01": "Labor Day", "1954-09-14": "Battle of San Jacinto Day", "1954-09-15": "Independence Day", - "1954-12-08": "Virgin's Day", + "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", @@ -45,7 +45,7 @@ "1955-05-01": "Labor Day", "1955-09-14": "Battle of San Jacinto Day", "1955-09-15": "Independence Day", - "1955-12-08": "Virgin's Day", + "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", @@ -53,7 +53,7 @@ "1956-05-01": "Labor Day", "1956-09-14": "Battle of San Jacinto Day", "1956-09-15": "Independence Day", - "1956-12-08": "Virgin's Day", + "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", @@ -61,7 +61,7 @@ "1957-05-01": "Labor Day", "1957-09-14": "Battle of San Jacinto Day", "1957-09-15": "Independence Day", - "1957-12-08": "Virgin's Day", + "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", @@ -69,7 +69,7 @@ "1958-05-01": "Labor Day", "1958-09-14": "Battle of San Jacinto Day", "1958-09-15": "Independence Day", - "1958-12-08": "Virgin's Day", + "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", @@ -77,7 +77,7 @@ "1959-05-01": "Labor Day", "1959-09-14": "Battle of San Jacinto Day", "1959-09-15": "Independence Day", - "1959-12-08": "Virgin's Day", + "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", @@ -85,7 +85,7 @@ "1960-05-01": "Labor Day", "1960-09-14": "Battle of San Jacinto Day", "1960-09-15": "Independence Day", - "1960-12-08": "Virgin's Day", + "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", @@ -93,7 +93,7 @@ "1961-05-01": "Labor Day", "1961-09-14": "Battle of San Jacinto Day", "1961-09-15": "Independence Day", - "1961-12-08": "Virgin's Day", + "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", @@ -101,7 +101,7 @@ "1962-05-01": "Labor Day", "1962-09-14": "Battle of San Jacinto Day", "1962-09-15": "Independence Day", - "1962-12-08": "Virgin's Day", + "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", @@ -109,7 +109,7 @@ "1963-05-01": "Labor Day", "1963-09-14": "Battle of San Jacinto Day", "1963-09-15": "Independence Day", - "1963-12-08": "Virgin's Day", + "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", @@ -117,7 +117,7 @@ "1964-05-01": "Labor Day", "1964-09-14": "Battle of San Jacinto Day", "1964-09-15": "Independence Day", - "1964-12-08": "Virgin's Day", + "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", @@ -125,7 +125,7 @@ "1965-05-01": "Labor Day", "1965-09-14": "Battle of San Jacinto Day", "1965-09-15": "Independence Day", - "1965-12-08": "Virgin's Day", + "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", @@ -133,7 +133,7 @@ "1966-05-01": "Labor Day", "1966-09-14": "Battle of San Jacinto Day", "1966-09-15": "Independence Day", - "1966-12-08": "Virgin's Day", + "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", @@ -141,7 +141,7 @@ "1967-05-01": "Labor Day", "1967-09-14": "Battle of San Jacinto Day", "1967-09-15": "Independence Day", - "1967-12-08": "Virgin's Day", + "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", @@ -149,7 +149,7 @@ "1968-05-01": "Labor Day", "1968-09-14": "Battle of San Jacinto Day", "1968-09-15": "Independence Day", - "1968-12-08": "Virgin's Day", + "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", @@ -157,7 +157,7 @@ "1969-05-01": "Labor Day", "1969-09-14": "Battle of San Jacinto Day", "1969-09-15": "Independence Day", - "1969-12-08": "Virgin's Day", + "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", @@ -165,7 +165,7 @@ "1970-05-01": "Labor Day", "1970-09-14": "Battle of San Jacinto Day", "1970-09-15": "Independence Day", - "1970-12-08": "Virgin's Day", + "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", @@ -173,7 +173,7 @@ "1971-05-01": "Labor Day", "1971-09-14": "Battle of San Jacinto Day", "1971-09-15": "Independence Day", - "1971-12-08": "Virgin's Day", + "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", @@ -181,7 +181,7 @@ "1972-05-01": "Labor Day", "1972-09-14": "Battle of San Jacinto Day", "1972-09-15": "Independence Day", - "1972-12-08": "Virgin's Day", + "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", @@ -189,7 +189,7 @@ "1973-05-01": "Labor Day", "1973-09-14": "Battle of San Jacinto Day", "1973-09-15": "Independence Day", - "1973-12-08": "Virgin's Day", + "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", @@ -197,7 +197,7 @@ "1974-05-01": "Labor Day", "1974-09-14": "Battle of San Jacinto Day", "1974-09-15": "Independence Day", - "1974-12-08": "Virgin's Day", + "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", @@ -205,7 +205,7 @@ "1975-05-01": "Labor Day", "1975-09-14": "Battle of San Jacinto Day", "1975-09-15": "Independence Day", - "1975-12-08": "Virgin's Day", + "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", @@ -213,7 +213,7 @@ "1976-05-01": "Labor Day", "1976-09-14": "Battle of San Jacinto Day", "1976-09-15": "Independence Day", - "1976-12-08": "Virgin's Day", + "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", @@ -221,7 +221,7 @@ "1977-05-01": "Labor Day", "1977-09-14": "Battle of San Jacinto Day", "1977-09-15": "Independence Day", - "1977-12-08": "Virgin's Day", + "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", @@ -229,7 +229,7 @@ "1978-05-01": "Labor Day", "1978-09-14": "Battle of San Jacinto Day", "1978-09-15": "Independence Day", - "1978-12-08": "Virgin's Day", + "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", @@ -238,7 +238,7 @@ "1979-07-19": "Revolution Day", "1979-09-14": "Battle of San Jacinto Day", "1979-09-15": "Independence Day", - "1979-12-08": "Virgin's Day", + "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", @@ -247,7 +247,7 @@ "1980-07-19": "Revolution Day", "1980-09-14": "Battle of San Jacinto Day", "1980-09-15": "Independence Day", - "1980-12-08": "Virgin's Day", + "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", @@ -256,7 +256,7 @@ "1981-07-19": "Revolution Day", "1981-09-14": "Battle of San Jacinto Day", "1981-09-15": "Independence Day", - "1981-12-08": "Virgin's Day", + "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", @@ -265,7 +265,7 @@ "1982-07-19": "Revolution Day", "1982-09-14": "Battle of San Jacinto Day", "1982-09-15": "Independence Day", - "1982-12-08": "Virgin's Day", + "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", @@ -274,7 +274,7 @@ "1983-07-19": "Revolution Day", "1983-09-14": "Battle of San Jacinto Day", "1983-09-15": "Independence Day", - "1983-12-08": "Virgin's Day", + "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", @@ -283,7 +283,7 @@ "1984-07-19": "Revolution Day", "1984-09-14": "Battle of San Jacinto Day", "1984-09-15": "Independence Day", - "1984-12-08": "Virgin's Day", + "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", @@ -292,7 +292,7 @@ "1985-07-19": "Revolution Day", "1985-09-14": "Battle of San Jacinto Day", "1985-09-15": "Independence Day", - "1985-12-08": "Virgin's Day", + "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", @@ -301,7 +301,7 @@ "1986-07-19": "Revolution Day", "1986-09-14": "Battle of San Jacinto Day", "1986-09-15": "Independence Day", - "1986-12-08": "Virgin's Day", + "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", @@ -310,7 +310,7 @@ "1987-07-19": "Revolution Day", "1987-09-14": "Battle of San Jacinto Day", "1987-09-15": "Independence Day", - "1987-12-08": "Virgin's Day", + "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", @@ -319,7 +319,7 @@ "1988-07-19": "Revolution Day", "1988-09-14": "Battle of San Jacinto Day", "1988-09-15": "Independence Day", - "1988-12-08": "Virgin's Day", + "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", @@ -328,7 +328,7 @@ "1989-07-19": "Revolution Day", "1989-09-14": "Battle of San Jacinto Day", "1989-09-15": "Independence Day", - "1989-12-08": "Virgin's Day", + "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", @@ -337,7 +337,7 @@ "1990-07-19": "Revolution Day", "1990-09-14": "Battle of San Jacinto Day", "1990-09-15": "Independence Day", - "1990-12-08": "Virgin's Day", + "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", @@ -346,7 +346,7 @@ "1991-07-19": "Revolution Day", "1991-09-14": "Battle of San Jacinto Day", "1991-09-15": "Independence Day", - "1991-12-08": "Virgin's Day", + "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", @@ -355,7 +355,7 @@ "1992-07-19": "Revolution Day", "1992-09-14": "Battle of San Jacinto Day", "1992-09-15": "Independence Day", - "1992-12-08": "Virgin's Day", + "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", @@ -364,7 +364,7 @@ "1993-07-19": "Revolution Day", "1993-09-14": "Battle of San Jacinto Day", "1993-09-15": "Independence Day", - "1993-12-08": "Virgin's Day", + "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", @@ -373,7 +373,7 @@ "1994-07-19": "Revolution Day", "1994-09-14": "Battle of San Jacinto Day", "1994-09-15": "Independence Day", - "1994-12-08": "Virgin's Day", + "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", @@ -382,7 +382,7 @@ "1995-07-19": "Revolution Day", "1995-09-14": "Battle of San Jacinto Day", "1995-09-15": "Independence Day", - "1995-12-08": "Virgin's Day", + "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", @@ -391,7 +391,7 @@ "1996-07-19": "Revolution Day", "1996-09-14": "Battle of San Jacinto Day", "1996-09-15": "Independence Day", - "1996-12-08": "Virgin's Day", + "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", @@ -400,7 +400,7 @@ "1997-07-19": "Revolution Day", "1997-09-14": "Battle of San Jacinto Day", "1997-09-15": "Independence Day", - "1997-12-08": "Virgin's Day", + "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", @@ -409,7 +409,7 @@ "1998-07-19": "Revolution Day", "1998-09-14": "Battle of San Jacinto Day", "1998-09-15": "Independence Day", - "1998-12-08": "Virgin's Day", + "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", @@ -418,7 +418,7 @@ "1999-07-19": "Revolution Day", "1999-09-14": "Battle of San Jacinto Day", "1999-09-15": "Independence Day", - "1999-12-08": "Virgin's Day", + "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", @@ -427,7 +427,7 @@ "2000-07-19": "Revolution Day", "2000-09-14": "Battle of San Jacinto Day", "2000-09-15": "Independence Day", - "2000-12-08": "Virgin's Day", + "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", @@ -436,7 +436,7 @@ "2001-07-19": "Revolution Day", "2001-09-14": "Battle of San Jacinto Day", "2001-09-15": "Independence Day", - "2001-12-08": "Virgin's Day", + "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", @@ -445,7 +445,7 @@ "2002-07-19": "Revolution Day", "2002-09-14": "Battle of San Jacinto Day", "2002-09-15": "Independence Day", - "2002-12-08": "Virgin's Day", + "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", @@ -454,7 +454,7 @@ "2003-07-19": "Revolution Day", "2003-09-14": "Battle of San Jacinto Day", "2003-09-15": "Independence Day", - "2003-12-08": "Virgin's Day", + "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", @@ -463,7 +463,7 @@ "2004-07-19": "Revolution Day", "2004-09-14": "Battle of San Jacinto Day", "2004-09-15": "Independence Day", - "2004-12-08": "Virgin's Day", + "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", @@ -472,7 +472,7 @@ "2005-07-19": "Revolution Day", "2005-09-14": "Battle of San Jacinto Day", "2005-09-15": "Independence Day", - "2005-12-08": "Virgin's Day", + "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", @@ -481,7 +481,7 @@ "2006-07-19": "Revolution Day", "2006-09-14": "Battle of San Jacinto Day", "2006-09-15": "Independence Day", - "2006-12-08": "Virgin's Day", + "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", @@ -490,7 +490,7 @@ "2007-07-19": "Revolution Day", "2007-09-14": "Battle of San Jacinto Day", "2007-09-15": "Independence Day", - "2007-12-08": "Virgin's Day", + "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", @@ -499,7 +499,7 @@ "2008-07-19": "Revolution Day", "2008-09-14": "Battle of San Jacinto Day", "2008-09-15": "Independence Day", - "2008-12-08": "Virgin's Day", + "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", @@ -508,7 +508,7 @@ "2009-07-19": "Revolution Day", "2009-09-14": "Battle of San Jacinto Day", "2009-09-15": "Independence Day", - "2009-12-08": "Virgin's Day", + "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", @@ -517,7 +517,7 @@ "2010-07-19": "Revolution Day", "2010-09-14": "Battle of San Jacinto Day", "2010-09-15": "Independence Day", - "2010-12-08": "Virgin's Day", + "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", @@ -526,7 +526,7 @@ "2011-07-19": "Revolution Day", "2011-09-14": "Battle of San Jacinto Day", "2011-09-15": "Independence Day", - "2011-12-08": "Virgin's Day", + "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", @@ -535,7 +535,7 @@ "2012-07-19": "Revolution Day", "2012-09-14": "Battle of San Jacinto Day", "2012-09-15": "Independence Day", - "2012-12-08": "Virgin's Day", + "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", @@ -544,7 +544,7 @@ "2013-07-19": "Revolution Day", "2013-09-14": "Battle of San Jacinto Day", "2013-09-15": "Independence Day", - "2013-12-08": "Virgin's Day", + "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", @@ -553,7 +553,7 @@ "2014-07-19": "Revolution Day", "2014-09-14": "Battle of San Jacinto Day", "2014-09-15": "Independence Day", - "2014-12-08": "Virgin's Day", + "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", @@ -562,7 +562,7 @@ "2015-07-19": "Revolution Day", "2015-09-14": "Battle of San Jacinto Day", "2015-09-15": "Independence Day", - "2015-12-08": "Virgin's Day", + "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", @@ -571,7 +571,7 @@ "2016-07-19": "Revolution Day", "2016-09-14": "Battle of San Jacinto Day", "2016-09-15": "Independence Day", - "2016-12-08": "Virgin's Day", + "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", @@ -580,7 +580,7 @@ "2017-07-19": "Revolution Day", "2017-09-14": "Battle of San Jacinto Day", "2017-09-15": "Independence Day", - "2017-12-08": "Virgin's Day", + "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", @@ -589,7 +589,7 @@ "2018-07-19": "Revolution Day", "2018-09-14": "Battle of San Jacinto Day", "2018-09-15": "Independence Day", - "2018-12-08": "Virgin's Day", + "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", @@ -598,7 +598,7 @@ "2019-07-19": "Revolution Day", "2019-09-14": "Battle of San Jacinto Day", "2019-09-15": "Independence Day", - "2019-12-08": "Virgin's Day", + "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", @@ -607,7 +607,7 @@ "2020-07-19": "Revolution Day", "2020-09-14": "Battle of San Jacinto Day", "2020-09-15": "Independence Day", - "2020-12-08": "Virgin's Day", + "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", @@ -616,7 +616,7 @@ "2021-07-19": "Revolution Day", "2021-09-14": "Battle of San Jacinto Day", "2021-09-15": "Independence Day", - "2021-12-08": "Virgin's Day", + "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", @@ -626,7 +626,7 @@ "2022-07-19": "Revolution Day", "2022-09-14": "Battle of San Jacinto Day", "2022-09-15": "Independence Day", - "2022-12-08": "Virgin's Day", + "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", @@ -636,7 +636,7 @@ "2023-07-19": "Revolution Day", "2023-09-14": "Battle of San Jacinto Day", "2023-09-15": "Independence Day", - "2023-12-08": "Virgin's Day", + "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", @@ -646,7 +646,7 @@ "2024-07-19": "Revolution Day", "2024-09-14": "Battle of San Jacinto Day", "2024-09-15": "Independence Day", - "2024-12-08": "Virgin's Day", + "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", @@ -656,7 +656,7 @@ "2025-07-19": "Revolution Day", "2025-09-14": "Battle of San Jacinto Day", "2025-09-15": "Independence Day", - "2025-12-08": "Virgin's Day", + "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", @@ -666,7 +666,7 @@ "2026-07-19": "Revolution Day", "2026-09-14": "Battle of San Jacinto Day", "2026-09-15": "Independence Day", - "2026-12-08": "Virgin's Day", + "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", @@ -676,7 +676,7 @@ "2027-07-19": "Revolution Day", "2027-09-14": "Battle of San Jacinto Day", "2027-09-15": "Independence Day", - "2027-12-08": "Virgin's Day", + "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", @@ -686,7 +686,7 @@ "2028-07-19": "Revolution Day", "2028-09-14": "Battle of San Jacinto Day", "2028-09-15": "Independence Day", - "2028-12-08": "Virgin's Day", + "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", @@ -696,7 +696,7 @@ "2029-07-19": "Revolution Day", "2029-09-14": "Battle of San Jacinto Day", "2029-09-15": "Independence Day", - "2029-12-08": "Virgin's Day", + "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", @@ -706,7 +706,7 @@ "2030-07-19": "Revolution Day", "2030-09-14": "Battle of San Jacinto Day", "2030-09-15": "Independence Day", - "2030-12-08": "Virgin's Day", + "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", @@ -716,7 +716,7 @@ "2031-07-19": "Revolution Day", "2031-09-14": "Battle of San Jacinto Day", "2031-09-15": "Independence Day", - "2031-12-08": "Virgin's Day", + "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", @@ -726,7 +726,7 @@ "2032-07-19": "Revolution Day", "2032-09-14": "Battle of San Jacinto Day", "2032-09-15": "Independence Day", - "2032-12-08": "Virgin's Day", + "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", @@ -736,7 +736,7 @@ "2033-07-19": "Revolution Day", "2033-09-14": "Battle of San Jacinto Day", "2033-09-15": "Independence Day", - "2033-12-08": "Virgin's Day", + "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", @@ -746,7 +746,7 @@ "2034-07-19": "Revolution Day", "2034-09-14": "Battle of San Jacinto Day", "2034-09-15": "Independence Day", - "2034-12-08": "Virgin's Day", + "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", @@ -756,7 +756,7 @@ "2035-07-19": "Revolution Day", "2035-09-14": "Battle of San Jacinto Day", "2035-09-15": "Independence Day", - "2035-12-08": "Virgin's Day", + "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", @@ -766,7 +766,7 @@ "2036-07-19": "Revolution Day", "2036-09-14": "Battle of San Jacinto Day", "2036-09-15": "Independence Day", - "2036-12-08": "Virgin's Day", + "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", @@ -776,7 +776,7 @@ "2037-07-19": "Revolution Day", "2037-09-14": "Battle of San Jacinto Day", "2037-09-15": "Independence Day", - "2037-12-08": "Virgin's Day", + "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", @@ -786,7 +786,7 @@ "2038-07-19": "Revolution Day", "2038-09-14": "Battle of San Jacinto Day", "2038-09-15": "Independence Day", - "2038-12-08": "Virgin's Day", + "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", @@ -796,7 +796,7 @@ "2039-07-19": "Revolution Day", "2039-09-14": "Battle of San Jacinto Day", "2039-09-15": "Independence Day", - "2039-12-08": "Virgin's Day", + "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", @@ -806,7 +806,7 @@ "2040-07-19": "Revolution Day", "2040-09-14": "Battle of San Jacinto Day", "2040-09-15": "Independence Day", - "2040-12-08": "Virgin's Day", + "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", @@ -816,7 +816,7 @@ "2041-07-19": "Revolution Day", "2041-09-14": "Battle of San Jacinto Day", "2041-09-15": "Independence Day", - "2041-12-08": "Virgin's Day", + "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", @@ -826,7 +826,7 @@ "2042-07-19": "Revolution Day", "2042-09-14": "Battle of San Jacinto Day", "2042-09-15": "Independence Day", - "2042-12-08": "Virgin's Day", + "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", @@ -836,7 +836,7 @@ "2043-07-19": "Revolution Day", "2043-09-14": "Battle of San Jacinto Day", "2043-09-15": "Independence Day", - "2043-12-08": "Virgin's Day", + "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", @@ -846,7 +846,7 @@ "2044-07-19": "Revolution Day", "2044-09-14": "Battle of San Jacinto Day", "2044-09-15": "Independence Day", - "2044-12-08": "Virgin's Day", + "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", @@ -856,7 +856,7 @@ "2045-07-19": "Revolution Day", "2045-09-14": "Battle of San Jacinto Day", "2045-09-15": "Independence Day", - "2045-12-08": "Virgin's Day", + "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", @@ -866,7 +866,7 @@ "2046-07-19": "Revolution Day", "2046-09-14": "Battle of San Jacinto Day", "2046-09-15": "Independence Day", - "2046-12-08": "Virgin's Day", + "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", @@ -876,7 +876,7 @@ "2047-07-19": "Revolution Day", "2047-09-14": "Battle of San Jacinto Day", "2047-09-15": "Independence Day", - "2047-12-08": "Virgin's Day", + "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", @@ -886,7 +886,7 @@ "2048-07-19": "Revolution Day", "2048-09-14": "Battle of San Jacinto Day", "2048-09-15": "Independence Day", - "2048-12-08": "Virgin's Day", + "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", @@ -896,7 +896,7 @@ "2049-07-19": "Revolution Day", "2049-09-14": "Battle of San Jacinto Day", "2049-09-15": "Independence Day", - "2049-12-08": "Virgin's Day", + "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", @@ -906,6 +906,6 @@ "2050-07-19": "Revolution Day", "2050-09-14": "Battle of San Jacinto Day", "2050-09-15": "Independence Day", - "2050-12-08": "Virgin's Day", + "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } diff --git a/snapshots/countries/NI_MN.json b/snapshots/countries/NI_MN.json index 6808f7e45..b98672459 100644 --- a/snapshots/countries/NI_MN.json +++ b/snapshots/countries/NI_MN.json @@ -7,7 +7,7 @@ "1950-08-10": "Ascent of Saint Dominic", "1950-09-14": "Battle of San Jacinto Day", "1950-09-15": "Independence Day", - "1950-12-08": "Virgin's Day", + "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", @@ -17,7 +17,7 @@ "1951-08-10": "Ascent of Saint Dominic", "1951-09-14": "Battle of San Jacinto Day", "1951-09-15": "Independence Day", - "1951-12-08": "Virgin's Day", + "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", @@ -27,7 +27,7 @@ "1952-08-10": "Ascent of Saint Dominic", "1952-09-14": "Battle of San Jacinto Day", "1952-09-15": "Independence Day", - "1952-12-08": "Virgin's Day", + "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", @@ -37,7 +37,7 @@ "1953-08-10": "Ascent of Saint Dominic", "1953-09-14": "Battle of San Jacinto Day", "1953-09-15": "Independence Day", - "1953-12-08": "Virgin's Day", + "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", @@ -47,7 +47,7 @@ "1954-08-10": "Ascent of Saint Dominic", "1954-09-14": "Battle of San Jacinto Day", "1954-09-15": "Independence Day", - "1954-12-08": "Virgin's Day", + "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", @@ -57,7 +57,7 @@ "1955-08-10": "Ascent of Saint Dominic", "1955-09-14": "Battle of San Jacinto Day", "1955-09-15": "Independence Day", - "1955-12-08": "Virgin's Day", + "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", @@ -67,7 +67,7 @@ "1956-08-10": "Ascent of Saint Dominic", "1956-09-14": "Battle of San Jacinto Day", "1956-09-15": "Independence Day", - "1956-12-08": "Virgin's Day", + "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", @@ -77,7 +77,7 @@ "1957-08-10": "Ascent of Saint Dominic", "1957-09-14": "Battle of San Jacinto Day", "1957-09-15": "Independence Day", - "1957-12-08": "Virgin's Day", + "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", @@ -87,7 +87,7 @@ "1958-08-10": "Ascent of Saint Dominic", "1958-09-14": "Battle of San Jacinto Day", "1958-09-15": "Independence Day", - "1958-12-08": "Virgin's Day", + "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", @@ -97,7 +97,7 @@ "1959-08-10": "Ascent of Saint Dominic", "1959-09-14": "Battle of San Jacinto Day", "1959-09-15": "Independence Day", - "1959-12-08": "Virgin's Day", + "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", @@ -107,7 +107,7 @@ "1960-08-10": "Ascent of Saint Dominic", "1960-09-14": "Battle of San Jacinto Day", "1960-09-15": "Independence Day", - "1960-12-08": "Virgin's Day", + "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", @@ -117,7 +117,7 @@ "1961-08-10": "Ascent of Saint Dominic", "1961-09-14": "Battle of San Jacinto Day", "1961-09-15": "Independence Day", - "1961-12-08": "Virgin's Day", + "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", @@ -127,7 +127,7 @@ "1962-08-10": "Ascent of Saint Dominic", "1962-09-14": "Battle of San Jacinto Day", "1962-09-15": "Independence Day", - "1962-12-08": "Virgin's Day", + "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", @@ -137,7 +137,7 @@ "1963-08-10": "Ascent of Saint Dominic", "1963-09-14": "Battle of San Jacinto Day", "1963-09-15": "Independence Day", - "1963-12-08": "Virgin's Day", + "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", @@ -147,7 +147,7 @@ "1964-08-10": "Ascent of Saint Dominic", "1964-09-14": "Battle of San Jacinto Day", "1964-09-15": "Independence Day", - "1964-12-08": "Virgin's Day", + "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", @@ -157,7 +157,7 @@ "1965-08-10": "Ascent of Saint Dominic", "1965-09-14": "Battle of San Jacinto Day", "1965-09-15": "Independence Day", - "1965-12-08": "Virgin's Day", + "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", @@ -167,7 +167,7 @@ "1966-08-10": "Ascent of Saint Dominic", "1966-09-14": "Battle of San Jacinto Day", "1966-09-15": "Independence Day", - "1966-12-08": "Virgin's Day", + "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", @@ -177,7 +177,7 @@ "1967-08-10": "Ascent of Saint Dominic", "1967-09-14": "Battle of San Jacinto Day", "1967-09-15": "Independence Day", - "1967-12-08": "Virgin's Day", + "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", @@ -187,7 +187,7 @@ "1968-08-10": "Ascent of Saint Dominic", "1968-09-14": "Battle of San Jacinto Day", "1968-09-15": "Independence Day", - "1968-12-08": "Virgin's Day", + "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", @@ -197,7 +197,7 @@ "1969-08-10": "Ascent of Saint Dominic", "1969-09-14": "Battle of San Jacinto Day", "1969-09-15": "Independence Day", - "1969-12-08": "Virgin's Day", + "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", @@ -207,7 +207,7 @@ "1970-08-10": "Ascent of Saint Dominic", "1970-09-14": "Battle of San Jacinto Day", "1970-09-15": "Independence Day", - "1970-12-08": "Virgin's Day", + "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", @@ -217,7 +217,7 @@ "1971-08-10": "Ascent of Saint Dominic", "1971-09-14": "Battle of San Jacinto Day", "1971-09-15": "Independence Day", - "1971-12-08": "Virgin's Day", + "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", @@ -227,7 +227,7 @@ "1972-08-10": "Ascent of Saint Dominic", "1972-09-14": "Battle of San Jacinto Day", "1972-09-15": "Independence Day", - "1972-12-08": "Virgin's Day", + "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", @@ -237,7 +237,7 @@ "1973-08-10": "Ascent of Saint Dominic", "1973-09-14": "Battle of San Jacinto Day", "1973-09-15": "Independence Day", - "1973-12-08": "Virgin's Day", + "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", @@ -247,7 +247,7 @@ "1974-08-10": "Ascent of Saint Dominic", "1974-09-14": "Battle of San Jacinto Day", "1974-09-15": "Independence Day", - "1974-12-08": "Virgin's Day", + "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", @@ -257,7 +257,7 @@ "1975-08-10": "Ascent of Saint Dominic", "1975-09-14": "Battle of San Jacinto Day", "1975-09-15": "Independence Day", - "1975-12-08": "Virgin's Day", + "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", @@ -267,7 +267,7 @@ "1976-08-10": "Ascent of Saint Dominic", "1976-09-14": "Battle of San Jacinto Day", "1976-09-15": "Independence Day", - "1976-12-08": "Virgin's Day", + "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", @@ -277,7 +277,7 @@ "1977-08-10": "Ascent of Saint Dominic", "1977-09-14": "Battle of San Jacinto Day", "1977-09-15": "Independence Day", - "1977-12-08": "Virgin's Day", + "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", @@ -287,7 +287,7 @@ "1978-08-10": "Ascent of Saint Dominic", "1978-09-14": "Battle of San Jacinto Day", "1978-09-15": "Independence Day", - "1978-12-08": "Virgin's Day", + "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", @@ -298,7 +298,7 @@ "1979-08-10": "Ascent of Saint Dominic", "1979-09-14": "Battle of San Jacinto Day", "1979-09-15": "Independence Day", - "1979-12-08": "Virgin's Day", + "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", @@ -309,7 +309,7 @@ "1980-08-10": "Ascent of Saint Dominic", "1980-09-14": "Battle of San Jacinto Day", "1980-09-15": "Independence Day", - "1980-12-08": "Virgin's Day", + "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", @@ -320,7 +320,7 @@ "1981-08-10": "Ascent of Saint Dominic", "1981-09-14": "Battle of San Jacinto Day", "1981-09-15": "Independence Day", - "1981-12-08": "Virgin's Day", + "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", @@ -331,7 +331,7 @@ "1982-08-10": "Ascent of Saint Dominic", "1982-09-14": "Battle of San Jacinto Day", "1982-09-15": "Independence Day", - "1982-12-08": "Virgin's Day", + "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", @@ -342,7 +342,7 @@ "1983-08-10": "Ascent of Saint Dominic", "1983-09-14": "Battle of San Jacinto Day", "1983-09-15": "Independence Day", - "1983-12-08": "Virgin's Day", + "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", @@ -353,7 +353,7 @@ "1984-08-10": "Ascent of Saint Dominic", "1984-09-14": "Battle of San Jacinto Day", "1984-09-15": "Independence Day", - "1984-12-08": "Virgin's Day", + "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", @@ -364,7 +364,7 @@ "1985-08-10": "Ascent of Saint Dominic", "1985-09-14": "Battle of San Jacinto Day", "1985-09-15": "Independence Day", - "1985-12-08": "Virgin's Day", + "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", @@ -375,7 +375,7 @@ "1986-08-10": "Ascent of Saint Dominic", "1986-09-14": "Battle of San Jacinto Day", "1986-09-15": "Independence Day", - "1986-12-08": "Virgin's Day", + "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", @@ -386,7 +386,7 @@ "1987-08-10": "Ascent of Saint Dominic", "1987-09-14": "Battle of San Jacinto Day", "1987-09-15": "Independence Day", - "1987-12-08": "Virgin's Day", + "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", @@ -397,7 +397,7 @@ "1988-08-10": "Ascent of Saint Dominic", "1988-09-14": "Battle of San Jacinto Day", "1988-09-15": "Independence Day", - "1988-12-08": "Virgin's Day", + "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", @@ -408,7 +408,7 @@ "1989-08-10": "Ascent of Saint Dominic", "1989-09-14": "Battle of San Jacinto Day", "1989-09-15": "Independence Day", - "1989-12-08": "Virgin's Day", + "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", @@ -419,7 +419,7 @@ "1990-08-10": "Ascent of Saint Dominic", "1990-09-14": "Battle of San Jacinto Day", "1990-09-15": "Independence Day", - "1990-12-08": "Virgin's Day", + "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", @@ -430,7 +430,7 @@ "1991-08-10": "Ascent of Saint Dominic", "1991-09-14": "Battle of San Jacinto Day", "1991-09-15": "Independence Day", - "1991-12-08": "Virgin's Day", + "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", @@ -441,7 +441,7 @@ "1992-08-10": "Ascent of Saint Dominic", "1992-09-14": "Battle of San Jacinto Day", "1992-09-15": "Independence Day", - "1992-12-08": "Virgin's Day", + "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", @@ -452,7 +452,7 @@ "1993-08-10": "Ascent of Saint Dominic", "1993-09-14": "Battle of San Jacinto Day", "1993-09-15": "Independence Day", - "1993-12-08": "Virgin's Day", + "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", @@ -463,7 +463,7 @@ "1994-08-10": "Ascent of Saint Dominic", "1994-09-14": "Battle of San Jacinto Day", "1994-09-15": "Independence Day", - "1994-12-08": "Virgin's Day", + "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", @@ -474,7 +474,7 @@ "1995-08-10": "Ascent of Saint Dominic", "1995-09-14": "Battle of San Jacinto Day", "1995-09-15": "Independence Day", - "1995-12-08": "Virgin's Day", + "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", @@ -485,7 +485,7 @@ "1996-08-10": "Ascent of Saint Dominic", "1996-09-14": "Battle of San Jacinto Day", "1996-09-15": "Independence Day", - "1996-12-08": "Virgin's Day", + "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", @@ -496,7 +496,7 @@ "1997-08-10": "Ascent of Saint Dominic", "1997-09-14": "Battle of San Jacinto Day", "1997-09-15": "Independence Day", - "1997-12-08": "Virgin's Day", + "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", @@ -507,7 +507,7 @@ "1998-08-10": "Ascent of Saint Dominic", "1998-09-14": "Battle of San Jacinto Day", "1998-09-15": "Independence Day", - "1998-12-08": "Virgin's Day", + "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", @@ -518,7 +518,7 @@ "1999-08-10": "Ascent of Saint Dominic", "1999-09-14": "Battle of San Jacinto Day", "1999-09-15": "Independence Day", - "1999-12-08": "Virgin's Day", + "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", @@ -529,7 +529,7 @@ "2000-08-10": "Ascent of Saint Dominic", "2000-09-14": "Battle of San Jacinto Day", "2000-09-15": "Independence Day", - "2000-12-08": "Virgin's Day", + "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", @@ -540,7 +540,7 @@ "2001-08-10": "Ascent of Saint Dominic", "2001-09-14": "Battle of San Jacinto Day", "2001-09-15": "Independence Day", - "2001-12-08": "Virgin's Day", + "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", @@ -551,7 +551,7 @@ "2002-08-10": "Ascent of Saint Dominic", "2002-09-14": "Battle of San Jacinto Day", "2002-09-15": "Independence Day", - "2002-12-08": "Virgin's Day", + "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", @@ -562,7 +562,7 @@ "2003-08-10": "Ascent of Saint Dominic", "2003-09-14": "Battle of San Jacinto Day", "2003-09-15": "Independence Day", - "2003-12-08": "Virgin's Day", + "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", @@ -573,7 +573,7 @@ "2004-08-10": "Ascent of Saint Dominic", "2004-09-14": "Battle of San Jacinto Day", "2004-09-15": "Independence Day", - "2004-12-08": "Virgin's Day", + "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", @@ -584,7 +584,7 @@ "2005-08-10": "Ascent of Saint Dominic", "2005-09-14": "Battle of San Jacinto Day", "2005-09-15": "Independence Day", - "2005-12-08": "Virgin's Day", + "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", @@ -595,7 +595,7 @@ "2006-08-10": "Ascent of Saint Dominic", "2006-09-14": "Battle of San Jacinto Day", "2006-09-15": "Independence Day", - "2006-12-08": "Virgin's Day", + "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", @@ -606,7 +606,7 @@ "2007-08-10": "Ascent of Saint Dominic", "2007-09-14": "Battle of San Jacinto Day", "2007-09-15": "Independence Day", - "2007-12-08": "Virgin's Day", + "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", @@ -617,7 +617,7 @@ "2008-08-10": "Ascent of Saint Dominic", "2008-09-14": "Battle of San Jacinto Day", "2008-09-15": "Independence Day", - "2008-12-08": "Virgin's Day", + "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", @@ -628,7 +628,7 @@ "2009-08-10": "Ascent of Saint Dominic", "2009-09-14": "Battle of San Jacinto Day", "2009-09-15": "Independence Day", - "2009-12-08": "Virgin's Day", + "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", @@ -639,7 +639,7 @@ "2010-08-10": "Ascent of Saint Dominic", "2010-09-14": "Battle of San Jacinto Day", "2010-09-15": "Independence Day", - "2010-12-08": "Virgin's Day", + "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", @@ -650,7 +650,7 @@ "2011-08-10": "Ascent of Saint Dominic", "2011-09-14": "Battle of San Jacinto Day", "2011-09-15": "Independence Day", - "2011-12-08": "Virgin's Day", + "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", @@ -661,7 +661,7 @@ "2012-08-10": "Ascent of Saint Dominic", "2012-09-14": "Battle of San Jacinto Day", "2012-09-15": "Independence Day", - "2012-12-08": "Virgin's Day", + "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", @@ -672,7 +672,7 @@ "2013-08-10": "Ascent of Saint Dominic", "2013-09-14": "Battle of San Jacinto Day", "2013-09-15": "Independence Day", - "2013-12-08": "Virgin's Day", + "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", @@ -683,7 +683,7 @@ "2014-08-10": "Ascent of Saint Dominic", "2014-09-14": "Battle of San Jacinto Day", "2014-09-15": "Independence Day", - "2014-12-08": "Virgin's Day", + "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", @@ -694,7 +694,7 @@ "2015-08-10": "Ascent of Saint Dominic", "2015-09-14": "Battle of San Jacinto Day", "2015-09-15": "Independence Day", - "2015-12-08": "Virgin's Day", + "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", @@ -705,7 +705,7 @@ "2016-08-10": "Ascent of Saint Dominic", "2016-09-14": "Battle of San Jacinto Day", "2016-09-15": "Independence Day", - "2016-12-08": "Virgin's Day", + "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", @@ -716,7 +716,7 @@ "2017-08-10": "Ascent of Saint Dominic", "2017-09-14": "Battle of San Jacinto Day", "2017-09-15": "Independence Day", - "2017-12-08": "Virgin's Day", + "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", @@ -727,7 +727,7 @@ "2018-08-10": "Ascent of Saint Dominic", "2018-09-14": "Battle of San Jacinto Day", "2018-09-15": "Independence Day", - "2018-12-08": "Virgin's Day", + "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", @@ -738,7 +738,7 @@ "2019-08-10": "Ascent of Saint Dominic", "2019-09-14": "Battle of San Jacinto Day", "2019-09-15": "Independence Day", - "2019-12-08": "Virgin's Day", + "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", @@ -749,7 +749,7 @@ "2020-08-10": "Ascent of Saint Dominic", "2020-09-14": "Battle of San Jacinto Day", "2020-09-15": "Independence Day", - "2020-12-08": "Virgin's Day", + "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", @@ -760,7 +760,7 @@ "2021-08-10": "Ascent of Saint Dominic", "2021-09-14": "Battle of San Jacinto Day", "2021-09-15": "Independence Day", - "2021-12-08": "Virgin's Day", + "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", @@ -772,7 +772,7 @@ "2022-08-10": "Ascent of Saint Dominic", "2022-09-14": "Battle of San Jacinto Day", "2022-09-15": "Independence Day", - "2022-12-08": "Virgin's Day", + "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", @@ -784,7 +784,7 @@ "2023-08-10": "Ascent of Saint Dominic", "2023-09-14": "Battle of San Jacinto Day", "2023-09-15": "Independence Day", - "2023-12-08": "Virgin's Day", + "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", @@ -796,7 +796,7 @@ "2024-08-10": "Ascent of Saint Dominic", "2024-09-14": "Battle of San Jacinto Day", "2024-09-15": "Independence Day", - "2024-12-08": "Virgin's Day", + "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", @@ -808,7 +808,7 @@ "2025-08-10": "Ascent of Saint Dominic", "2025-09-14": "Battle of San Jacinto Day", "2025-09-15": "Independence Day", - "2025-12-08": "Virgin's Day", + "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", @@ -820,7 +820,7 @@ "2026-08-10": "Ascent of Saint Dominic", "2026-09-14": "Battle of San Jacinto Day", "2026-09-15": "Independence Day", - "2026-12-08": "Virgin's Day", + "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", @@ -832,7 +832,7 @@ "2027-08-10": "Ascent of Saint Dominic", "2027-09-14": "Battle of San Jacinto Day", "2027-09-15": "Independence Day", - "2027-12-08": "Virgin's Day", + "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", @@ -844,7 +844,7 @@ "2028-08-10": "Ascent of Saint Dominic", "2028-09-14": "Battle of San Jacinto Day", "2028-09-15": "Independence Day", - "2028-12-08": "Virgin's Day", + "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", @@ -856,7 +856,7 @@ "2029-08-10": "Ascent of Saint Dominic", "2029-09-14": "Battle of San Jacinto Day", "2029-09-15": "Independence Day", - "2029-12-08": "Virgin's Day", + "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", @@ -868,7 +868,7 @@ "2030-08-10": "Ascent of Saint Dominic", "2030-09-14": "Battle of San Jacinto Day", "2030-09-15": "Independence Day", - "2030-12-08": "Virgin's Day", + "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", @@ -880,7 +880,7 @@ "2031-08-10": "Ascent of Saint Dominic", "2031-09-14": "Battle of San Jacinto Day", "2031-09-15": "Independence Day", - "2031-12-08": "Virgin's Day", + "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", @@ -892,7 +892,7 @@ "2032-08-10": "Ascent of Saint Dominic", "2032-09-14": "Battle of San Jacinto Day", "2032-09-15": "Independence Day", - "2032-12-08": "Virgin's Day", + "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", @@ -904,7 +904,7 @@ "2033-08-10": "Ascent of Saint Dominic", "2033-09-14": "Battle of San Jacinto Day", "2033-09-15": "Independence Day", - "2033-12-08": "Virgin's Day", + "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", @@ -916,7 +916,7 @@ "2034-08-10": "Ascent of Saint Dominic", "2034-09-14": "Battle of San Jacinto Day", "2034-09-15": "Independence Day", - "2034-12-08": "Virgin's Day", + "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", @@ -928,7 +928,7 @@ "2035-08-10": "Ascent of Saint Dominic", "2035-09-14": "Battle of San Jacinto Day", "2035-09-15": "Independence Day", - "2035-12-08": "Virgin's Day", + "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", @@ -940,7 +940,7 @@ "2036-08-10": "Ascent of Saint Dominic", "2036-09-14": "Battle of San Jacinto Day", "2036-09-15": "Independence Day", - "2036-12-08": "Virgin's Day", + "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", @@ -952,7 +952,7 @@ "2037-08-10": "Ascent of Saint Dominic", "2037-09-14": "Battle of San Jacinto Day", "2037-09-15": "Independence Day", - "2037-12-08": "Virgin's Day", + "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", @@ -964,7 +964,7 @@ "2038-08-10": "Ascent of Saint Dominic", "2038-09-14": "Battle of San Jacinto Day", "2038-09-15": "Independence Day", - "2038-12-08": "Virgin's Day", + "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", @@ -976,7 +976,7 @@ "2039-08-10": "Ascent of Saint Dominic", "2039-09-14": "Battle of San Jacinto Day", "2039-09-15": "Independence Day", - "2039-12-08": "Virgin's Day", + "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", @@ -988,7 +988,7 @@ "2040-08-10": "Ascent of Saint Dominic", "2040-09-14": "Battle of San Jacinto Day", "2040-09-15": "Independence Day", - "2040-12-08": "Virgin's Day", + "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", @@ -1000,7 +1000,7 @@ "2041-08-10": "Ascent of Saint Dominic", "2041-09-14": "Battle of San Jacinto Day", "2041-09-15": "Independence Day", - "2041-12-08": "Virgin's Day", + "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", @@ -1012,7 +1012,7 @@ "2042-08-10": "Ascent of Saint Dominic", "2042-09-14": "Battle of San Jacinto Day", "2042-09-15": "Independence Day", - "2042-12-08": "Virgin's Day", + "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", @@ -1024,7 +1024,7 @@ "2043-08-10": "Ascent of Saint Dominic", "2043-09-14": "Battle of San Jacinto Day", "2043-09-15": "Independence Day", - "2043-12-08": "Virgin's Day", + "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", @@ -1036,7 +1036,7 @@ "2044-08-10": "Ascent of Saint Dominic", "2044-09-14": "Battle of San Jacinto Day", "2044-09-15": "Independence Day", - "2044-12-08": "Virgin's Day", + "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", @@ -1048,7 +1048,7 @@ "2045-08-10": "Ascent of Saint Dominic", "2045-09-14": "Battle of San Jacinto Day", "2045-09-15": "Independence Day", - "2045-12-08": "Virgin's Day", + "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", @@ -1060,7 +1060,7 @@ "2046-08-10": "Ascent of Saint Dominic", "2046-09-14": "Battle of San Jacinto Day", "2046-09-15": "Independence Day", - "2046-12-08": "Virgin's Day", + "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", @@ -1072,7 +1072,7 @@ "2047-08-10": "Ascent of Saint Dominic", "2047-09-14": "Battle of San Jacinto Day", "2047-09-15": "Independence Day", - "2047-12-08": "Virgin's Day", + "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", @@ -1084,7 +1084,7 @@ "2048-08-10": "Ascent of Saint Dominic", "2048-09-14": "Battle of San Jacinto Day", "2048-09-15": "Independence Day", - "2048-12-08": "Virgin's Day", + "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", @@ -1096,7 +1096,7 @@ "2049-08-10": "Ascent of Saint Dominic", "2049-09-14": "Battle of San Jacinto Day", "2049-09-15": "Independence Day", - "2049-12-08": "Virgin's Day", + "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", @@ -1108,6 +1108,6 @@ "2050-08-10": "Ascent of Saint Dominic", "2050-09-14": "Battle of San Jacinto Day", "2050-09-15": "Independence Day", - "2050-12-08": "Virgin's Day", + "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } diff --git a/snapshots/countries/NI_MS.json b/snapshots/countries/NI_MS.json index 245acbf28..f9c681361 100644 --- a/snapshots/countries/NI_MS.json +++ b/snapshots/countries/NI_MS.json @@ -5,7 +5,7 @@ "1950-05-01": "Labor Day", "1950-09-14": "Battle of San Jacinto Day", "1950-09-15": "Independence Day", - "1950-12-08": "Virgin's Day", + "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", @@ -13,7 +13,7 @@ "1951-05-01": "Labor Day", "1951-09-14": "Battle of San Jacinto Day", "1951-09-15": "Independence Day", - "1951-12-08": "Virgin's Day", + "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", @@ -21,7 +21,7 @@ "1952-05-01": "Labor Day", "1952-09-14": "Battle of San Jacinto Day", "1952-09-15": "Independence Day", - "1952-12-08": "Virgin's Day", + "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", @@ -29,7 +29,7 @@ "1953-05-01": "Labor Day", "1953-09-14": "Battle of San Jacinto Day", "1953-09-15": "Independence Day", - "1953-12-08": "Virgin's Day", + "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", @@ -37,7 +37,7 @@ "1954-05-01": "Labor Day", "1954-09-14": "Battle of San Jacinto Day", "1954-09-15": "Independence Day", - "1954-12-08": "Virgin's Day", + "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", @@ -45,7 +45,7 @@ "1955-05-01": "Labor Day", "1955-09-14": "Battle of San Jacinto Day", "1955-09-15": "Independence Day", - "1955-12-08": "Virgin's Day", + "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", @@ -53,7 +53,7 @@ "1956-05-01": "Labor Day", "1956-09-14": "Battle of San Jacinto Day", "1956-09-15": "Independence Day", - "1956-12-08": "Virgin's Day", + "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", @@ -61,7 +61,7 @@ "1957-05-01": "Labor Day", "1957-09-14": "Battle of San Jacinto Day", "1957-09-15": "Independence Day", - "1957-12-08": "Virgin's Day", + "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", @@ -69,7 +69,7 @@ "1958-05-01": "Labor Day", "1958-09-14": "Battle of San Jacinto Day", "1958-09-15": "Independence Day", - "1958-12-08": "Virgin's Day", + "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", @@ -77,7 +77,7 @@ "1959-05-01": "Labor Day", "1959-09-14": "Battle of San Jacinto Day", "1959-09-15": "Independence Day", - "1959-12-08": "Virgin's Day", + "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", @@ -85,7 +85,7 @@ "1960-05-01": "Labor Day", "1960-09-14": "Battle of San Jacinto Day", "1960-09-15": "Independence Day", - "1960-12-08": "Virgin's Day", + "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", @@ -93,7 +93,7 @@ "1961-05-01": "Labor Day", "1961-09-14": "Battle of San Jacinto Day", "1961-09-15": "Independence Day", - "1961-12-08": "Virgin's Day", + "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", @@ -101,7 +101,7 @@ "1962-05-01": "Labor Day", "1962-09-14": "Battle of San Jacinto Day", "1962-09-15": "Independence Day", - "1962-12-08": "Virgin's Day", + "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", @@ -109,7 +109,7 @@ "1963-05-01": "Labor Day", "1963-09-14": "Battle of San Jacinto Day", "1963-09-15": "Independence Day", - "1963-12-08": "Virgin's Day", + "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", @@ -117,7 +117,7 @@ "1964-05-01": "Labor Day", "1964-09-14": "Battle of San Jacinto Day", "1964-09-15": "Independence Day", - "1964-12-08": "Virgin's Day", + "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", @@ -125,7 +125,7 @@ "1965-05-01": "Labor Day", "1965-09-14": "Battle of San Jacinto Day", "1965-09-15": "Independence Day", - "1965-12-08": "Virgin's Day", + "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", @@ -133,7 +133,7 @@ "1966-05-01": "Labor Day", "1966-09-14": "Battle of San Jacinto Day", "1966-09-15": "Independence Day", - "1966-12-08": "Virgin's Day", + "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", @@ -141,7 +141,7 @@ "1967-05-01": "Labor Day", "1967-09-14": "Battle of San Jacinto Day", "1967-09-15": "Independence Day", - "1967-12-08": "Virgin's Day", + "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", @@ -149,7 +149,7 @@ "1968-05-01": "Labor Day", "1968-09-14": "Battle of San Jacinto Day", "1968-09-15": "Independence Day", - "1968-12-08": "Virgin's Day", + "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", @@ -157,7 +157,7 @@ "1969-05-01": "Labor Day", "1969-09-14": "Battle of San Jacinto Day", "1969-09-15": "Independence Day", - "1969-12-08": "Virgin's Day", + "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", @@ -165,7 +165,7 @@ "1970-05-01": "Labor Day", "1970-09-14": "Battle of San Jacinto Day", "1970-09-15": "Independence Day", - "1970-12-08": "Virgin's Day", + "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", @@ -173,7 +173,7 @@ "1971-05-01": "Labor Day", "1971-09-14": "Battle of San Jacinto Day", "1971-09-15": "Independence Day", - "1971-12-08": "Virgin's Day", + "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", @@ -181,7 +181,7 @@ "1972-05-01": "Labor Day", "1972-09-14": "Battle of San Jacinto Day", "1972-09-15": "Independence Day", - "1972-12-08": "Virgin's Day", + "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", @@ -189,7 +189,7 @@ "1973-05-01": "Labor Day", "1973-09-14": "Battle of San Jacinto Day", "1973-09-15": "Independence Day", - "1973-12-08": "Virgin's Day", + "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", @@ -197,7 +197,7 @@ "1974-05-01": "Labor Day", "1974-09-14": "Battle of San Jacinto Day", "1974-09-15": "Independence Day", - "1974-12-08": "Virgin's Day", + "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", @@ -205,7 +205,7 @@ "1975-05-01": "Labor Day", "1975-09-14": "Battle of San Jacinto Day", "1975-09-15": "Independence Day", - "1975-12-08": "Virgin's Day", + "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", @@ -213,7 +213,7 @@ "1976-05-01": "Labor Day", "1976-09-14": "Battle of San Jacinto Day", "1976-09-15": "Independence Day", - "1976-12-08": "Virgin's Day", + "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", @@ -221,7 +221,7 @@ "1977-05-01": "Labor Day", "1977-09-14": "Battle of San Jacinto Day", "1977-09-15": "Independence Day", - "1977-12-08": "Virgin's Day", + "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", @@ -229,7 +229,7 @@ "1978-05-01": "Labor Day", "1978-09-14": "Battle of San Jacinto Day", "1978-09-15": "Independence Day", - "1978-12-08": "Virgin's Day", + "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", @@ -238,7 +238,7 @@ "1979-07-19": "Revolution Day", "1979-09-14": "Battle of San Jacinto Day", "1979-09-15": "Independence Day", - "1979-12-08": "Virgin's Day", + "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", @@ -247,7 +247,7 @@ "1980-07-19": "Revolution Day", "1980-09-14": "Battle of San Jacinto Day", "1980-09-15": "Independence Day", - "1980-12-08": "Virgin's Day", + "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", @@ -256,7 +256,7 @@ "1981-07-19": "Revolution Day", "1981-09-14": "Battle of San Jacinto Day", "1981-09-15": "Independence Day", - "1981-12-08": "Virgin's Day", + "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", @@ -265,7 +265,7 @@ "1982-07-19": "Revolution Day", "1982-09-14": "Battle of San Jacinto Day", "1982-09-15": "Independence Day", - "1982-12-08": "Virgin's Day", + "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", @@ -274,7 +274,7 @@ "1983-07-19": "Revolution Day", "1983-09-14": "Battle of San Jacinto Day", "1983-09-15": "Independence Day", - "1983-12-08": "Virgin's Day", + "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", @@ -283,7 +283,7 @@ "1984-07-19": "Revolution Day", "1984-09-14": "Battle of San Jacinto Day", "1984-09-15": "Independence Day", - "1984-12-08": "Virgin's Day", + "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", @@ -292,7 +292,7 @@ "1985-07-19": "Revolution Day", "1985-09-14": "Battle of San Jacinto Day", "1985-09-15": "Independence Day", - "1985-12-08": "Virgin's Day", + "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", @@ -301,7 +301,7 @@ "1986-07-19": "Revolution Day", "1986-09-14": "Battle of San Jacinto Day", "1986-09-15": "Independence Day", - "1986-12-08": "Virgin's Day", + "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", @@ -310,7 +310,7 @@ "1987-07-19": "Revolution Day", "1987-09-14": "Battle of San Jacinto Day", "1987-09-15": "Independence Day", - "1987-12-08": "Virgin's Day", + "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", @@ -319,7 +319,7 @@ "1988-07-19": "Revolution Day", "1988-09-14": "Battle of San Jacinto Day", "1988-09-15": "Independence Day", - "1988-12-08": "Virgin's Day", + "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", @@ -328,7 +328,7 @@ "1989-07-19": "Revolution Day", "1989-09-14": "Battle of San Jacinto Day", "1989-09-15": "Independence Day", - "1989-12-08": "Virgin's Day", + "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", @@ -337,7 +337,7 @@ "1990-07-19": "Revolution Day", "1990-09-14": "Battle of San Jacinto Day", "1990-09-15": "Independence Day", - "1990-12-08": "Virgin's Day", + "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", @@ -346,7 +346,7 @@ "1991-07-19": "Revolution Day", "1991-09-14": "Battle of San Jacinto Day", "1991-09-15": "Independence Day", - "1991-12-08": "Virgin's Day", + "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", @@ -355,7 +355,7 @@ "1992-07-19": "Revolution Day", "1992-09-14": "Battle of San Jacinto Day", "1992-09-15": "Independence Day", - "1992-12-08": "Virgin's Day", + "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", @@ -364,7 +364,7 @@ "1993-07-19": "Revolution Day", "1993-09-14": "Battle of San Jacinto Day", "1993-09-15": "Independence Day", - "1993-12-08": "Virgin's Day", + "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", @@ -373,7 +373,7 @@ "1994-07-19": "Revolution Day", "1994-09-14": "Battle of San Jacinto Day", "1994-09-15": "Independence Day", - "1994-12-08": "Virgin's Day", + "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", @@ -382,7 +382,7 @@ "1995-07-19": "Revolution Day", "1995-09-14": "Battle of San Jacinto Day", "1995-09-15": "Independence Day", - "1995-12-08": "Virgin's Day", + "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", @@ -391,7 +391,7 @@ "1996-07-19": "Revolution Day", "1996-09-14": "Battle of San Jacinto Day", "1996-09-15": "Independence Day", - "1996-12-08": "Virgin's Day", + "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", @@ -400,7 +400,7 @@ "1997-07-19": "Revolution Day", "1997-09-14": "Battle of San Jacinto Day", "1997-09-15": "Independence Day", - "1997-12-08": "Virgin's Day", + "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", @@ -409,7 +409,7 @@ "1998-07-19": "Revolution Day", "1998-09-14": "Battle of San Jacinto Day", "1998-09-15": "Independence Day", - "1998-12-08": "Virgin's Day", + "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", @@ -418,7 +418,7 @@ "1999-07-19": "Revolution Day", "1999-09-14": "Battle of San Jacinto Day", "1999-09-15": "Independence Day", - "1999-12-08": "Virgin's Day", + "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", @@ -427,7 +427,7 @@ "2000-07-19": "Revolution Day", "2000-09-14": "Battle of San Jacinto Day", "2000-09-15": "Independence Day", - "2000-12-08": "Virgin's Day", + "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", @@ -436,7 +436,7 @@ "2001-07-19": "Revolution Day", "2001-09-14": "Battle of San Jacinto Day", "2001-09-15": "Independence Day", - "2001-12-08": "Virgin's Day", + "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", @@ -445,7 +445,7 @@ "2002-07-19": "Revolution Day", "2002-09-14": "Battle of San Jacinto Day", "2002-09-15": "Independence Day", - "2002-12-08": "Virgin's Day", + "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", @@ -454,7 +454,7 @@ "2003-07-19": "Revolution Day", "2003-09-14": "Battle of San Jacinto Day", "2003-09-15": "Independence Day", - "2003-12-08": "Virgin's Day", + "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", @@ -463,7 +463,7 @@ "2004-07-19": "Revolution Day", "2004-09-14": "Battle of San Jacinto Day", "2004-09-15": "Independence Day", - "2004-12-08": "Virgin's Day", + "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", @@ -472,7 +472,7 @@ "2005-07-19": "Revolution Day", "2005-09-14": "Battle of San Jacinto Day", "2005-09-15": "Independence Day", - "2005-12-08": "Virgin's Day", + "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", @@ -481,7 +481,7 @@ "2006-07-19": "Revolution Day", "2006-09-14": "Battle of San Jacinto Day", "2006-09-15": "Independence Day", - "2006-12-08": "Virgin's Day", + "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", @@ -490,7 +490,7 @@ "2007-07-19": "Revolution Day", "2007-09-14": "Battle of San Jacinto Day", "2007-09-15": "Independence Day", - "2007-12-08": "Virgin's Day", + "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", @@ -499,7 +499,7 @@ "2008-07-19": "Revolution Day", "2008-09-14": "Battle of San Jacinto Day", "2008-09-15": "Independence Day", - "2008-12-08": "Virgin's Day", + "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", @@ -508,7 +508,7 @@ "2009-07-19": "Revolution Day", "2009-09-14": "Battle of San Jacinto Day", "2009-09-15": "Independence Day", - "2009-12-08": "Virgin's Day", + "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", @@ -517,7 +517,7 @@ "2010-07-19": "Revolution Day", "2010-09-14": "Battle of San Jacinto Day", "2010-09-15": "Independence Day", - "2010-12-08": "Virgin's Day", + "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", @@ -526,7 +526,7 @@ "2011-07-19": "Revolution Day", "2011-09-14": "Battle of San Jacinto Day", "2011-09-15": "Independence Day", - "2011-12-08": "Virgin's Day", + "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", @@ -535,7 +535,7 @@ "2012-07-19": "Revolution Day", "2012-09-14": "Battle of San Jacinto Day", "2012-09-15": "Independence Day", - "2012-12-08": "Virgin's Day", + "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", @@ -544,7 +544,7 @@ "2013-07-19": "Revolution Day", "2013-09-14": "Battle of San Jacinto Day", "2013-09-15": "Independence Day", - "2013-12-08": "Virgin's Day", + "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", @@ -553,7 +553,7 @@ "2014-07-19": "Revolution Day", "2014-09-14": "Battle of San Jacinto Day", "2014-09-15": "Independence Day", - "2014-12-08": "Virgin's Day", + "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", @@ -562,7 +562,7 @@ "2015-07-19": "Revolution Day", "2015-09-14": "Battle of San Jacinto Day", "2015-09-15": "Independence Day", - "2015-12-08": "Virgin's Day", + "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", @@ -571,7 +571,7 @@ "2016-07-19": "Revolution Day", "2016-09-14": "Battle of San Jacinto Day", "2016-09-15": "Independence Day", - "2016-12-08": "Virgin's Day", + "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", @@ -580,7 +580,7 @@ "2017-07-19": "Revolution Day", "2017-09-14": "Battle of San Jacinto Day", "2017-09-15": "Independence Day", - "2017-12-08": "Virgin's Day", + "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", @@ -589,7 +589,7 @@ "2018-07-19": "Revolution Day", "2018-09-14": "Battle of San Jacinto Day", "2018-09-15": "Independence Day", - "2018-12-08": "Virgin's Day", + "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", @@ -598,7 +598,7 @@ "2019-07-19": "Revolution Day", "2019-09-14": "Battle of San Jacinto Day", "2019-09-15": "Independence Day", - "2019-12-08": "Virgin's Day", + "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", @@ -607,7 +607,7 @@ "2020-07-19": "Revolution Day", "2020-09-14": "Battle of San Jacinto Day", "2020-09-15": "Independence Day", - "2020-12-08": "Virgin's Day", + "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", @@ -616,7 +616,7 @@ "2021-07-19": "Revolution Day", "2021-09-14": "Battle of San Jacinto Day", "2021-09-15": "Independence Day", - "2021-12-08": "Virgin's Day", + "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", @@ -626,7 +626,7 @@ "2022-07-19": "Revolution Day", "2022-09-14": "Battle of San Jacinto Day", "2022-09-15": "Independence Day", - "2022-12-08": "Virgin's Day", + "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", @@ -636,7 +636,7 @@ "2023-07-19": "Revolution Day", "2023-09-14": "Battle of San Jacinto Day", "2023-09-15": "Independence Day", - "2023-12-08": "Virgin's Day", + "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", @@ -646,7 +646,7 @@ "2024-07-19": "Revolution Day", "2024-09-14": "Battle of San Jacinto Day", "2024-09-15": "Independence Day", - "2024-12-08": "Virgin's Day", + "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", @@ -656,7 +656,7 @@ "2025-07-19": "Revolution Day", "2025-09-14": "Battle of San Jacinto Day", "2025-09-15": "Independence Day", - "2025-12-08": "Virgin's Day", + "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", @@ -666,7 +666,7 @@ "2026-07-19": "Revolution Day", "2026-09-14": "Battle of San Jacinto Day", "2026-09-15": "Independence Day", - "2026-12-08": "Virgin's Day", + "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", @@ -676,7 +676,7 @@ "2027-07-19": "Revolution Day", "2027-09-14": "Battle of San Jacinto Day", "2027-09-15": "Independence Day", - "2027-12-08": "Virgin's Day", + "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", @@ -686,7 +686,7 @@ "2028-07-19": "Revolution Day", "2028-09-14": "Battle of San Jacinto Day", "2028-09-15": "Independence Day", - "2028-12-08": "Virgin's Day", + "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", @@ -696,7 +696,7 @@ "2029-07-19": "Revolution Day", "2029-09-14": "Battle of San Jacinto Day", "2029-09-15": "Independence Day", - "2029-12-08": "Virgin's Day", + "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", @@ -706,7 +706,7 @@ "2030-07-19": "Revolution Day", "2030-09-14": "Battle of San Jacinto Day", "2030-09-15": "Independence Day", - "2030-12-08": "Virgin's Day", + "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", @@ -716,7 +716,7 @@ "2031-07-19": "Revolution Day", "2031-09-14": "Battle of San Jacinto Day", "2031-09-15": "Independence Day", - "2031-12-08": "Virgin's Day", + "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", @@ -726,7 +726,7 @@ "2032-07-19": "Revolution Day", "2032-09-14": "Battle of San Jacinto Day", "2032-09-15": "Independence Day", - "2032-12-08": "Virgin's Day", + "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", @@ -736,7 +736,7 @@ "2033-07-19": "Revolution Day", "2033-09-14": "Battle of San Jacinto Day", "2033-09-15": "Independence Day", - "2033-12-08": "Virgin's Day", + "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", @@ -746,7 +746,7 @@ "2034-07-19": "Revolution Day", "2034-09-14": "Battle of San Jacinto Day", "2034-09-15": "Independence Day", - "2034-12-08": "Virgin's Day", + "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", @@ -756,7 +756,7 @@ "2035-07-19": "Revolution Day", "2035-09-14": "Battle of San Jacinto Day", "2035-09-15": "Independence Day", - "2035-12-08": "Virgin's Day", + "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", @@ -766,7 +766,7 @@ "2036-07-19": "Revolution Day", "2036-09-14": "Battle of San Jacinto Day", "2036-09-15": "Independence Day", - "2036-12-08": "Virgin's Day", + "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", @@ -776,7 +776,7 @@ "2037-07-19": "Revolution Day", "2037-09-14": "Battle of San Jacinto Day", "2037-09-15": "Independence Day", - "2037-12-08": "Virgin's Day", + "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", @@ -786,7 +786,7 @@ "2038-07-19": "Revolution Day", "2038-09-14": "Battle of San Jacinto Day", "2038-09-15": "Independence Day", - "2038-12-08": "Virgin's Day", + "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", @@ -796,7 +796,7 @@ "2039-07-19": "Revolution Day", "2039-09-14": "Battle of San Jacinto Day", "2039-09-15": "Independence Day", - "2039-12-08": "Virgin's Day", + "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", @@ -806,7 +806,7 @@ "2040-07-19": "Revolution Day", "2040-09-14": "Battle of San Jacinto Day", "2040-09-15": "Independence Day", - "2040-12-08": "Virgin's Day", + "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", @@ -816,7 +816,7 @@ "2041-07-19": "Revolution Day", "2041-09-14": "Battle of San Jacinto Day", "2041-09-15": "Independence Day", - "2041-12-08": "Virgin's Day", + "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", @@ -826,7 +826,7 @@ "2042-07-19": "Revolution Day", "2042-09-14": "Battle of San Jacinto Day", "2042-09-15": "Independence Day", - "2042-12-08": "Virgin's Day", + "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", @@ -836,7 +836,7 @@ "2043-07-19": "Revolution Day", "2043-09-14": "Battle of San Jacinto Day", "2043-09-15": "Independence Day", - "2043-12-08": "Virgin's Day", + "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", @@ -846,7 +846,7 @@ "2044-07-19": "Revolution Day", "2044-09-14": "Battle of San Jacinto Day", "2044-09-15": "Independence Day", - "2044-12-08": "Virgin's Day", + "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", @@ -856,7 +856,7 @@ "2045-07-19": "Revolution Day", "2045-09-14": "Battle of San Jacinto Day", "2045-09-15": "Independence Day", - "2045-12-08": "Virgin's Day", + "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", @@ -866,7 +866,7 @@ "2046-07-19": "Revolution Day", "2046-09-14": "Battle of San Jacinto Day", "2046-09-15": "Independence Day", - "2046-12-08": "Virgin's Day", + "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", @@ -876,7 +876,7 @@ "2047-07-19": "Revolution Day", "2047-09-14": "Battle of San Jacinto Day", "2047-09-15": "Independence Day", - "2047-12-08": "Virgin's Day", + "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", @@ -886,7 +886,7 @@ "2048-07-19": "Revolution Day", "2048-09-14": "Battle of San Jacinto Day", "2048-09-15": "Independence Day", - "2048-12-08": "Virgin's Day", + "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", @@ -896,7 +896,7 @@ "2049-07-19": "Revolution Day", "2049-09-14": "Battle of San Jacinto Day", "2049-09-15": "Independence Day", - "2049-12-08": "Virgin's Day", + "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", @@ -906,6 +906,6 @@ "2050-07-19": "Revolution Day", "2050-09-14": "Battle of San Jacinto Day", "2050-09-15": "Independence Day", - "2050-12-08": "Virgin's Day", + "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } diff --git a/snapshots/countries/NI_MT.json b/snapshots/countries/NI_MT.json index 245acbf28..f9c681361 100644 --- a/snapshots/countries/NI_MT.json +++ b/snapshots/countries/NI_MT.json @@ -5,7 +5,7 @@ "1950-05-01": "Labor Day", "1950-09-14": "Battle of San Jacinto Day", "1950-09-15": "Independence Day", - "1950-12-08": "Virgin's Day", + "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", @@ -13,7 +13,7 @@ "1951-05-01": "Labor Day", "1951-09-14": "Battle of San Jacinto Day", "1951-09-15": "Independence Day", - "1951-12-08": "Virgin's Day", + "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", @@ -21,7 +21,7 @@ "1952-05-01": "Labor Day", "1952-09-14": "Battle of San Jacinto Day", "1952-09-15": "Independence Day", - "1952-12-08": "Virgin's Day", + "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", @@ -29,7 +29,7 @@ "1953-05-01": "Labor Day", "1953-09-14": "Battle of San Jacinto Day", "1953-09-15": "Independence Day", - "1953-12-08": "Virgin's Day", + "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", @@ -37,7 +37,7 @@ "1954-05-01": "Labor Day", "1954-09-14": "Battle of San Jacinto Day", "1954-09-15": "Independence Day", - "1954-12-08": "Virgin's Day", + "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", @@ -45,7 +45,7 @@ "1955-05-01": "Labor Day", "1955-09-14": "Battle of San Jacinto Day", "1955-09-15": "Independence Day", - "1955-12-08": "Virgin's Day", + "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", @@ -53,7 +53,7 @@ "1956-05-01": "Labor Day", "1956-09-14": "Battle of San Jacinto Day", "1956-09-15": "Independence Day", - "1956-12-08": "Virgin's Day", + "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", @@ -61,7 +61,7 @@ "1957-05-01": "Labor Day", "1957-09-14": "Battle of San Jacinto Day", "1957-09-15": "Independence Day", - "1957-12-08": "Virgin's Day", + "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", @@ -69,7 +69,7 @@ "1958-05-01": "Labor Day", "1958-09-14": "Battle of San Jacinto Day", "1958-09-15": "Independence Day", - "1958-12-08": "Virgin's Day", + "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", @@ -77,7 +77,7 @@ "1959-05-01": "Labor Day", "1959-09-14": "Battle of San Jacinto Day", "1959-09-15": "Independence Day", - "1959-12-08": "Virgin's Day", + "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", @@ -85,7 +85,7 @@ "1960-05-01": "Labor Day", "1960-09-14": "Battle of San Jacinto Day", "1960-09-15": "Independence Day", - "1960-12-08": "Virgin's Day", + "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", @@ -93,7 +93,7 @@ "1961-05-01": "Labor Day", "1961-09-14": "Battle of San Jacinto Day", "1961-09-15": "Independence Day", - "1961-12-08": "Virgin's Day", + "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", @@ -101,7 +101,7 @@ "1962-05-01": "Labor Day", "1962-09-14": "Battle of San Jacinto Day", "1962-09-15": "Independence Day", - "1962-12-08": "Virgin's Day", + "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", @@ -109,7 +109,7 @@ "1963-05-01": "Labor Day", "1963-09-14": "Battle of San Jacinto Day", "1963-09-15": "Independence Day", - "1963-12-08": "Virgin's Day", + "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", @@ -117,7 +117,7 @@ "1964-05-01": "Labor Day", "1964-09-14": "Battle of San Jacinto Day", "1964-09-15": "Independence Day", - "1964-12-08": "Virgin's Day", + "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", @@ -125,7 +125,7 @@ "1965-05-01": "Labor Day", "1965-09-14": "Battle of San Jacinto Day", "1965-09-15": "Independence Day", - "1965-12-08": "Virgin's Day", + "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", @@ -133,7 +133,7 @@ "1966-05-01": "Labor Day", "1966-09-14": "Battle of San Jacinto Day", "1966-09-15": "Independence Day", - "1966-12-08": "Virgin's Day", + "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", @@ -141,7 +141,7 @@ "1967-05-01": "Labor Day", "1967-09-14": "Battle of San Jacinto Day", "1967-09-15": "Independence Day", - "1967-12-08": "Virgin's Day", + "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", @@ -149,7 +149,7 @@ "1968-05-01": "Labor Day", "1968-09-14": "Battle of San Jacinto Day", "1968-09-15": "Independence Day", - "1968-12-08": "Virgin's Day", + "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", @@ -157,7 +157,7 @@ "1969-05-01": "Labor Day", "1969-09-14": "Battle of San Jacinto Day", "1969-09-15": "Independence Day", - "1969-12-08": "Virgin's Day", + "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", @@ -165,7 +165,7 @@ "1970-05-01": "Labor Day", "1970-09-14": "Battle of San Jacinto Day", "1970-09-15": "Independence Day", - "1970-12-08": "Virgin's Day", + "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", @@ -173,7 +173,7 @@ "1971-05-01": "Labor Day", "1971-09-14": "Battle of San Jacinto Day", "1971-09-15": "Independence Day", - "1971-12-08": "Virgin's Day", + "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", @@ -181,7 +181,7 @@ "1972-05-01": "Labor Day", "1972-09-14": "Battle of San Jacinto Day", "1972-09-15": "Independence Day", - "1972-12-08": "Virgin's Day", + "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", @@ -189,7 +189,7 @@ "1973-05-01": "Labor Day", "1973-09-14": "Battle of San Jacinto Day", "1973-09-15": "Independence Day", - "1973-12-08": "Virgin's Day", + "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", @@ -197,7 +197,7 @@ "1974-05-01": "Labor Day", "1974-09-14": "Battle of San Jacinto Day", "1974-09-15": "Independence Day", - "1974-12-08": "Virgin's Day", + "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", @@ -205,7 +205,7 @@ "1975-05-01": "Labor Day", "1975-09-14": "Battle of San Jacinto Day", "1975-09-15": "Independence Day", - "1975-12-08": "Virgin's Day", + "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", @@ -213,7 +213,7 @@ "1976-05-01": "Labor Day", "1976-09-14": "Battle of San Jacinto Day", "1976-09-15": "Independence Day", - "1976-12-08": "Virgin's Day", + "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", @@ -221,7 +221,7 @@ "1977-05-01": "Labor Day", "1977-09-14": "Battle of San Jacinto Day", "1977-09-15": "Independence Day", - "1977-12-08": "Virgin's Day", + "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", @@ -229,7 +229,7 @@ "1978-05-01": "Labor Day", "1978-09-14": "Battle of San Jacinto Day", "1978-09-15": "Independence Day", - "1978-12-08": "Virgin's Day", + "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", @@ -238,7 +238,7 @@ "1979-07-19": "Revolution Day", "1979-09-14": "Battle of San Jacinto Day", "1979-09-15": "Independence Day", - "1979-12-08": "Virgin's Day", + "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", @@ -247,7 +247,7 @@ "1980-07-19": "Revolution Day", "1980-09-14": "Battle of San Jacinto Day", "1980-09-15": "Independence Day", - "1980-12-08": "Virgin's Day", + "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", @@ -256,7 +256,7 @@ "1981-07-19": "Revolution Day", "1981-09-14": "Battle of San Jacinto Day", "1981-09-15": "Independence Day", - "1981-12-08": "Virgin's Day", + "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", @@ -265,7 +265,7 @@ "1982-07-19": "Revolution Day", "1982-09-14": "Battle of San Jacinto Day", "1982-09-15": "Independence Day", - "1982-12-08": "Virgin's Day", + "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", @@ -274,7 +274,7 @@ "1983-07-19": "Revolution Day", "1983-09-14": "Battle of San Jacinto Day", "1983-09-15": "Independence Day", - "1983-12-08": "Virgin's Day", + "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", @@ -283,7 +283,7 @@ "1984-07-19": "Revolution Day", "1984-09-14": "Battle of San Jacinto Day", "1984-09-15": "Independence Day", - "1984-12-08": "Virgin's Day", + "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", @@ -292,7 +292,7 @@ "1985-07-19": "Revolution Day", "1985-09-14": "Battle of San Jacinto Day", "1985-09-15": "Independence Day", - "1985-12-08": "Virgin's Day", + "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", @@ -301,7 +301,7 @@ "1986-07-19": "Revolution Day", "1986-09-14": "Battle of San Jacinto Day", "1986-09-15": "Independence Day", - "1986-12-08": "Virgin's Day", + "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", @@ -310,7 +310,7 @@ "1987-07-19": "Revolution Day", "1987-09-14": "Battle of San Jacinto Day", "1987-09-15": "Independence Day", - "1987-12-08": "Virgin's Day", + "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", @@ -319,7 +319,7 @@ "1988-07-19": "Revolution Day", "1988-09-14": "Battle of San Jacinto Day", "1988-09-15": "Independence Day", - "1988-12-08": "Virgin's Day", + "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", @@ -328,7 +328,7 @@ "1989-07-19": "Revolution Day", "1989-09-14": "Battle of San Jacinto Day", "1989-09-15": "Independence Day", - "1989-12-08": "Virgin's Day", + "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", @@ -337,7 +337,7 @@ "1990-07-19": "Revolution Day", "1990-09-14": "Battle of San Jacinto Day", "1990-09-15": "Independence Day", - "1990-12-08": "Virgin's Day", + "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", @@ -346,7 +346,7 @@ "1991-07-19": "Revolution Day", "1991-09-14": "Battle of San Jacinto Day", "1991-09-15": "Independence Day", - "1991-12-08": "Virgin's Day", + "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", @@ -355,7 +355,7 @@ "1992-07-19": "Revolution Day", "1992-09-14": "Battle of San Jacinto Day", "1992-09-15": "Independence Day", - "1992-12-08": "Virgin's Day", + "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", @@ -364,7 +364,7 @@ "1993-07-19": "Revolution Day", "1993-09-14": "Battle of San Jacinto Day", "1993-09-15": "Independence Day", - "1993-12-08": "Virgin's Day", + "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", @@ -373,7 +373,7 @@ "1994-07-19": "Revolution Day", "1994-09-14": "Battle of San Jacinto Day", "1994-09-15": "Independence Day", - "1994-12-08": "Virgin's Day", + "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", @@ -382,7 +382,7 @@ "1995-07-19": "Revolution Day", "1995-09-14": "Battle of San Jacinto Day", "1995-09-15": "Independence Day", - "1995-12-08": "Virgin's Day", + "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", @@ -391,7 +391,7 @@ "1996-07-19": "Revolution Day", "1996-09-14": "Battle of San Jacinto Day", "1996-09-15": "Independence Day", - "1996-12-08": "Virgin's Day", + "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", @@ -400,7 +400,7 @@ "1997-07-19": "Revolution Day", "1997-09-14": "Battle of San Jacinto Day", "1997-09-15": "Independence Day", - "1997-12-08": "Virgin's Day", + "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", @@ -409,7 +409,7 @@ "1998-07-19": "Revolution Day", "1998-09-14": "Battle of San Jacinto Day", "1998-09-15": "Independence Day", - "1998-12-08": "Virgin's Day", + "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", @@ -418,7 +418,7 @@ "1999-07-19": "Revolution Day", "1999-09-14": "Battle of San Jacinto Day", "1999-09-15": "Independence Day", - "1999-12-08": "Virgin's Day", + "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", @@ -427,7 +427,7 @@ "2000-07-19": "Revolution Day", "2000-09-14": "Battle of San Jacinto Day", "2000-09-15": "Independence Day", - "2000-12-08": "Virgin's Day", + "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", @@ -436,7 +436,7 @@ "2001-07-19": "Revolution Day", "2001-09-14": "Battle of San Jacinto Day", "2001-09-15": "Independence Day", - "2001-12-08": "Virgin's Day", + "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", @@ -445,7 +445,7 @@ "2002-07-19": "Revolution Day", "2002-09-14": "Battle of San Jacinto Day", "2002-09-15": "Independence Day", - "2002-12-08": "Virgin's Day", + "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", @@ -454,7 +454,7 @@ "2003-07-19": "Revolution Day", "2003-09-14": "Battle of San Jacinto Day", "2003-09-15": "Independence Day", - "2003-12-08": "Virgin's Day", + "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", @@ -463,7 +463,7 @@ "2004-07-19": "Revolution Day", "2004-09-14": "Battle of San Jacinto Day", "2004-09-15": "Independence Day", - "2004-12-08": "Virgin's Day", + "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", @@ -472,7 +472,7 @@ "2005-07-19": "Revolution Day", "2005-09-14": "Battle of San Jacinto Day", "2005-09-15": "Independence Day", - "2005-12-08": "Virgin's Day", + "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", @@ -481,7 +481,7 @@ "2006-07-19": "Revolution Day", "2006-09-14": "Battle of San Jacinto Day", "2006-09-15": "Independence Day", - "2006-12-08": "Virgin's Day", + "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", @@ -490,7 +490,7 @@ "2007-07-19": "Revolution Day", "2007-09-14": "Battle of San Jacinto Day", "2007-09-15": "Independence Day", - "2007-12-08": "Virgin's Day", + "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", @@ -499,7 +499,7 @@ "2008-07-19": "Revolution Day", "2008-09-14": "Battle of San Jacinto Day", "2008-09-15": "Independence Day", - "2008-12-08": "Virgin's Day", + "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", @@ -508,7 +508,7 @@ "2009-07-19": "Revolution Day", "2009-09-14": "Battle of San Jacinto Day", "2009-09-15": "Independence Day", - "2009-12-08": "Virgin's Day", + "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", @@ -517,7 +517,7 @@ "2010-07-19": "Revolution Day", "2010-09-14": "Battle of San Jacinto Day", "2010-09-15": "Independence Day", - "2010-12-08": "Virgin's Day", + "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", @@ -526,7 +526,7 @@ "2011-07-19": "Revolution Day", "2011-09-14": "Battle of San Jacinto Day", "2011-09-15": "Independence Day", - "2011-12-08": "Virgin's Day", + "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", @@ -535,7 +535,7 @@ "2012-07-19": "Revolution Day", "2012-09-14": "Battle of San Jacinto Day", "2012-09-15": "Independence Day", - "2012-12-08": "Virgin's Day", + "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", @@ -544,7 +544,7 @@ "2013-07-19": "Revolution Day", "2013-09-14": "Battle of San Jacinto Day", "2013-09-15": "Independence Day", - "2013-12-08": "Virgin's Day", + "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", @@ -553,7 +553,7 @@ "2014-07-19": "Revolution Day", "2014-09-14": "Battle of San Jacinto Day", "2014-09-15": "Independence Day", - "2014-12-08": "Virgin's Day", + "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", @@ -562,7 +562,7 @@ "2015-07-19": "Revolution Day", "2015-09-14": "Battle of San Jacinto Day", "2015-09-15": "Independence Day", - "2015-12-08": "Virgin's Day", + "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", @@ -571,7 +571,7 @@ "2016-07-19": "Revolution Day", "2016-09-14": "Battle of San Jacinto Day", "2016-09-15": "Independence Day", - "2016-12-08": "Virgin's Day", + "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", @@ -580,7 +580,7 @@ "2017-07-19": "Revolution Day", "2017-09-14": "Battle of San Jacinto Day", "2017-09-15": "Independence Day", - "2017-12-08": "Virgin's Day", + "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", @@ -589,7 +589,7 @@ "2018-07-19": "Revolution Day", "2018-09-14": "Battle of San Jacinto Day", "2018-09-15": "Independence Day", - "2018-12-08": "Virgin's Day", + "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", @@ -598,7 +598,7 @@ "2019-07-19": "Revolution Day", "2019-09-14": "Battle of San Jacinto Day", "2019-09-15": "Independence Day", - "2019-12-08": "Virgin's Day", + "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", @@ -607,7 +607,7 @@ "2020-07-19": "Revolution Day", "2020-09-14": "Battle of San Jacinto Day", "2020-09-15": "Independence Day", - "2020-12-08": "Virgin's Day", + "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", @@ -616,7 +616,7 @@ "2021-07-19": "Revolution Day", "2021-09-14": "Battle of San Jacinto Day", "2021-09-15": "Independence Day", - "2021-12-08": "Virgin's Day", + "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", @@ -626,7 +626,7 @@ "2022-07-19": "Revolution Day", "2022-09-14": "Battle of San Jacinto Day", "2022-09-15": "Independence Day", - "2022-12-08": "Virgin's Day", + "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", @@ -636,7 +636,7 @@ "2023-07-19": "Revolution Day", "2023-09-14": "Battle of San Jacinto Day", "2023-09-15": "Independence Day", - "2023-12-08": "Virgin's Day", + "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", @@ -646,7 +646,7 @@ "2024-07-19": "Revolution Day", "2024-09-14": "Battle of San Jacinto Day", "2024-09-15": "Independence Day", - "2024-12-08": "Virgin's Day", + "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", @@ -656,7 +656,7 @@ "2025-07-19": "Revolution Day", "2025-09-14": "Battle of San Jacinto Day", "2025-09-15": "Independence Day", - "2025-12-08": "Virgin's Day", + "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", @@ -666,7 +666,7 @@ "2026-07-19": "Revolution Day", "2026-09-14": "Battle of San Jacinto Day", "2026-09-15": "Independence Day", - "2026-12-08": "Virgin's Day", + "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", @@ -676,7 +676,7 @@ "2027-07-19": "Revolution Day", "2027-09-14": "Battle of San Jacinto Day", "2027-09-15": "Independence Day", - "2027-12-08": "Virgin's Day", + "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", @@ -686,7 +686,7 @@ "2028-07-19": "Revolution Day", "2028-09-14": "Battle of San Jacinto Day", "2028-09-15": "Independence Day", - "2028-12-08": "Virgin's Day", + "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", @@ -696,7 +696,7 @@ "2029-07-19": "Revolution Day", "2029-09-14": "Battle of San Jacinto Day", "2029-09-15": "Independence Day", - "2029-12-08": "Virgin's Day", + "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", @@ -706,7 +706,7 @@ "2030-07-19": "Revolution Day", "2030-09-14": "Battle of San Jacinto Day", "2030-09-15": "Independence Day", - "2030-12-08": "Virgin's Day", + "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", @@ -716,7 +716,7 @@ "2031-07-19": "Revolution Day", "2031-09-14": "Battle of San Jacinto Day", "2031-09-15": "Independence Day", - "2031-12-08": "Virgin's Day", + "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", @@ -726,7 +726,7 @@ "2032-07-19": "Revolution Day", "2032-09-14": "Battle of San Jacinto Day", "2032-09-15": "Independence Day", - "2032-12-08": "Virgin's Day", + "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", @@ -736,7 +736,7 @@ "2033-07-19": "Revolution Day", "2033-09-14": "Battle of San Jacinto Day", "2033-09-15": "Independence Day", - "2033-12-08": "Virgin's Day", + "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", @@ -746,7 +746,7 @@ "2034-07-19": "Revolution Day", "2034-09-14": "Battle of San Jacinto Day", "2034-09-15": "Independence Day", - "2034-12-08": "Virgin's Day", + "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", @@ -756,7 +756,7 @@ "2035-07-19": "Revolution Day", "2035-09-14": "Battle of San Jacinto Day", "2035-09-15": "Independence Day", - "2035-12-08": "Virgin's Day", + "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", @@ -766,7 +766,7 @@ "2036-07-19": "Revolution Day", "2036-09-14": "Battle of San Jacinto Day", "2036-09-15": "Independence Day", - "2036-12-08": "Virgin's Day", + "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", @@ -776,7 +776,7 @@ "2037-07-19": "Revolution Day", "2037-09-14": "Battle of San Jacinto Day", "2037-09-15": "Independence Day", - "2037-12-08": "Virgin's Day", + "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", @@ -786,7 +786,7 @@ "2038-07-19": "Revolution Day", "2038-09-14": "Battle of San Jacinto Day", "2038-09-15": "Independence Day", - "2038-12-08": "Virgin's Day", + "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", @@ -796,7 +796,7 @@ "2039-07-19": "Revolution Day", "2039-09-14": "Battle of San Jacinto Day", "2039-09-15": "Independence Day", - "2039-12-08": "Virgin's Day", + "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", @@ -806,7 +806,7 @@ "2040-07-19": "Revolution Day", "2040-09-14": "Battle of San Jacinto Day", "2040-09-15": "Independence Day", - "2040-12-08": "Virgin's Day", + "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", @@ -816,7 +816,7 @@ "2041-07-19": "Revolution Day", "2041-09-14": "Battle of San Jacinto Day", "2041-09-15": "Independence Day", - "2041-12-08": "Virgin's Day", + "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", @@ -826,7 +826,7 @@ "2042-07-19": "Revolution Day", "2042-09-14": "Battle of San Jacinto Day", "2042-09-15": "Independence Day", - "2042-12-08": "Virgin's Day", + "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", @@ -836,7 +836,7 @@ "2043-07-19": "Revolution Day", "2043-09-14": "Battle of San Jacinto Day", "2043-09-15": "Independence Day", - "2043-12-08": "Virgin's Day", + "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", @@ -846,7 +846,7 @@ "2044-07-19": "Revolution Day", "2044-09-14": "Battle of San Jacinto Day", "2044-09-15": "Independence Day", - "2044-12-08": "Virgin's Day", + "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", @@ -856,7 +856,7 @@ "2045-07-19": "Revolution Day", "2045-09-14": "Battle of San Jacinto Day", "2045-09-15": "Independence Day", - "2045-12-08": "Virgin's Day", + "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", @@ -866,7 +866,7 @@ "2046-07-19": "Revolution Day", "2046-09-14": "Battle of San Jacinto Day", "2046-09-15": "Independence Day", - "2046-12-08": "Virgin's Day", + "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", @@ -876,7 +876,7 @@ "2047-07-19": "Revolution Day", "2047-09-14": "Battle of San Jacinto Day", "2047-09-15": "Independence Day", - "2047-12-08": "Virgin's Day", + "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", @@ -886,7 +886,7 @@ "2048-07-19": "Revolution Day", "2048-09-14": "Battle of San Jacinto Day", "2048-09-15": "Independence Day", - "2048-12-08": "Virgin's Day", + "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", @@ -896,7 +896,7 @@ "2049-07-19": "Revolution Day", "2049-09-14": "Battle of San Jacinto Day", "2049-09-15": "Independence Day", - "2049-12-08": "Virgin's Day", + "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", @@ -906,6 +906,6 @@ "2050-07-19": "Revolution Day", "2050-09-14": "Battle of San Jacinto Day", "2050-09-15": "Independence Day", - "2050-12-08": "Virgin's Day", + "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } diff --git a/snapshots/countries/NI_NS.json b/snapshots/countries/NI_NS.json index 245acbf28..f9c681361 100644 --- a/snapshots/countries/NI_NS.json +++ b/snapshots/countries/NI_NS.json @@ -5,7 +5,7 @@ "1950-05-01": "Labor Day", "1950-09-14": "Battle of San Jacinto Day", "1950-09-15": "Independence Day", - "1950-12-08": "Virgin's Day", + "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", @@ -13,7 +13,7 @@ "1951-05-01": "Labor Day", "1951-09-14": "Battle of San Jacinto Day", "1951-09-15": "Independence Day", - "1951-12-08": "Virgin's Day", + "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", @@ -21,7 +21,7 @@ "1952-05-01": "Labor Day", "1952-09-14": "Battle of San Jacinto Day", "1952-09-15": "Independence Day", - "1952-12-08": "Virgin's Day", + "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", @@ -29,7 +29,7 @@ "1953-05-01": "Labor Day", "1953-09-14": "Battle of San Jacinto Day", "1953-09-15": "Independence Day", - "1953-12-08": "Virgin's Day", + "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", @@ -37,7 +37,7 @@ "1954-05-01": "Labor Day", "1954-09-14": "Battle of San Jacinto Day", "1954-09-15": "Independence Day", - "1954-12-08": "Virgin's Day", + "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", @@ -45,7 +45,7 @@ "1955-05-01": "Labor Day", "1955-09-14": "Battle of San Jacinto Day", "1955-09-15": "Independence Day", - "1955-12-08": "Virgin's Day", + "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", @@ -53,7 +53,7 @@ "1956-05-01": "Labor Day", "1956-09-14": "Battle of San Jacinto Day", "1956-09-15": "Independence Day", - "1956-12-08": "Virgin's Day", + "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", @@ -61,7 +61,7 @@ "1957-05-01": "Labor Day", "1957-09-14": "Battle of San Jacinto Day", "1957-09-15": "Independence Day", - "1957-12-08": "Virgin's Day", + "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", @@ -69,7 +69,7 @@ "1958-05-01": "Labor Day", "1958-09-14": "Battle of San Jacinto Day", "1958-09-15": "Independence Day", - "1958-12-08": "Virgin's Day", + "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", @@ -77,7 +77,7 @@ "1959-05-01": "Labor Day", "1959-09-14": "Battle of San Jacinto Day", "1959-09-15": "Independence Day", - "1959-12-08": "Virgin's Day", + "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", @@ -85,7 +85,7 @@ "1960-05-01": "Labor Day", "1960-09-14": "Battle of San Jacinto Day", "1960-09-15": "Independence Day", - "1960-12-08": "Virgin's Day", + "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", @@ -93,7 +93,7 @@ "1961-05-01": "Labor Day", "1961-09-14": "Battle of San Jacinto Day", "1961-09-15": "Independence Day", - "1961-12-08": "Virgin's Day", + "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", @@ -101,7 +101,7 @@ "1962-05-01": "Labor Day", "1962-09-14": "Battle of San Jacinto Day", "1962-09-15": "Independence Day", - "1962-12-08": "Virgin's Day", + "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", @@ -109,7 +109,7 @@ "1963-05-01": "Labor Day", "1963-09-14": "Battle of San Jacinto Day", "1963-09-15": "Independence Day", - "1963-12-08": "Virgin's Day", + "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", @@ -117,7 +117,7 @@ "1964-05-01": "Labor Day", "1964-09-14": "Battle of San Jacinto Day", "1964-09-15": "Independence Day", - "1964-12-08": "Virgin's Day", + "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", @@ -125,7 +125,7 @@ "1965-05-01": "Labor Day", "1965-09-14": "Battle of San Jacinto Day", "1965-09-15": "Independence Day", - "1965-12-08": "Virgin's Day", + "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", @@ -133,7 +133,7 @@ "1966-05-01": "Labor Day", "1966-09-14": "Battle of San Jacinto Day", "1966-09-15": "Independence Day", - "1966-12-08": "Virgin's Day", + "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", @@ -141,7 +141,7 @@ "1967-05-01": "Labor Day", "1967-09-14": "Battle of San Jacinto Day", "1967-09-15": "Independence Day", - "1967-12-08": "Virgin's Day", + "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", @@ -149,7 +149,7 @@ "1968-05-01": "Labor Day", "1968-09-14": "Battle of San Jacinto Day", "1968-09-15": "Independence Day", - "1968-12-08": "Virgin's Day", + "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", @@ -157,7 +157,7 @@ "1969-05-01": "Labor Day", "1969-09-14": "Battle of San Jacinto Day", "1969-09-15": "Independence Day", - "1969-12-08": "Virgin's Day", + "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", @@ -165,7 +165,7 @@ "1970-05-01": "Labor Day", "1970-09-14": "Battle of San Jacinto Day", "1970-09-15": "Independence Day", - "1970-12-08": "Virgin's Day", + "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", @@ -173,7 +173,7 @@ "1971-05-01": "Labor Day", "1971-09-14": "Battle of San Jacinto Day", "1971-09-15": "Independence Day", - "1971-12-08": "Virgin's Day", + "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", @@ -181,7 +181,7 @@ "1972-05-01": "Labor Day", "1972-09-14": "Battle of San Jacinto Day", "1972-09-15": "Independence Day", - "1972-12-08": "Virgin's Day", + "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", @@ -189,7 +189,7 @@ "1973-05-01": "Labor Day", "1973-09-14": "Battle of San Jacinto Day", "1973-09-15": "Independence Day", - "1973-12-08": "Virgin's Day", + "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", @@ -197,7 +197,7 @@ "1974-05-01": "Labor Day", "1974-09-14": "Battle of San Jacinto Day", "1974-09-15": "Independence Day", - "1974-12-08": "Virgin's Day", + "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", @@ -205,7 +205,7 @@ "1975-05-01": "Labor Day", "1975-09-14": "Battle of San Jacinto Day", "1975-09-15": "Independence Day", - "1975-12-08": "Virgin's Day", + "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", @@ -213,7 +213,7 @@ "1976-05-01": "Labor Day", "1976-09-14": "Battle of San Jacinto Day", "1976-09-15": "Independence Day", - "1976-12-08": "Virgin's Day", + "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", @@ -221,7 +221,7 @@ "1977-05-01": "Labor Day", "1977-09-14": "Battle of San Jacinto Day", "1977-09-15": "Independence Day", - "1977-12-08": "Virgin's Day", + "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", @@ -229,7 +229,7 @@ "1978-05-01": "Labor Day", "1978-09-14": "Battle of San Jacinto Day", "1978-09-15": "Independence Day", - "1978-12-08": "Virgin's Day", + "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", @@ -238,7 +238,7 @@ "1979-07-19": "Revolution Day", "1979-09-14": "Battle of San Jacinto Day", "1979-09-15": "Independence Day", - "1979-12-08": "Virgin's Day", + "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", @@ -247,7 +247,7 @@ "1980-07-19": "Revolution Day", "1980-09-14": "Battle of San Jacinto Day", "1980-09-15": "Independence Day", - "1980-12-08": "Virgin's Day", + "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", @@ -256,7 +256,7 @@ "1981-07-19": "Revolution Day", "1981-09-14": "Battle of San Jacinto Day", "1981-09-15": "Independence Day", - "1981-12-08": "Virgin's Day", + "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", @@ -265,7 +265,7 @@ "1982-07-19": "Revolution Day", "1982-09-14": "Battle of San Jacinto Day", "1982-09-15": "Independence Day", - "1982-12-08": "Virgin's Day", + "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", @@ -274,7 +274,7 @@ "1983-07-19": "Revolution Day", "1983-09-14": "Battle of San Jacinto Day", "1983-09-15": "Independence Day", - "1983-12-08": "Virgin's Day", + "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", @@ -283,7 +283,7 @@ "1984-07-19": "Revolution Day", "1984-09-14": "Battle of San Jacinto Day", "1984-09-15": "Independence Day", - "1984-12-08": "Virgin's Day", + "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", @@ -292,7 +292,7 @@ "1985-07-19": "Revolution Day", "1985-09-14": "Battle of San Jacinto Day", "1985-09-15": "Independence Day", - "1985-12-08": "Virgin's Day", + "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", @@ -301,7 +301,7 @@ "1986-07-19": "Revolution Day", "1986-09-14": "Battle of San Jacinto Day", "1986-09-15": "Independence Day", - "1986-12-08": "Virgin's Day", + "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", @@ -310,7 +310,7 @@ "1987-07-19": "Revolution Day", "1987-09-14": "Battle of San Jacinto Day", "1987-09-15": "Independence Day", - "1987-12-08": "Virgin's Day", + "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", @@ -319,7 +319,7 @@ "1988-07-19": "Revolution Day", "1988-09-14": "Battle of San Jacinto Day", "1988-09-15": "Independence Day", - "1988-12-08": "Virgin's Day", + "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", @@ -328,7 +328,7 @@ "1989-07-19": "Revolution Day", "1989-09-14": "Battle of San Jacinto Day", "1989-09-15": "Independence Day", - "1989-12-08": "Virgin's Day", + "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", @@ -337,7 +337,7 @@ "1990-07-19": "Revolution Day", "1990-09-14": "Battle of San Jacinto Day", "1990-09-15": "Independence Day", - "1990-12-08": "Virgin's Day", + "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", @@ -346,7 +346,7 @@ "1991-07-19": "Revolution Day", "1991-09-14": "Battle of San Jacinto Day", "1991-09-15": "Independence Day", - "1991-12-08": "Virgin's Day", + "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", @@ -355,7 +355,7 @@ "1992-07-19": "Revolution Day", "1992-09-14": "Battle of San Jacinto Day", "1992-09-15": "Independence Day", - "1992-12-08": "Virgin's Day", + "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", @@ -364,7 +364,7 @@ "1993-07-19": "Revolution Day", "1993-09-14": "Battle of San Jacinto Day", "1993-09-15": "Independence Day", - "1993-12-08": "Virgin's Day", + "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", @@ -373,7 +373,7 @@ "1994-07-19": "Revolution Day", "1994-09-14": "Battle of San Jacinto Day", "1994-09-15": "Independence Day", - "1994-12-08": "Virgin's Day", + "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", @@ -382,7 +382,7 @@ "1995-07-19": "Revolution Day", "1995-09-14": "Battle of San Jacinto Day", "1995-09-15": "Independence Day", - "1995-12-08": "Virgin's Day", + "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", @@ -391,7 +391,7 @@ "1996-07-19": "Revolution Day", "1996-09-14": "Battle of San Jacinto Day", "1996-09-15": "Independence Day", - "1996-12-08": "Virgin's Day", + "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", @@ -400,7 +400,7 @@ "1997-07-19": "Revolution Day", "1997-09-14": "Battle of San Jacinto Day", "1997-09-15": "Independence Day", - "1997-12-08": "Virgin's Day", + "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", @@ -409,7 +409,7 @@ "1998-07-19": "Revolution Day", "1998-09-14": "Battle of San Jacinto Day", "1998-09-15": "Independence Day", - "1998-12-08": "Virgin's Day", + "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", @@ -418,7 +418,7 @@ "1999-07-19": "Revolution Day", "1999-09-14": "Battle of San Jacinto Day", "1999-09-15": "Independence Day", - "1999-12-08": "Virgin's Day", + "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", @@ -427,7 +427,7 @@ "2000-07-19": "Revolution Day", "2000-09-14": "Battle of San Jacinto Day", "2000-09-15": "Independence Day", - "2000-12-08": "Virgin's Day", + "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", @@ -436,7 +436,7 @@ "2001-07-19": "Revolution Day", "2001-09-14": "Battle of San Jacinto Day", "2001-09-15": "Independence Day", - "2001-12-08": "Virgin's Day", + "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", @@ -445,7 +445,7 @@ "2002-07-19": "Revolution Day", "2002-09-14": "Battle of San Jacinto Day", "2002-09-15": "Independence Day", - "2002-12-08": "Virgin's Day", + "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", @@ -454,7 +454,7 @@ "2003-07-19": "Revolution Day", "2003-09-14": "Battle of San Jacinto Day", "2003-09-15": "Independence Day", - "2003-12-08": "Virgin's Day", + "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", @@ -463,7 +463,7 @@ "2004-07-19": "Revolution Day", "2004-09-14": "Battle of San Jacinto Day", "2004-09-15": "Independence Day", - "2004-12-08": "Virgin's Day", + "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", @@ -472,7 +472,7 @@ "2005-07-19": "Revolution Day", "2005-09-14": "Battle of San Jacinto Day", "2005-09-15": "Independence Day", - "2005-12-08": "Virgin's Day", + "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", @@ -481,7 +481,7 @@ "2006-07-19": "Revolution Day", "2006-09-14": "Battle of San Jacinto Day", "2006-09-15": "Independence Day", - "2006-12-08": "Virgin's Day", + "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", @@ -490,7 +490,7 @@ "2007-07-19": "Revolution Day", "2007-09-14": "Battle of San Jacinto Day", "2007-09-15": "Independence Day", - "2007-12-08": "Virgin's Day", + "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", @@ -499,7 +499,7 @@ "2008-07-19": "Revolution Day", "2008-09-14": "Battle of San Jacinto Day", "2008-09-15": "Independence Day", - "2008-12-08": "Virgin's Day", + "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", @@ -508,7 +508,7 @@ "2009-07-19": "Revolution Day", "2009-09-14": "Battle of San Jacinto Day", "2009-09-15": "Independence Day", - "2009-12-08": "Virgin's Day", + "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", @@ -517,7 +517,7 @@ "2010-07-19": "Revolution Day", "2010-09-14": "Battle of San Jacinto Day", "2010-09-15": "Independence Day", - "2010-12-08": "Virgin's Day", + "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", @@ -526,7 +526,7 @@ "2011-07-19": "Revolution Day", "2011-09-14": "Battle of San Jacinto Day", "2011-09-15": "Independence Day", - "2011-12-08": "Virgin's Day", + "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", @@ -535,7 +535,7 @@ "2012-07-19": "Revolution Day", "2012-09-14": "Battle of San Jacinto Day", "2012-09-15": "Independence Day", - "2012-12-08": "Virgin's Day", + "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", @@ -544,7 +544,7 @@ "2013-07-19": "Revolution Day", "2013-09-14": "Battle of San Jacinto Day", "2013-09-15": "Independence Day", - "2013-12-08": "Virgin's Day", + "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", @@ -553,7 +553,7 @@ "2014-07-19": "Revolution Day", "2014-09-14": "Battle of San Jacinto Day", "2014-09-15": "Independence Day", - "2014-12-08": "Virgin's Day", + "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", @@ -562,7 +562,7 @@ "2015-07-19": "Revolution Day", "2015-09-14": "Battle of San Jacinto Day", "2015-09-15": "Independence Day", - "2015-12-08": "Virgin's Day", + "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", @@ -571,7 +571,7 @@ "2016-07-19": "Revolution Day", "2016-09-14": "Battle of San Jacinto Day", "2016-09-15": "Independence Day", - "2016-12-08": "Virgin's Day", + "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", @@ -580,7 +580,7 @@ "2017-07-19": "Revolution Day", "2017-09-14": "Battle of San Jacinto Day", "2017-09-15": "Independence Day", - "2017-12-08": "Virgin's Day", + "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", @@ -589,7 +589,7 @@ "2018-07-19": "Revolution Day", "2018-09-14": "Battle of San Jacinto Day", "2018-09-15": "Independence Day", - "2018-12-08": "Virgin's Day", + "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", @@ -598,7 +598,7 @@ "2019-07-19": "Revolution Day", "2019-09-14": "Battle of San Jacinto Day", "2019-09-15": "Independence Day", - "2019-12-08": "Virgin's Day", + "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", @@ -607,7 +607,7 @@ "2020-07-19": "Revolution Day", "2020-09-14": "Battle of San Jacinto Day", "2020-09-15": "Independence Day", - "2020-12-08": "Virgin's Day", + "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", @@ -616,7 +616,7 @@ "2021-07-19": "Revolution Day", "2021-09-14": "Battle of San Jacinto Day", "2021-09-15": "Independence Day", - "2021-12-08": "Virgin's Day", + "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", @@ -626,7 +626,7 @@ "2022-07-19": "Revolution Day", "2022-09-14": "Battle of San Jacinto Day", "2022-09-15": "Independence Day", - "2022-12-08": "Virgin's Day", + "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", @@ -636,7 +636,7 @@ "2023-07-19": "Revolution Day", "2023-09-14": "Battle of San Jacinto Day", "2023-09-15": "Independence Day", - "2023-12-08": "Virgin's Day", + "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", @@ -646,7 +646,7 @@ "2024-07-19": "Revolution Day", "2024-09-14": "Battle of San Jacinto Day", "2024-09-15": "Independence Day", - "2024-12-08": "Virgin's Day", + "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", @@ -656,7 +656,7 @@ "2025-07-19": "Revolution Day", "2025-09-14": "Battle of San Jacinto Day", "2025-09-15": "Independence Day", - "2025-12-08": "Virgin's Day", + "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", @@ -666,7 +666,7 @@ "2026-07-19": "Revolution Day", "2026-09-14": "Battle of San Jacinto Day", "2026-09-15": "Independence Day", - "2026-12-08": "Virgin's Day", + "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", @@ -676,7 +676,7 @@ "2027-07-19": "Revolution Day", "2027-09-14": "Battle of San Jacinto Day", "2027-09-15": "Independence Day", - "2027-12-08": "Virgin's Day", + "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", @@ -686,7 +686,7 @@ "2028-07-19": "Revolution Day", "2028-09-14": "Battle of San Jacinto Day", "2028-09-15": "Independence Day", - "2028-12-08": "Virgin's Day", + "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", @@ -696,7 +696,7 @@ "2029-07-19": "Revolution Day", "2029-09-14": "Battle of San Jacinto Day", "2029-09-15": "Independence Day", - "2029-12-08": "Virgin's Day", + "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", @@ -706,7 +706,7 @@ "2030-07-19": "Revolution Day", "2030-09-14": "Battle of San Jacinto Day", "2030-09-15": "Independence Day", - "2030-12-08": "Virgin's Day", + "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", @@ -716,7 +716,7 @@ "2031-07-19": "Revolution Day", "2031-09-14": "Battle of San Jacinto Day", "2031-09-15": "Independence Day", - "2031-12-08": "Virgin's Day", + "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", @@ -726,7 +726,7 @@ "2032-07-19": "Revolution Day", "2032-09-14": "Battle of San Jacinto Day", "2032-09-15": "Independence Day", - "2032-12-08": "Virgin's Day", + "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", @@ -736,7 +736,7 @@ "2033-07-19": "Revolution Day", "2033-09-14": "Battle of San Jacinto Day", "2033-09-15": "Independence Day", - "2033-12-08": "Virgin's Day", + "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", @@ -746,7 +746,7 @@ "2034-07-19": "Revolution Day", "2034-09-14": "Battle of San Jacinto Day", "2034-09-15": "Independence Day", - "2034-12-08": "Virgin's Day", + "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", @@ -756,7 +756,7 @@ "2035-07-19": "Revolution Day", "2035-09-14": "Battle of San Jacinto Day", "2035-09-15": "Independence Day", - "2035-12-08": "Virgin's Day", + "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", @@ -766,7 +766,7 @@ "2036-07-19": "Revolution Day", "2036-09-14": "Battle of San Jacinto Day", "2036-09-15": "Independence Day", - "2036-12-08": "Virgin's Day", + "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", @@ -776,7 +776,7 @@ "2037-07-19": "Revolution Day", "2037-09-14": "Battle of San Jacinto Day", "2037-09-15": "Independence Day", - "2037-12-08": "Virgin's Day", + "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", @@ -786,7 +786,7 @@ "2038-07-19": "Revolution Day", "2038-09-14": "Battle of San Jacinto Day", "2038-09-15": "Independence Day", - "2038-12-08": "Virgin's Day", + "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", @@ -796,7 +796,7 @@ "2039-07-19": "Revolution Day", "2039-09-14": "Battle of San Jacinto Day", "2039-09-15": "Independence Day", - "2039-12-08": "Virgin's Day", + "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", @@ -806,7 +806,7 @@ "2040-07-19": "Revolution Day", "2040-09-14": "Battle of San Jacinto Day", "2040-09-15": "Independence Day", - "2040-12-08": "Virgin's Day", + "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", @@ -816,7 +816,7 @@ "2041-07-19": "Revolution Day", "2041-09-14": "Battle of San Jacinto Day", "2041-09-15": "Independence Day", - "2041-12-08": "Virgin's Day", + "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", @@ -826,7 +826,7 @@ "2042-07-19": "Revolution Day", "2042-09-14": "Battle of San Jacinto Day", "2042-09-15": "Independence Day", - "2042-12-08": "Virgin's Day", + "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", @@ -836,7 +836,7 @@ "2043-07-19": "Revolution Day", "2043-09-14": "Battle of San Jacinto Day", "2043-09-15": "Independence Day", - "2043-12-08": "Virgin's Day", + "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", @@ -846,7 +846,7 @@ "2044-07-19": "Revolution Day", "2044-09-14": "Battle of San Jacinto Day", "2044-09-15": "Independence Day", - "2044-12-08": "Virgin's Day", + "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", @@ -856,7 +856,7 @@ "2045-07-19": "Revolution Day", "2045-09-14": "Battle of San Jacinto Day", "2045-09-15": "Independence Day", - "2045-12-08": "Virgin's Day", + "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", @@ -866,7 +866,7 @@ "2046-07-19": "Revolution Day", "2046-09-14": "Battle of San Jacinto Day", "2046-09-15": "Independence Day", - "2046-12-08": "Virgin's Day", + "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", @@ -876,7 +876,7 @@ "2047-07-19": "Revolution Day", "2047-09-14": "Battle of San Jacinto Day", "2047-09-15": "Independence Day", - "2047-12-08": "Virgin's Day", + "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", @@ -886,7 +886,7 @@ "2048-07-19": "Revolution Day", "2048-09-14": "Battle of San Jacinto Day", "2048-09-15": "Independence Day", - "2048-12-08": "Virgin's Day", + "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", @@ -896,7 +896,7 @@ "2049-07-19": "Revolution Day", "2049-09-14": "Battle of San Jacinto Day", "2049-09-15": "Independence Day", - "2049-12-08": "Virgin's Day", + "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", @@ -906,6 +906,6 @@ "2050-07-19": "Revolution Day", "2050-09-14": "Battle of San Jacinto Day", "2050-09-15": "Independence Day", - "2050-12-08": "Virgin's Day", + "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } diff --git a/snapshots/countries/NI_RI.json b/snapshots/countries/NI_RI.json index 245acbf28..f9c681361 100644 --- a/snapshots/countries/NI_RI.json +++ b/snapshots/countries/NI_RI.json @@ -5,7 +5,7 @@ "1950-05-01": "Labor Day", "1950-09-14": "Battle of San Jacinto Day", "1950-09-15": "Independence Day", - "1950-12-08": "Virgin's Day", + "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", @@ -13,7 +13,7 @@ "1951-05-01": "Labor Day", "1951-09-14": "Battle of San Jacinto Day", "1951-09-15": "Independence Day", - "1951-12-08": "Virgin's Day", + "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", @@ -21,7 +21,7 @@ "1952-05-01": "Labor Day", "1952-09-14": "Battle of San Jacinto Day", "1952-09-15": "Independence Day", - "1952-12-08": "Virgin's Day", + "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", @@ -29,7 +29,7 @@ "1953-05-01": "Labor Day", "1953-09-14": "Battle of San Jacinto Day", "1953-09-15": "Independence Day", - "1953-12-08": "Virgin's Day", + "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", @@ -37,7 +37,7 @@ "1954-05-01": "Labor Day", "1954-09-14": "Battle of San Jacinto Day", "1954-09-15": "Independence Day", - "1954-12-08": "Virgin's Day", + "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", @@ -45,7 +45,7 @@ "1955-05-01": "Labor Day", "1955-09-14": "Battle of San Jacinto Day", "1955-09-15": "Independence Day", - "1955-12-08": "Virgin's Day", + "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", @@ -53,7 +53,7 @@ "1956-05-01": "Labor Day", "1956-09-14": "Battle of San Jacinto Day", "1956-09-15": "Independence Day", - "1956-12-08": "Virgin's Day", + "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", @@ -61,7 +61,7 @@ "1957-05-01": "Labor Day", "1957-09-14": "Battle of San Jacinto Day", "1957-09-15": "Independence Day", - "1957-12-08": "Virgin's Day", + "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", @@ -69,7 +69,7 @@ "1958-05-01": "Labor Day", "1958-09-14": "Battle of San Jacinto Day", "1958-09-15": "Independence Day", - "1958-12-08": "Virgin's Day", + "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", @@ -77,7 +77,7 @@ "1959-05-01": "Labor Day", "1959-09-14": "Battle of San Jacinto Day", "1959-09-15": "Independence Day", - "1959-12-08": "Virgin's Day", + "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", @@ -85,7 +85,7 @@ "1960-05-01": "Labor Day", "1960-09-14": "Battle of San Jacinto Day", "1960-09-15": "Independence Day", - "1960-12-08": "Virgin's Day", + "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", @@ -93,7 +93,7 @@ "1961-05-01": "Labor Day", "1961-09-14": "Battle of San Jacinto Day", "1961-09-15": "Independence Day", - "1961-12-08": "Virgin's Day", + "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", @@ -101,7 +101,7 @@ "1962-05-01": "Labor Day", "1962-09-14": "Battle of San Jacinto Day", "1962-09-15": "Independence Day", - "1962-12-08": "Virgin's Day", + "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", @@ -109,7 +109,7 @@ "1963-05-01": "Labor Day", "1963-09-14": "Battle of San Jacinto Day", "1963-09-15": "Independence Day", - "1963-12-08": "Virgin's Day", + "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", @@ -117,7 +117,7 @@ "1964-05-01": "Labor Day", "1964-09-14": "Battle of San Jacinto Day", "1964-09-15": "Independence Day", - "1964-12-08": "Virgin's Day", + "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", @@ -125,7 +125,7 @@ "1965-05-01": "Labor Day", "1965-09-14": "Battle of San Jacinto Day", "1965-09-15": "Independence Day", - "1965-12-08": "Virgin's Day", + "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", @@ -133,7 +133,7 @@ "1966-05-01": "Labor Day", "1966-09-14": "Battle of San Jacinto Day", "1966-09-15": "Independence Day", - "1966-12-08": "Virgin's Day", + "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", @@ -141,7 +141,7 @@ "1967-05-01": "Labor Day", "1967-09-14": "Battle of San Jacinto Day", "1967-09-15": "Independence Day", - "1967-12-08": "Virgin's Day", + "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", @@ -149,7 +149,7 @@ "1968-05-01": "Labor Day", "1968-09-14": "Battle of San Jacinto Day", "1968-09-15": "Independence Day", - "1968-12-08": "Virgin's Day", + "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", @@ -157,7 +157,7 @@ "1969-05-01": "Labor Day", "1969-09-14": "Battle of San Jacinto Day", "1969-09-15": "Independence Day", - "1969-12-08": "Virgin's Day", + "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", @@ -165,7 +165,7 @@ "1970-05-01": "Labor Day", "1970-09-14": "Battle of San Jacinto Day", "1970-09-15": "Independence Day", - "1970-12-08": "Virgin's Day", + "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", @@ -173,7 +173,7 @@ "1971-05-01": "Labor Day", "1971-09-14": "Battle of San Jacinto Day", "1971-09-15": "Independence Day", - "1971-12-08": "Virgin's Day", + "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", @@ -181,7 +181,7 @@ "1972-05-01": "Labor Day", "1972-09-14": "Battle of San Jacinto Day", "1972-09-15": "Independence Day", - "1972-12-08": "Virgin's Day", + "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", @@ -189,7 +189,7 @@ "1973-05-01": "Labor Day", "1973-09-14": "Battle of San Jacinto Day", "1973-09-15": "Independence Day", - "1973-12-08": "Virgin's Day", + "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", @@ -197,7 +197,7 @@ "1974-05-01": "Labor Day", "1974-09-14": "Battle of San Jacinto Day", "1974-09-15": "Independence Day", - "1974-12-08": "Virgin's Day", + "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", @@ -205,7 +205,7 @@ "1975-05-01": "Labor Day", "1975-09-14": "Battle of San Jacinto Day", "1975-09-15": "Independence Day", - "1975-12-08": "Virgin's Day", + "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", @@ -213,7 +213,7 @@ "1976-05-01": "Labor Day", "1976-09-14": "Battle of San Jacinto Day", "1976-09-15": "Independence Day", - "1976-12-08": "Virgin's Day", + "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", @@ -221,7 +221,7 @@ "1977-05-01": "Labor Day", "1977-09-14": "Battle of San Jacinto Day", "1977-09-15": "Independence Day", - "1977-12-08": "Virgin's Day", + "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", @@ -229,7 +229,7 @@ "1978-05-01": "Labor Day", "1978-09-14": "Battle of San Jacinto Day", "1978-09-15": "Independence Day", - "1978-12-08": "Virgin's Day", + "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", @@ -238,7 +238,7 @@ "1979-07-19": "Revolution Day", "1979-09-14": "Battle of San Jacinto Day", "1979-09-15": "Independence Day", - "1979-12-08": "Virgin's Day", + "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", @@ -247,7 +247,7 @@ "1980-07-19": "Revolution Day", "1980-09-14": "Battle of San Jacinto Day", "1980-09-15": "Independence Day", - "1980-12-08": "Virgin's Day", + "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", @@ -256,7 +256,7 @@ "1981-07-19": "Revolution Day", "1981-09-14": "Battle of San Jacinto Day", "1981-09-15": "Independence Day", - "1981-12-08": "Virgin's Day", + "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", @@ -265,7 +265,7 @@ "1982-07-19": "Revolution Day", "1982-09-14": "Battle of San Jacinto Day", "1982-09-15": "Independence Day", - "1982-12-08": "Virgin's Day", + "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", @@ -274,7 +274,7 @@ "1983-07-19": "Revolution Day", "1983-09-14": "Battle of San Jacinto Day", "1983-09-15": "Independence Day", - "1983-12-08": "Virgin's Day", + "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", @@ -283,7 +283,7 @@ "1984-07-19": "Revolution Day", "1984-09-14": "Battle of San Jacinto Day", "1984-09-15": "Independence Day", - "1984-12-08": "Virgin's Day", + "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", @@ -292,7 +292,7 @@ "1985-07-19": "Revolution Day", "1985-09-14": "Battle of San Jacinto Day", "1985-09-15": "Independence Day", - "1985-12-08": "Virgin's Day", + "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", @@ -301,7 +301,7 @@ "1986-07-19": "Revolution Day", "1986-09-14": "Battle of San Jacinto Day", "1986-09-15": "Independence Day", - "1986-12-08": "Virgin's Day", + "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", @@ -310,7 +310,7 @@ "1987-07-19": "Revolution Day", "1987-09-14": "Battle of San Jacinto Day", "1987-09-15": "Independence Day", - "1987-12-08": "Virgin's Day", + "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", @@ -319,7 +319,7 @@ "1988-07-19": "Revolution Day", "1988-09-14": "Battle of San Jacinto Day", "1988-09-15": "Independence Day", - "1988-12-08": "Virgin's Day", + "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", @@ -328,7 +328,7 @@ "1989-07-19": "Revolution Day", "1989-09-14": "Battle of San Jacinto Day", "1989-09-15": "Independence Day", - "1989-12-08": "Virgin's Day", + "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", @@ -337,7 +337,7 @@ "1990-07-19": "Revolution Day", "1990-09-14": "Battle of San Jacinto Day", "1990-09-15": "Independence Day", - "1990-12-08": "Virgin's Day", + "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", @@ -346,7 +346,7 @@ "1991-07-19": "Revolution Day", "1991-09-14": "Battle of San Jacinto Day", "1991-09-15": "Independence Day", - "1991-12-08": "Virgin's Day", + "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", @@ -355,7 +355,7 @@ "1992-07-19": "Revolution Day", "1992-09-14": "Battle of San Jacinto Day", "1992-09-15": "Independence Day", - "1992-12-08": "Virgin's Day", + "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", @@ -364,7 +364,7 @@ "1993-07-19": "Revolution Day", "1993-09-14": "Battle of San Jacinto Day", "1993-09-15": "Independence Day", - "1993-12-08": "Virgin's Day", + "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", @@ -373,7 +373,7 @@ "1994-07-19": "Revolution Day", "1994-09-14": "Battle of San Jacinto Day", "1994-09-15": "Independence Day", - "1994-12-08": "Virgin's Day", + "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", @@ -382,7 +382,7 @@ "1995-07-19": "Revolution Day", "1995-09-14": "Battle of San Jacinto Day", "1995-09-15": "Independence Day", - "1995-12-08": "Virgin's Day", + "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", @@ -391,7 +391,7 @@ "1996-07-19": "Revolution Day", "1996-09-14": "Battle of San Jacinto Day", "1996-09-15": "Independence Day", - "1996-12-08": "Virgin's Day", + "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", @@ -400,7 +400,7 @@ "1997-07-19": "Revolution Day", "1997-09-14": "Battle of San Jacinto Day", "1997-09-15": "Independence Day", - "1997-12-08": "Virgin's Day", + "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", @@ -409,7 +409,7 @@ "1998-07-19": "Revolution Day", "1998-09-14": "Battle of San Jacinto Day", "1998-09-15": "Independence Day", - "1998-12-08": "Virgin's Day", + "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", @@ -418,7 +418,7 @@ "1999-07-19": "Revolution Day", "1999-09-14": "Battle of San Jacinto Day", "1999-09-15": "Independence Day", - "1999-12-08": "Virgin's Day", + "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", @@ -427,7 +427,7 @@ "2000-07-19": "Revolution Day", "2000-09-14": "Battle of San Jacinto Day", "2000-09-15": "Independence Day", - "2000-12-08": "Virgin's Day", + "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", @@ -436,7 +436,7 @@ "2001-07-19": "Revolution Day", "2001-09-14": "Battle of San Jacinto Day", "2001-09-15": "Independence Day", - "2001-12-08": "Virgin's Day", + "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", @@ -445,7 +445,7 @@ "2002-07-19": "Revolution Day", "2002-09-14": "Battle of San Jacinto Day", "2002-09-15": "Independence Day", - "2002-12-08": "Virgin's Day", + "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", @@ -454,7 +454,7 @@ "2003-07-19": "Revolution Day", "2003-09-14": "Battle of San Jacinto Day", "2003-09-15": "Independence Day", - "2003-12-08": "Virgin's Day", + "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", @@ -463,7 +463,7 @@ "2004-07-19": "Revolution Day", "2004-09-14": "Battle of San Jacinto Day", "2004-09-15": "Independence Day", - "2004-12-08": "Virgin's Day", + "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", @@ -472,7 +472,7 @@ "2005-07-19": "Revolution Day", "2005-09-14": "Battle of San Jacinto Day", "2005-09-15": "Independence Day", - "2005-12-08": "Virgin's Day", + "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", @@ -481,7 +481,7 @@ "2006-07-19": "Revolution Day", "2006-09-14": "Battle of San Jacinto Day", "2006-09-15": "Independence Day", - "2006-12-08": "Virgin's Day", + "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", @@ -490,7 +490,7 @@ "2007-07-19": "Revolution Day", "2007-09-14": "Battle of San Jacinto Day", "2007-09-15": "Independence Day", - "2007-12-08": "Virgin's Day", + "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", @@ -499,7 +499,7 @@ "2008-07-19": "Revolution Day", "2008-09-14": "Battle of San Jacinto Day", "2008-09-15": "Independence Day", - "2008-12-08": "Virgin's Day", + "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", @@ -508,7 +508,7 @@ "2009-07-19": "Revolution Day", "2009-09-14": "Battle of San Jacinto Day", "2009-09-15": "Independence Day", - "2009-12-08": "Virgin's Day", + "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", @@ -517,7 +517,7 @@ "2010-07-19": "Revolution Day", "2010-09-14": "Battle of San Jacinto Day", "2010-09-15": "Independence Day", - "2010-12-08": "Virgin's Day", + "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", @@ -526,7 +526,7 @@ "2011-07-19": "Revolution Day", "2011-09-14": "Battle of San Jacinto Day", "2011-09-15": "Independence Day", - "2011-12-08": "Virgin's Day", + "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", @@ -535,7 +535,7 @@ "2012-07-19": "Revolution Day", "2012-09-14": "Battle of San Jacinto Day", "2012-09-15": "Independence Day", - "2012-12-08": "Virgin's Day", + "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", @@ -544,7 +544,7 @@ "2013-07-19": "Revolution Day", "2013-09-14": "Battle of San Jacinto Day", "2013-09-15": "Independence Day", - "2013-12-08": "Virgin's Day", + "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", @@ -553,7 +553,7 @@ "2014-07-19": "Revolution Day", "2014-09-14": "Battle of San Jacinto Day", "2014-09-15": "Independence Day", - "2014-12-08": "Virgin's Day", + "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", @@ -562,7 +562,7 @@ "2015-07-19": "Revolution Day", "2015-09-14": "Battle of San Jacinto Day", "2015-09-15": "Independence Day", - "2015-12-08": "Virgin's Day", + "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", @@ -571,7 +571,7 @@ "2016-07-19": "Revolution Day", "2016-09-14": "Battle of San Jacinto Day", "2016-09-15": "Independence Day", - "2016-12-08": "Virgin's Day", + "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", @@ -580,7 +580,7 @@ "2017-07-19": "Revolution Day", "2017-09-14": "Battle of San Jacinto Day", "2017-09-15": "Independence Day", - "2017-12-08": "Virgin's Day", + "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", @@ -589,7 +589,7 @@ "2018-07-19": "Revolution Day", "2018-09-14": "Battle of San Jacinto Day", "2018-09-15": "Independence Day", - "2018-12-08": "Virgin's Day", + "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", @@ -598,7 +598,7 @@ "2019-07-19": "Revolution Day", "2019-09-14": "Battle of San Jacinto Day", "2019-09-15": "Independence Day", - "2019-12-08": "Virgin's Day", + "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", @@ -607,7 +607,7 @@ "2020-07-19": "Revolution Day", "2020-09-14": "Battle of San Jacinto Day", "2020-09-15": "Independence Day", - "2020-12-08": "Virgin's Day", + "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", @@ -616,7 +616,7 @@ "2021-07-19": "Revolution Day", "2021-09-14": "Battle of San Jacinto Day", "2021-09-15": "Independence Day", - "2021-12-08": "Virgin's Day", + "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", @@ -626,7 +626,7 @@ "2022-07-19": "Revolution Day", "2022-09-14": "Battle of San Jacinto Day", "2022-09-15": "Independence Day", - "2022-12-08": "Virgin's Day", + "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", @@ -636,7 +636,7 @@ "2023-07-19": "Revolution Day", "2023-09-14": "Battle of San Jacinto Day", "2023-09-15": "Independence Day", - "2023-12-08": "Virgin's Day", + "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", @@ -646,7 +646,7 @@ "2024-07-19": "Revolution Day", "2024-09-14": "Battle of San Jacinto Day", "2024-09-15": "Independence Day", - "2024-12-08": "Virgin's Day", + "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", @@ -656,7 +656,7 @@ "2025-07-19": "Revolution Day", "2025-09-14": "Battle of San Jacinto Day", "2025-09-15": "Independence Day", - "2025-12-08": "Virgin's Day", + "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", @@ -666,7 +666,7 @@ "2026-07-19": "Revolution Day", "2026-09-14": "Battle of San Jacinto Day", "2026-09-15": "Independence Day", - "2026-12-08": "Virgin's Day", + "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", @@ -676,7 +676,7 @@ "2027-07-19": "Revolution Day", "2027-09-14": "Battle of San Jacinto Day", "2027-09-15": "Independence Day", - "2027-12-08": "Virgin's Day", + "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", @@ -686,7 +686,7 @@ "2028-07-19": "Revolution Day", "2028-09-14": "Battle of San Jacinto Day", "2028-09-15": "Independence Day", - "2028-12-08": "Virgin's Day", + "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", @@ -696,7 +696,7 @@ "2029-07-19": "Revolution Day", "2029-09-14": "Battle of San Jacinto Day", "2029-09-15": "Independence Day", - "2029-12-08": "Virgin's Day", + "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", @@ -706,7 +706,7 @@ "2030-07-19": "Revolution Day", "2030-09-14": "Battle of San Jacinto Day", "2030-09-15": "Independence Day", - "2030-12-08": "Virgin's Day", + "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", @@ -716,7 +716,7 @@ "2031-07-19": "Revolution Day", "2031-09-14": "Battle of San Jacinto Day", "2031-09-15": "Independence Day", - "2031-12-08": "Virgin's Day", + "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", @@ -726,7 +726,7 @@ "2032-07-19": "Revolution Day", "2032-09-14": "Battle of San Jacinto Day", "2032-09-15": "Independence Day", - "2032-12-08": "Virgin's Day", + "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", @@ -736,7 +736,7 @@ "2033-07-19": "Revolution Day", "2033-09-14": "Battle of San Jacinto Day", "2033-09-15": "Independence Day", - "2033-12-08": "Virgin's Day", + "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", @@ -746,7 +746,7 @@ "2034-07-19": "Revolution Day", "2034-09-14": "Battle of San Jacinto Day", "2034-09-15": "Independence Day", - "2034-12-08": "Virgin's Day", + "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", @@ -756,7 +756,7 @@ "2035-07-19": "Revolution Day", "2035-09-14": "Battle of San Jacinto Day", "2035-09-15": "Independence Day", - "2035-12-08": "Virgin's Day", + "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", @@ -766,7 +766,7 @@ "2036-07-19": "Revolution Day", "2036-09-14": "Battle of San Jacinto Day", "2036-09-15": "Independence Day", - "2036-12-08": "Virgin's Day", + "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", @@ -776,7 +776,7 @@ "2037-07-19": "Revolution Day", "2037-09-14": "Battle of San Jacinto Day", "2037-09-15": "Independence Day", - "2037-12-08": "Virgin's Day", + "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", @@ -786,7 +786,7 @@ "2038-07-19": "Revolution Day", "2038-09-14": "Battle of San Jacinto Day", "2038-09-15": "Independence Day", - "2038-12-08": "Virgin's Day", + "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", @@ -796,7 +796,7 @@ "2039-07-19": "Revolution Day", "2039-09-14": "Battle of San Jacinto Day", "2039-09-15": "Independence Day", - "2039-12-08": "Virgin's Day", + "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", @@ -806,7 +806,7 @@ "2040-07-19": "Revolution Day", "2040-09-14": "Battle of San Jacinto Day", "2040-09-15": "Independence Day", - "2040-12-08": "Virgin's Day", + "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", @@ -816,7 +816,7 @@ "2041-07-19": "Revolution Day", "2041-09-14": "Battle of San Jacinto Day", "2041-09-15": "Independence Day", - "2041-12-08": "Virgin's Day", + "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", @@ -826,7 +826,7 @@ "2042-07-19": "Revolution Day", "2042-09-14": "Battle of San Jacinto Day", "2042-09-15": "Independence Day", - "2042-12-08": "Virgin's Day", + "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", @@ -836,7 +836,7 @@ "2043-07-19": "Revolution Day", "2043-09-14": "Battle of San Jacinto Day", "2043-09-15": "Independence Day", - "2043-12-08": "Virgin's Day", + "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", @@ -846,7 +846,7 @@ "2044-07-19": "Revolution Day", "2044-09-14": "Battle of San Jacinto Day", "2044-09-15": "Independence Day", - "2044-12-08": "Virgin's Day", + "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", @@ -856,7 +856,7 @@ "2045-07-19": "Revolution Day", "2045-09-14": "Battle of San Jacinto Day", "2045-09-15": "Independence Day", - "2045-12-08": "Virgin's Day", + "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", @@ -866,7 +866,7 @@ "2046-07-19": "Revolution Day", "2046-09-14": "Battle of San Jacinto Day", "2046-09-15": "Independence Day", - "2046-12-08": "Virgin's Day", + "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", @@ -876,7 +876,7 @@ "2047-07-19": "Revolution Day", "2047-09-14": "Battle of San Jacinto Day", "2047-09-15": "Independence Day", - "2047-12-08": "Virgin's Day", + "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", @@ -886,7 +886,7 @@ "2048-07-19": "Revolution Day", "2048-09-14": "Battle of San Jacinto Day", "2048-09-15": "Independence Day", - "2048-12-08": "Virgin's Day", + "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", @@ -896,7 +896,7 @@ "2049-07-19": "Revolution Day", "2049-09-14": "Battle of San Jacinto Day", "2049-09-15": "Independence Day", - "2049-12-08": "Virgin's Day", + "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", @@ -906,6 +906,6 @@ "2050-07-19": "Revolution Day", "2050-09-14": "Battle of San Jacinto Day", "2050-09-15": "Independence Day", - "2050-12-08": "Virgin's Day", + "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } diff --git a/snapshots/countries/NI_SJ.json b/snapshots/countries/NI_SJ.json index 245acbf28..f9c681361 100644 --- a/snapshots/countries/NI_SJ.json +++ b/snapshots/countries/NI_SJ.json @@ -5,7 +5,7 @@ "1950-05-01": "Labor Day", "1950-09-14": "Battle of San Jacinto Day", "1950-09-15": "Independence Day", - "1950-12-08": "Virgin's Day", + "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", @@ -13,7 +13,7 @@ "1951-05-01": "Labor Day", "1951-09-14": "Battle of San Jacinto Day", "1951-09-15": "Independence Day", - "1951-12-08": "Virgin's Day", + "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", @@ -21,7 +21,7 @@ "1952-05-01": "Labor Day", "1952-09-14": "Battle of San Jacinto Day", "1952-09-15": "Independence Day", - "1952-12-08": "Virgin's Day", + "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", @@ -29,7 +29,7 @@ "1953-05-01": "Labor Day", "1953-09-14": "Battle of San Jacinto Day", "1953-09-15": "Independence Day", - "1953-12-08": "Virgin's Day", + "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", @@ -37,7 +37,7 @@ "1954-05-01": "Labor Day", "1954-09-14": "Battle of San Jacinto Day", "1954-09-15": "Independence Day", - "1954-12-08": "Virgin's Day", + "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", @@ -45,7 +45,7 @@ "1955-05-01": "Labor Day", "1955-09-14": "Battle of San Jacinto Day", "1955-09-15": "Independence Day", - "1955-12-08": "Virgin's Day", + "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", @@ -53,7 +53,7 @@ "1956-05-01": "Labor Day", "1956-09-14": "Battle of San Jacinto Day", "1956-09-15": "Independence Day", - "1956-12-08": "Virgin's Day", + "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", @@ -61,7 +61,7 @@ "1957-05-01": "Labor Day", "1957-09-14": "Battle of San Jacinto Day", "1957-09-15": "Independence Day", - "1957-12-08": "Virgin's Day", + "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", @@ -69,7 +69,7 @@ "1958-05-01": "Labor Day", "1958-09-14": "Battle of San Jacinto Day", "1958-09-15": "Independence Day", - "1958-12-08": "Virgin's Day", + "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", @@ -77,7 +77,7 @@ "1959-05-01": "Labor Day", "1959-09-14": "Battle of San Jacinto Day", "1959-09-15": "Independence Day", - "1959-12-08": "Virgin's Day", + "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", @@ -85,7 +85,7 @@ "1960-05-01": "Labor Day", "1960-09-14": "Battle of San Jacinto Day", "1960-09-15": "Independence Day", - "1960-12-08": "Virgin's Day", + "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", @@ -93,7 +93,7 @@ "1961-05-01": "Labor Day", "1961-09-14": "Battle of San Jacinto Day", "1961-09-15": "Independence Day", - "1961-12-08": "Virgin's Day", + "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", @@ -101,7 +101,7 @@ "1962-05-01": "Labor Day", "1962-09-14": "Battle of San Jacinto Day", "1962-09-15": "Independence Day", - "1962-12-08": "Virgin's Day", + "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", @@ -109,7 +109,7 @@ "1963-05-01": "Labor Day", "1963-09-14": "Battle of San Jacinto Day", "1963-09-15": "Independence Day", - "1963-12-08": "Virgin's Day", + "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", @@ -117,7 +117,7 @@ "1964-05-01": "Labor Day", "1964-09-14": "Battle of San Jacinto Day", "1964-09-15": "Independence Day", - "1964-12-08": "Virgin's Day", + "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", @@ -125,7 +125,7 @@ "1965-05-01": "Labor Day", "1965-09-14": "Battle of San Jacinto Day", "1965-09-15": "Independence Day", - "1965-12-08": "Virgin's Day", + "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", @@ -133,7 +133,7 @@ "1966-05-01": "Labor Day", "1966-09-14": "Battle of San Jacinto Day", "1966-09-15": "Independence Day", - "1966-12-08": "Virgin's Day", + "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", @@ -141,7 +141,7 @@ "1967-05-01": "Labor Day", "1967-09-14": "Battle of San Jacinto Day", "1967-09-15": "Independence Day", - "1967-12-08": "Virgin's Day", + "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", @@ -149,7 +149,7 @@ "1968-05-01": "Labor Day", "1968-09-14": "Battle of San Jacinto Day", "1968-09-15": "Independence Day", - "1968-12-08": "Virgin's Day", + "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", @@ -157,7 +157,7 @@ "1969-05-01": "Labor Day", "1969-09-14": "Battle of San Jacinto Day", "1969-09-15": "Independence Day", - "1969-12-08": "Virgin's Day", + "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", @@ -165,7 +165,7 @@ "1970-05-01": "Labor Day", "1970-09-14": "Battle of San Jacinto Day", "1970-09-15": "Independence Day", - "1970-12-08": "Virgin's Day", + "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", @@ -173,7 +173,7 @@ "1971-05-01": "Labor Day", "1971-09-14": "Battle of San Jacinto Day", "1971-09-15": "Independence Day", - "1971-12-08": "Virgin's Day", + "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", @@ -181,7 +181,7 @@ "1972-05-01": "Labor Day", "1972-09-14": "Battle of San Jacinto Day", "1972-09-15": "Independence Day", - "1972-12-08": "Virgin's Day", + "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", @@ -189,7 +189,7 @@ "1973-05-01": "Labor Day", "1973-09-14": "Battle of San Jacinto Day", "1973-09-15": "Independence Day", - "1973-12-08": "Virgin's Day", + "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", @@ -197,7 +197,7 @@ "1974-05-01": "Labor Day", "1974-09-14": "Battle of San Jacinto Day", "1974-09-15": "Independence Day", - "1974-12-08": "Virgin's Day", + "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", @@ -205,7 +205,7 @@ "1975-05-01": "Labor Day", "1975-09-14": "Battle of San Jacinto Day", "1975-09-15": "Independence Day", - "1975-12-08": "Virgin's Day", + "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", @@ -213,7 +213,7 @@ "1976-05-01": "Labor Day", "1976-09-14": "Battle of San Jacinto Day", "1976-09-15": "Independence Day", - "1976-12-08": "Virgin's Day", + "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", @@ -221,7 +221,7 @@ "1977-05-01": "Labor Day", "1977-09-14": "Battle of San Jacinto Day", "1977-09-15": "Independence Day", - "1977-12-08": "Virgin's Day", + "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", @@ -229,7 +229,7 @@ "1978-05-01": "Labor Day", "1978-09-14": "Battle of San Jacinto Day", "1978-09-15": "Independence Day", - "1978-12-08": "Virgin's Day", + "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", @@ -238,7 +238,7 @@ "1979-07-19": "Revolution Day", "1979-09-14": "Battle of San Jacinto Day", "1979-09-15": "Independence Day", - "1979-12-08": "Virgin's Day", + "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", @@ -247,7 +247,7 @@ "1980-07-19": "Revolution Day", "1980-09-14": "Battle of San Jacinto Day", "1980-09-15": "Independence Day", - "1980-12-08": "Virgin's Day", + "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", @@ -256,7 +256,7 @@ "1981-07-19": "Revolution Day", "1981-09-14": "Battle of San Jacinto Day", "1981-09-15": "Independence Day", - "1981-12-08": "Virgin's Day", + "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", @@ -265,7 +265,7 @@ "1982-07-19": "Revolution Day", "1982-09-14": "Battle of San Jacinto Day", "1982-09-15": "Independence Day", - "1982-12-08": "Virgin's Day", + "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", @@ -274,7 +274,7 @@ "1983-07-19": "Revolution Day", "1983-09-14": "Battle of San Jacinto Day", "1983-09-15": "Independence Day", - "1983-12-08": "Virgin's Day", + "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", @@ -283,7 +283,7 @@ "1984-07-19": "Revolution Day", "1984-09-14": "Battle of San Jacinto Day", "1984-09-15": "Independence Day", - "1984-12-08": "Virgin's Day", + "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", @@ -292,7 +292,7 @@ "1985-07-19": "Revolution Day", "1985-09-14": "Battle of San Jacinto Day", "1985-09-15": "Independence Day", - "1985-12-08": "Virgin's Day", + "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", @@ -301,7 +301,7 @@ "1986-07-19": "Revolution Day", "1986-09-14": "Battle of San Jacinto Day", "1986-09-15": "Independence Day", - "1986-12-08": "Virgin's Day", + "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", @@ -310,7 +310,7 @@ "1987-07-19": "Revolution Day", "1987-09-14": "Battle of San Jacinto Day", "1987-09-15": "Independence Day", - "1987-12-08": "Virgin's Day", + "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", @@ -319,7 +319,7 @@ "1988-07-19": "Revolution Day", "1988-09-14": "Battle of San Jacinto Day", "1988-09-15": "Independence Day", - "1988-12-08": "Virgin's Day", + "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", @@ -328,7 +328,7 @@ "1989-07-19": "Revolution Day", "1989-09-14": "Battle of San Jacinto Day", "1989-09-15": "Independence Day", - "1989-12-08": "Virgin's Day", + "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", @@ -337,7 +337,7 @@ "1990-07-19": "Revolution Day", "1990-09-14": "Battle of San Jacinto Day", "1990-09-15": "Independence Day", - "1990-12-08": "Virgin's Day", + "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", @@ -346,7 +346,7 @@ "1991-07-19": "Revolution Day", "1991-09-14": "Battle of San Jacinto Day", "1991-09-15": "Independence Day", - "1991-12-08": "Virgin's Day", + "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", @@ -355,7 +355,7 @@ "1992-07-19": "Revolution Day", "1992-09-14": "Battle of San Jacinto Day", "1992-09-15": "Independence Day", - "1992-12-08": "Virgin's Day", + "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", @@ -364,7 +364,7 @@ "1993-07-19": "Revolution Day", "1993-09-14": "Battle of San Jacinto Day", "1993-09-15": "Independence Day", - "1993-12-08": "Virgin's Day", + "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", @@ -373,7 +373,7 @@ "1994-07-19": "Revolution Day", "1994-09-14": "Battle of San Jacinto Day", "1994-09-15": "Independence Day", - "1994-12-08": "Virgin's Day", + "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", @@ -382,7 +382,7 @@ "1995-07-19": "Revolution Day", "1995-09-14": "Battle of San Jacinto Day", "1995-09-15": "Independence Day", - "1995-12-08": "Virgin's Day", + "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", @@ -391,7 +391,7 @@ "1996-07-19": "Revolution Day", "1996-09-14": "Battle of San Jacinto Day", "1996-09-15": "Independence Day", - "1996-12-08": "Virgin's Day", + "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", @@ -400,7 +400,7 @@ "1997-07-19": "Revolution Day", "1997-09-14": "Battle of San Jacinto Day", "1997-09-15": "Independence Day", - "1997-12-08": "Virgin's Day", + "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", @@ -409,7 +409,7 @@ "1998-07-19": "Revolution Day", "1998-09-14": "Battle of San Jacinto Day", "1998-09-15": "Independence Day", - "1998-12-08": "Virgin's Day", + "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", @@ -418,7 +418,7 @@ "1999-07-19": "Revolution Day", "1999-09-14": "Battle of San Jacinto Day", "1999-09-15": "Independence Day", - "1999-12-08": "Virgin's Day", + "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", @@ -427,7 +427,7 @@ "2000-07-19": "Revolution Day", "2000-09-14": "Battle of San Jacinto Day", "2000-09-15": "Independence Day", - "2000-12-08": "Virgin's Day", + "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", @@ -436,7 +436,7 @@ "2001-07-19": "Revolution Day", "2001-09-14": "Battle of San Jacinto Day", "2001-09-15": "Independence Day", - "2001-12-08": "Virgin's Day", + "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", @@ -445,7 +445,7 @@ "2002-07-19": "Revolution Day", "2002-09-14": "Battle of San Jacinto Day", "2002-09-15": "Independence Day", - "2002-12-08": "Virgin's Day", + "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", @@ -454,7 +454,7 @@ "2003-07-19": "Revolution Day", "2003-09-14": "Battle of San Jacinto Day", "2003-09-15": "Independence Day", - "2003-12-08": "Virgin's Day", + "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", @@ -463,7 +463,7 @@ "2004-07-19": "Revolution Day", "2004-09-14": "Battle of San Jacinto Day", "2004-09-15": "Independence Day", - "2004-12-08": "Virgin's Day", + "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", @@ -472,7 +472,7 @@ "2005-07-19": "Revolution Day", "2005-09-14": "Battle of San Jacinto Day", "2005-09-15": "Independence Day", - "2005-12-08": "Virgin's Day", + "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", @@ -481,7 +481,7 @@ "2006-07-19": "Revolution Day", "2006-09-14": "Battle of San Jacinto Day", "2006-09-15": "Independence Day", - "2006-12-08": "Virgin's Day", + "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", @@ -490,7 +490,7 @@ "2007-07-19": "Revolution Day", "2007-09-14": "Battle of San Jacinto Day", "2007-09-15": "Independence Day", - "2007-12-08": "Virgin's Day", + "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", @@ -499,7 +499,7 @@ "2008-07-19": "Revolution Day", "2008-09-14": "Battle of San Jacinto Day", "2008-09-15": "Independence Day", - "2008-12-08": "Virgin's Day", + "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", @@ -508,7 +508,7 @@ "2009-07-19": "Revolution Day", "2009-09-14": "Battle of San Jacinto Day", "2009-09-15": "Independence Day", - "2009-12-08": "Virgin's Day", + "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", @@ -517,7 +517,7 @@ "2010-07-19": "Revolution Day", "2010-09-14": "Battle of San Jacinto Day", "2010-09-15": "Independence Day", - "2010-12-08": "Virgin's Day", + "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", @@ -526,7 +526,7 @@ "2011-07-19": "Revolution Day", "2011-09-14": "Battle of San Jacinto Day", "2011-09-15": "Independence Day", - "2011-12-08": "Virgin's Day", + "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", @@ -535,7 +535,7 @@ "2012-07-19": "Revolution Day", "2012-09-14": "Battle of San Jacinto Day", "2012-09-15": "Independence Day", - "2012-12-08": "Virgin's Day", + "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", @@ -544,7 +544,7 @@ "2013-07-19": "Revolution Day", "2013-09-14": "Battle of San Jacinto Day", "2013-09-15": "Independence Day", - "2013-12-08": "Virgin's Day", + "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", @@ -553,7 +553,7 @@ "2014-07-19": "Revolution Day", "2014-09-14": "Battle of San Jacinto Day", "2014-09-15": "Independence Day", - "2014-12-08": "Virgin's Day", + "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", @@ -562,7 +562,7 @@ "2015-07-19": "Revolution Day", "2015-09-14": "Battle of San Jacinto Day", "2015-09-15": "Independence Day", - "2015-12-08": "Virgin's Day", + "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", @@ -571,7 +571,7 @@ "2016-07-19": "Revolution Day", "2016-09-14": "Battle of San Jacinto Day", "2016-09-15": "Independence Day", - "2016-12-08": "Virgin's Day", + "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", @@ -580,7 +580,7 @@ "2017-07-19": "Revolution Day", "2017-09-14": "Battle of San Jacinto Day", "2017-09-15": "Independence Day", - "2017-12-08": "Virgin's Day", + "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", @@ -589,7 +589,7 @@ "2018-07-19": "Revolution Day", "2018-09-14": "Battle of San Jacinto Day", "2018-09-15": "Independence Day", - "2018-12-08": "Virgin's Day", + "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", @@ -598,7 +598,7 @@ "2019-07-19": "Revolution Day", "2019-09-14": "Battle of San Jacinto Day", "2019-09-15": "Independence Day", - "2019-12-08": "Virgin's Day", + "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", @@ -607,7 +607,7 @@ "2020-07-19": "Revolution Day", "2020-09-14": "Battle of San Jacinto Day", "2020-09-15": "Independence Day", - "2020-12-08": "Virgin's Day", + "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", @@ -616,7 +616,7 @@ "2021-07-19": "Revolution Day", "2021-09-14": "Battle of San Jacinto Day", "2021-09-15": "Independence Day", - "2021-12-08": "Virgin's Day", + "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", @@ -626,7 +626,7 @@ "2022-07-19": "Revolution Day", "2022-09-14": "Battle of San Jacinto Day", "2022-09-15": "Independence Day", - "2022-12-08": "Virgin's Day", + "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", @@ -636,7 +636,7 @@ "2023-07-19": "Revolution Day", "2023-09-14": "Battle of San Jacinto Day", "2023-09-15": "Independence Day", - "2023-12-08": "Virgin's Day", + "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", @@ -646,7 +646,7 @@ "2024-07-19": "Revolution Day", "2024-09-14": "Battle of San Jacinto Day", "2024-09-15": "Independence Day", - "2024-12-08": "Virgin's Day", + "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", @@ -656,7 +656,7 @@ "2025-07-19": "Revolution Day", "2025-09-14": "Battle of San Jacinto Day", "2025-09-15": "Independence Day", - "2025-12-08": "Virgin's Day", + "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", @@ -666,7 +666,7 @@ "2026-07-19": "Revolution Day", "2026-09-14": "Battle of San Jacinto Day", "2026-09-15": "Independence Day", - "2026-12-08": "Virgin's Day", + "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", @@ -676,7 +676,7 @@ "2027-07-19": "Revolution Day", "2027-09-14": "Battle of San Jacinto Day", "2027-09-15": "Independence Day", - "2027-12-08": "Virgin's Day", + "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", @@ -686,7 +686,7 @@ "2028-07-19": "Revolution Day", "2028-09-14": "Battle of San Jacinto Day", "2028-09-15": "Independence Day", - "2028-12-08": "Virgin's Day", + "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", @@ -696,7 +696,7 @@ "2029-07-19": "Revolution Day", "2029-09-14": "Battle of San Jacinto Day", "2029-09-15": "Independence Day", - "2029-12-08": "Virgin's Day", + "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", @@ -706,7 +706,7 @@ "2030-07-19": "Revolution Day", "2030-09-14": "Battle of San Jacinto Day", "2030-09-15": "Independence Day", - "2030-12-08": "Virgin's Day", + "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", @@ -716,7 +716,7 @@ "2031-07-19": "Revolution Day", "2031-09-14": "Battle of San Jacinto Day", "2031-09-15": "Independence Day", - "2031-12-08": "Virgin's Day", + "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", @@ -726,7 +726,7 @@ "2032-07-19": "Revolution Day", "2032-09-14": "Battle of San Jacinto Day", "2032-09-15": "Independence Day", - "2032-12-08": "Virgin's Day", + "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", @@ -736,7 +736,7 @@ "2033-07-19": "Revolution Day", "2033-09-14": "Battle of San Jacinto Day", "2033-09-15": "Independence Day", - "2033-12-08": "Virgin's Day", + "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", @@ -746,7 +746,7 @@ "2034-07-19": "Revolution Day", "2034-09-14": "Battle of San Jacinto Day", "2034-09-15": "Independence Day", - "2034-12-08": "Virgin's Day", + "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", @@ -756,7 +756,7 @@ "2035-07-19": "Revolution Day", "2035-09-14": "Battle of San Jacinto Day", "2035-09-15": "Independence Day", - "2035-12-08": "Virgin's Day", + "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", @@ -766,7 +766,7 @@ "2036-07-19": "Revolution Day", "2036-09-14": "Battle of San Jacinto Day", "2036-09-15": "Independence Day", - "2036-12-08": "Virgin's Day", + "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", @@ -776,7 +776,7 @@ "2037-07-19": "Revolution Day", "2037-09-14": "Battle of San Jacinto Day", "2037-09-15": "Independence Day", - "2037-12-08": "Virgin's Day", + "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", @@ -786,7 +786,7 @@ "2038-07-19": "Revolution Day", "2038-09-14": "Battle of San Jacinto Day", "2038-09-15": "Independence Day", - "2038-12-08": "Virgin's Day", + "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", @@ -796,7 +796,7 @@ "2039-07-19": "Revolution Day", "2039-09-14": "Battle of San Jacinto Day", "2039-09-15": "Independence Day", - "2039-12-08": "Virgin's Day", + "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", @@ -806,7 +806,7 @@ "2040-07-19": "Revolution Day", "2040-09-14": "Battle of San Jacinto Day", "2040-09-15": "Independence Day", - "2040-12-08": "Virgin's Day", + "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", @@ -816,7 +816,7 @@ "2041-07-19": "Revolution Day", "2041-09-14": "Battle of San Jacinto Day", "2041-09-15": "Independence Day", - "2041-12-08": "Virgin's Day", + "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", @@ -826,7 +826,7 @@ "2042-07-19": "Revolution Day", "2042-09-14": "Battle of San Jacinto Day", "2042-09-15": "Independence Day", - "2042-12-08": "Virgin's Day", + "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", @@ -836,7 +836,7 @@ "2043-07-19": "Revolution Day", "2043-09-14": "Battle of San Jacinto Day", "2043-09-15": "Independence Day", - "2043-12-08": "Virgin's Day", + "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", @@ -846,7 +846,7 @@ "2044-07-19": "Revolution Day", "2044-09-14": "Battle of San Jacinto Day", "2044-09-15": "Independence Day", - "2044-12-08": "Virgin's Day", + "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", @@ -856,7 +856,7 @@ "2045-07-19": "Revolution Day", "2045-09-14": "Battle of San Jacinto Day", "2045-09-15": "Independence Day", - "2045-12-08": "Virgin's Day", + "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", @@ -866,7 +866,7 @@ "2046-07-19": "Revolution Day", "2046-09-14": "Battle of San Jacinto Day", "2046-09-15": "Independence Day", - "2046-12-08": "Virgin's Day", + "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", @@ -876,7 +876,7 @@ "2047-07-19": "Revolution Day", "2047-09-14": "Battle of San Jacinto Day", "2047-09-15": "Independence Day", - "2047-12-08": "Virgin's Day", + "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", @@ -886,7 +886,7 @@ "2048-07-19": "Revolution Day", "2048-09-14": "Battle of San Jacinto Day", "2048-09-15": "Independence Day", - "2048-12-08": "Virgin's Day", + "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", @@ -896,7 +896,7 @@ "2049-07-19": "Revolution Day", "2049-09-14": "Battle of San Jacinto Day", "2049-09-15": "Independence Day", - "2049-12-08": "Virgin's Day", + "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", @@ -906,6 +906,6 @@ "2050-07-19": "Revolution Day", "2050-09-14": "Battle of San Jacinto Day", "2050-09-15": "Independence Day", - "2050-12-08": "Virgin's Day", + "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } diff --git a/snapshots/countries/PA_COMMON.json b/snapshots/countries/PA_COMMON.json index 0f1c4945e..1833f7a2f 100644 --- a/snapshots/countries/PA_COMMON.json +++ b/snapshots/countries/PA_COMMON.json @@ -1,344 +1,305 @@ { "1950-01-01": "New Year's Day", - "1950-01-02": "New Year's Day (observed)", - "1950-01-09": "Martyrs' Day", - "1950-02-21": "Carnival", + "1950-02-20": "Carnival Monday", + "1950-02-21": "Carnival Tuesday", + "1950-03-01": "Constitution Day", "1950-04-07": "Good Friday", - "1950-05-01": "Labour Day", + "1950-05-01": "Labor Day", "1950-11-03": "Separation Day", "1950-11-04": "National Symbols Day", - "1950-11-05": "Colon Day", - "1950-11-10": "Los Santos Uprising Day", "1950-11-28": "Independence Day", "1950-12-08": "Mother's Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", - "1951-01-09": "Martyrs' Day", - "1951-02-06": "Carnival", + "1951-02-05": "Carnival Monday", + "1951-02-06": "Carnival Tuesday", + "1951-03-01": "Constitution Day", "1951-03-23": "Good Friday", - "1951-05-01": "Labour Day", + "1951-05-01": "Labor Day", "1951-11-03": "Separation Day", "1951-11-04": "National Symbols Day", - "1951-11-05": "Colon Day", - "1951-11-10": "Los Santos Uprising Day", "1951-11-28": "Independence Day", "1951-12-08": "Mother's Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", - "1952-01-09": "Martyrs' Day", - "1952-02-26": "Carnival", + "1952-02-25": "Carnival Monday", + "1952-02-26": "Carnival Tuesday", + "1952-03-01": "Constitution Day", "1952-04-11": "Good Friday", - "1952-05-01": "Labour Day", + "1952-05-01": "Labor Day", "1952-11-03": "Separation Day", "1952-11-04": "National Symbols Day", - "1952-11-05": "Colon Day", - "1952-11-10": "Los Santos Uprising Day", "1952-11-28": "Independence Day", "1952-12-08": "Mother's Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", - "1953-01-09": "Martyrs' Day", - "1953-02-17": "Carnival", + "1953-02-16": "Carnival Monday", + "1953-02-17": "Carnival Tuesday", + "1953-03-01": "Constitution Day", "1953-04-03": "Good Friday", - "1953-05-01": "Labour Day", + "1953-05-01": "Labor Day", "1953-11-03": "Separation Day", "1953-11-04": "National Symbols Day", - "1953-11-05": "Colon Day", - "1953-11-10": "Los Santos Uprising Day", "1953-11-28": "Independence Day", "1953-12-08": "Mother's Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", - "1954-01-09": "Martyrs' Day", - "1954-03-02": "Carnival", + "1954-03-01": "Carnival Monday; Constitution Day", + "1954-03-02": "Carnival Tuesday", "1954-04-16": "Good Friday", - "1954-05-01": "Labour Day", + "1954-05-01": "Labor Day", "1954-11-03": "Separation Day", "1954-11-04": "National Symbols Day", - "1954-11-05": "Colon Day", - "1954-11-10": "Los Santos Uprising Day", "1954-11-28": "Independence Day", - "1954-11-29": "Independence Day (observed)", "1954-12-08": "Mother's Day", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", - "1955-01-09": "Martyrs' Day", - "1955-01-10": "Martyrs' Day (observed)", - "1955-02-22": "Carnival", + "1955-02-21": "Carnival Monday", + "1955-02-22": "Carnival Tuesday", + "1955-03-01": "Constitution Day", "1955-04-08": "Good Friday", - "1955-05-01": "Labour Day", - "1955-05-02": "Labour Day (observed)", + "1955-05-01": "Labor Day", "1955-11-03": "Separation Day", "1955-11-04": "National Symbols Day", - "1955-11-05": "Colon Day", - "1955-11-10": "Los Santos Uprising Day", "1955-11-28": "Independence Day", "1955-12-08": "Mother's Day", "1955-12-25": "Christmas Day", - "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", - "1956-01-02": "New Year's Day (observed)", - "1956-01-09": "Martyrs' Day", - "1956-02-14": "Carnival", + "1956-02-13": "Carnival Monday", + "1956-02-14": "Carnival Tuesday", + "1956-03-01": "Constitution Day", "1956-03-30": "Good Friday", - "1956-05-01": "Labour Day", + "1956-05-01": "Labor Day", "1956-11-03": "Separation Day", "1956-11-04": "National Symbols Day", - "1956-11-05": "Colon Day", - "1956-11-10": "Los Santos Uprising Day", "1956-11-28": "Independence Day", "1956-12-08": "Mother's Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", - "1957-01-09": "Martyrs' Day", - "1957-03-05": "Carnival", + "1957-03-01": "Constitution Day", + "1957-03-04": "Carnival Monday", + "1957-03-05": "Carnival Tuesday", "1957-04-19": "Good Friday", - "1957-05-01": "Labour Day", + "1957-05-01": "Labor Day", "1957-11-03": "Separation Day", "1957-11-04": "National Symbols Day", - "1957-11-05": "Colon Day", - "1957-11-10": "Los Santos Uprising Day", "1957-11-28": "Independence Day", "1957-12-08": "Mother's Day", - "1957-12-09": "Mother's Day (observed)", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", - "1958-01-09": "Martyrs' Day", - "1958-02-18": "Carnival", + "1958-02-17": "Carnival Monday", + "1958-02-18": "Carnival Tuesday", + "1958-03-01": "Constitution Day", "1958-04-04": "Good Friday", - "1958-05-01": "Labour Day", + "1958-05-01": "Labor Day", "1958-11-03": "Separation Day", "1958-11-04": "National Symbols Day", - "1958-11-05": "Colon Day", - "1958-11-10": "Los Santos Uprising Day", "1958-11-28": "Independence Day", "1958-12-08": "Mother's Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", - "1959-01-09": "Martyrs' Day", - "1959-02-10": "Carnival", + "1959-02-09": "Carnival Monday", + "1959-02-10": "Carnival Tuesday", + "1959-03-01": "Constitution Day", "1959-03-27": "Good Friday", - "1959-05-01": "Labour Day", + "1959-05-01": "Labor Day", "1959-11-03": "Separation Day", "1959-11-04": "National Symbols Day", - "1959-11-05": "Colon Day", - "1959-11-10": "Los Santos Uprising Day", "1959-11-28": "Independence Day", "1959-12-08": "Mother's Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", - "1960-01-09": "Martyrs' Day", - "1960-03-01": "Carnival", + "1960-02-29": "Carnival Monday", + "1960-03-01": "Carnival Tuesday; Constitution Day", "1960-04-15": "Good Friday", - "1960-05-01": "Labour Day", - "1960-05-02": "Labour Day (observed)", + "1960-05-01": "Labor Day", "1960-11-03": "Separation Day", "1960-11-04": "National Symbols Day", - "1960-11-05": "Colon Day", - "1960-11-10": "Los Santos Uprising Day", "1960-11-28": "Independence Day", "1960-12-08": "Mother's Day", "1960-12-25": "Christmas Day", - "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", - "1961-01-02": "New Year's Day (observed)", - "1961-01-09": "Martyrs' Day", - "1961-02-14": "Carnival", + "1961-02-13": "Carnival Monday", + "1961-02-14": "Carnival Tuesday", + "1961-03-01": "Constitution Day", "1961-03-31": "Good Friday", - "1961-05-01": "Labour Day", + "1961-05-01": "Labor Day", "1961-11-03": "Separation Day", "1961-11-04": "National Symbols Day", - "1961-11-05": "Colon Day", - "1961-11-10": "Los Santos Uprising Day", "1961-11-28": "Independence Day", "1961-12-08": "Mother's Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", - "1962-01-09": "Martyrs' Day", - "1962-03-06": "Carnival", + "1962-03-01": "Constitution Day", + "1962-03-05": "Carnival Monday", + "1962-03-06": "Carnival Tuesday", "1962-04-20": "Good Friday", - "1962-05-01": "Labour Day", + "1962-05-01": "Labor Day", "1962-11-03": "Separation Day", "1962-11-04": "National Symbols Day", - "1962-11-05": "Colon Day", - "1962-11-10": "Los Santos Uprising Day", "1962-11-28": "Independence Day", "1962-12-08": "Mother's Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", - "1963-01-09": "Martyrs' Day", - "1963-02-26": "Carnival", + "1963-02-25": "Carnival Monday", + "1963-02-26": "Carnival Tuesday", + "1963-03-01": "Constitution Day", "1963-04-12": "Good Friday", - "1963-05-01": "Labour Day", + "1963-05-01": "Labor Day", "1963-11-03": "Separation Day", "1963-11-04": "National Symbols Day", - "1963-11-05": "Colon Day", - "1963-11-10": "Los Santos Uprising Day", "1963-11-28": "Independence Day", "1963-12-08": "Mother's Day", - "1963-12-09": "Mother's Day (observed)", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", - "1964-01-09": "Martyrs' Day", - "1964-02-11": "Carnival", + "1964-02-10": "Carnival Monday", + "1964-02-11": "Carnival Tuesday", + "1964-03-01": "Constitution Day", "1964-03-27": "Good Friday", - "1964-05-01": "Labour Day", + "1964-05-01": "Labor Day", "1964-11-03": "Separation Day", "1964-11-04": "National Symbols Day", - "1964-11-05": "Colon Day", - "1964-11-10": "Los Santos Uprising Day", "1964-11-28": "Independence Day", "1964-12-08": "Mother's Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", - "1965-01-09": "Martyrs' Day", - "1965-03-02": "Carnival", + "1965-03-01": "Carnival Monday; Constitution Day", + "1965-03-02": "Carnival Tuesday", "1965-04-16": "Good Friday", - "1965-05-01": "Labour Day", + "1965-05-01": "Labor Day", "1965-11-03": "Separation Day", "1965-11-04": "National Symbols Day", - "1965-11-05": "Colon Day", - "1965-11-10": "Los Santos Uprising Day", "1965-11-28": "Independence Day", - "1965-11-29": "Independence Day (observed)", "1965-12-08": "Mother's Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", - "1966-01-09": "Martyrs' Day", - "1966-01-10": "Martyrs' Day (observed)", - "1966-02-22": "Carnival", + "1966-02-21": "Carnival Monday", + "1966-02-22": "Carnival Tuesday", + "1966-03-01": "Constitution Day", "1966-04-08": "Good Friday", - "1966-05-01": "Labour Day", - "1966-05-02": "Labour Day (observed)", + "1966-05-01": "Labor Day", "1966-11-03": "Separation Day", "1966-11-04": "National Symbols Day", - "1966-11-05": "Colon Day", - "1966-11-10": "Los Santos Uprising Day", "1966-11-28": "Independence Day", "1966-12-08": "Mother's Day", "1966-12-25": "Christmas Day", - "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", - "1967-01-02": "New Year's Day (observed)", - "1967-01-09": "Martyrs' Day", - "1967-02-07": "Carnival", + "1967-02-06": "Carnival Monday", + "1967-02-07": "Carnival Tuesday", + "1967-03-01": "Constitution Day", "1967-03-24": "Good Friday", - "1967-05-01": "Labour Day", + "1967-05-01": "Labor Day", "1967-11-03": "Separation Day", "1967-11-04": "National Symbols Day", - "1967-11-05": "Colon Day", - "1967-11-10": "Los Santos Uprising Day", "1967-11-28": "Independence Day", "1967-12-08": "Mother's Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", - "1968-01-09": "Martyrs' Day", - "1968-02-27": "Carnival", + "1968-02-26": "Carnival Monday", + "1968-02-27": "Carnival Tuesday", + "1968-03-01": "Constitution Day", "1968-04-12": "Good Friday", - "1968-05-01": "Labour Day", + "1968-05-01": "Labor Day", "1968-11-03": "Separation Day", "1968-11-04": "National Symbols Day", - "1968-11-05": "Colon Day", - "1968-11-10": "Los Santos Uprising Day", "1968-11-28": "Independence Day", "1968-12-08": "Mother's Day", - "1968-12-09": "Mother's Day (observed)", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", - "1969-01-09": "Martyrs' Day", - "1969-02-18": "Carnival", + "1969-02-17": "Carnival Monday", + "1969-02-18": "Carnival Tuesday", + "1969-03-01": "Constitution Day", "1969-04-04": "Good Friday", - "1969-05-01": "Labour Day", + "1969-05-01": "Labor Day", "1969-11-03": "Separation Day", "1969-11-04": "National Symbols Day", - "1969-11-05": "Colon Day", "1969-11-10": "Los Santos Uprising Day", "1969-11-28": "Independence Day", "1969-12-08": "Mother's Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", - "1970-01-09": "Martyrs' Day", - "1970-02-10": "Carnival", + "1970-02-09": "Carnival Monday", + "1970-02-10": "Carnival Tuesday", + "1970-03-01": "Constitution Day", "1970-03-27": "Good Friday", - "1970-05-01": "Labour Day", + "1970-05-01": "Labor Day", "1970-11-03": "Separation Day", "1970-11-04": "National Symbols Day", - "1970-11-05": "Colon Day", "1970-11-10": "Los Santos Uprising Day", "1970-11-28": "Independence Day", "1970-12-08": "Mother's Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", - "1971-01-09": "Martyrs' Day", - "1971-02-23": "Carnival", + "1971-02-22": "Carnival Monday", + "1971-02-23": "Carnival Tuesday", + "1971-03-01": "Constitution Day", "1971-04-09": "Good Friday", - "1971-05-01": "Labour Day", + "1971-05-01": "Labor Day", "1971-11-03": "Separation Day", "1971-11-04": "National Symbols Day", - "1971-11-05": "Colon Day", "1971-11-10": "Los Santos Uprising Day", "1971-11-28": "Independence Day", - "1971-11-29": "Independence Day (observed)", "1971-12-08": "Mother's Day", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-09": "Martyrs' Day", "1972-01-10": "Martyrs' Day (observed)", - "1972-02-15": "Carnival", + "1972-02-14": "Carnival Monday", + "1972-02-15": "Carnival Tuesday", "1972-03-31": "Good Friday", - "1972-05-01": "Labour Day", + "1972-05-01": "Labor Day", "1972-11-03": "Separation Day", "1972-11-04": "National Symbols Day", - "1972-11-05": "Colon Day", "1972-11-10": "Los Santos Uprising Day", "1972-11-28": "Independence Day", "1972-12-08": "Mother's Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-09": "Martyrs' Day", - "1973-03-06": "Carnival", + "1973-03-05": "Carnival Monday", + "1973-03-06": "Carnival Tuesday", "1973-04-20": "Good Friday", - "1973-05-01": "Labour Day", + "1973-05-01": "Labor Day", "1973-11-03": "Separation Day", "1973-11-04": "National Symbols Day", - "1973-11-05": "Colon Day", "1973-11-10": "Los Santos Uprising Day", "1973-11-28": "Independence Day", "1973-12-08": "Mother's Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-09": "Martyrs' Day", - "1974-02-26": "Carnival", + "1974-02-25": "Carnival Monday", + "1974-02-26": "Carnival Tuesday", "1974-04-12": "Good Friday", - "1974-05-01": "Labour Day", + "1974-05-01": "Labor Day", "1974-11-03": "Separation Day", - "1974-11-04": "National Symbols Day", - "1974-11-05": "Colon Day", + "1974-11-04": "National Symbols Day; Separation Day (observed)", "1974-11-10": "Los Santos Uprising Day", + "1974-11-11": "Los Santos Uprising Day (observed)", "1974-11-28": "Independence Day", "1974-12-08": "Mother's Day", "1974-12-09": "Mother's Day (observed)", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-09": "Martyrs' Day", - "1975-02-11": "Carnival", + "1975-02-10": "Carnival Monday", + "1975-02-11": "Carnival Tuesday", "1975-03-28": "Good Friday", - "1975-05-01": "Labour Day", + "1975-05-01": "Labor Day", "1975-11-03": "Separation Day", "1975-11-04": "National Symbols Day", - "1975-11-05": "Colon Day", "1975-11-10": "Los Santos Uprising Day", "1975-11-28": "Independence Day", "1975-12-08": "Mother's Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-09": "Martyrs' Day", - "1976-03-02": "Carnival", + "1976-03-01": "Carnival Monday", + "1976-03-02": "Carnival Tuesday", "1976-04-16": "Good Friday", - "1976-05-01": "Labour Day", + "1976-05-01": "Labor Day", "1976-11-03": "Separation Day", "1976-11-04": "National Symbols Day", - "1976-11-05": "Colon Day", "1976-11-10": "Los Santos Uprising Day", "1976-11-28": "Independence Day", "1976-11-29": "Independence Day (observed)", @@ -347,13 +308,13 @@ "1977-01-01": "New Year's Day", "1977-01-09": "Martyrs' Day", "1977-01-10": "Martyrs' Day (observed)", - "1977-02-22": "Carnival", + "1977-02-21": "Carnival Monday", + "1977-02-22": "Carnival Tuesday", "1977-04-08": "Good Friday", - "1977-05-01": "Labour Day", - "1977-05-02": "Labour Day (observed)", + "1977-05-01": "Labor Day", + "1977-05-02": "Labor Day (observed)", "1977-11-03": "Separation Day", "1977-11-04": "National Symbols Day", - "1977-11-05": "Colon Day", "1977-11-10": "Los Santos Uprising Day", "1977-11-28": "Independence Day", "1977-12-08": "Mother's Day", @@ -362,60 +323,60 @@ "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-01-09": "Martyrs' Day", - "1978-02-07": "Carnival", + "1978-02-06": "Carnival Monday", + "1978-02-07": "Carnival Tuesday", "1978-03-24": "Good Friday", - "1978-05-01": "Labour Day", + "1978-05-01": "Labor Day", "1978-11-03": "Separation Day", "1978-11-04": "National Symbols Day", - "1978-11-05": "Colon Day", "1978-11-10": "Los Santos Uprising Day", "1978-11-28": "Independence Day", "1978-12-08": "Mother's Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-09": "Martyrs' Day", - "1979-02-27": "Carnival", + "1979-02-26": "Carnival Monday", + "1979-02-27": "Carnival Tuesday", "1979-04-13": "Good Friday", - "1979-05-01": "Labour Day", + "1979-05-01": "Labor Day", "1979-11-03": "Separation Day", "1979-11-04": "National Symbols Day", - "1979-11-05": "Colon Day", "1979-11-10": "Los Santos Uprising Day", "1979-11-28": "Independence Day", "1979-12-08": "Mother's Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-09": "Martyrs' Day", - "1980-02-19": "Carnival", + "1980-02-18": "Carnival Monday", + "1980-02-19": "Carnival Tuesday", "1980-04-04": "Good Friday", - "1980-05-01": "Labour Day", + "1980-05-01": "Labor Day", "1980-11-03": "Separation Day", "1980-11-04": "National Symbols Day", - "1980-11-05": "Colon Day", "1980-11-10": "Los Santos Uprising Day", "1980-11-28": "Independence Day", "1980-12-08": "Mother's Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-09": "Martyrs' Day", - "1981-03-03": "Carnival", + "1981-03-02": "Carnival Monday", + "1981-03-03": "Carnival Tuesday", "1981-04-17": "Good Friday", - "1981-05-01": "Labour Day", + "1981-05-01": "Labor Day", "1981-11-03": "Separation Day", "1981-11-04": "National Symbols Day", - "1981-11-05": "Colon Day", "1981-11-10": "Los Santos Uprising Day", "1981-11-28": "Independence Day", "1981-12-08": "Mother's Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-09": "Martyrs' Day", - "1982-02-23": "Carnival", + "1982-02-22": "Carnival Monday", + "1982-02-23": "Carnival Tuesday", "1982-04-09": "Good Friday", - "1982-05-01": "Labour Day", + "1982-05-01": "Labor Day", "1982-11-03": "Separation Day", "1982-11-04": "National Symbols Day", - "1982-11-05": "Colon Day", "1982-11-10": "Los Santos Uprising Day", "1982-11-28": "Independence Day", "1982-11-29": "Independence Day (observed)", @@ -424,13 +385,13 @@ "1983-01-01": "New Year's Day", "1983-01-09": "Martyrs' Day", "1983-01-10": "Martyrs' Day (observed)", - "1983-02-15": "Carnival", + "1983-02-14": "Carnival Monday", + "1983-02-15": "Carnival Tuesday", "1983-04-01": "Good Friday", - "1983-05-01": "Labour Day", - "1983-05-02": "Labour Day (observed)", + "1983-05-01": "Labor Day", + "1983-05-02": "Labor Day (observed)", "1983-11-03": "Separation Day", "1983-11-04": "National Symbols Day", - "1983-11-05": "Colon Day", "1983-11-10": "Los Santos Uprising Day", "1983-11-28": "Independence Day", "1983-12-08": "Mother's Day", @@ -439,62 +400,63 @@ "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-01-09": "Martyrs' Day", - "1984-03-06": "Carnival", + "1984-03-05": "Carnival Monday", + "1984-03-06": "Carnival Tuesday", "1984-04-20": "Good Friday", - "1984-05-01": "Labour Day", + "1984-05-01": "Labor Day", "1984-11-03": "Separation Day", "1984-11-04": "National Symbols Day", - "1984-11-05": "Colon Day", "1984-11-10": "Los Santos Uprising Day", "1984-11-28": "Independence Day", "1984-12-08": "Mother's Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-01-09": "Martyrs' Day", - "1985-02-19": "Carnival", + "1985-02-18": "Carnival Monday", + "1985-02-19": "Carnival Tuesday", "1985-04-05": "Good Friday", - "1985-05-01": "Labour Day", + "1985-05-01": "Labor Day", "1985-11-03": "Separation Day", - "1985-11-04": "National Symbols Day", - "1985-11-05": "Colon Day", + "1985-11-04": "National Symbols Day; Separation Day (observed)", "1985-11-10": "Los Santos Uprising Day", + "1985-11-11": "Los Santos Uprising Day (observed)", "1985-11-28": "Independence Day", "1985-12-08": "Mother's Day", "1985-12-09": "Mother's Day (observed)", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-09": "Martyrs' Day", - "1986-02-11": "Carnival", + "1986-02-10": "Carnival Monday", + "1986-02-11": "Carnival Tuesday", "1986-03-28": "Good Friday", - "1986-05-01": "Labour Day", + "1986-05-01": "Labor Day", "1986-11-03": "Separation Day", "1986-11-04": "National Symbols Day", - "1986-11-05": "Colon Day", "1986-11-10": "Los Santos Uprising Day", "1986-11-28": "Independence Day", "1986-12-08": "Mother's Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-09": "Martyrs' Day", - "1987-03-03": "Carnival", + "1987-03-02": "Carnival Monday", + "1987-03-03": "Carnival Tuesday", "1987-04-17": "Good Friday", - "1987-05-01": "Labour Day", + "1987-05-01": "Labor Day", "1987-11-03": "Separation Day", "1987-11-04": "National Symbols Day", - "1987-11-05": "Colon Day", "1987-11-10": "Los Santos Uprising Day", "1987-11-28": "Independence Day", "1987-12-08": "Mother's Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-09": "Martyrs' Day", - "1988-02-16": "Carnival", + "1988-02-15": "Carnival Monday", + "1988-02-16": "Carnival Tuesday", "1988-04-01": "Good Friday", - "1988-05-01": "Labour Day", - "1988-05-02": "Labour Day (observed)", + "1988-05-01": "Labor Day", + "1988-05-02": "Labor Day (observed)", "1988-11-03": "Separation Day", "1988-11-04": "National Symbols Day", - "1988-11-05": "Colon Day", "1988-11-10": "Los Santos Uprising Day", "1988-11-28": "Independence Day", "1988-12-08": "Mother's Day", @@ -503,61 +465,62 @@ "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-09": "Martyrs' Day", - "1989-02-07": "Carnival", + "1989-02-06": "Carnival Monday", + "1989-02-07": "Carnival Tuesday", "1989-03-24": "Good Friday", - "1989-05-01": "Labour Day", + "1989-05-01": "Labor Day", "1989-11-03": "Separation Day", "1989-11-04": "National Symbols Day", - "1989-11-05": "Colon Day", "1989-11-10": "Los Santos Uprising Day", "1989-11-28": "Independence Day", "1989-12-08": "Mother's Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-09": "Martyrs' Day", - "1990-02-27": "Carnival", + "1990-02-26": "Carnival Monday", + "1990-02-27": "Carnival Tuesday", "1990-04-13": "Good Friday", - "1990-05-01": "Labour Day", + "1990-05-01": "Labor Day", "1990-11-03": "Separation Day", "1990-11-04": "National Symbols Day", - "1990-11-05": "Colon Day", "1990-11-10": "Los Santos Uprising Day", "1990-11-28": "Independence Day", "1990-12-08": "Mother's Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-09": "Martyrs' Day", - "1991-02-12": "Carnival", + "1991-02-11": "Carnival Monday", + "1991-02-12": "Carnival Tuesday", "1991-03-29": "Good Friday", - "1991-05-01": "Labour Day", + "1991-05-01": "Labor Day", "1991-11-03": "Separation Day", - "1991-11-04": "National Symbols Day", - "1991-11-05": "Colon Day", + "1991-11-04": "National Symbols Day; Separation Day (observed)", "1991-11-10": "Los Santos Uprising Day", + "1991-11-11": "Los Santos Uprising Day (observed)", "1991-11-28": "Independence Day", "1991-12-08": "Mother's Day", "1991-12-09": "Mother's Day (observed)", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-09": "Martyrs' Day", - "1992-03-03": "Carnival", + "1992-03-02": "Carnival Monday", + "1992-03-03": "Carnival Tuesday", "1992-04-17": "Good Friday", - "1992-05-01": "Labour Day", + "1992-05-01": "Labor Day", "1992-11-03": "Separation Day", "1992-11-04": "National Symbols Day", - "1992-11-05": "Colon Day", "1992-11-10": "Los Santos Uprising Day", "1992-11-28": "Independence Day", "1992-12-08": "Mother's Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-09": "Martyrs' Day", - "1993-02-23": "Carnival", + "1993-02-22": "Carnival Monday", + "1993-02-23": "Carnival Tuesday", "1993-04-09": "Good Friday", - "1993-05-01": "Labour Day", + "1993-05-01": "Labor Day", "1993-11-03": "Separation Day", "1993-11-04": "National Symbols Day", - "1993-11-05": "Colon Day", "1993-11-10": "Los Santos Uprising Day", "1993-11-28": "Independence Day", "1993-11-29": "Independence Day (observed)", @@ -566,13 +529,13 @@ "1994-01-01": "New Year's Day", "1994-01-09": "Martyrs' Day", "1994-01-10": "Martyrs' Day (observed)", - "1994-02-15": "Carnival", + "1994-02-14": "Carnival Monday", + "1994-02-15": "Carnival Tuesday", "1994-04-01": "Good Friday", - "1994-05-01": "Labour Day", - "1994-05-02": "Labour Day (observed)", + "1994-05-01": "Labor Day", + "1994-05-02": "Labor Day (observed)", "1994-11-03": "Separation Day", "1994-11-04": "National Symbols Day", - "1994-11-05": "Colon Day", "1994-11-10": "Los Santos Uprising Day", "1994-11-28": "Independence Day", "1994-12-08": "Mother's Day", @@ -581,61 +544,62 @@ "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-09": "Martyrs' Day", - "1995-02-28": "Carnival", + "1995-02-27": "Carnival Monday", + "1995-02-28": "Carnival Tuesday", "1995-04-14": "Good Friday", - "1995-05-01": "Labour Day", + "1995-05-01": "Labor Day", "1995-11-03": "Separation Day", "1995-11-04": "National Symbols Day", - "1995-11-05": "Colon Day", "1995-11-10": "Los Santos Uprising Day", "1995-11-28": "Independence Day", "1995-12-08": "Mother's Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-09": "Martyrs' Day", - "1996-02-20": "Carnival", + "1996-02-19": "Carnival Monday", + "1996-02-20": "Carnival Tuesday", "1996-04-05": "Good Friday", - "1996-05-01": "Labour Day", + "1996-05-01": "Labor Day", "1996-11-03": "Separation Day", - "1996-11-04": "National Symbols Day", - "1996-11-05": "Colon Day", + "1996-11-04": "National Symbols Day; Separation Day (observed)", "1996-11-10": "Los Santos Uprising Day", + "1996-11-11": "Los Santos Uprising Day (observed)", "1996-11-28": "Independence Day", "1996-12-08": "Mother's Day", "1996-12-09": "Mother's Day (observed)", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-09": "Martyrs' Day", - "1997-02-11": "Carnival", + "1997-02-10": "Carnival Monday", + "1997-02-11": "Carnival Tuesday", "1997-03-28": "Good Friday", - "1997-05-01": "Labour Day", + "1997-05-01": "Labor Day", "1997-11-03": "Separation Day", "1997-11-04": "National Symbols Day", - "1997-11-05": "Colon Day", "1997-11-10": "Los Santos Uprising Day", "1997-11-28": "Independence Day", "1997-12-08": "Mother's Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-09": "Martyrs' Day", - "1998-02-24": "Carnival", + "1998-02-23": "Carnival Monday", + "1998-02-24": "Carnival Tuesday", "1998-04-10": "Good Friday", - "1998-05-01": "Labour Day", + "1998-05-01": "Labor Day", "1998-11-03": "Separation Day", "1998-11-04": "National Symbols Day", - "1998-11-05": "Colon Day", "1998-11-10": "Los Santos Uprising Day", "1998-11-28": "Independence Day", "1998-12-08": "Mother's Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-09": "Martyrs' Day", - "1999-02-16": "Carnival", + "1999-02-15": "Carnival Monday", + "1999-02-16": "Carnival Tuesday", "1999-04-02": "Good Friday", - "1999-05-01": "Labour Day", + "1999-05-01": "Labor Day", "1999-11-03": "Separation Day", "1999-11-04": "National Symbols Day", - "1999-11-05": "Colon Day", "1999-11-10": "Los Santos Uprising Day", "1999-11-28": "Independence Day", "1999-11-29": "Independence Day (observed)", @@ -644,46 +608,49 @@ "2000-01-01": "New Year's Day", "2000-01-09": "Martyrs' Day", "2000-01-10": "Martyrs' Day (observed)", - "2000-03-07": "Carnival", + "2000-03-06": "Carnival Monday", + "2000-03-07": "Carnival Tuesday", "2000-04-21": "Good Friday", - "2000-05-01": "Labour Day", + "2000-05-01": "Labor Day", "2000-11-03": "Separation Day", "2000-11-04": "National Symbols Day", - "2000-11-05": "Colon Day", "2000-11-10": "Los Santos Uprising Day", "2000-11-28": "Independence Day", "2000-12-08": "Mother's Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-09": "Martyrs' Day", - "2001-02-27": "Carnival", + "2001-02-26": "Carnival Monday", + "2001-02-27": "Carnival Tuesday", "2001-04-13": "Good Friday", - "2001-05-01": "Labour Day", + "2001-05-01": "Labor Day", "2001-11-03": "Separation Day", "2001-11-04": "National Symbols Day", - "2001-11-05": "Colon Day", "2001-11-10": "Los Santos Uprising Day", "2001-11-28": "Independence Day", "2001-12-08": "Mother's Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-09": "Martyrs' Day", - "2002-02-12": "Carnival", + "2002-02-11": "Carnival Monday", + "2002-02-12": "Carnival Tuesday", "2002-03-29": "Good Friday", - "2002-05-01": "Labour Day", + "2002-05-01": "Labor Day", "2002-11-03": "Separation Day", - "2002-11-04": "National Symbols Day", + "2002-11-04": "National Symbols Day; Separation Day (observed)", "2002-11-05": "Colon Day", "2002-11-10": "Los Santos Uprising Day", + "2002-11-11": "Los Santos Uprising Day (observed)", "2002-11-28": "Independence Day", "2002-12-08": "Mother's Day", "2002-12-09": "Mother's Day (observed)", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-09": "Martyrs' Day", - "2003-03-04": "Carnival", + "2003-03-03": "Carnival Monday", + "2003-03-04": "Carnival Tuesday", "2003-04-18": "Good Friday", - "2003-05-01": "Labour Day", + "2003-05-01": "Labor Day", "2003-11-03": "Separation Day", "2003-11-04": "National Symbols Day", "2003-11-05": "Colon Day", @@ -693,9 +660,10 @@ "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-09": "Martyrs' Day", - "2004-02-24": "Carnival", + "2004-02-23": "Carnival Monday", + "2004-02-24": "Carnival Tuesday", "2004-04-09": "Good Friday", - "2004-05-01": "Labour Day", + "2004-05-01": "Labor Day", "2004-11-03": "Separation Day", "2004-11-04": "National Symbols Day", "2004-11-05": "Colon Day", @@ -707,10 +675,11 @@ "2005-01-01": "New Year's Day", "2005-01-09": "Martyrs' Day", "2005-01-10": "Martyrs' Day (observed)", - "2005-02-08": "Carnival", + "2005-02-07": "Carnival Monday", + "2005-02-08": "Carnival Tuesday", "2005-03-25": "Good Friday", - "2005-05-01": "Labour Day", - "2005-05-02": "Labour Day (observed)", + "2005-05-01": "Labor Day", + "2005-05-02": "Labor Day (observed)", "2005-11-03": "Separation Day", "2005-11-04": "National Symbols Day", "2005-11-05": "Colon Day", @@ -722,21 +691,24 @@ "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-09": "Martyrs' Day", - "2006-02-28": "Carnival", + "2006-02-27": "Carnival Monday", + "2006-02-28": "Carnival Tuesday", "2006-04-14": "Good Friday", - "2006-05-01": "Labour Day", + "2006-05-01": "Labor Day", "2006-11-03": "Separation Day", "2006-11-04": "National Symbols Day", "2006-11-05": "Colon Day", + "2006-11-06": "Colon Day (observed)", "2006-11-10": "Los Santos Uprising Day", "2006-11-28": "Independence Day", "2006-12-08": "Mother's Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-09": "Martyrs' Day", - "2007-02-20": "Carnival", + "2007-02-19": "Carnival Monday", + "2007-02-20": "Carnival Tuesday", "2007-04-06": "Good Friday", - "2007-05-01": "Labour Day", + "2007-05-01": "Labor Day", "2007-11-03": "Separation Day", "2007-11-04": "National Symbols Day", "2007-11-05": "Colon Day", @@ -746,9 +718,10 @@ "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-09": "Martyrs' Day", - "2008-02-05": "Carnival", + "2008-02-04": "Carnival Monday", + "2008-02-05": "Carnival Tuesday", "2008-03-21": "Good Friday", - "2008-05-01": "Labour Day", + "2008-05-01": "Labor Day", "2008-11-03": "Separation Day", "2008-11-04": "National Symbols Day", "2008-11-05": "Colon Day", @@ -758,9 +731,10 @@ "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-09": "Martyrs' Day", - "2009-02-24": "Carnival", + "2009-02-23": "Carnival Monday", + "2009-02-24": "Carnival Tuesday", "2009-04-10": "Good Friday", - "2009-05-01": "Labour Day", + "2009-05-01": "Labor Day", "2009-11-03": "Separation Day", "2009-11-04": "National Symbols Day", "2009-11-05": "Colon Day", @@ -770,9 +744,10 @@ "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-09": "Martyrs' Day", - "2010-02-16": "Carnival", + "2010-02-15": "Carnival Monday", + "2010-02-16": "Carnival Tuesday", "2010-04-02": "Good Friday", - "2010-05-01": "Labour Day", + "2010-05-01": "Labor Day", "2010-11-03": "Separation Day", "2010-11-04": "National Symbols Day", "2010-11-05": "Colon Day", @@ -784,10 +759,11 @@ "2011-01-01": "New Year's Day", "2011-01-09": "Martyrs' Day", "2011-01-10": "Martyrs' Day (observed)", - "2011-03-08": "Carnival", + "2011-03-07": "Carnival Monday", + "2011-03-08": "Carnival Tuesday", "2011-04-22": "Good Friday", - "2011-05-01": "Labour Day", - "2011-05-02": "Labour Day (observed)", + "2011-05-01": "Labor Day", + "2011-05-02": "Labor Day (observed)", "2011-11-03": "Separation Day", "2011-11-04": "National Symbols Day", "2011-11-05": "Colon Day", @@ -799,9 +775,10 @@ "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-09": "Martyrs' Day", - "2012-02-21": "Carnival", + "2012-02-20": "Carnival Monday", + "2012-02-21": "Carnival Tuesday", "2012-04-06": "Good Friday", - "2012-05-01": "Labour Day", + "2012-05-01": "Labor Day", "2012-11-03": "Separation Day", "2012-11-04": "National Symbols Day", "2012-11-05": "Colon Day", @@ -811,22 +788,26 @@ "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-09": "Martyrs' Day", - "2013-02-12": "Carnival", + "2013-02-11": "Carnival Monday", + "2013-02-12": "Carnival Tuesday", "2013-03-29": "Good Friday", - "2013-05-01": "Labour Day", + "2013-05-01": "Labor Day", "2013-11-03": "Separation Day", - "2013-11-04": "National Symbols Day", + "2013-11-04": "National Symbols Day; Separation Day (observed)", "2013-11-05": "Colon Day", "2013-11-10": "Los Santos Uprising Day", + "2013-11-11": "Los Santos Uprising Day (observed)", "2013-11-28": "Independence Day", "2013-12-08": "Mother's Day", "2013-12-09": "Mother's Day (observed)", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-09": "Martyrs' Day", - "2014-03-04": "Carnival", + "2014-03-03": "Carnival Monday", + "2014-03-04": "Carnival Tuesday", "2014-04-18": "Good Friday", - "2014-05-01": "Labour Day", + "2014-05-01": "Labor Day", + "2014-07-01": "Presidential Inauguration Day", "2014-11-03": "Separation Day", "2014-11-04": "National Symbols Day", "2014-11-05": "Colon Day", @@ -836,9 +817,10 @@ "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-09": "Martyrs' Day", - "2015-02-17": "Carnival", + "2015-02-16": "Carnival Monday", + "2015-02-17": "Carnival Tuesday", "2015-04-03": "Good Friday", - "2015-05-01": "Labour Day", + "2015-05-01": "Labor Day", "2015-11-03": "Separation Day", "2015-11-04": "National Symbols Day", "2015-11-05": "Colon Day", @@ -848,10 +830,11 @@ "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-09": "Martyrs' Day", - "2016-02-09": "Carnival", + "2016-02-08": "Carnival Monday", + "2016-02-09": "Carnival Tuesday", "2016-03-25": "Good Friday", - "2016-05-01": "Labour Day", - "2016-05-02": "Labour Day (observed)", + "2016-05-01": "Labor Day", + "2016-05-02": "Labor Day (observed)", "2016-11-03": "Separation Day", "2016-11-04": "National Symbols Day", "2016-11-05": "Colon Day", @@ -863,21 +846,24 @@ "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-09": "Martyrs' Day", - "2017-02-28": "Carnival", + "2017-02-27": "Carnival Monday", + "2017-02-28": "Carnival Tuesday", "2017-04-14": "Good Friday", - "2017-05-01": "Labour Day", + "2017-05-01": "Labor Day", "2017-11-03": "Separation Day", "2017-11-04": "National Symbols Day", "2017-11-05": "Colon Day", + "2017-11-06": "Colon Day (observed)", "2017-11-10": "Los Santos Uprising Day", "2017-11-28": "Independence Day", "2017-12-08": "Mother's Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-09": "Martyrs' Day", - "2018-02-13": "Carnival", + "2018-02-12": "Carnival Monday", + "2018-02-13": "Carnival Tuesday", "2018-03-30": "Good Friday", - "2018-05-01": "Labour Day", + "2018-05-01": "Labor Day", "2018-11-03": "Separation Day", "2018-11-04": "National Symbols Day", "2018-11-05": "Colon Day", @@ -887,22 +873,26 @@ "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-09": "Martyrs' Day", - "2019-03-05": "Carnival", + "2019-03-04": "Carnival Monday", + "2019-03-05": "Carnival Tuesday", "2019-04-19": "Good Friday", - "2019-05-01": "Labour Day", + "2019-05-01": "Labor Day", + "2019-07-01": "Presidential Inauguration Day", "2019-11-03": "Separation Day", - "2019-11-04": "National Symbols Day", + "2019-11-04": "National Symbols Day; Separation Day (observed)", "2019-11-05": "Colon Day", "2019-11-10": "Los Santos Uprising Day", + "2019-11-11": "Los Santos Uprising Day (observed)", "2019-11-28": "Independence Day", "2019-12-08": "Mother's Day", "2019-12-09": "Mother's Day (observed)", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-09": "Martyrs' Day", - "2020-02-25": "Carnival", + "2020-02-24": "Carnival Monday", + "2020-02-25": "Carnival Tuesday", "2020-04-10": "Good Friday", - "2020-05-01": "Labour Day", + "2020-05-01": "Labor Day", "2020-11-03": "Separation Day", "2020-11-04": "National Symbols Day", "2020-11-05": "Colon Day", @@ -912,9 +902,10 @@ "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-09": "Martyrs' Day", - "2021-02-16": "Carnival", + "2021-02-15": "Carnival Monday", + "2021-02-16": "Carnival Tuesday", "2021-04-02": "Good Friday", - "2021-05-01": "Labour Day", + "2021-05-01": "Labor Day", "2021-11-03": "Separation Day", "2021-11-04": "National Symbols Day", "2021-11-05": "Colon Day", @@ -926,10 +917,11 @@ "2022-01-01": "New Year's Day", "2022-01-09": "Martyrs' Day", "2022-01-10": "Martyrs' Day (observed)", - "2022-03-01": "Carnival", + "2022-02-28": "Carnival Monday", + "2022-03-01": "Carnival Tuesday", "2022-04-15": "Good Friday", - "2022-05-01": "Labour Day", - "2022-05-02": "Labour Day (observed)", + "2022-05-01": "Labor Day", + "2022-05-02": "Labor Day (observed)", "2022-11-03": "Separation Day", "2022-11-04": "National Symbols Day", "2022-11-05": "Colon Day", @@ -942,12 +934,14 @@ "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-09": "Martyrs' Day", - "2023-02-21": "Carnival", + "2023-02-20": "Carnival Monday", + "2023-02-21": "Carnival Tuesday", "2023-04-07": "Good Friday", - "2023-05-01": "Labour Day", + "2023-05-01": "Labor Day", "2023-11-03": "Separation Day", "2023-11-04": "National Symbols Day", "2023-11-05": "Colon Day", + "2023-11-06": "Colon Day (observed)", "2023-11-10": "Los Santos Uprising Day", "2023-11-28": "Independence Day", "2023-12-08": "Mother's Day", @@ -955,13 +949,16 @@ "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-09": "Martyrs' Day", - "2024-02-13": "Carnival", + "2024-02-12": "Carnival Monday", + "2024-02-13": "Carnival Tuesday", "2024-03-29": "Good Friday", - "2024-05-01": "Labour Day", + "2024-05-01": "Labor Day", + "2024-07-01": "Presidential Inauguration Day", "2024-11-03": "Separation Day", - "2024-11-04": "National Symbols Day", + "2024-11-04": "National Symbols Day; Separation Day (observed)", "2024-11-05": "Colon Day", "2024-11-10": "Los Santos Uprising Day", + "2024-11-11": "Los Santos Uprising Day (observed)", "2024-11-28": "Independence Day", "2024-12-08": "Mother's Day", "2024-12-09": "Mother's Day (observed)", @@ -969,9 +966,10 @@ "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-09": "Martyrs' Day", - "2025-03-04": "Carnival", + "2025-03-03": "Carnival Monday", + "2025-03-04": "Carnival Tuesday", "2025-04-18": "Good Friday", - "2025-05-01": "Labour Day", + "2025-05-01": "Labor Day", "2025-11-03": "Separation Day", "2025-11-04": "National Symbols Day", "2025-11-05": "Colon Day", @@ -982,9 +980,10 @@ "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-09": "Martyrs' Day", - "2026-02-17": "Carnival", + "2026-02-16": "Carnival Monday", + "2026-02-17": "Carnival Tuesday", "2026-04-03": "Good Friday", - "2026-05-01": "Labour Day", + "2026-05-01": "Labor Day", "2026-11-03": "Separation Day", "2026-11-04": "National Symbols Day", "2026-11-05": "Colon Day", @@ -996,9 +995,10 @@ "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-09": "Martyrs' Day", - "2027-02-09": "Carnival", + "2027-02-08": "Carnival Monday", + "2027-02-09": "Carnival Tuesday", "2027-03-26": "Good Friday", - "2027-05-01": "Labour Day", + "2027-05-01": "Labor Day", "2027-11-03": "Separation Day", "2027-11-04": "National Symbols Day", "2027-11-05": "Colon Day", @@ -1011,12 +1011,14 @@ "2028-01-01": "New Year's Day", "2028-01-09": "Martyrs' Day", "2028-01-10": "Martyrs' Day (observed)", - "2028-02-29": "Carnival", + "2028-02-28": "Carnival Monday", + "2028-02-29": "Carnival Tuesday", "2028-04-14": "Good Friday", - "2028-05-01": "Labour Day", + "2028-05-01": "Labor Day", "2028-11-03": "Separation Day", "2028-11-04": "National Symbols Day", "2028-11-05": "Colon Day", + "2028-11-06": "Colon Day (observed)", "2028-11-10": "Los Santos Uprising Day", "2028-11-28": "Independence Day", "2028-12-08": "Mother's Day", @@ -1024,9 +1026,10 @@ "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-09": "Martyrs' Day", - "2029-02-13": "Carnival", + "2029-02-12": "Carnival Monday", + "2029-02-13": "Carnival Tuesday", "2029-03-30": "Good Friday", - "2029-05-01": "Labour Day", + "2029-05-01": "Labor Day", "2029-11-03": "Separation Day", "2029-11-04": "National Symbols Day", "2029-11-05": "Colon Day", @@ -1037,13 +1040,15 @@ "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-09": "Martyrs' Day", - "2030-03-05": "Carnival", + "2030-03-04": "Carnival Monday", + "2030-03-05": "Carnival Tuesday", "2030-04-19": "Good Friday", - "2030-05-01": "Labour Day", + "2030-05-01": "Labor Day", "2030-11-03": "Separation Day", - "2030-11-04": "National Symbols Day", + "2030-11-04": "National Symbols Day; Separation Day (observed)", "2030-11-05": "Colon Day", "2030-11-10": "Los Santos Uprising Day", + "2030-11-11": "Los Santos Uprising Day (observed)", "2030-11-28": "Independence Day", "2030-12-08": "Mother's Day", "2030-12-09": "Mother's Day (observed)", @@ -1051,9 +1056,10 @@ "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-09": "Martyrs' Day", - "2031-02-25": "Carnival", + "2031-02-24": "Carnival Monday", + "2031-02-25": "Carnival Tuesday", "2031-04-11": "Good Friday", - "2031-05-01": "Labour Day", + "2031-05-01": "Labor Day", "2031-11-03": "Separation Day", "2031-11-04": "National Symbols Day", "2031-11-05": "Colon Day", @@ -1064,9 +1070,10 @@ "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-09": "Martyrs' Day", - "2032-02-10": "Carnival", + "2032-02-09": "Carnival Monday", + "2032-02-10": "Carnival Tuesday", "2032-03-26": "Good Friday", - "2032-05-01": "Labour Day", + "2032-05-01": "Labor Day", "2032-11-03": "Separation Day", "2032-11-04": "National Symbols Day", "2032-11-05": "Colon Day", @@ -1079,10 +1086,11 @@ "2033-01-01": "New Year's Day", "2033-01-09": "Martyrs' Day", "2033-01-10": "Martyrs' Day (observed)", - "2033-03-01": "Carnival", + "2033-02-28": "Carnival Monday", + "2033-03-01": "Carnival Tuesday", "2033-04-15": "Good Friday", - "2033-05-01": "Labour Day", - "2033-05-02": "Labour Day (observed)", + "2033-05-01": "Labor Day", + "2033-05-02": "Labor Day (observed)", "2033-11-03": "Separation Day", "2033-11-04": "National Symbols Day", "2033-11-05": "Colon Day", @@ -1095,12 +1103,14 @@ "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-09": "Martyrs' Day", - "2034-02-21": "Carnival", + "2034-02-20": "Carnival Monday", + "2034-02-21": "Carnival Tuesday", "2034-04-07": "Good Friday", - "2034-05-01": "Labour Day", + "2034-05-01": "Labor Day", "2034-11-03": "Separation Day", "2034-11-04": "National Symbols Day", "2034-11-05": "Colon Day", + "2034-11-06": "Colon Day (observed)", "2034-11-10": "Los Santos Uprising Day", "2034-11-28": "Independence Day", "2034-12-08": "Mother's Day", @@ -1108,9 +1118,10 @@ "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-09": "Martyrs' Day", - "2035-02-06": "Carnival", + "2035-02-05": "Carnival Monday", + "2035-02-06": "Carnival Tuesday", "2035-03-23": "Good Friday", - "2035-05-01": "Labour Day", + "2035-05-01": "Labor Day", "2035-11-03": "Separation Day", "2035-11-04": "National Symbols Day", "2035-11-05": "Colon Day", @@ -1121,9 +1132,10 @@ "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-09": "Martyrs' Day", - "2036-02-26": "Carnival", + "2036-02-25": "Carnival Monday", + "2036-02-26": "Carnival Tuesday", "2036-04-11": "Good Friday", - "2036-05-01": "Labour Day", + "2036-05-01": "Labor Day", "2036-11-03": "Separation Day", "2036-11-04": "National Symbols Day", "2036-11-05": "Colon Day", @@ -1134,9 +1146,10 @@ "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-09": "Martyrs' Day", - "2037-02-17": "Carnival", + "2037-02-16": "Carnival Monday", + "2037-02-17": "Carnival Tuesday", "2037-04-03": "Good Friday", - "2037-05-01": "Labour Day", + "2037-05-01": "Labor Day", "2037-11-03": "Separation Day", "2037-11-04": "National Symbols Day", "2037-11-05": "Colon Day", @@ -1148,9 +1161,10 @@ "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-09": "Martyrs' Day", - "2038-03-09": "Carnival", + "2038-03-08": "Carnival Monday", + "2038-03-09": "Carnival Tuesday", "2038-04-23": "Good Friday", - "2038-05-01": "Labour Day", + "2038-05-01": "Labor Day", "2038-11-03": "Separation Day", "2038-11-04": "National Symbols Day", "2038-11-05": "Colon Day", @@ -1163,10 +1177,11 @@ "2039-01-01": "New Year's Day", "2039-01-09": "Martyrs' Day", "2039-01-10": "Martyrs' Day (observed)", - "2039-02-22": "Carnival", + "2039-02-21": "Carnival Monday", + "2039-02-22": "Carnival Tuesday", "2039-04-08": "Good Friday", - "2039-05-01": "Labour Day", - "2039-05-02": "Labour Day (observed)", + "2039-05-01": "Labor Day", + "2039-05-02": "Labor Day (observed)", "2039-11-03": "Separation Day", "2039-11-04": "National Symbols Day", "2039-11-05": "Colon Day", @@ -1179,9 +1194,10 @@ "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-09": "Martyrs' Day", - "2040-02-14": "Carnival", + "2040-02-13": "Carnival Monday", + "2040-02-14": "Carnival Tuesday", "2040-03-30": "Good Friday", - "2040-05-01": "Labour Day", + "2040-05-01": "Labor Day", "2040-11-03": "Separation Day", "2040-11-04": "National Symbols Day", "2040-11-05": "Colon Day", @@ -1192,13 +1208,15 @@ "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-09": "Martyrs' Day", - "2041-03-05": "Carnival", + "2041-03-04": "Carnival Monday", + "2041-03-05": "Carnival Tuesday", "2041-04-19": "Good Friday", - "2041-05-01": "Labour Day", + "2041-05-01": "Labor Day", "2041-11-03": "Separation Day", - "2041-11-04": "National Symbols Day", + "2041-11-04": "National Symbols Day; Separation Day (observed)", "2041-11-05": "Colon Day", "2041-11-10": "Los Santos Uprising Day", + "2041-11-11": "Los Santos Uprising Day (observed)", "2041-11-28": "Independence Day", "2041-12-08": "Mother's Day", "2041-12-09": "Mother's Day (observed)", @@ -1206,9 +1224,10 @@ "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-09": "Martyrs' Day", - "2042-02-18": "Carnival", + "2042-02-17": "Carnival Monday", + "2042-02-18": "Carnival Tuesday", "2042-04-04": "Good Friday", - "2042-05-01": "Labour Day", + "2042-05-01": "Labor Day", "2042-11-03": "Separation Day", "2042-11-04": "National Symbols Day", "2042-11-05": "Colon Day", @@ -1219,9 +1238,10 @@ "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-09": "Martyrs' Day", - "2043-02-10": "Carnival", + "2043-02-09": "Carnival Monday", + "2043-02-10": "Carnival Tuesday", "2043-03-27": "Good Friday", - "2043-05-01": "Labour Day", + "2043-05-01": "Labor Day", "2043-11-03": "Separation Day", "2043-11-04": "National Symbols Day", "2043-11-05": "Colon Day", @@ -1233,10 +1253,11 @@ "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-09": "Martyrs' Day", - "2044-03-01": "Carnival", + "2044-02-29": "Carnival Monday", + "2044-03-01": "Carnival Tuesday", "2044-04-15": "Good Friday", - "2044-05-01": "Labour Day", - "2044-05-02": "Labour Day (observed)", + "2044-05-01": "Labor Day", + "2044-05-02": "Labor Day (observed)", "2044-11-03": "Separation Day", "2044-11-04": "National Symbols Day", "2044-11-05": "Colon Day", @@ -1249,12 +1270,14 @@ "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-09": "Martyrs' Day", - "2045-02-21": "Carnival", + "2045-02-20": "Carnival Monday", + "2045-02-21": "Carnival Tuesday", "2045-04-07": "Good Friday", - "2045-05-01": "Labour Day", + "2045-05-01": "Labor Day", "2045-11-03": "Separation Day", "2045-11-04": "National Symbols Day", "2045-11-05": "Colon Day", + "2045-11-06": "Colon Day (observed)", "2045-11-10": "Los Santos Uprising Day", "2045-11-28": "Independence Day", "2045-12-08": "Mother's Day", @@ -1262,9 +1285,10 @@ "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-09": "Martyrs' Day", - "2046-02-06": "Carnival", + "2046-02-05": "Carnival Monday", + "2046-02-06": "Carnival Tuesday", "2046-03-23": "Good Friday", - "2046-05-01": "Labour Day", + "2046-05-01": "Labor Day", "2046-11-03": "Separation Day", "2046-11-04": "National Symbols Day", "2046-11-05": "Colon Day", @@ -1275,13 +1299,15 @@ "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-09": "Martyrs' Day", - "2047-02-26": "Carnival", + "2047-02-25": "Carnival Monday", + "2047-02-26": "Carnival Tuesday", "2047-04-12": "Good Friday", - "2047-05-01": "Labour Day", + "2047-05-01": "Labor Day", "2047-11-03": "Separation Day", - "2047-11-04": "National Symbols Day", + "2047-11-04": "National Symbols Day; Separation Day (observed)", "2047-11-05": "Colon Day", "2047-11-10": "Los Santos Uprising Day", + "2047-11-11": "Los Santos Uprising Day (observed)", "2047-11-28": "Independence Day", "2047-12-08": "Mother's Day", "2047-12-09": "Mother's Day (observed)", @@ -1289,9 +1315,10 @@ "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-09": "Martyrs' Day", - "2048-02-18": "Carnival", + "2048-02-17": "Carnival Monday", + "2048-02-18": "Carnival Tuesday", "2048-04-03": "Good Friday", - "2048-05-01": "Labour Day", + "2048-05-01": "Labor Day", "2048-11-03": "Separation Day", "2048-11-04": "National Symbols Day", "2048-11-05": "Colon Day", @@ -1303,9 +1330,10 @@ "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-09": "Martyrs' Day", - "2049-03-02": "Carnival", + "2049-03-01": "Carnival Monday", + "2049-03-02": "Carnival Tuesday", "2049-04-16": "Good Friday", - "2049-05-01": "Labour Day", + "2049-05-01": "Labor Day", "2049-11-03": "Separation Day", "2049-11-04": "National Symbols Day", "2049-11-05": "Colon Day", @@ -1318,10 +1346,11 @@ "2050-01-01": "New Year's Day", "2050-01-09": "Martyrs' Day", "2050-01-10": "Martyrs' Day (observed)", - "2050-02-22": "Carnival", + "2050-02-21": "Carnival Monday", + "2050-02-22": "Carnival Tuesday", "2050-04-08": "Good Friday", - "2050-05-01": "Labour Day", - "2050-05-02": "Labour Day (observed)", + "2050-05-01": "Labor Day", + "2050-05-02": "Labor Day (observed)", "2050-11-03": "Separation Day", "2050-11-04": "National Symbols Day", "2050-11-05": "Colon Day", diff --git a/snapshots/countries/PE_COMMON.json b/snapshots/countries/PE_COMMON.json index 51c666088..cfe866c9b 100644 --- a/snapshots/countries/PE_COMMON.json +++ b/snapshots/countries/PE_COMMON.json @@ -4,950 +4,950 @@ "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-05-01": "Labor Day", - "1950-06-29": "Saint Peter and Saint Paul", + "1950-06-29": "Saint Peter and Saint Paul's Day", "1950-07-28": "Independence Day", "1950-07-29": "Great Military Parade Day", "1950-08-30": "Rose of Lima Day", "1950-10-08": "Battle of Angamos Day", "1950-11-01": "All Saints' Day", - "1950-12-08": "Immaculate Conception Day", + "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-05-01": "Labor Day", - "1951-06-29": "Saint Peter and Saint Paul", + "1951-06-29": "Saint Peter and Saint Paul's Day", "1951-07-28": "Independence Day", "1951-07-29": "Great Military Parade Day", "1951-08-30": "Rose of Lima Day", "1951-10-08": "Battle of Angamos Day", "1951-11-01": "All Saints' Day", - "1951-12-08": "Immaculate Conception Day", + "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-05-01": "Labor Day", - "1952-06-29": "Saint Peter and Saint Paul", + "1952-06-29": "Saint Peter and Saint Paul's Day", "1952-07-28": "Independence Day", "1952-07-29": "Great Military Parade Day", "1952-08-30": "Rose of Lima Day", "1952-10-08": "Battle of Angamos Day", "1952-11-01": "All Saints' Day", - "1952-12-08": "Immaculate Conception Day", + "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-05-01": "Labor Day", - "1953-06-29": "Saint Peter and Saint Paul", + "1953-06-29": "Saint Peter and Saint Paul's Day", "1953-07-28": "Independence Day", "1953-07-29": "Great Military Parade Day", "1953-08-30": "Rose of Lima Day", "1953-10-08": "Battle of Angamos Day", "1953-11-01": "All Saints' Day", - "1953-12-08": "Immaculate Conception Day", + "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-01": "Labor Day", - "1954-06-29": "Saint Peter and Saint Paul", + "1954-06-29": "Saint Peter and Saint Paul's Day", "1954-07-28": "Independence Day", "1954-07-29": "Great Military Parade Day", "1954-08-30": "Rose of Lima Day", "1954-10-08": "Battle of Angamos Day", "1954-11-01": "All Saints' Day", - "1954-12-08": "Immaculate Conception Day", + "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-05-01": "Labor Day", - "1955-06-29": "Saint Peter and Saint Paul", + "1955-06-29": "Saint Peter and Saint Paul's Day", "1955-07-28": "Independence Day", "1955-07-29": "Great Military Parade Day", "1955-08-30": "Rose of Lima Day", "1955-10-08": "Battle of Angamos Day", "1955-11-01": "All Saints' Day", - "1955-12-08": "Immaculate Conception Day", + "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-05-01": "Labor Day", - "1956-06-29": "Saint Peter and Saint Paul", + "1956-06-29": "Saint Peter and Saint Paul's Day", "1956-07-28": "Independence Day", "1956-07-29": "Great Military Parade Day", "1956-08-30": "Rose of Lima Day", "1956-10-08": "Battle of Angamos Day", "1956-11-01": "All Saints' Day", - "1956-12-08": "Immaculate Conception Day", + "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Labor Day", - "1957-06-29": "Saint Peter and Saint Paul", + "1957-06-29": "Saint Peter and Saint Paul's Day", "1957-07-28": "Independence Day", "1957-07-29": "Great Military Parade Day", "1957-08-30": "Rose of Lima Day", "1957-10-08": "Battle of Angamos Day", "1957-11-01": "All Saints' Day", - "1957-12-08": "Immaculate Conception Day", + "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-05-01": "Labor Day", - "1958-06-29": "Saint Peter and Saint Paul", + "1958-06-29": "Saint Peter and Saint Paul's Day", "1958-07-28": "Independence Day", "1958-07-29": "Great Military Parade Day", "1958-08-30": "Rose of Lima Day", "1958-10-08": "Battle of Angamos Day", "1958-11-01": "All Saints' Day", - "1958-12-08": "Immaculate Conception Day", + "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-05-01": "Labor Day", - "1959-06-29": "Saint Peter and Saint Paul", + "1959-06-29": "Saint Peter and Saint Paul's Day", "1959-07-28": "Independence Day", "1959-07-29": "Great Military Parade Day", "1959-08-30": "Rose of Lima Day", "1959-10-08": "Battle of Angamos Day", "1959-11-01": "All Saints' Day", - "1959-12-08": "Immaculate Conception Day", + "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-01": "Labor Day", - "1960-06-29": "Saint Peter and Saint Paul", + "1960-06-29": "Saint Peter and Saint Paul's Day", "1960-07-28": "Independence Day", "1960-07-29": "Great Military Parade Day", "1960-08-30": "Rose of Lima Day", "1960-10-08": "Battle of Angamos Day", "1960-11-01": "All Saints' Day", - "1960-12-08": "Immaculate Conception Day", + "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-05-01": "Labor Day", - "1961-06-29": "Saint Peter and Saint Paul", + "1961-06-29": "Saint Peter and Saint Paul's Day", "1961-07-28": "Independence Day", "1961-07-29": "Great Military Parade Day", "1961-08-30": "Rose of Lima Day", "1961-10-08": "Battle of Angamos Day", "1961-11-01": "All Saints' Day", - "1961-12-08": "Immaculate Conception Day", + "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-01": "Labor Day", - "1962-06-29": "Saint Peter and Saint Paul", + "1962-06-29": "Saint Peter and Saint Paul's Day", "1962-07-28": "Independence Day", "1962-07-29": "Great Military Parade Day", "1962-08-30": "Rose of Lima Day", "1962-10-08": "Battle of Angamos Day", "1962-11-01": "All Saints' Day", - "1962-12-08": "Immaculate Conception Day", + "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-05-01": "Labor Day", - "1963-06-29": "Saint Peter and Saint Paul", + "1963-06-29": "Saint Peter and Saint Paul's Day", "1963-07-28": "Independence Day", "1963-07-29": "Great Military Parade Day", "1963-08-30": "Rose of Lima Day", "1963-10-08": "Battle of Angamos Day", "1963-11-01": "All Saints' Day", - "1963-12-08": "Immaculate Conception Day", + "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-05-01": "Labor Day", - "1964-06-29": "Saint Peter and Saint Paul", + "1964-06-29": "Saint Peter and Saint Paul's Day", "1964-07-28": "Independence Day", "1964-07-29": "Great Military Parade Day", "1964-08-30": "Rose of Lima Day", "1964-10-08": "Battle of Angamos Day", "1964-11-01": "All Saints' Day", - "1964-12-08": "Immaculate Conception Day", + "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-01": "Labor Day", - "1965-06-29": "Saint Peter and Saint Paul", + "1965-06-29": "Saint Peter and Saint Paul's Day", "1965-07-28": "Independence Day", "1965-07-29": "Great Military Parade Day", "1965-08-30": "Rose of Lima Day", "1965-10-08": "Battle of Angamos Day", "1965-11-01": "All Saints' Day", - "1965-12-08": "Immaculate Conception Day", + "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-05-01": "Labor Day", - "1966-06-29": "Saint Peter and Saint Paul", + "1966-06-29": "Saint Peter and Saint Paul's Day", "1966-07-28": "Independence Day", "1966-07-29": "Great Military Parade Day", "1966-08-30": "Rose of Lima Day", "1966-10-08": "Battle of Angamos Day", "1966-11-01": "All Saints' Day", - "1966-12-08": "Immaculate Conception Day", + "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-05-01": "Labor Day", - "1967-06-29": "Saint Peter and Saint Paul", + "1967-06-29": "Saint Peter and Saint Paul's Day", "1967-07-28": "Independence Day", "1967-07-29": "Great Military Parade Day", "1967-08-30": "Rose of Lima Day", "1967-10-08": "Battle of Angamos Day", "1967-11-01": "All Saints' Day", - "1967-12-08": "Immaculate Conception Day", + "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-05-01": "Labor Day", - "1968-06-29": "Saint Peter and Saint Paul", + "1968-06-29": "Saint Peter and Saint Paul's Day", "1968-07-28": "Independence Day", "1968-07-29": "Great Military Parade Day", "1968-08-30": "Rose of Lima Day", "1968-10-08": "Battle of Angamos Day", "1968-11-01": "All Saints' Day", - "1968-12-08": "Immaculate Conception Day", + "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-05-01": "Labor Day", - "1969-06-29": "Saint Peter and Saint Paul", + "1969-06-29": "Saint Peter and Saint Paul's Day", "1969-07-28": "Independence Day", "1969-07-29": "Great Military Parade Day", "1969-08-30": "Rose of Lima Day", "1969-10-08": "Battle of Angamos Day", "1969-11-01": "All Saints' Day", - "1969-12-08": "Immaculate Conception Day", + "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-05-01": "Labor Day", - "1970-06-29": "Saint Peter and Saint Paul", + "1970-06-29": "Saint Peter and Saint Paul's Day", "1970-07-28": "Independence Day", "1970-07-29": "Great Military Parade Day", "1970-08-30": "Rose of Lima Day", "1970-10-08": "Battle of Angamos Day", "1970-11-01": "All Saints' Day", - "1970-12-08": "Immaculate Conception Day", + "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-05-01": "Labor Day", - "1971-06-29": "Saint Peter and Saint Paul", + "1971-06-29": "Saint Peter and Saint Paul's Day", "1971-07-28": "Independence Day", "1971-07-29": "Great Military Parade Day", "1971-08-30": "Rose of Lima Day", "1971-10-08": "Battle of Angamos Day", "1971-11-01": "All Saints' Day", - "1971-12-08": "Immaculate Conception Day", + "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-05-01": "Labor Day", - "1972-06-29": "Saint Peter and Saint Paul", + "1972-06-29": "Saint Peter and Saint Paul's Day", "1972-07-28": "Independence Day", "1972-07-29": "Great Military Parade Day", "1972-08-30": "Rose of Lima Day", "1972-10-08": "Battle of Angamos Day", "1972-11-01": "All Saints' Day", - "1972-12-08": "Immaculate Conception Day", + "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-01": "Labor Day", - "1973-06-29": "Saint Peter and Saint Paul", + "1973-06-29": "Saint Peter and Saint Paul's Day", "1973-07-28": "Independence Day", "1973-07-29": "Great Military Parade Day", "1973-08-30": "Rose of Lima Day", "1973-10-08": "Battle of Angamos Day", "1973-11-01": "All Saints' Day", - "1973-12-08": "Immaculate Conception Day", + "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-05-01": "Labor Day", - "1974-06-29": "Saint Peter and Saint Paul", + "1974-06-29": "Saint Peter and Saint Paul's Day", "1974-07-28": "Independence Day", "1974-07-29": "Great Military Parade Day", "1974-08-30": "Rose of Lima Day", "1974-10-08": "Battle of Angamos Day", "1974-11-01": "All Saints' Day", - "1974-12-08": "Immaculate Conception Day", + "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-05-01": "Labor Day", - "1975-06-29": "Saint Peter and Saint Paul", + "1975-06-29": "Saint Peter and Saint Paul's Day", "1975-07-28": "Independence Day", "1975-07-29": "Great Military Parade Day", "1975-08-30": "Rose of Lima Day", "1975-10-08": "Battle of Angamos Day", "1975-11-01": "All Saints' Day", - "1975-12-08": "Immaculate Conception Day", + "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-05-01": "Labor Day", - "1976-06-29": "Saint Peter and Saint Paul", + "1976-06-29": "Saint Peter and Saint Paul's Day", "1976-07-28": "Independence Day", "1976-07-29": "Great Military Parade Day", "1976-08-30": "Rose of Lima Day", "1976-10-08": "Battle of Angamos Day", "1976-11-01": "All Saints' Day", - "1976-12-08": "Immaculate Conception Day", + "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-05-01": "Labor Day", - "1977-06-29": "Saint Peter and Saint Paul", + "1977-06-29": "Saint Peter and Saint Paul's Day", "1977-07-28": "Independence Day", "1977-07-29": "Great Military Parade Day", "1977-08-30": "Rose of Lima Day", "1977-10-08": "Battle of Angamos Day", "1977-11-01": "All Saints' Day", - "1977-12-08": "Immaculate Conception Day", + "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-05-01": "Labor Day", - "1978-06-29": "Saint Peter and Saint Paul", + "1978-06-29": "Saint Peter and Saint Paul's Day", "1978-07-28": "Independence Day", "1978-07-29": "Great Military Parade Day", "1978-08-30": "Rose of Lima Day", "1978-10-08": "Battle of Angamos Day", "1978-11-01": "All Saints' Day", - "1978-12-08": "Immaculate Conception Day", + "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-05-01": "Labor Day", - "1979-06-29": "Saint Peter and Saint Paul", + "1979-06-29": "Saint Peter and Saint Paul's Day", "1979-07-28": "Independence Day", "1979-07-29": "Great Military Parade Day", "1979-08-30": "Rose of Lima Day", "1979-10-08": "Battle of Angamos Day", "1979-11-01": "All Saints' Day", - "1979-12-08": "Immaculate Conception Day", + "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-05-01": "Labor Day", - "1980-06-29": "Saint Peter and Saint Paul", + "1980-06-29": "Saint Peter and Saint Paul's Day", "1980-07-28": "Independence Day", "1980-07-29": "Great Military Parade Day", "1980-08-30": "Rose of Lima Day", "1980-10-08": "Battle of Angamos Day", "1980-11-01": "All Saints' Day", - "1980-12-08": "Immaculate Conception Day", + "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-05-01": "Labor Day", - "1981-06-29": "Saint Peter and Saint Paul", + "1981-06-29": "Saint Peter and Saint Paul's Day", "1981-07-28": "Independence Day", "1981-07-29": "Great Military Parade Day", "1981-08-30": "Rose of Lima Day", "1981-10-08": "Battle of Angamos Day", "1981-11-01": "All Saints' Day", - "1981-12-08": "Immaculate Conception Day", + "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-05-01": "Labor Day", - "1982-06-29": "Saint Peter and Saint Paul", + "1982-06-29": "Saint Peter and Saint Paul's Day", "1982-07-28": "Independence Day", "1982-07-29": "Great Military Parade Day", "1982-08-30": "Rose of Lima Day", "1982-10-08": "Battle of Angamos Day", "1982-11-01": "All Saints' Day", - "1982-12-08": "Immaculate Conception Day", + "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-05-01": "Labor Day", - "1983-06-29": "Saint Peter and Saint Paul", + "1983-06-29": "Saint Peter and Saint Paul's Day", "1983-07-28": "Independence Day", "1983-07-29": "Great Military Parade Day", "1983-08-30": "Rose of Lima Day", "1983-10-08": "Battle of Angamos Day", "1983-11-01": "All Saints' Day", - "1983-12-08": "Immaculate Conception Day", + "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Labor Day", - "1984-06-29": "Saint Peter and Saint Paul", + "1984-06-29": "Saint Peter and Saint Paul's Day", "1984-07-28": "Independence Day", "1984-07-29": "Great Military Parade Day", "1984-08-30": "Rose of Lima Day", "1984-10-08": "Battle of Angamos Day", "1984-11-01": "All Saints' Day", - "1984-12-08": "Immaculate Conception Day", + "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-05-01": "Labor Day", - "1985-06-29": "Saint Peter and Saint Paul", + "1985-06-29": "Saint Peter and Saint Paul's Day", "1985-07-28": "Independence Day", "1985-07-29": "Great Military Parade Day", "1985-08-30": "Rose of Lima Day", "1985-10-08": "Battle of Angamos Day", "1985-11-01": "All Saints' Day", - "1985-12-08": "Immaculate Conception Day", + "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-05-01": "Labor Day", - "1986-06-29": "Saint Peter and Saint Paul", + "1986-06-29": "Saint Peter and Saint Paul's Day", "1986-07-28": "Independence Day", "1986-07-29": "Great Military Parade Day", "1986-08-30": "Rose of Lima Day", "1986-10-08": "Battle of Angamos Day", "1986-11-01": "All Saints' Day", - "1986-12-08": "Immaculate Conception Day", + "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Labor Day", - "1987-06-29": "Saint Peter and Saint Paul", + "1987-06-29": "Saint Peter and Saint Paul's Day", "1987-07-28": "Independence Day", "1987-07-29": "Great Military Parade Day", "1987-08-30": "Rose of Lima Day", "1987-10-08": "Battle of Angamos Day", "1987-11-01": "All Saints' Day", - "1987-12-08": "Immaculate Conception Day", + "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-05-01": "Labor Day", - "1988-06-29": "Saint Peter and Saint Paul", + "1988-06-29": "Saint Peter and Saint Paul's Day", "1988-07-28": "Independence Day", "1988-07-29": "Great Military Parade Day", "1988-08-30": "Rose of Lima Day", "1988-10-08": "Battle of Angamos Day", "1988-11-01": "All Saints' Day", - "1988-12-08": "Immaculate Conception Day", + "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-05-01": "Labor Day", - "1989-06-29": "Saint Peter and Saint Paul", + "1989-06-29": "Saint Peter and Saint Paul's Day", "1989-07-28": "Independence Day", "1989-07-29": "Great Military Parade Day", "1989-08-30": "Rose of Lima Day", "1989-10-08": "Battle of Angamos Day", "1989-11-01": "All Saints' Day", - "1989-12-08": "Immaculate Conception Day", + "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-05-01": "Labor Day", - "1990-06-29": "Saint Peter and Saint Paul", + "1990-06-29": "Saint Peter and Saint Paul's Day", "1990-07-28": "Independence Day", "1990-07-29": "Great Military Parade Day", "1990-08-30": "Rose of Lima Day", "1990-10-08": "Battle of Angamos Day", "1990-11-01": "All Saints' Day", - "1990-12-08": "Immaculate Conception Day", + "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-05-01": "Labor Day", - "1991-06-29": "Saint Peter and Saint Paul", + "1991-06-29": "Saint Peter and Saint Paul's Day", "1991-07-28": "Independence Day", "1991-07-29": "Great Military Parade Day", "1991-08-30": "Rose of Lima Day", "1991-10-08": "Battle of Angamos Day", "1991-11-01": "All Saints' Day", - "1991-12-08": "Immaculate Conception Day", + "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Labor Day", - "1992-06-29": "Saint Peter and Saint Paul", + "1992-06-29": "Saint Peter and Saint Paul's Day", "1992-07-28": "Independence Day", "1992-07-29": "Great Military Parade Day", "1992-08-30": "Rose of Lima Day", "1992-10-08": "Battle of Angamos Day", "1992-11-01": "All Saints' Day", - "1992-12-08": "Immaculate Conception Day", + "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-05-01": "Labor Day", - "1993-06-29": "Saint Peter and Saint Paul", + "1993-06-29": "Saint Peter and Saint Paul's Day", "1993-07-28": "Independence Day", "1993-07-29": "Great Military Parade Day", "1993-08-30": "Rose of Lima Day", "1993-10-08": "Battle of Angamos Day", "1993-11-01": "All Saints' Day", - "1993-12-08": "Immaculate Conception Day", + "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-05-01": "Labor Day", - "1994-06-29": "Saint Peter and Saint Paul", + "1994-06-29": "Saint Peter and Saint Paul's Day", "1994-07-28": "Independence Day", "1994-07-29": "Great Military Parade Day", "1994-08-30": "Rose of Lima Day", "1994-10-08": "Battle of Angamos Day", "1994-11-01": "All Saints' Day", - "1994-12-08": "Immaculate Conception Day", + "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-05-01": "Labor Day", - "1995-06-29": "Saint Peter and Saint Paul", + "1995-06-29": "Saint Peter and Saint Paul's Day", "1995-07-28": "Independence Day", "1995-07-29": "Great Military Parade Day", "1995-08-30": "Rose of Lima Day", "1995-10-08": "Battle of Angamos Day", "1995-11-01": "All Saints' Day", - "1995-12-08": "Immaculate Conception Day", + "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-05-01": "Labor Day", - "1996-06-29": "Saint Peter and Saint Paul", + "1996-06-29": "Saint Peter and Saint Paul's Day", "1996-07-28": "Independence Day", "1996-07-29": "Great Military Parade Day", "1996-08-30": "Rose of Lima Day", "1996-10-08": "Battle of Angamos Day", "1996-11-01": "All Saints' Day", - "1996-12-08": "Immaculate Conception Day", + "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-05-01": "Labor Day", - "1997-06-29": "Saint Peter and Saint Paul", + "1997-06-29": "Saint Peter and Saint Paul's Day", "1997-07-28": "Independence Day", "1997-07-29": "Great Military Parade Day", "1997-08-30": "Rose of Lima Day", "1997-10-08": "Battle of Angamos Day", "1997-11-01": "All Saints' Day", - "1997-12-08": "Immaculate Conception Day", + "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-05-01": "Labor Day", - "1998-06-29": "Saint Peter and Saint Paul", + "1998-06-29": "Saint Peter and Saint Paul's Day", "1998-07-28": "Independence Day", "1998-07-29": "Great Military Parade Day", "1998-08-30": "Rose of Lima Day", "1998-10-08": "Battle of Angamos Day", "1998-11-01": "All Saints' Day", - "1998-12-08": "Immaculate Conception Day", + "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-05-01": "Labor Day", - "1999-06-29": "Saint Peter and Saint Paul", + "1999-06-29": "Saint Peter and Saint Paul's Day", "1999-07-28": "Independence Day", "1999-07-29": "Great Military Parade Day", "1999-08-30": "Rose of Lima Day", "1999-10-08": "Battle of Angamos Day", "1999-11-01": "All Saints' Day", - "1999-12-08": "Immaculate Conception Day", + "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Labor Day", - "2000-06-29": "Saint Peter and Saint Paul", + "2000-06-29": "Saint Peter and Saint Paul's Day", "2000-07-28": "Independence Day", "2000-07-29": "Great Military Parade Day", "2000-08-30": "Rose of Lima Day", "2000-10-08": "Battle of Angamos Day", "2000-11-01": "All Saints' Day", - "2000-12-08": "Immaculate Conception Day", + "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-05-01": "Labor Day", - "2001-06-29": "Saint Peter and Saint Paul", + "2001-06-29": "Saint Peter and Saint Paul's Day", "2001-07-28": "Independence Day", "2001-07-29": "Great Military Parade Day", "2001-08-30": "Rose of Lima Day", "2001-10-08": "Battle of Angamos Day", "2001-11-01": "All Saints' Day", - "2001-12-08": "Immaculate Conception Day", + "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-03-31": "Easter Sunday", "2002-05-01": "Labor Day", - "2002-06-29": "Saint Peter and Saint Paul", + "2002-06-29": "Saint Peter and Saint Paul's Day", "2002-07-28": "Independence Day", "2002-07-29": "Great Military Parade Day", "2002-08-30": "Rose of Lima Day", "2002-10-08": "Battle of Angamos Day", "2002-11-01": "All Saints' Day", - "2002-12-08": "Immaculate Conception Day", + "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Labor Day", - "2003-06-29": "Saint Peter and Saint Paul", + "2003-06-29": "Saint Peter and Saint Paul's Day", "2003-07-28": "Independence Day", "2003-07-29": "Great Military Parade Day", "2003-08-30": "Rose of Lima Day", "2003-10-08": "Battle of Angamos Day", "2003-11-01": "All Saints' Day", - "2003-12-08": "Immaculate Conception Day", + "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-05-01": "Labor Day", - "2004-06-29": "Saint Peter and Saint Paul", + "2004-06-29": "Saint Peter and Saint Paul's Day", "2004-07-28": "Independence Day", "2004-07-29": "Great Military Parade Day", "2004-08-30": "Rose of Lima Day", "2004-10-08": "Battle of Angamos Day", "2004-11-01": "All Saints' Day", - "2004-12-08": "Immaculate Conception Day", + "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-03-27": "Easter Sunday", "2005-05-01": "Labor Day", - "2005-06-29": "Saint Peter and Saint Paul", + "2005-06-29": "Saint Peter and Saint Paul's Day", "2005-07-28": "Independence Day", "2005-07-29": "Great Military Parade Day", "2005-08-30": "Rose of Lima Day", "2005-10-08": "Battle of Angamos Day", "2005-11-01": "All Saints' Day", - "2005-12-08": "Immaculate Conception Day", + "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-05-01": "Labor Day", - "2006-06-29": "Saint Peter and Saint Paul", + "2006-06-29": "Saint Peter and Saint Paul's Day", "2006-07-28": "Independence Day", "2006-07-29": "Great Military Parade Day", "2006-08-30": "Rose of Lima Day", "2006-10-08": "Battle of Angamos Day", "2006-11-01": "All Saints' Day", - "2006-12-08": "Immaculate Conception Day", + "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-05-01": "Labor Day", - "2007-06-29": "Saint Peter and Saint Paul", + "2007-06-29": "Saint Peter and Saint Paul's Day", "2007-07-28": "Independence Day", "2007-07-29": "Great Military Parade Day", "2007-08-30": "Rose of Lima Day", "2007-10-08": "Battle of Angamos Day", "2007-11-01": "All Saints' Day", - "2007-12-08": "Immaculate Conception Day", + "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-03-23": "Easter Sunday", "2008-05-01": "Labor Day", - "2008-06-29": "Saint Peter and Saint Paul", + "2008-06-29": "Saint Peter and Saint Paul's Day", "2008-07-28": "Independence Day", "2008-07-29": "Great Military Parade Day", "2008-08-30": "Rose of Lima Day", "2008-10-08": "Battle of Angamos Day", "2008-11-01": "All Saints' Day", - "2008-12-08": "Immaculate Conception Day", + "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-05-01": "Labor Day", - "2009-06-29": "Saint Peter and Saint Paul", + "2009-06-29": "Saint Peter and Saint Paul's Day", "2009-07-28": "Independence Day", "2009-07-29": "Great Military Parade Day", "2009-08-30": "Rose of Lima Day", "2009-10-08": "Battle of Angamos Day", "2009-11-01": "All Saints' Day", - "2009-12-08": "Immaculate Conception Day", + "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-05-01": "Labor Day", - "2010-06-29": "Saint Peter and Saint Paul", + "2010-06-29": "Saint Peter and Saint Paul's Day", "2010-07-28": "Independence Day", "2010-07-29": "Great Military Parade Day", "2010-08-30": "Rose of Lima Day", "2010-10-08": "Battle of Angamos Day", "2010-11-01": "All Saints' Day", - "2010-12-08": "Immaculate Conception Day", + "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Labor Day", - "2011-06-29": "Saint Peter and Saint Paul", + "2011-06-29": "Saint Peter and Saint Paul's Day", "2011-07-28": "Independence Day", "2011-07-29": "Great Military Parade Day", "2011-08-30": "Rose of Lima Day", "2011-10-08": "Battle of Angamos Day", "2011-11-01": "All Saints' Day", - "2011-12-08": "Immaculate Conception Day", + "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-05-01": "Labor Day", - "2012-06-29": "Saint Peter and Saint Paul", + "2012-06-29": "Saint Peter and Saint Paul's Day", "2012-07-28": "Independence Day", "2012-07-29": "Great Military Parade Day", "2012-08-30": "Rose of Lima Day", "2012-10-08": "Battle of Angamos Day", "2012-11-01": "All Saints' Day", - "2012-12-08": "Immaculate Conception Day", + "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-05-01": "Labor Day", - "2013-06-29": "Saint Peter and Saint Paul", + "2013-06-29": "Saint Peter and Saint Paul's Day", "2013-07-28": "Independence Day", "2013-07-29": "Great Military Parade Day", "2013-08-30": "Rose of Lima Day", "2013-10-08": "Battle of Angamos Day", "2013-11-01": "All Saints' Day", - "2013-12-08": "Immaculate Conception Day", + "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Labor Day", - "2014-06-29": "Saint Peter and Saint Paul", + "2014-06-29": "Saint Peter and Saint Paul's Day", "2014-07-28": "Independence Day", "2014-07-29": "Great Military Parade Day", "2014-08-30": "Rose of Lima Day", "2014-10-08": "Battle of Angamos Day", "2014-11-01": "All Saints' Day", - "2014-12-08": "Immaculate Conception Day", + "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-05-01": "Labor Day", - "2015-06-29": "Saint Peter and Saint Paul", + "2015-06-29": "Saint Peter and Saint Paul's Day", "2015-07-28": "Independence Day", "2015-07-29": "Great Military Parade Day", "2015-08-30": "Rose of Lima Day", "2015-10-08": "Battle of Angamos Day", "2015-11-01": "All Saints' Day", - "2015-12-08": "Immaculate Conception Day", + "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-05-01": "Labor Day", - "2016-06-29": "Saint Peter and Saint Paul", + "2016-06-29": "Saint Peter and Saint Paul's Day", "2016-07-28": "Independence Day", "2016-07-29": "Great Military Parade Day", "2016-08-30": "Rose of Lima Day", "2016-10-08": "Battle of Angamos Day", "2016-11-01": "All Saints' Day", - "2016-12-08": "Immaculate Conception Day", + "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-05-01": "Labor Day", - "2017-06-29": "Saint Peter and Saint Paul", + "2017-06-29": "Saint Peter and Saint Paul's Day", "2017-07-28": "Independence Day", "2017-07-29": "Great Military Parade Day", "2017-08-30": "Rose of Lima Day", "2017-10-08": "Battle of Angamos Day", "2017-11-01": "All Saints' Day", - "2017-12-08": "Immaculate Conception Day", + "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-05-01": "Labor Day", - "2018-06-29": "Saint Peter and Saint Paul", + "2018-06-29": "Saint Peter and Saint Paul's Day", "2018-07-28": "Independence Day", "2018-07-29": "Great Military Parade Day", "2018-08-30": "Rose of Lima Day", "2018-10-08": "Battle of Angamos Day", "2018-11-01": "All Saints' Day", - "2018-12-08": "Immaculate Conception Day", + "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Labor Day", - "2019-06-29": "Saint Peter and Saint Paul", + "2019-06-29": "Saint Peter and Saint Paul's Day", "2019-07-28": "Independence Day", "2019-07-29": "Great Military Parade Day", "2019-08-30": "Rose of Lima Day", "2019-10-08": "Battle of Angamos Day", "2019-11-01": "All Saints' Day", - "2019-12-08": "Immaculate Conception Day", + "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-05-01": "Labor Day", - "2020-06-29": "Saint Peter and Saint Paul", + "2020-06-29": "Saint Peter and Saint Paul's Day", "2020-07-28": "Independence Day", "2020-07-29": "Great Military Parade Day", "2020-08-30": "Rose of Lima Day", "2020-10-08": "Battle of Angamos Day", "2020-11-01": "All Saints' Day", - "2020-12-08": "Immaculate Conception Day", + "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-05-01": "Labor Day", - "2021-06-29": "Saint Peter and Saint Paul", + "2021-06-29": "Saint Peter and Saint Paul's Day", "2021-07-28": "Independence Day", "2021-07-29": "Great Military Parade Day", "2021-08-30": "Rose of Lima Day", "2021-10-08": "Battle of Angamos Day", "2021-11-01": "All Saints' Day", - "2021-12-08": "Immaculate Conception Day", + "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-05-01": "Labor Day", - "2022-06-29": "Saint Peter and Saint Paul", + "2022-06-29": "Saint Peter and Saint Paul's Day", "2022-07-28": "Independence Day", "2022-07-29": "Great Military Parade Day", "2022-08-06": "Battle of Jun\u00edn Day", "2022-08-30": "Rose of Lima Day", "2022-10-08": "Battle of Angamos Day", "2022-11-01": "All Saints' Day", - "2022-12-08": "Immaculate Conception Day", + "2022-12-08": "Immaculate Conception", "2022-12-09": "Battle of Ayacucho Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", @@ -955,14 +955,14 @@ "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-05-01": "Labor Day", - "2023-06-29": "Saint Peter and Saint Paul", + "2023-06-29": "Saint Peter and Saint Paul's Day", "2023-07-28": "Independence Day", "2023-07-29": "Great Military Parade Day", "2023-08-06": "Battle of Jun\u00edn Day", "2023-08-30": "Rose of Lima Day", "2023-10-08": "Battle of Angamos Day", "2023-11-01": "All Saints' Day", - "2023-12-08": "Immaculate Conception Day", + "2023-12-08": "Immaculate Conception", "2023-12-09": "Battle of Ayacucho Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", @@ -970,14 +970,14 @@ "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-05-01": "Labor Day", - "2024-06-29": "Saint Peter and Saint Paul", + "2024-06-29": "Saint Peter and Saint Paul's Day", "2024-07-28": "Independence Day", "2024-07-29": "Great Military Parade Day", "2024-08-06": "Battle of Jun\u00edn Day", "2024-08-30": "Rose of Lima Day", "2024-10-08": "Battle of Angamos Day", "2024-11-01": "All Saints' Day", - "2024-12-08": "Immaculate Conception Day", + "2024-12-08": "Immaculate Conception", "2024-12-09": "Battle of Ayacucho Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", @@ -985,14 +985,14 @@ "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Labor Day", - "2025-06-29": "Saint Peter and Saint Paul", + "2025-06-29": "Saint Peter and Saint Paul's Day", "2025-07-28": "Independence Day", "2025-07-29": "Great Military Parade Day", "2025-08-06": "Battle of Jun\u00edn Day", "2025-08-30": "Rose of Lima Day", "2025-10-08": "Battle of Angamos Day", "2025-11-01": "All Saints' Day", - "2025-12-08": "Immaculate Conception Day", + "2025-12-08": "Immaculate Conception", "2025-12-09": "Battle of Ayacucho Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", @@ -1000,14 +1000,14 @@ "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-05-01": "Labor Day", - "2026-06-29": "Saint Peter and Saint Paul", + "2026-06-29": "Saint Peter and Saint Paul's Day", "2026-07-28": "Independence Day", "2026-07-29": "Great Military Parade Day", "2026-08-06": "Battle of Jun\u00edn Day", "2026-08-30": "Rose of Lima Day", "2026-10-08": "Battle of Angamos Day", "2026-11-01": "All Saints' Day", - "2026-12-08": "Immaculate Conception Day", + "2026-12-08": "Immaculate Conception", "2026-12-09": "Battle of Ayacucho Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", @@ -1015,14 +1015,14 @@ "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-05-01": "Labor Day", - "2027-06-29": "Saint Peter and Saint Paul", + "2027-06-29": "Saint Peter and Saint Paul's Day", "2027-07-28": "Independence Day", "2027-07-29": "Great Military Parade Day", "2027-08-06": "Battle of Jun\u00edn Day", "2027-08-30": "Rose of Lima Day", "2027-10-08": "Battle of Angamos Day", "2027-11-01": "All Saints' Day", - "2027-12-08": "Immaculate Conception Day", + "2027-12-08": "Immaculate Conception", "2027-12-09": "Battle of Ayacucho Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", @@ -1030,14 +1030,14 @@ "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-05-01": "Labor Day", - "2028-06-29": "Saint Peter and Saint Paul", + "2028-06-29": "Saint Peter and Saint Paul's Day", "2028-07-28": "Independence Day", "2028-07-29": "Great Military Parade Day", "2028-08-06": "Battle of Jun\u00edn Day", "2028-08-30": "Rose of Lima Day", "2028-10-08": "Battle of Angamos Day", "2028-11-01": "All Saints' Day", - "2028-12-08": "Immaculate Conception Day", + "2028-12-08": "Immaculate Conception", "2028-12-09": "Battle of Ayacucho Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", @@ -1045,14 +1045,14 @@ "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-05-01": "Labor Day", - "2029-06-29": "Saint Peter and Saint Paul", + "2029-06-29": "Saint Peter and Saint Paul's Day", "2029-07-28": "Independence Day", "2029-07-29": "Great Military Parade Day", "2029-08-06": "Battle of Jun\u00edn Day", "2029-08-30": "Rose of Lima Day", "2029-10-08": "Battle of Angamos Day", "2029-11-01": "All Saints' Day", - "2029-12-08": "Immaculate Conception Day", + "2029-12-08": "Immaculate Conception", "2029-12-09": "Battle of Ayacucho Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", @@ -1060,14 +1060,14 @@ "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Labor Day", - "2030-06-29": "Saint Peter and Saint Paul", + "2030-06-29": "Saint Peter and Saint Paul's Day", "2030-07-28": "Independence Day", "2030-07-29": "Great Military Parade Day", "2030-08-06": "Battle of Jun\u00edn Day", "2030-08-30": "Rose of Lima Day", "2030-10-08": "Battle of Angamos Day", "2030-11-01": "All Saints' Day", - "2030-12-08": "Immaculate Conception Day", + "2030-12-08": "Immaculate Conception", "2030-12-09": "Battle of Ayacucho Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", @@ -1075,14 +1075,14 @@ "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-05-01": "Labor Day", - "2031-06-29": "Saint Peter and Saint Paul", + "2031-06-29": "Saint Peter and Saint Paul's Day", "2031-07-28": "Independence Day", "2031-07-29": "Great Military Parade Day", "2031-08-06": "Battle of Jun\u00edn Day", "2031-08-30": "Rose of Lima Day", "2031-10-08": "Battle of Angamos Day", "2031-11-01": "All Saints' Day", - "2031-12-08": "Immaculate Conception Day", + "2031-12-08": "Immaculate Conception", "2031-12-09": "Battle of Ayacucho Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", @@ -1090,14 +1090,14 @@ "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-05-01": "Labor Day", - "2032-06-29": "Saint Peter and Saint Paul", + "2032-06-29": "Saint Peter and Saint Paul's Day", "2032-07-28": "Independence Day", "2032-07-29": "Great Military Parade Day", "2032-08-06": "Battle of Jun\u00edn Day", "2032-08-30": "Rose of Lima Day", "2032-10-08": "Battle of Angamos Day", "2032-11-01": "All Saints' Day", - "2032-12-08": "Immaculate Conception Day", + "2032-12-08": "Immaculate Conception", "2032-12-09": "Battle of Ayacucho Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", @@ -1105,14 +1105,14 @@ "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-05-01": "Labor Day", - "2033-06-29": "Saint Peter and Saint Paul", + "2033-06-29": "Saint Peter and Saint Paul's Day", "2033-07-28": "Independence Day", "2033-07-29": "Great Military Parade Day", "2033-08-06": "Battle of Jun\u00edn Day", "2033-08-30": "Rose of Lima Day", "2033-10-08": "Battle of Angamos Day", "2033-11-01": "All Saints' Day", - "2033-12-08": "Immaculate Conception Day", + "2033-12-08": "Immaculate Conception", "2033-12-09": "Battle of Ayacucho Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", @@ -1120,14 +1120,14 @@ "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-05-01": "Labor Day", - "2034-06-29": "Saint Peter and Saint Paul", + "2034-06-29": "Saint Peter and Saint Paul's Day", "2034-07-28": "Independence Day", "2034-07-29": "Great Military Parade Day", "2034-08-06": "Battle of Jun\u00edn Day", "2034-08-30": "Rose of Lima Day", "2034-10-08": "Battle of Angamos Day", "2034-11-01": "All Saints' Day", - "2034-12-08": "Immaculate Conception Day", + "2034-12-08": "Immaculate Conception", "2034-12-09": "Battle of Ayacucho Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", @@ -1135,14 +1135,14 @@ "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-05-01": "Labor Day", - "2035-06-29": "Saint Peter and Saint Paul", + "2035-06-29": "Saint Peter and Saint Paul's Day", "2035-07-28": "Independence Day", "2035-07-29": "Great Military Parade Day", "2035-08-06": "Battle of Jun\u00edn Day", "2035-08-30": "Rose of Lima Day", "2035-10-08": "Battle of Angamos Day", "2035-11-01": "All Saints' Day", - "2035-12-08": "Immaculate Conception Day", + "2035-12-08": "Immaculate Conception", "2035-12-09": "Battle of Ayacucho Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", @@ -1150,14 +1150,14 @@ "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-05-01": "Labor Day", - "2036-06-29": "Saint Peter and Saint Paul", + "2036-06-29": "Saint Peter and Saint Paul's Day", "2036-07-28": "Independence Day", "2036-07-29": "Great Military Parade Day", "2036-08-06": "Battle of Jun\u00edn Day", "2036-08-30": "Rose of Lima Day", "2036-10-08": "Battle of Angamos Day", "2036-11-01": "All Saints' Day", - "2036-12-08": "Immaculate Conception Day", + "2036-12-08": "Immaculate Conception", "2036-12-09": "Battle of Ayacucho Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", @@ -1165,14 +1165,14 @@ "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-05-01": "Labor Day", - "2037-06-29": "Saint Peter and Saint Paul", + "2037-06-29": "Saint Peter and Saint Paul's Day", "2037-07-28": "Independence Day", "2037-07-29": "Great Military Parade Day", "2037-08-06": "Battle of Jun\u00edn Day", "2037-08-30": "Rose of Lima Day", "2037-10-08": "Battle of Angamos Day", "2037-11-01": "All Saints' Day", - "2037-12-08": "Immaculate Conception Day", + "2037-12-08": "Immaculate Conception", "2037-12-09": "Battle of Ayacucho Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", @@ -1180,14 +1180,14 @@ "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Labor Day", - "2038-06-29": "Saint Peter and Saint Paul", + "2038-06-29": "Saint Peter and Saint Paul's Day", "2038-07-28": "Independence Day", "2038-07-29": "Great Military Parade Day", "2038-08-06": "Battle of Jun\u00edn Day", "2038-08-30": "Rose of Lima Day", "2038-10-08": "Battle of Angamos Day", "2038-11-01": "All Saints' Day", - "2038-12-08": "Immaculate Conception Day", + "2038-12-08": "Immaculate Conception", "2038-12-09": "Battle of Ayacucho Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", @@ -1195,14 +1195,14 @@ "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-05-01": "Labor Day", - "2039-06-29": "Saint Peter and Saint Paul", + "2039-06-29": "Saint Peter and Saint Paul's Day", "2039-07-28": "Independence Day", "2039-07-29": "Great Military Parade Day", "2039-08-06": "Battle of Jun\u00edn Day", "2039-08-30": "Rose of Lima Day", "2039-10-08": "Battle of Angamos Day", "2039-11-01": "All Saints' Day", - "2039-12-08": "Immaculate Conception Day", + "2039-12-08": "Immaculate Conception", "2039-12-09": "Battle of Ayacucho Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", @@ -1210,14 +1210,14 @@ "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-05-01": "Labor Day", - "2040-06-29": "Saint Peter and Saint Paul", + "2040-06-29": "Saint Peter and Saint Paul's Day", "2040-07-28": "Independence Day", "2040-07-29": "Great Military Parade Day", "2040-08-06": "Battle of Jun\u00edn Day", "2040-08-30": "Rose of Lima Day", "2040-10-08": "Battle of Angamos Day", "2040-11-01": "All Saints' Day", - "2040-12-08": "Immaculate Conception Day", + "2040-12-08": "Immaculate Conception", "2040-12-09": "Battle of Ayacucho Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", @@ -1225,14 +1225,14 @@ "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Labor Day", - "2041-06-29": "Saint Peter and Saint Paul", + "2041-06-29": "Saint Peter and Saint Paul's Day", "2041-07-28": "Independence Day", "2041-07-29": "Great Military Parade Day", "2041-08-06": "Battle of Jun\u00edn Day", "2041-08-30": "Rose of Lima Day", "2041-10-08": "Battle of Angamos Day", "2041-11-01": "All Saints' Day", - "2041-12-08": "Immaculate Conception Day", + "2041-12-08": "Immaculate Conception", "2041-12-09": "Battle of Ayacucho Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", @@ -1240,14 +1240,14 @@ "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-05-01": "Labor Day", - "2042-06-29": "Saint Peter and Saint Paul", + "2042-06-29": "Saint Peter and Saint Paul's Day", "2042-07-28": "Independence Day", "2042-07-29": "Great Military Parade Day", "2042-08-06": "Battle of Jun\u00edn Day", "2042-08-30": "Rose of Lima Day", "2042-10-08": "Battle of Angamos Day", "2042-11-01": "All Saints' Day", - "2042-12-08": "Immaculate Conception Day", + "2042-12-08": "Immaculate Conception", "2042-12-09": "Battle of Ayacucho Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", @@ -1255,14 +1255,14 @@ "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-05-01": "Labor Day", - "2043-06-29": "Saint Peter and Saint Paul", + "2043-06-29": "Saint Peter and Saint Paul's Day", "2043-07-28": "Independence Day", "2043-07-29": "Great Military Parade Day", "2043-08-06": "Battle of Jun\u00edn Day", "2043-08-30": "Rose of Lima Day", "2043-10-08": "Battle of Angamos Day", "2043-11-01": "All Saints' Day", - "2043-12-08": "Immaculate Conception Day", + "2043-12-08": "Immaculate Conception", "2043-12-09": "Battle of Ayacucho Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", @@ -1270,14 +1270,14 @@ "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-05-01": "Labor Day", - "2044-06-29": "Saint Peter and Saint Paul", + "2044-06-29": "Saint Peter and Saint Paul's Day", "2044-07-28": "Independence Day", "2044-07-29": "Great Military Parade Day", "2044-08-06": "Battle of Jun\u00edn Day", "2044-08-30": "Rose of Lima Day", "2044-10-08": "Battle of Angamos Day", "2044-11-01": "All Saints' Day", - "2044-12-08": "Immaculate Conception Day", + "2044-12-08": "Immaculate Conception", "2044-12-09": "Battle of Ayacucho Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", @@ -1285,14 +1285,14 @@ "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-05-01": "Labor Day", - "2045-06-29": "Saint Peter and Saint Paul", + "2045-06-29": "Saint Peter and Saint Paul's Day", "2045-07-28": "Independence Day", "2045-07-29": "Great Military Parade Day", "2045-08-06": "Battle of Jun\u00edn Day", "2045-08-30": "Rose of Lima Day", "2045-10-08": "Battle of Angamos Day", "2045-11-01": "All Saints' Day", - "2045-12-08": "Immaculate Conception Day", + "2045-12-08": "Immaculate Conception", "2045-12-09": "Battle of Ayacucho Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", @@ -1300,14 +1300,14 @@ "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-05-01": "Labor Day", - "2046-06-29": "Saint Peter and Saint Paul", + "2046-06-29": "Saint Peter and Saint Paul's Day", "2046-07-28": "Independence Day", "2046-07-29": "Great Military Parade Day", "2046-08-06": "Battle of Jun\u00edn Day", "2046-08-30": "Rose of Lima Day", "2046-10-08": "Battle of Angamos Day", "2046-11-01": "All Saints' Day", - "2046-12-08": "Immaculate Conception Day", + "2046-12-08": "Immaculate Conception", "2046-12-09": "Battle of Ayacucho Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", @@ -1315,14 +1315,14 @@ "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-05-01": "Labor Day", - "2047-06-29": "Saint Peter and Saint Paul", + "2047-06-29": "Saint Peter and Saint Paul's Day", "2047-07-28": "Independence Day", "2047-07-29": "Great Military Parade Day", "2047-08-06": "Battle of Jun\u00edn Day", "2047-08-30": "Rose of Lima Day", "2047-10-08": "Battle of Angamos Day", "2047-11-01": "All Saints' Day", - "2047-12-08": "Immaculate Conception Day", + "2047-12-08": "Immaculate Conception", "2047-12-09": "Battle of Ayacucho Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", @@ -1330,14 +1330,14 @@ "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-05-01": "Labor Day", - "2048-06-29": "Saint Peter and Saint Paul", + "2048-06-29": "Saint Peter and Saint Paul's Day", "2048-07-28": "Independence Day", "2048-07-29": "Great Military Parade Day", "2048-08-06": "Battle of Jun\u00edn Day", "2048-08-30": "Rose of Lima Day", "2048-10-08": "Battle of Angamos Day", "2048-11-01": "All Saints' Day", - "2048-12-08": "Immaculate Conception Day", + "2048-12-08": "Immaculate Conception", "2048-12-09": "Battle of Ayacucho Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", @@ -1345,14 +1345,14 @@ "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Labor Day", - "2049-06-29": "Saint Peter and Saint Paul", + "2049-06-29": "Saint Peter and Saint Paul's Day", "2049-07-28": "Independence Day", "2049-07-29": "Great Military Parade Day", "2049-08-06": "Battle of Jun\u00edn Day", "2049-08-30": "Rose of Lima Day", "2049-10-08": "Battle of Angamos Day", "2049-11-01": "All Saints' Day", - "2049-12-08": "Immaculate Conception Day", + "2049-12-08": "Immaculate Conception", "2049-12-09": "Battle of Ayacucho Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", @@ -1360,14 +1360,14 @@ "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-05-01": "Labor Day", - "2050-06-29": "Saint Peter and Saint Paul", + "2050-06-29": "Saint Peter and Saint Paul's Day", "2050-07-28": "Independence Day", "2050-07-29": "Great Military Parade Day", "2050-08-06": "Battle of Jun\u00edn Day", "2050-08-30": "Rose of Lima Day", "2050-10-08": "Battle of Angamos Day", "2050-11-01": "All Saints' Day", - "2050-12-08": "Immaculate Conception Day", + "2050-12-08": "Immaculate Conception", "2050-12-09": "Battle of Ayacucho Day", "2050-12-25": "Christmas Day" } diff --git a/snapshots/countries/RU_COMMON.json b/snapshots/countries/RU_COMMON.json index f9e3286f5..a3ed324fa 100644 --- a/snapshots/countries/RU_COMMON.json +++ b/snapshots/countries/RU_COMMON.json @@ -153,7 +153,7 @@ "2002-01-01": "New Year's Day", "2002-01-02": "New Year's Day", "2002-01-07": "Christmas Day", - "2002-02-23": "Fatherland Defender's Day", + "2002-02-23": "Defender of the Fatherland Day", "2002-02-25": "Day off (substituted from 02/23/2002)", "2002-03-08": "International Women's Day", "2002-05-01": "Holiday of Spring and Labor", @@ -170,7 +170,7 @@ "2003-01-03": "Day off (substituted from 01/04/2003)", "2003-01-06": "Day off (substituted from 01/05/2003)", "2003-01-07": "Christmas Day", - "2003-02-23": "Fatherland Defender's Day", + "2003-02-23": "Defender of the Fatherland Day", "2003-02-24": "Day off (substituted from 02/23/2003)", "2003-03-08": "International Women's Day", "2003-03-10": "Day off (substituted from 03/08/2003)", @@ -183,7 +183,7 @@ "2004-01-01": "New Year's Day", "2004-01-02": "New Year's Day", "2004-01-07": "Christmas Day", - "2004-02-23": "Fatherland Defender's Day", + "2004-02-23": "Defender of the Fatherland Day", "2004-03-08": "International Women's Day", "2004-05-01": "Holiday of Spring and Labor", "2004-05-02": "Holiday of Spring and Labor", @@ -204,7 +204,7 @@ "2005-01-06": "Day off (substituted from 01/01/2005)", "2005-01-07": "Christmas Day", "2005-01-10": "Day off (substituted from 01/02/2005)", - "2005-02-23": "Fatherland Defender's Day", + "2005-02-23": "Defender of the Fatherland Day", "2005-03-07": "Day off (substituted from 03/05/2005)", "2005-03-08": "International Women's Day", "2005-05-01": "Holiday of Spring and Labor", @@ -222,7 +222,7 @@ "2006-01-06": "Day off (substituted from 01/01/2006)", "2006-01-07": "Christmas Day", "2006-01-09": "Day off (substituted from 01/07/2006)", - "2006-02-23": "Fatherland Defender's Day", + "2006-02-23": "Defender of the Fatherland Day", "2006-02-24": "Day off (substituted from 02/26/2006)", "2006-03-08": "International Women's Day", "2006-05-01": "Holiday of Spring and Labor", @@ -238,7 +238,7 @@ "2007-01-05": "New Year Holidays", "2007-01-07": "Christmas Day", "2007-01-08": "Day off (substituted from 01/07/2007)", - "2007-02-23": "Fatherland Defender's Day", + "2007-02-23": "Defender of the Fatherland Day", "2007-03-08": "International Women's Day", "2007-04-30": "Day off (substituted from 04/28/2007)", "2007-05-01": "Holiday of Spring and Labor", @@ -255,7 +255,7 @@ "2008-01-05": "New Year Holidays", "2008-01-07": "Christmas Day", "2008-01-08": "Day off (substituted from 01/05/2008)", - "2008-02-23": "Fatherland Defender's Day", + "2008-02-23": "Defender of the Fatherland Day", "2008-02-25": "Day off (substituted from 02/23/2008)", "2008-03-08": "International Women's Day", "2008-03-10": "Day off (substituted from 03/08/2008)", @@ -275,7 +275,7 @@ "2009-01-07": "Christmas Day", "2009-01-08": "Day off (substituted from 01/04/2009)", "2009-01-09": "Day off (substituted from 01/11/2009)", - "2009-02-23": "Fatherland Defender's Day", + "2009-02-23": "Defender of the Fatherland Day", "2009-03-08": "International Women's Day", "2009-03-09": "Day off (substituted from 03/08/2009)", "2009-05-01": "Holiday of Spring and Labor", @@ -292,7 +292,7 @@ "2010-01-07": "Christmas Day", "2010-01-08": "Day off (substituted from 01/03/2010)", "2010-02-22": "Day off (substituted from 02/27/2010)", - "2010-02-23": "Fatherland Defender's Day", + "2010-02-23": "Defender of the Fatherland Day", "2010-03-08": "International Women's Day", "2010-05-01": "Holiday of Spring and Labor", "2010-05-03": "Day off (substituted from 05/01/2010)", @@ -310,7 +310,7 @@ "2011-01-06": "Day off (substituted from 01/01/2011)", "2011-01-07": "Christmas Day", "2011-01-10": "Day off (substituted from 01/02/2011)", - "2011-02-23": "Fatherland Defender's Day", + "2011-02-23": "Defender of the Fatherland Day", "2011-03-07": "Day off (substituted from 03/05/2011)", "2011-03-08": "International Women's Day", "2011-05-01": "Holiday of Spring and Labor", @@ -327,7 +327,7 @@ "2012-01-06": "Day off (substituted from 01/01/2012)", "2012-01-07": "Christmas Day", "2012-01-09": "Day off (substituted from 01/07/2012)", - "2012-02-23": "Fatherland Defender's Day", + "2012-02-23": "Defender of the Fatherland Day", "2012-03-08": "International Women's Day", "2012-03-09": "Day off (substituted from 03/11/2012)", "2012-04-30": "Day off (substituted from 04/28/2012)", @@ -348,7 +348,7 @@ "2013-01-06": "New Year Holidays", "2013-01-07": "Christmas Day", "2013-01-08": "New Year Holidays", - "2013-02-23": "Fatherland Defender's Day", + "2013-02-23": "Defender of the Fatherland Day", "2013-03-08": "International Women's Day", "2013-05-01": "Holiday of Spring and Labor", "2013-05-02": "Day off (substituted from 01/05/2013)", @@ -365,7 +365,7 @@ "2014-01-06": "New Year Holidays", "2014-01-07": "Christmas Day", "2014-01-08": "New Year Holidays", - "2014-02-23": "Fatherland Defender's Day", + "2014-02-23": "Defender of the Fatherland Day", "2014-03-08": "International Women's Day", "2014-03-10": "Day off (substituted from 03/08/2014)", "2014-05-01": "Holiday of Spring and Labor", @@ -384,7 +384,7 @@ "2015-01-07": "Christmas Day", "2015-01-08": "New Year Holidays", "2015-01-09": "Day off (substituted from 01/03/2015)", - "2015-02-23": "Fatherland Defender's Day", + "2015-02-23": "Defender of the Fatherland Day", "2015-03-08": "International Women's Day", "2015-03-09": "Day off (substituted from 03/08/2015)", "2015-05-01": "Holiday of Spring and Labor", @@ -402,7 +402,7 @@ "2016-01-07": "Christmas Day", "2016-01-08": "New Year Holidays", "2016-02-22": "Day off (substituted from 02/20/2016)", - "2016-02-23": "Fatherland Defender's Day", + "2016-02-23": "Defender of the Fatherland Day", "2016-03-07": "Day off (substituted from 01/03/2016)", "2016-03-08": "International Women's Day", "2016-05-01": "Holiday of Spring and Labor", @@ -420,7 +420,7 @@ "2017-01-06": "New Year Holidays", "2017-01-07": "Christmas Day", "2017-01-08": "New Year Holidays", - "2017-02-23": "Fatherland Defender's Day", + "2017-02-23": "Defender of the Fatherland Day", "2017-02-24": "Day off (substituted from 01/01/2017)", "2017-03-08": "International Women's Day", "2017-05-01": "Holiday of Spring and Labor", @@ -437,7 +437,7 @@ "2018-01-06": "New Year Holidays", "2018-01-07": "Christmas Day", "2018-01-08": "New Year Holidays", - "2018-02-23": "Fatherland Defender's Day", + "2018-02-23": "Defender of the Fatherland Day", "2018-03-08": "International Women's Day", "2018-03-09": "Day off (substituted from 01/06/2018)", "2018-04-30": "Day off (substituted from 04/28/2018)", @@ -457,7 +457,7 @@ "2019-01-06": "New Year Holidays", "2019-01-07": "Christmas Day", "2019-01-08": "New Year Holidays", - "2019-02-23": "Fatherland Defender's Day", + "2019-02-23": "Defender of the Fatherland Day", "2019-03-08": "International Women's Day", "2019-05-01": "Holiday of Spring and Labor", "2019-05-02": "Day off (substituted from 01/05/2019)", @@ -474,7 +474,7 @@ "2020-01-06": "New Year Holidays", "2020-01-07": "Christmas Day", "2020-01-08": "New Year Holidays", - "2020-02-23": "Fatherland Defender's Day", + "2020-02-23": "Defender of the Fatherland Day", "2020-02-24": "Day off (substituted from 02/23/2020)", "2020-03-08": "International Women's Day", "2020-03-09": "Day off (substituted from 03/08/2020)", @@ -494,7 +494,7 @@ "2021-01-07": "Christmas Day", "2021-01-08": "New Year Holidays", "2021-02-22": "Day off (substituted from 02/20/2021)", - "2021-02-23": "Fatherland Defender's Day", + "2021-02-23": "Defender of the Fatherland Day", "2021-03-08": "International Women's Day", "2021-05-01": "Holiday of Spring and Labor", "2021-05-03": "Day off (substituted from 05/01/2021)", @@ -513,7 +513,7 @@ "2022-01-06": "New Year Holidays", "2022-01-07": "Christmas Day", "2022-01-08": "New Year Holidays", - "2022-02-23": "Fatherland Defender's Day", + "2022-02-23": "Defender of the Fatherland Day", "2022-03-07": "Day off (substituted from 03/05/2022)", "2022-03-08": "International Women's Day", "2022-05-01": "Holiday of Spring and Labor", @@ -532,7 +532,7 @@ "2023-01-06": "New Year Holidays", "2023-01-07": "Christmas Day", "2023-01-08": "New Year Holidays", - "2023-02-23": "Fatherland Defender's Day", + "2023-02-23": "Defender of the Fatherland Day", "2023-02-24": "Day off (substituted from 01/01/2023)", "2023-03-08": "International Women's Day", "2023-05-01": "Holiday of Spring and Labor", @@ -549,7 +549,7 @@ "2024-01-06": "New Year Holidays", "2024-01-07": "Christmas Day", "2024-01-08": "New Year Holidays", - "2024-02-23": "Fatherland Defender's Day", + "2024-02-23": "Defender of the Fatherland Day", "2024-03-08": "International Women's Day", "2024-04-29": "Day off (substituted from 04/27/2024)", "2024-04-30": "Day off (substituted from 11/02/2024)", @@ -568,7 +568,7 @@ "2025-01-06": "New Year Holidays", "2025-01-07": "Christmas Day", "2025-01-08": "New Year Holidays", - "2025-02-23": "Fatherland Defender's Day", + "2025-02-23": "Defender of the Fatherland Day", "2025-03-08": "International Women's Day", "2025-05-01": "Holiday of Spring and Labor", "2025-05-02": "Day off (substituted from 01/04/2025)", @@ -587,7 +587,7 @@ "2026-01-06": "New Year Holidays", "2026-01-07": "Christmas Day", "2026-01-08": "New Year Holidays", - "2026-02-23": "Fatherland Defender's Day", + "2026-02-23": "Defender of the Fatherland Day", "2026-03-08": "International Women's Day", "2026-05-01": "Holiday of Spring and Labor", "2026-05-09": "Victory Day", @@ -601,7 +601,7 @@ "2027-01-06": "New Year Holidays", "2027-01-07": "Christmas Day", "2027-01-08": "New Year Holidays", - "2027-02-23": "Fatherland Defender's Day", + "2027-02-23": "Defender of the Fatherland Day", "2027-03-08": "International Women's Day", "2027-05-01": "Holiday of Spring and Labor", "2027-05-09": "Victory Day", @@ -615,7 +615,7 @@ "2028-01-06": "New Year Holidays", "2028-01-07": "Christmas Day", "2028-01-08": "New Year Holidays", - "2028-02-23": "Fatherland Defender's Day", + "2028-02-23": "Defender of the Fatherland Day", "2028-03-08": "International Women's Day", "2028-05-01": "Holiday of Spring and Labor", "2028-05-09": "Victory Day", @@ -629,7 +629,7 @@ "2029-01-06": "New Year Holidays", "2029-01-07": "Christmas Day", "2029-01-08": "New Year Holidays", - "2029-02-23": "Fatherland Defender's Day", + "2029-02-23": "Defender of the Fatherland Day", "2029-03-08": "International Women's Day", "2029-05-01": "Holiday of Spring and Labor", "2029-05-09": "Victory Day", @@ -643,7 +643,7 @@ "2030-01-06": "New Year Holidays", "2030-01-07": "Christmas Day", "2030-01-08": "New Year Holidays", - "2030-02-23": "Fatherland Defender's Day", + "2030-02-23": "Defender of the Fatherland Day", "2030-03-08": "International Women's Day", "2030-05-01": "Holiday of Spring and Labor", "2030-05-09": "Victory Day", @@ -657,7 +657,7 @@ "2031-01-06": "New Year Holidays", "2031-01-07": "Christmas Day", "2031-01-08": "New Year Holidays", - "2031-02-23": "Fatherland Defender's Day", + "2031-02-23": "Defender of the Fatherland Day", "2031-03-08": "International Women's Day", "2031-05-01": "Holiday of Spring and Labor", "2031-05-09": "Victory Day", @@ -671,7 +671,7 @@ "2032-01-06": "New Year Holidays", "2032-01-07": "Christmas Day", "2032-01-08": "New Year Holidays", - "2032-02-23": "Fatherland Defender's Day", + "2032-02-23": "Defender of the Fatherland Day", "2032-03-08": "International Women's Day", "2032-05-01": "Holiday of Spring and Labor", "2032-05-09": "Victory Day", @@ -685,7 +685,7 @@ "2033-01-06": "New Year Holidays", "2033-01-07": "Christmas Day", "2033-01-08": "New Year Holidays", - "2033-02-23": "Fatherland Defender's Day", + "2033-02-23": "Defender of the Fatherland Day", "2033-03-08": "International Women's Day", "2033-05-01": "Holiday of Spring and Labor", "2033-05-09": "Victory Day", @@ -699,7 +699,7 @@ "2034-01-06": "New Year Holidays", "2034-01-07": "Christmas Day", "2034-01-08": "New Year Holidays", - "2034-02-23": "Fatherland Defender's Day", + "2034-02-23": "Defender of the Fatherland Day", "2034-03-08": "International Women's Day", "2034-05-01": "Holiday of Spring and Labor", "2034-05-09": "Victory Day", @@ -713,7 +713,7 @@ "2035-01-06": "New Year Holidays", "2035-01-07": "Christmas Day", "2035-01-08": "New Year Holidays", - "2035-02-23": "Fatherland Defender's Day", + "2035-02-23": "Defender of the Fatherland Day", "2035-03-08": "International Women's Day", "2035-05-01": "Holiday of Spring and Labor", "2035-05-09": "Victory Day", @@ -727,7 +727,7 @@ "2036-01-06": "New Year Holidays", "2036-01-07": "Christmas Day", "2036-01-08": "New Year Holidays", - "2036-02-23": "Fatherland Defender's Day", + "2036-02-23": "Defender of the Fatherland Day", "2036-03-08": "International Women's Day", "2036-05-01": "Holiday of Spring and Labor", "2036-05-09": "Victory Day", @@ -741,7 +741,7 @@ "2037-01-06": "New Year Holidays", "2037-01-07": "Christmas Day", "2037-01-08": "New Year Holidays", - "2037-02-23": "Fatherland Defender's Day", + "2037-02-23": "Defender of the Fatherland Day", "2037-03-08": "International Women's Day", "2037-05-01": "Holiday of Spring and Labor", "2037-05-09": "Victory Day", @@ -755,7 +755,7 @@ "2038-01-06": "New Year Holidays", "2038-01-07": "Christmas Day", "2038-01-08": "New Year Holidays", - "2038-02-23": "Fatherland Defender's Day", + "2038-02-23": "Defender of the Fatherland Day", "2038-03-08": "International Women's Day", "2038-05-01": "Holiday of Spring and Labor", "2038-05-09": "Victory Day", @@ -769,7 +769,7 @@ "2039-01-06": "New Year Holidays", "2039-01-07": "Christmas Day", "2039-01-08": "New Year Holidays", - "2039-02-23": "Fatherland Defender's Day", + "2039-02-23": "Defender of the Fatherland Day", "2039-03-08": "International Women's Day", "2039-05-01": "Holiday of Spring and Labor", "2039-05-09": "Victory Day", @@ -783,7 +783,7 @@ "2040-01-06": "New Year Holidays", "2040-01-07": "Christmas Day", "2040-01-08": "New Year Holidays", - "2040-02-23": "Fatherland Defender's Day", + "2040-02-23": "Defender of the Fatherland Day", "2040-03-08": "International Women's Day", "2040-05-01": "Holiday of Spring and Labor", "2040-05-09": "Victory Day", @@ -797,7 +797,7 @@ "2041-01-06": "New Year Holidays", "2041-01-07": "Christmas Day", "2041-01-08": "New Year Holidays", - "2041-02-23": "Fatherland Defender's Day", + "2041-02-23": "Defender of the Fatherland Day", "2041-03-08": "International Women's Day", "2041-05-01": "Holiday of Spring and Labor", "2041-05-09": "Victory Day", @@ -811,7 +811,7 @@ "2042-01-06": "New Year Holidays", "2042-01-07": "Christmas Day", "2042-01-08": "New Year Holidays", - "2042-02-23": "Fatherland Defender's Day", + "2042-02-23": "Defender of the Fatherland Day", "2042-03-08": "International Women's Day", "2042-05-01": "Holiday of Spring and Labor", "2042-05-09": "Victory Day", @@ -825,7 +825,7 @@ "2043-01-06": "New Year Holidays", "2043-01-07": "Christmas Day", "2043-01-08": "New Year Holidays", - "2043-02-23": "Fatherland Defender's Day", + "2043-02-23": "Defender of the Fatherland Day", "2043-03-08": "International Women's Day", "2043-05-01": "Holiday of Spring and Labor", "2043-05-09": "Victory Day", @@ -839,7 +839,7 @@ "2044-01-06": "New Year Holidays", "2044-01-07": "Christmas Day", "2044-01-08": "New Year Holidays", - "2044-02-23": "Fatherland Defender's Day", + "2044-02-23": "Defender of the Fatherland Day", "2044-03-08": "International Women's Day", "2044-05-01": "Holiday of Spring and Labor", "2044-05-09": "Victory Day", @@ -853,7 +853,7 @@ "2045-01-06": "New Year Holidays", "2045-01-07": "Christmas Day", "2045-01-08": "New Year Holidays", - "2045-02-23": "Fatherland Defender's Day", + "2045-02-23": "Defender of the Fatherland Day", "2045-03-08": "International Women's Day", "2045-05-01": "Holiday of Spring and Labor", "2045-05-09": "Victory Day", @@ -867,7 +867,7 @@ "2046-01-06": "New Year Holidays", "2046-01-07": "Christmas Day", "2046-01-08": "New Year Holidays", - "2046-02-23": "Fatherland Defender's Day", + "2046-02-23": "Defender of the Fatherland Day", "2046-03-08": "International Women's Day", "2046-05-01": "Holiday of Spring and Labor", "2046-05-09": "Victory Day", @@ -881,7 +881,7 @@ "2047-01-06": "New Year Holidays", "2047-01-07": "Christmas Day", "2047-01-08": "New Year Holidays", - "2047-02-23": "Fatherland Defender's Day", + "2047-02-23": "Defender of the Fatherland Day", "2047-03-08": "International Women's Day", "2047-05-01": "Holiday of Spring and Labor", "2047-05-09": "Victory Day", @@ -895,7 +895,7 @@ "2048-01-06": "New Year Holidays", "2048-01-07": "Christmas Day", "2048-01-08": "New Year Holidays", - "2048-02-23": "Fatherland Defender's Day", + "2048-02-23": "Defender of the Fatherland Day", "2048-03-08": "International Women's Day", "2048-05-01": "Holiday of Spring and Labor", "2048-05-09": "Victory Day", @@ -909,7 +909,7 @@ "2049-01-06": "New Year Holidays", "2049-01-07": "Christmas Day", "2049-01-08": "New Year Holidays", - "2049-02-23": "Fatherland Defender's Day", + "2049-02-23": "Defender of the Fatherland Day", "2049-03-08": "International Women's Day", "2049-05-01": "Holiday of Spring and Labor", "2049-05-09": "Victory Day", @@ -923,7 +923,7 @@ "2050-01-06": "New Year Holidays", "2050-01-07": "Christmas Day", "2050-01-08": "New Year Holidays", - "2050-02-23": "Fatherland Defender's Day", + "2050-02-23": "Defender of the Fatherland Day", "2050-03-08": "International Women's Day", "2050-05-01": "Holiday of Spring and Labor", "2050-05-09": "Victory Day", diff --git a/snapshots/countries/SC_COMMON.json b/snapshots/countries/SC_COMMON.json index da7763e58..db4a5ac32 100644 --- a/snapshots/countries/SC_COMMON.json +++ b/snapshots/countries/SC_COMMON.json @@ -12,7 +12,7 @@ "1994-06-18": "National Day", "1994-06-29": "Independence Day", "1994-08-15": "Assumption Day", - "1994-11-01": "All Saints Day", + "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", @@ -27,7 +27,7 @@ "1995-06-19": "National Day (observed)", "1995-06-29": "Independence Day", "1995-08-15": "Assumption Day", - "1995-11-01": "All Saints Day", + "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", @@ -40,7 +40,7 @@ "1996-06-18": "National Day", "1996-06-29": "Independence Day", "1996-08-15": "Assumption Day", - "1996-11-01": "All Saints Day", + "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception", "1996-12-09": "Immaculate Conception (observed)", "1996-12-25": "Christmas Day", @@ -55,7 +55,7 @@ "1997-06-29": "Independence Day", "1997-06-30": "Independence Day (observed)", "1997-08-15": "Assumption Day", - "1997-11-01": "All Saints Day", + "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", @@ -68,8 +68,8 @@ "1998-06-18": "National Day", "1998-06-29": "Independence Day", "1998-08-15": "Assumption Day", - "1998-11-01": "All Saints Day", - "1998-11-02": "All Saints Day (observed)", + "1998-11-01": "All Saints' Day", + "1998-11-02": "All Saints' Day (observed)", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", @@ -83,7 +83,7 @@ "1999-06-29": "Independence Day", "1999-08-15": "Assumption Day", "1999-08-16": "Assumption Day (observed)", - "1999-11-01": "All Saints Day", + "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", @@ -98,7 +98,7 @@ "2000-06-22": "Corpus Christi", "2000-06-29": "Independence Day", "2000-08-15": "Assumption Day", - "2000-11-01": "All Saints Day", + "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", @@ -111,7 +111,7 @@ "2001-06-18": "National Day", "2001-06-29": "Independence Day", "2001-08-15": "Assumption Day", - "2001-11-01": "All Saints Day", + "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", @@ -124,7 +124,7 @@ "2002-06-18": "National Day", "2002-06-29": "Independence Day", "2002-08-15": "Assumption Day", - "2002-11-01": "All Saints Day", + "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception", "2002-12-09": "Immaculate Conception (observed)", "2002-12-25": "Christmas Day", @@ -139,7 +139,7 @@ "2003-06-29": "Independence Day", "2003-06-30": "Independence Day (observed)", "2003-08-15": "Assumption Day", - "2003-11-01": "All Saints Day", + "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", @@ -153,7 +153,7 @@ "2004-06-29": "Independence Day", "2004-08-15": "Assumption Day", "2004-08-16": "Assumption Day (observed)", - "2004-11-01": "All Saints Day", + "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", @@ -169,7 +169,7 @@ "2005-06-18": "National Day", "2005-06-29": "Independence Day", "2005-08-15": "Assumption Day", - "2005-11-01": "All Saints Day", + "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", @@ -184,7 +184,7 @@ "2006-06-19": "National Day (observed)", "2006-06-29": "Independence Day", "2006-08-15": "Assumption Day", - "2006-11-01": "All Saints Day", + "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", @@ -198,7 +198,7 @@ "2007-06-18": "National Day", "2007-06-29": "Independence Day", "2007-08-15": "Assumption Day", - "2007-11-01": "All Saints Day", + "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", @@ -212,7 +212,7 @@ "2008-06-29": "Independence Day", "2008-06-30": "Independence Day (observed)", "2008-08-15": "Assumption Day", - "2008-11-01": "All Saints Day", + "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", @@ -225,8 +225,8 @@ "2009-06-18": "National Day", "2009-06-29": "Independence Day", "2009-08-15": "Assumption Day", - "2009-11-01": "All Saints Day", - "2009-11-02": "All Saints Day (observed)", + "2009-11-01": "All Saints' Day", + "2009-11-02": "All Saints' Day (observed)", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", @@ -240,7 +240,7 @@ "2010-06-29": "Independence Day", "2010-08-15": "Assumption Day", "2010-08-16": "Assumption Day (observed)", - "2010-11-01": "All Saints Day", + "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", @@ -258,7 +258,7 @@ "2011-06-29": "Independence Day", "2011-08-15": "Assumption Day", "2011-10-01": "Parliamentary Election Day", - "2011-11-01": "All Saints Day", + "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", @@ -272,7 +272,7 @@ "2012-06-18": "National Day", "2012-06-29": "Independence Day", "2012-08-15": "Assumption Day", - "2012-11-01": "All Saints Day", + "2012-11-01": "All Saints' Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", @@ -285,7 +285,7 @@ "2013-06-18": "National Day", "2013-06-29": "Independence Day", "2013-08-15": "Assumption Day", - "2013-11-01": "All Saints Day", + "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception", "2013-12-09": "Immaculate Conception (observed)", "2013-12-25": "Christmas Day", @@ -300,7 +300,7 @@ "2014-06-29": "Independence Day", "2014-06-30": "Independence Day (observed)", "2014-08-15": "Assumption Day", - "2014-11-01": "All Saints Day", + "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", @@ -313,8 +313,8 @@ "2015-06-18": "Constitution Day", "2015-06-29": "Independence (National) Day", "2015-08-15": "Assumption Day", - "2015-11-01": "All Saints Day", - "2015-11-02": "All Saints Day (observed)", + "2015-11-01": "All Saints' Day", + "2015-11-02": "All Saints' Day (observed)", "2015-12-05": "Presidential Election Day", "2015-12-08": "Immaculate Conception", "2015-12-18": "Presidential Election Day", @@ -332,7 +332,7 @@ "2016-06-29": "Independence (National) Day", "2016-08-15": "Assumption Day", "2016-09-10": "Parliamentary Election Day", - "2016-11-01": "All Saints Day", + "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", @@ -347,7 +347,7 @@ "2017-06-19": "Constitution Day (observed)", "2017-06-29": "Independence (National) Day", "2017-08-15": "Assumption Day", - "2017-11-01": "All Saints Day", + "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", @@ -360,7 +360,7 @@ "2018-06-18": "Constitution Day", "2018-06-29": "Independence (National) Day", "2018-08-15": "Assumption Day", - "2018-11-01": "All Saints Day", + "2018-11-01": "All Saints' Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", @@ -374,7 +374,7 @@ "2019-06-20": "Corpus Christi", "2019-06-29": "Independence (National) Day", "2019-08-15": "Assumption Day", - "2019-11-01": "All Saints Day", + "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception", "2019-12-09": "Immaculate Conception (observed)", "2019-12-25": "Christmas Day", @@ -391,8 +391,8 @@ "2020-08-15": "Assumption Day", "2020-10-24": "General Election Day", "2020-10-26": "Bridge Public Holiday", - "2020-11-01": "All Saints Day", - "2020-11-02": "All Saints Day (observed)", + "2020-11-01": "All Saints' Day", + "2020-11-02": "All Saints' Day (observed)", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", @@ -406,7 +406,7 @@ "2021-06-29": "Independence (National) Day", "2021-08-15": "Assumption Day", "2021-08-16": "Assumption Day (observed)", - "2021-11-01": "All Saints Day", + "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", @@ -421,7 +421,7 @@ "2022-06-18": "Constitution Day", "2022-06-29": "Independence (National) Day", "2022-08-15": "Assumption Day", - "2022-11-01": "All Saints Day", + "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", @@ -436,7 +436,7 @@ "2023-06-19": "Constitution Day (observed)", "2023-06-29": "Independence (National) Day", "2023-08-15": "Assumption Day", - "2023-11-01": "All Saints Day", + "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", @@ -449,7 +449,7 @@ "2024-06-18": "Constitution Day", "2024-06-29": "Independence (National) Day", "2024-08-15": "Assumption Day", - "2024-11-01": "All Saints Day", + "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception", "2024-12-09": "Immaculate Conception (observed)", "2024-12-25": "Christmas Day", @@ -464,7 +464,7 @@ "2025-06-29": "Independence (National) Day", "2025-06-30": "Independence (National) Day (observed)", "2025-08-15": "Assumption Day", - "2025-11-01": "All Saints Day", + "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", @@ -477,8 +477,8 @@ "2026-06-18": "Constitution Day", "2026-06-29": "Independence (National) Day", "2026-08-15": "Assumption Day", - "2026-11-01": "All Saints Day", - "2026-11-02": "All Saints Day (observed)", + "2026-11-01": "All Saints' Day", + "2026-11-02": "All Saints' Day (observed)", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", @@ -492,7 +492,7 @@ "2027-06-29": "Independence (National) Day", "2027-08-15": "Assumption Day", "2027-08-16": "Assumption Day (observed)", - "2027-11-01": "All Saints Day", + "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", @@ -507,7 +507,7 @@ "2028-06-19": "Constitution Day (observed)", "2028-06-29": "Independence (National) Day", "2028-08-15": "Assumption Day", - "2028-11-01": "All Saints Day", + "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", @@ -520,7 +520,7 @@ "2029-06-18": "Constitution Day", "2029-06-29": "Independence (National) Day", "2029-08-15": "Assumption Day", - "2029-11-01": "All Saints Day", + "2029-11-01": "All Saints' Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", @@ -533,7 +533,7 @@ "2030-06-20": "Corpus Christi", "2030-06-29": "Independence (National) Day", "2030-08-15": "Assumption Day", - "2030-11-01": "All Saints Day", + "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception", "2030-12-09": "Immaculate Conception (observed)", "2030-12-25": "Christmas Day", @@ -548,7 +548,7 @@ "2031-06-29": "Independence (National) Day", "2031-06-30": "Independence (National) Day (observed)", "2031-08-15": "Assumption Day", - "2031-11-01": "All Saints Day", + "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", @@ -562,7 +562,7 @@ "2032-06-29": "Independence (National) Day", "2032-08-15": "Assumption Day", "2032-08-16": "Assumption Day (observed)", - "2032-11-01": "All Saints Day", + "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", @@ -577,7 +577,7 @@ "2033-06-18": "Constitution Day", "2033-06-29": "Independence (National) Day", "2033-08-15": "Assumption Day", - "2033-11-01": "All Saints Day", + "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", @@ -592,7 +592,7 @@ "2034-06-19": "Constitution Day (observed)", "2034-06-29": "Independence (National) Day", "2034-08-15": "Assumption Day", - "2034-11-01": "All Saints Day", + "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", @@ -605,7 +605,7 @@ "2035-06-18": "Constitution Day", "2035-06-29": "Independence (National) Day", "2035-08-15": "Assumption Day", - "2035-11-01": "All Saints Day", + "2035-11-01": "All Saints' Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", @@ -619,7 +619,7 @@ "2036-06-29": "Independence (National) Day", "2036-06-30": "Independence (National) Day (observed)", "2036-08-15": "Assumption Day", - "2036-11-01": "All Saints Day", + "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", @@ -632,8 +632,8 @@ "2037-06-18": "Constitution Day", "2037-06-29": "Independence (National) Day", "2037-08-15": "Assumption Day", - "2037-11-01": "All Saints Day", - "2037-11-02": "All Saints Day (observed)", + "2037-11-01": "All Saints' Day", + "2037-11-02": "All Saints' Day (observed)", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", @@ -647,7 +647,7 @@ "2038-06-29": "Independence (National) Day", "2038-08-15": "Assumption Day", "2038-08-16": "Assumption Day (observed)", - "2038-11-01": "All Saints Day", + "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", @@ -662,7 +662,7 @@ "2039-06-18": "Constitution Day", "2039-06-29": "Independence (National) Day", "2039-08-15": "Assumption Day", - "2039-11-01": "All Saints Day", + "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", @@ -676,7 +676,7 @@ "2040-06-18": "Constitution Day", "2040-06-29": "Independence (National) Day", "2040-08-15": "Assumption Day", - "2040-11-01": "All Saints Day", + "2040-11-01": "All Saints' Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", @@ -689,7 +689,7 @@ "2041-06-20": "Corpus Christi", "2041-06-29": "Independence (National) Day", "2041-08-15": "Assumption Day", - "2041-11-01": "All Saints Day", + "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception", "2041-12-09": "Immaculate Conception (observed)", "2041-12-25": "Christmas Day", @@ -704,7 +704,7 @@ "2042-06-29": "Independence (National) Day", "2042-06-30": "Independence (National) Day (observed)", "2042-08-15": "Assumption Day", - "2042-11-01": "All Saints Day", + "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", @@ -717,8 +717,8 @@ "2043-06-18": "Constitution Day", "2043-06-29": "Independence (National) Day", "2043-08-15": "Assumption Day", - "2043-11-01": "All Saints Day", - "2043-11-02": "All Saints Day (observed)", + "2043-11-01": "All Saints' Day", + "2043-11-02": "All Saints' Day (observed)", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", @@ -732,7 +732,7 @@ "2044-06-18": "Constitution Day", "2044-06-29": "Independence (National) Day", "2044-08-15": "Assumption Day", - "2044-11-01": "All Saints Day", + "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", @@ -747,7 +747,7 @@ "2045-06-19": "Constitution Day (observed)", "2045-06-29": "Independence (National) Day", "2045-08-15": "Assumption Day", - "2045-11-01": "All Saints Day", + "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", @@ -760,7 +760,7 @@ "2046-06-18": "Constitution Day", "2046-06-29": "Independence (National) Day", "2046-08-15": "Assumption Day", - "2046-11-01": "All Saints Day", + "2046-11-01": "All Saints' Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", @@ -773,7 +773,7 @@ "2047-06-18": "Constitution Day", "2047-06-29": "Independence (National) Day", "2047-08-15": "Assumption Day", - "2047-11-01": "All Saints Day", + "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception", "2047-12-09": "Immaculate Conception (observed)", "2047-12-25": "Christmas Day", @@ -787,8 +787,8 @@ "2048-06-18": "Constitution Day", "2048-06-29": "Independence (National) Day", "2048-08-15": "Assumption Day", - "2048-11-01": "All Saints Day", - "2048-11-02": "All Saints Day (observed)", + "2048-11-01": "All Saints' Day", + "2048-11-02": "All Saints' Day (observed)", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", @@ -802,7 +802,7 @@ "2049-06-29": "Independence (National) Day", "2049-08-15": "Assumption Day", "2049-08-16": "Assumption Day (observed)", - "2049-11-01": "All Saints Day", + "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", @@ -817,7 +817,7 @@ "2050-06-18": "Constitution Day", "2050-06-29": "Independence (National) Day", "2050-08-15": "Assumption Day", - "2050-11-01": "All Saints Day", + "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" diff --git a/snapshots/countries/TV_COMMON.json b/snapshots/countries/TV_COMMON.json new file mode 100644 index 000000000..a0a9c83c2 --- /dev/null +++ b/snapshots/countries/TV_COMMON.json @@ -0,0 +1,796 @@ +{ + "1990-01-01": "New Year's Day", + "1990-03-12": "Commonwealth Day", + "1990-04-13": "Good Friday", + "1990-04-16": "Easter Monday", + "1990-05-14": "Gospel Day", + "1990-06-09": "Queen's Birthday", + "1990-08-06": "National Children's Day", + "1990-10-01": "Tuvalu Day", + "1990-10-02": "Tuvalu Day", + "1990-11-12": "Heir to the Throne's Birthday", + "1990-12-25": "Christmas Day", + "1990-12-26": "Boxing Day", + "1991-01-01": "New Year's Day", + "1991-03-11": "Commonwealth Day", + "1991-03-29": "Good Friday", + "1991-04-01": "Easter Monday", + "1991-05-13": "Gospel Day", + "1991-06-08": "Queen's Birthday", + "1991-08-05": "National Children's Day", + "1991-10-01": "Tuvalu Day", + "1991-10-02": "Tuvalu Day", + "1991-11-11": "Heir to the Throne's Birthday", + "1991-12-25": "Christmas Day", + "1991-12-26": "Boxing Day", + "1992-01-01": "New Year's Day", + "1992-03-09": "Commonwealth Day", + "1992-04-17": "Good Friday", + "1992-04-20": "Easter Monday", + "1992-05-11": "Gospel Day", + "1992-06-13": "Queen's Birthday", + "1992-08-03": "National Children's Day", + "1992-10-01": "Tuvalu Day", + "1992-10-02": "Tuvalu Day", + "1992-11-09": "Heir to the Throne's Birthday", + "1992-12-25": "Christmas Day", + "1992-12-26": "Boxing Day", + "1992-12-28": "Boxing Day (observed)", + "1993-01-01": "New Year's Day", + "1993-03-08": "Commonwealth Day", + "1993-04-09": "Good Friday", + "1993-04-12": "Easter Monday", + "1993-05-10": "Gospel Day", + "1993-06-12": "Queen's Birthday", + "1993-08-02": "National Children's Day", + "1993-10-01": "Tuvalu Day", + "1993-10-02": "Tuvalu Day", + "1993-10-04": "Tuvalu Day (observed)", + "1993-11-08": "Heir to the Throne's Birthday", + "1993-12-25": "Christmas Day", + "1993-12-26": "Boxing Day", + "1993-12-27": "Christmas Day (observed)", + "1993-12-28": "Boxing Day (observed)", + "1994-01-01": "New Year's Day", + "1994-01-03": "New Year's Day (observed)", + "1994-03-14": "Commonwealth Day", + "1994-04-01": "Good Friday", + "1994-04-04": "Easter Monday", + "1994-05-09": "Gospel Day", + "1994-06-11": "Queen's Birthday", + "1994-08-01": "National Children's Day", + "1994-10-01": "Tuvalu Day", + "1994-10-02": "Tuvalu Day", + "1994-10-03": "Tuvalu Day (observed)", + "1994-10-04": "Tuvalu Day (observed)", + "1994-11-14": "Heir to the Throne's Birthday", + "1994-12-25": "Christmas Day", + "1994-12-26": "Boxing Day", + "1994-12-27": "Christmas Day (observed)", + "1995-01-01": "New Year's Day", + "1995-01-02": "New Year's Day (observed)", + "1995-03-13": "Commonwealth Day", + "1995-04-14": "Good Friday", + "1995-04-17": "Easter Monday", + "1995-05-15": "Gospel Day", + "1995-06-10": "Queen's Birthday", + "1995-08-07": "National Children's Day", + "1995-10-01": "Tuvalu Day", + "1995-10-02": "Tuvalu Day", + "1995-10-03": "Tuvalu Day (observed)", + "1995-11-13": "Heir to the Throne's Birthday", + "1995-12-25": "Christmas Day", + "1995-12-26": "Boxing Day", + "1996-01-01": "New Year's Day", + "1996-03-11": "Commonwealth Day", + "1996-04-05": "Good Friday", + "1996-04-08": "Easter Monday", + "1996-05-13": "Gospel Day", + "1996-06-08": "Queen's Birthday", + "1996-08-05": "National Children's Day", + "1996-10-01": "Tuvalu Day", + "1996-10-02": "Tuvalu Day", + "1996-11-11": "Heir to the Throne's Birthday", + "1996-12-25": "Christmas Day", + "1996-12-26": "Boxing Day", + "1997-01-01": "New Year's Day", + "1997-03-10": "Commonwealth Day", + "1997-03-28": "Good Friday", + "1997-03-31": "Easter Monday", + "1997-05-12": "Gospel Day", + "1997-06-14": "Queen's Birthday", + "1997-08-04": "National Children's Day", + "1997-10-01": "Tuvalu Day", + "1997-10-02": "Tuvalu Day", + "1997-11-10": "Heir to the Throne's Birthday", + "1997-12-25": "Christmas Day", + "1997-12-26": "Boxing Day", + "1998-01-01": "New Year's Day", + "1998-03-09": "Commonwealth Day", + "1998-04-10": "Good Friday", + "1998-04-13": "Easter Monday", + "1998-05-11": "Gospel Day", + "1998-06-13": "Queen's Birthday", + "1998-08-03": "National Children's Day", + "1998-10-01": "Tuvalu Day", + "1998-10-02": "Tuvalu Day", + "1998-11-09": "Heir to the Throne's Birthday", + "1998-12-25": "Christmas Day", + "1998-12-26": "Boxing Day", + "1998-12-28": "Boxing Day (observed)", + "1999-01-01": "New Year's Day", + "1999-03-08": "Commonwealth Day", + "1999-04-02": "Good Friday", + "1999-04-05": "Easter Monday", + "1999-05-10": "Gospel Day", + "1999-06-12": "Queen's Birthday", + "1999-08-02": "National Children's Day", + "1999-10-01": "Tuvalu Day", + "1999-10-02": "Tuvalu Day", + "1999-10-04": "Tuvalu Day (observed)", + "1999-11-08": "Heir to the Throne's Birthday", + "1999-12-25": "Christmas Day", + "1999-12-26": "Boxing Day", + "1999-12-27": "Christmas Day (observed)", + "1999-12-28": "Boxing Day (observed)", + "2000-01-01": "New Year's Day", + "2000-01-03": "New Year's Day (observed)", + "2000-03-13": "Commonwealth Day", + "2000-04-21": "Good Friday", + "2000-04-24": "Easter Monday", + "2000-05-15": "Gospel Day", + "2000-06-10": "Queen's Birthday", + "2000-08-07": "National Children's Day", + "2000-10-01": "Tuvalu Day", + "2000-10-02": "Tuvalu Day", + "2000-10-03": "Tuvalu Day (observed)", + "2000-11-13": "Heir to the Throne's Birthday", + "2000-12-25": "Christmas Day", + "2000-12-26": "Boxing Day", + "2001-01-01": "New Year's Day", + "2001-03-12": "Commonwealth Day", + "2001-04-13": "Good Friday", + "2001-04-16": "Easter Monday", + "2001-05-14": "Gospel Day", + "2001-06-09": "Queen's Birthday", + "2001-08-06": "National Children's Day", + "2001-10-01": "Tuvalu Day", + "2001-10-02": "Tuvalu Day", + "2001-11-12": "Heir to the Throne's Birthday", + "2001-12-25": "Christmas Day", + "2001-12-26": "Boxing Day", + "2002-01-01": "New Year's Day", + "2002-03-11": "Commonwealth Day", + "2002-03-29": "Good Friday", + "2002-04-01": "Easter Monday", + "2002-05-13": "Gospel Day", + "2002-06-08": "Queen's Birthday", + "2002-08-05": "National Children's Day", + "2002-10-01": "Tuvalu Day", + "2002-10-02": "Tuvalu Day", + "2002-11-11": "Heir to the Throne's Birthday", + "2002-12-25": "Christmas Day", + "2002-12-26": "Boxing Day", + "2003-01-01": "New Year's Day", + "2003-03-10": "Commonwealth Day", + "2003-04-18": "Good Friday", + "2003-04-21": "Easter Monday", + "2003-05-12": "Gospel Day", + "2003-06-14": "Queen's Birthday", + "2003-08-04": "National Children's Day", + "2003-10-01": "Tuvalu Day", + "2003-10-02": "Tuvalu Day", + "2003-11-10": "Heir to the Throne's Birthday", + "2003-12-25": "Christmas Day", + "2003-12-26": "Boxing Day", + "2004-01-01": "New Year's Day", + "2004-03-08": "Commonwealth Day", + "2004-04-09": "Good Friday", + "2004-04-12": "Easter Monday", + "2004-05-10": "Gospel Day", + "2004-06-12": "Queen's Birthday", + "2004-08-02": "National Children's Day", + "2004-10-01": "Tuvalu Day", + "2004-10-02": "Tuvalu Day", + "2004-10-04": "Tuvalu Day (observed)", + "2004-11-08": "Heir to the Throne's Birthday", + "2004-12-25": "Christmas Day", + "2004-12-26": "Boxing Day", + "2004-12-27": "Christmas Day (observed)", + "2004-12-28": "Boxing Day (observed)", + "2005-01-01": "New Year's Day", + "2005-01-03": "New Year's Day (observed)", + "2005-03-14": "Commonwealth Day", + "2005-03-25": "Good Friday", + "2005-03-28": "Easter Monday", + "2005-05-09": "Gospel Day", + "2005-06-11": "Queen's Birthday", + "2005-08-01": "National Children's Day", + "2005-10-01": "Tuvalu Day", + "2005-10-02": "Tuvalu Day", + "2005-10-03": "Tuvalu Day (observed)", + "2005-10-04": "Tuvalu Day (observed)", + "2005-11-14": "Heir to the Throne's Birthday", + "2005-12-25": "Christmas Day", + "2005-12-26": "Boxing Day", + "2005-12-27": "Christmas Day (observed)", + "2006-01-01": "New Year's Day", + "2006-01-02": "New Year's Day (observed)", + "2006-03-13": "Commonwealth Day", + "2006-04-14": "Good Friday", + "2006-04-17": "Easter Monday", + "2006-05-15": "Gospel Day", + "2006-06-10": "Queen's Birthday", + "2006-08-07": "National Children's Day", + "2006-10-01": "Tuvalu Day", + "2006-10-02": "Tuvalu Day", + "2006-10-03": "Tuvalu Day (observed)", + "2006-11-13": "Heir to the Throne's Birthday", + "2006-12-25": "Christmas Day", + "2006-12-26": "Boxing Day", + "2007-01-01": "New Year's Day", + "2007-03-12": "Commonwealth Day", + "2007-04-06": "Good Friday", + "2007-04-09": "Easter Monday", + "2007-05-14": "Gospel Day", + "2007-06-09": "Queen's Birthday", + "2007-08-06": "National Children's Day", + "2007-10-01": "Tuvalu Day", + "2007-10-02": "Tuvalu Day", + "2007-11-12": "Heir to the Throne's Birthday", + "2007-12-25": "Christmas Day", + "2007-12-26": "Boxing Day", + "2008-01-01": "New Year's Day", + "2008-03-10": "Commonwealth Day", + "2008-03-21": "Good Friday", + "2008-03-24": "Easter Monday", + "2008-05-12": "Gospel Day", + "2008-06-14": "Queen's Birthday", + "2008-08-04": "National Children's Day", + "2008-10-01": "Tuvalu Day", + "2008-10-02": "Tuvalu Day", + "2008-11-10": "Heir to the Throne's Birthday", + "2008-12-25": "Christmas Day", + "2008-12-26": "Boxing Day", + "2009-01-01": "New Year's Day", + "2009-03-09": "Commonwealth Day", + "2009-04-10": "Good Friday", + "2009-04-13": "Easter Monday", + "2009-05-11": "Gospel Day", + "2009-06-13": "Queen's Birthday", + "2009-08-03": "National Children's Day", + "2009-10-01": "Tuvalu Day", + "2009-10-02": "Tuvalu Day", + "2009-11-09": "Heir to the Throne's Birthday", + "2009-12-25": "Christmas Day", + "2009-12-26": "Boxing Day", + "2009-12-28": "Boxing Day (observed)", + "2010-01-01": "New Year's Day", + "2010-03-08": "Commonwealth Day", + "2010-04-02": "Good Friday", + "2010-04-05": "Easter Monday", + "2010-05-10": "Gospel Day", + "2010-06-12": "Queen's Birthday", + "2010-08-02": "National Children's Day", + "2010-10-01": "Tuvalu Day", + "2010-10-02": "Tuvalu Day", + "2010-10-04": "Tuvalu Day (observed)", + "2010-11-08": "Heir to the Throne's Birthday", + "2010-12-25": "Christmas Day", + "2010-12-26": "Boxing Day", + "2010-12-27": "Christmas Day (observed)", + "2010-12-28": "Boxing Day (observed)", + "2011-01-01": "New Year's Day", + "2011-01-03": "New Year's Day (observed)", + "2011-03-14": "Commonwealth Day", + "2011-04-22": "Good Friday", + "2011-04-25": "Easter Monday", + "2011-05-09": "Gospel Day", + "2011-06-11": "Queen's Birthday", + "2011-08-01": "National Children's Day", + "2011-10-01": "Tuvalu Day", + "2011-10-02": "Tuvalu Day", + "2011-10-03": "Tuvalu Day (observed)", + "2011-10-04": "Tuvalu Day (observed)", + "2011-11-14": "Heir to the Throne's Birthday", + "2011-12-25": "Christmas Day", + "2011-12-26": "Boxing Day", + "2011-12-27": "Christmas Day (observed)", + "2012-01-01": "New Year's Day", + "2012-01-02": "New Year's Day (observed)", + "2012-03-12": "Commonwealth Day", + "2012-04-06": "Good Friday", + "2012-04-09": "Easter Monday", + "2012-05-14": "Gospel Day", + "2012-06-09": "Queen's Birthday", + "2012-08-06": "National Children's Day", + "2012-10-01": "Tuvalu Day", + "2012-10-02": "Tuvalu Day", + "2012-11-12": "Heir to the Throne's Birthday", + "2012-12-25": "Christmas Day", + "2012-12-26": "Boxing Day", + "2013-01-01": "New Year's Day", + "2013-03-11": "Commonwealth Day", + "2013-03-29": "Good Friday", + "2013-04-01": "Easter Monday", + "2013-05-13": "Gospel Day", + "2013-06-08": "Queen's Birthday", + "2013-08-05": "National Children's Day", + "2013-10-01": "Tuvalu Day", + "2013-10-02": "Tuvalu Day", + "2013-11-11": "Heir to the Throne's Birthday", + "2013-12-25": "Christmas Day", + "2013-12-26": "Boxing Day", + "2014-01-01": "New Year's Day", + "2014-03-10": "Commonwealth Day", + "2014-04-18": "Good Friday", + "2014-04-21": "Easter Monday", + "2014-05-12": "Gospel Day", + "2014-06-14": "Queen's Birthday", + "2014-08-04": "National Children's Day", + "2014-10-01": "Tuvalu Day", + "2014-10-02": "Tuvalu Day", + "2014-11-10": "Heir to the Throne's Birthday", + "2014-12-25": "Christmas Day", + "2014-12-26": "Boxing Day", + "2015-01-01": "New Year's Day", + "2015-03-09": "Commonwealth Day", + "2015-04-03": "Good Friday", + "2015-04-06": "Easter Monday", + "2015-05-11": "Gospel Day", + "2015-06-13": "Queen's Birthday", + "2015-08-03": "National Children's Day", + "2015-10-01": "Tuvalu Day", + "2015-10-02": "Tuvalu Day", + "2015-11-09": "Heir to the Throne's Birthday", + "2015-12-25": "Christmas Day", + "2015-12-26": "Boxing Day", + "2015-12-28": "Boxing Day (observed)", + "2016-01-01": "New Year's Day", + "2016-03-14": "Commonwealth Day", + "2016-03-25": "Good Friday", + "2016-03-28": "Easter Monday", + "2016-05-09": "Gospel Day", + "2016-06-11": "Queen's Birthday", + "2016-08-01": "National Children's Day", + "2016-10-01": "Tuvalu Day", + "2016-10-02": "Tuvalu Day", + "2016-10-03": "Tuvalu Day (observed)", + "2016-10-04": "Tuvalu Day (observed)", + "2016-11-14": "Heir to the Throne's Birthday", + "2016-12-25": "Christmas Day", + "2016-12-26": "Boxing Day", + "2016-12-27": "Christmas Day (observed)", + "2017-01-01": "New Year's Day", + "2017-01-02": "New Year's Day (observed)", + "2017-03-13": "Commonwealth Day", + "2017-04-14": "Good Friday", + "2017-04-17": "Easter Monday", + "2017-05-15": "Gospel Day", + "2017-06-10": "Queen's Birthday", + "2017-08-07": "National Children's Day", + "2017-10-01": "Tuvalu Day", + "2017-10-02": "Tuvalu Day", + "2017-10-03": "Tuvalu Day (observed)", + "2017-11-13": "Heir to the Throne's Birthday", + "2017-12-25": "Christmas Day", + "2017-12-26": "Boxing Day", + "2018-01-01": "New Year's Day", + "2018-03-12": "Commonwealth Day", + "2018-03-30": "Good Friday", + "2018-04-02": "Easter Monday", + "2018-05-14": "Gospel Day", + "2018-06-09": "Queen's Birthday", + "2018-08-06": "National Children's Day", + "2018-10-01": "Tuvalu Day", + "2018-10-02": "Tuvalu Day", + "2018-11-12": "Heir to the Throne's Birthday", + "2018-12-25": "Christmas Day", + "2018-12-26": "Boxing Day", + "2019-01-01": "New Year's Day", + "2019-03-11": "Commonwealth Day", + "2019-04-19": "Good Friday", + "2019-04-22": "Easter Monday", + "2019-05-13": "Gospel Day", + "2019-06-08": "Queen's Birthday", + "2019-08-05": "National Youth Day", + "2019-10-01": "Tuvalu Day", + "2019-10-02": "Tuvalu Day", + "2019-10-14": "National Children's Day", + "2019-11-11": "Heir to the Throne's Birthday", + "2019-12-25": "Christmas Day", + "2019-12-26": "Boxing Day", + "2020-01-01": "New Year's Day", + "2020-03-09": "Commonwealth Day", + "2020-04-10": "Good Friday", + "2020-04-13": "Easter Monday", + "2020-05-11": "Gospel Day", + "2020-06-13": "Queen's Birthday", + "2020-08-03": "National Youth Day", + "2020-10-01": "Tuvalu Day", + "2020-10-02": "Tuvalu Day", + "2020-10-12": "National Children's Day", + "2020-11-09": "Heir to the Throne's Birthday", + "2020-12-25": "Christmas Day", + "2020-12-26": "Boxing Day", + "2020-12-28": "Boxing Day (observed)", + "2021-01-01": "New Year's Day", + "2021-04-02": "Good Friday", + "2021-04-05": "Easter Monday", + "2021-05-10": "Gospel Day", + "2021-06-12": "Queen's Birthday", + "2021-08-02": "National Youth Day", + "2021-10-01": "Tuvalu Day", + "2021-10-02": "Tuvalu Day", + "2021-10-04": "Tuvalu Day (observed)", + "2021-10-11": "National Children's Day", + "2021-11-08": "Heir to the Throne's Birthday", + "2021-12-25": "Christmas Day", + "2021-12-26": "Boxing Day", + "2021-12-27": "Christmas Day (observed)", + "2021-12-28": "Boxing Day (observed)", + "2022-01-01": "New Year's Day", + "2022-01-03": "New Year's Day (observed)", + "2022-04-15": "Good Friday", + "2022-04-18": "Easter Monday", + "2022-05-09": "Gospel Day", + "2022-06-11": "Queen's Birthday", + "2022-08-01": "National Youth Day", + "2022-10-01": "Tuvalu Day", + "2022-10-02": "Tuvalu Day", + "2022-10-03": "Tuvalu Day (observed)", + "2022-10-04": "Tuvalu Day (observed)", + "2022-10-10": "National Children's Day", + "2022-11-14": "Heir to the Throne's Birthday", + "2022-12-25": "Christmas Day", + "2022-12-26": "Boxing Day", + "2022-12-27": "Christmas Day (observed)", + "2023-01-01": "New Year's Day", + "2023-01-02": "New Year's Day (observed)", + "2023-04-07": "Good Friday", + "2023-04-10": "Easter Monday", + "2023-05-15": "Gospel Day", + "2023-06-10": "King's Birthday", + "2023-08-07": "National Youth Day", + "2023-10-01": "Tuvalu Day", + "2023-10-02": "Tuvalu Day", + "2023-10-03": "Tuvalu Day (observed)", + "2023-10-09": "National Children's Day", + "2023-12-25": "Christmas Day", + "2023-12-26": "Boxing Day", + "2024-01-01": "New Year's Day", + "2024-03-29": "Good Friday", + "2024-04-01": "Easter Monday", + "2024-05-13": "Gospel Day", + "2024-06-08": "King's Birthday", + "2024-08-05": "National Youth Day", + "2024-10-01": "Tuvalu Day", + "2024-10-02": "Tuvalu Day", + "2024-10-14": "National Children's Day", + "2024-12-25": "Christmas Day", + "2024-12-26": "Boxing Day", + "2025-01-01": "New Year's Day", + "2025-04-18": "Good Friday", + "2025-04-21": "Easter Monday", + "2025-05-12": "Gospel Day", + "2025-06-14": "King's Birthday", + "2025-08-04": "National Youth Day", + "2025-10-01": "Tuvalu Day", + "2025-10-02": "Tuvalu Day", + "2025-10-13": "National Children's Day", + "2025-12-25": "Christmas Day", + "2025-12-26": "Boxing Day", + "2026-01-01": "New Year's Day", + "2026-04-03": "Good Friday", + "2026-04-06": "Easter Monday", + "2026-05-11": "Gospel Day", + "2026-06-13": "King's Birthday", + "2026-08-03": "National Youth Day", + "2026-10-01": "Tuvalu Day", + "2026-10-02": "Tuvalu Day", + "2026-10-12": "National Children's Day", + "2026-12-25": "Christmas Day", + "2026-12-26": "Boxing Day", + "2026-12-28": "Boxing Day (observed)", + "2027-01-01": "New Year's Day", + "2027-03-26": "Good Friday", + "2027-03-29": "Easter Monday", + "2027-05-10": "Gospel Day", + "2027-06-12": "King's Birthday", + "2027-08-02": "National Youth Day", + "2027-10-01": "Tuvalu Day", + "2027-10-02": "Tuvalu Day", + "2027-10-04": "Tuvalu Day (observed)", + "2027-10-11": "National Children's Day", + "2027-12-25": "Christmas Day", + "2027-12-26": "Boxing Day", + "2027-12-27": "Christmas Day (observed)", + "2027-12-28": "Boxing Day (observed)", + "2028-01-01": "New Year's Day", + "2028-01-03": "New Year's Day (observed)", + "2028-04-14": "Good Friday", + "2028-04-17": "Easter Monday", + "2028-05-15": "Gospel Day", + "2028-06-10": "King's Birthday", + "2028-08-07": "National Youth Day", + "2028-10-01": "Tuvalu Day", + "2028-10-02": "Tuvalu Day", + "2028-10-03": "Tuvalu Day (observed)", + "2028-10-09": "National Children's Day", + "2028-12-25": "Christmas Day", + "2028-12-26": "Boxing Day", + "2029-01-01": "New Year's Day", + "2029-03-30": "Good Friday", + "2029-04-02": "Easter Monday", + "2029-05-14": "Gospel Day", + "2029-06-09": "King's Birthday", + "2029-08-06": "National Youth Day", + "2029-10-01": "Tuvalu Day", + "2029-10-02": "Tuvalu Day", + "2029-10-15": "National Children's Day", + "2029-12-25": "Christmas Day", + "2029-12-26": "Boxing Day", + "2030-01-01": "New Year's Day", + "2030-04-19": "Good Friday", + "2030-04-22": "Easter Monday", + "2030-05-13": "Gospel Day", + "2030-06-08": "King's Birthday", + "2030-08-05": "National Youth Day", + "2030-10-01": "Tuvalu Day", + "2030-10-02": "Tuvalu Day", + "2030-10-14": "National Children's Day", + "2030-12-25": "Christmas Day", + "2030-12-26": "Boxing Day", + "2031-01-01": "New Year's Day", + "2031-04-11": "Good Friday", + "2031-04-14": "Easter Monday", + "2031-05-12": "Gospel Day", + "2031-06-14": "King's Birthday", + "2031-08-04": "National Youth Day", + "2031-10-01": "Tuvalu Day", + "2031-10-02": "Tuvalu Day", + "2031-10-13": "National Children's Day", + "2031-12-25": "Christmas Day", + "2031-12-26": "Boxing Day", + "2032-01-01": "New Year's Day", + "2032-03-26": "Good Friday", + "2032-03-29": "Easter Monday", + "2032-05-10": "Gospel Day", + "2032-06-12": "King's Birthday", + "2032-08-02": "National Youth Day", + "2032-10-01": "Tuvalu Day", + "2032-10-02": "Tuvalu Day", + "2032-10-04": "Tuvalu Day (observed)", + "2032-10-11": "National Children's Day", + "2032-12-25": "Christmas Day", + "2032-12-26": "Boxing Day", + "2032-12-27": "Christmas Day (observed)", + "2032-12-28": "Boxing Day (observed)", + "2033-01-01": "New Year's Day", + "2033-01-03": "New Year's Day (observed)", + "2033-04-15": "Good Friday", + "2033-04-18": "Easter Monday", + "2033-05-09": "Gospel Day", + "2033-06-11": "King's Birthday", + "2033-08-01": "National Youth Day", + "2033-10-01": "Tuvalu Day", + "2033-10-02": "Tuvalu Day", + "2033-10-03": "Tuvalu Day (observed)", + "2033-10-04": "Tuvalu Day (observed)", + "2033-10-10": "National Children's Day", + "2033-12-25": "Christmas Day", + "2033-12-26": "Boxing Day", + "2033-12-27": "Christmas Day (observed)", + "2034-01-01": "New Year's Day", + "2034-01-02": "New Year's Day (observed)", + "2034-04-07": "Good Friday", + "2034-04-10": "Easter Monday", + "2034-05-15": "Gospel Day", + "2034-06-10": "King's Birthday", + "2034-08-07": "National Youth Day", + "2034-10-01": "Tuvalu Day", + "2034-10-02": "Tuvalu Day", + "2034-10-03": "Tuvalu Day (observed)", + "2034-10-09": "National Children's Day", + "2034-12-25": "Christmas Day", + "2034-12-26": "Boxing Day", + "2035-01-01": "New Year's Day", + "2035-03-23": "Good Friday", + "2035-03-26": "Easter Monday", + "2035-05-14": "Gospel Day", + "2035-06-09": "King's Birthday", + "2035-08-06": "National Youth Day", + "2035-10-01": "Tuvalu Day", + "2035-10-02": "Tuvalu Day", + "2035-10-15": "National Children's Day", + "2035-12-25": "Christmas Day", + "2035-12-26": "Boxing Day", + "2036-01-01": "New Year's Day", + "2036-04-11": "Good Friday", + "2036-04-14": "Easter Monday", + "2036-05-12": "Gospel Day", + "2036-06-14": "King's Birthday", + "2036-08-04": "National Youth Day", + "2036-10-01": "Tuvalu Day", + "2036-10-02": "Tuvalu Day", + "2036-10-13": "National Children's Day", + "2036-12-25": "Christmas Day", + "2036-12-26": "Boxing Day", + "2037-01-01": "New Year's Day", + "2037-04-03": "Good Friday", + "2037-04-06": "Easter Monday", + "2037-05-11": "Gospel Day", + "2037-06-13": "King's Birthday", + "2037-08-03": "National Youth Day", + "2037-10-01": "Tuvalu Day", + "2037-10-02": "Tuvalu Day", + "2037-10-12": "National Children's Day", + "2037-12-25": "Christmas Day", + "2037-12-26": "Boxing Day", + "2037-12-28": "Boxing Day (observed)", + "2038-01-01": "New Year's Day", + "2038-04-23": "Good Friday", + "2038-04-26": "Easter Monday", + "2038-05-10": "Gospel Day", + "2038-06-12": "King's Birthday", + "2038-08-02": "National Youth Day", + "2038-10-01": "Tuvalu Day", + "2038-10-02": "Tuvalu Day", + "2038-10-04": "Tuvalu Day (observed)", + "2038-10-11": "National Children's Day", + "2038-12-25": "Christmas Day", + "2038-12-26": "Boxing Day", + "2038-12-27": "Christmas Day (observed)", + "2038-12-28": "Boxing Day (observed)", + "2039-01-01": "New Year's Day", + "2039-01-03": "New Year's Day (observed)", + "2039-04-08": "Good Friday", + "2039-04-11": "Easter Monday", + "2039-05-09": "Gospel Day", + "2039-06-11": "King's Birthday", + "2039-08-01": "National Youth Day", + "2039-10-01": "Tuvalu Day", + "2039-10-02": "Tuvalu Day", + "2039-10-03": "Tuvalu Day (observed)", + "2039-10-04": "Tuvalu Day (observed)", + "2039-10-10": "National Children's Day", + "2039-12-25": "Christmas Day", + "2039-12-26": "Boxing Day", + "2039-12-27": "Christmas Day (observed)", + "2040-01-01": "New Year's Day", + "2040-01-02": "New Year's Day (observed)", + "2040-03-30": "Good Friday", + "2040-04-02": "Easter Monday", + "2040-05-14": "Gospel Day", + "2040-06-09": "King's Birthday", + "2040-08-06": "National Youth Day", + "2040-10-01": "Tuvalu Day", + "2040-10-02": "Tuvalu Day", + "2040-10-15": "National Children's Day", + "2040-12-25": "Christmas Day", + "2040-12-26": "Boxing Day", + "2041-01-01": "New Year's Day", + "2041-04-19": "Good Friday", + "2041-04-22": "Easter Monday", + "2041-05-13": "Gospel Day", + "2041-06-08": "King's Birthday", + "2041-08-05": "National Youth Day", + "2041-10-01": "Tuvalu Day", + "2041-10-02": "Tuvalu Day", + "2041-10-14": "National Children's Day", + "2041-12-25": "Christmas Day", + "2041-12-26": "Boxing Day", + "2042-01-01": "New Year's Day", + "2042-04-04": "Good Friday", + "2042-04-07": "Easter Monday", + "2042-05-12": "Gospel Day", + "2042-06-14": "King's Birthday", + "2042-08-04": "National Youth Day", + "2042-10-01": "Tuvalu Day", + "2042-10-02": "Tuvalu Day", + "2042-10-13": "National Children's Day", + "2042-12-25": "Christmas Day", + "2042-12-26": "Boxing Day", + "2043-01-01": "New Year's Day", + "2043-03-27": "Good Friday", + "2043-03-30": "Easter Monday", + "2043-05-11": "Gospel Day", + "2043-06-13": "King's Birthday", + "2043-08-03": "National Youth Day", + "2043-10-01": "Tuvalu Day", + "2043-10-02": "Tuvalu Day", + "2043-10-12": "National Children's Day", + "2043-12-25": "Christmas Day", + "2043-12-26": "Boxing Day", + "2043-12-28": "Boxing Day (observed)", + "2044-01-01": "New Year's Day", + "2044-04-15": "Good Friday", + "2044-04-18": "Easter Monday", + "2044-05-09": "Gospel Day", + "2044-06-11": "King's Birthday", + "2044-08-01": "National Youth Day", + "2044-10-01": "Tuvalu Day", + "2044-10-02": "Tuvalu Day", + "2044-10-03": "Tuvalu Day (observed)", + "2044-10-04": "Tuvalu Day (observed)", + "2044-10-10": "National Children's Day", + "2044-12-25": "Christmas Day", + "2044-12-26": "Boxing Day", + "2044-12-27": "Christmas Day (observed)", + "2045-01-01": "New Year's Day", + "2045-01-02": "New Year's Day (observed)", + "2045-04-07": "Good Friday", + "2045-04-10": "Easter Monday", + "2045-05-15": "Gospel Day", + "2045-06-10": "King's Birthday", + "2045-08-07": "National Youth Day", + "2045-10-01": "Tuvalu Day", + "2045-10-02": "Tuvalu Day", + "2045-10-03": "Tuvalu Day (observed)", + "2045-10-09": "National Children's Day", + "2045-12-25": "Christmas Day", + "2045-12-26": "Boxing Day", + "2046-01-01": "New Year's Day", + "2046-03-23": "Good Friday", + "2046-03-26": "Easter Monday", + "2046-05-14": "Gospel Day", + "2046-06-09": "King's Birthday", + "2046-08-06": "National Youth Day", + "2046-10-01": "Tuvalu Day", + "2046-10-02": "Tuvalu Day", + "2046-10-15": "National Children's Day", + "2046-12-25": "Christmas Day", + "2046-12-26": "Boxing Day", + "2047-01-01": "New Year's Day", + "2047-04-12": "Good Friday", + "2047-04-15": "Easter Monday", + "2047-05-13": "Gospel Day", + "2047-06-08": "King's Birthday", + "2047-08-05": "National Youth Day", + "2047-10-01": "Tuvalu Day", + "2047-10-02": "Tuvalu Day", + "2047-10-14": "National Children's Day", + "2047-12-25": "Christmas Day", + "2047-12-26": "Boxing Day", + "2048-01-01": "New Year's Day", + "2048-04-03": "Good Friday", + "2048-04-06": "Easter Monday", + "2048-05-11": "Gospel Day", + "2048-06-13": "King's Birthday", + "2048-08-03": "National Youth Day", + "2048-10-01": "Tuvalu Day", + "2048-10-02": "Tuvalu Day", + "2048-10-12": "National Children's Day", + "2048-12-25": "Christmas Day", + "2048-12-26": "Boxing Day", + "2048-12-28": "Boxing Day (observed)", + "2049-01-01": "New Year's Day", + "2049-04-16": "Good Friday", + "2049-04-19": "Easter Monday", + "2049-05-10": "Gospel Day", + "2049-06-12": "King's Birthday", + "2049-08-02": "National Youth Day", + "2049-10-01": "Tuvalu Day", + "2049-10-02": "Tuvalu Day", + "2049-10-04": "Tuvalu Day (observed)", + "2049-10-11": "National Children's Day", + "2049-12-25": "Christmas Day", + "2049-12-26": "Boxing Day", + "2049-12-27": "Christmas Day (observed)", + "2049-12-28": "Boxing Day (observed)", + "2050-01-01": "New Year's Day", + "2050-01-03": "New Year's Day (observed)", + "2050-04-08": "Good Friday", + "2050-04-11": "Easter Monday", + "2050-05-09": "Gospel Day", + "2050-06-11": "King's Birthday", + "2050-08-01": "National Youth Day", + "2050-10-01": "Tuvalu Day", + "2050-10-02": "Tuvalu Day", + "2050-10-03": "Tuvalu Day (observed)", + "2050-10-04": "Tuvalu Day (observed)", + "2050-10-10": "National Children's Day", + "2050-12-25": "Christmas Day", + "2050-12-26": "Boxing Day", + "2050-12-27": "Christmas Day (observed)" +} diff --git a/snapshots/countries/TV_FUN.json b/snapshots/countries/TV_FUN.json new file mode 100644 index 000000000..96eb34aa2 --- /dev/null +++ b/snapshots/countries/TV_FUN.json @@ -0,0 +1,917 @@ +{ + "1990-01-01": "New Year's Day", + "1990-03-12": "Commonwealth Day", + "1990-04-13": "Good Friday", + "1990-04-16": "Easter Monday", + "1990-04-23": "The Day of the Bombing", + "1990-05-14": "Gospel Day", + "1990-06-09": "Queen's Birthday", + "1990-08-06": "National Children's Day", + "1990-10-01": "Tuvalu Day", + "1990-10-02": "Tuvalu Day", + "1990-10-21": "Cyclone Day", + "1990-11-12": "Heir to the Throne's Birthday", + "1990-12-25": "Christmas Day", + "1990-12-26": "Boxing Day", + "1991-01-01": "New Year's Day", + "1991-03-11": "Commonwealth Day", + "1991-03-29": "Good Friday", + "1991-04-01": "Easter Monday", + "1991-04-23": "The Day of the Bombing", + "1991-05-13": "Gospel Day", + "1991-06-08": "Queen's Birthday", + "1991-08-05": "National Children's Day", + "1991-10-01": "Tuvalu Day", + "1991-10-02": "Tuvalu Day", + "1991-10-21": "Cyclone Day", + "1991-11-11": "Heir to the Throne's Birthday", + "1991-12-25": "Christmas Day", + "1991-12-26": "Boxing Day", + "1992-01-01": "New Year's Day", + "1992-03-09": "Commonwealth Day", + "1992-04-17": "Good Friday", + "1992-04-20": "Easter Monday", + "1992-04-23": "The Day of the Bombing", + "1992-05-11": "Gospel Day", + "1992-06-13": "Queen's Birthday", + "1992-08-03": "National Children's Day", + "1992-10-01": "Tuvalu Day", + "1992-10-02": "Tuvalu Day", + "1992-10-21": "Cyclone Day", + "1992-11-09": "Heir to the Throne's Birthday", + "1992-12-25": "Christmas Day", + "1992-12-26": "Boxing Day", + "1992-12-28": "Boxing Day (observed)", + "1993-01-01": "New Year's Day", + "1993-03-08": "Commonwealth Day", + "1993-04-09": "Good Friday", + "1993-04-12": "Easter Monday", + "1993-04-23": "The Day of the Bombing", + "1993-05-10": "Gospel Day", + "1993-06-12": "Queen's Birthday", + "1993-08-02": "National Children's Day", + "1993-10-01": "Tuvalu Day", + "1993-10-02": "Tuvalu Day", + "1993-10-04": "Tuvalu Day (observed)", + "1993-10-21": "Cyclone Day", + "1993-11-08": "Heir to the Throne's Birthday", + "1993-12-25": "Christmas Day", + "1993-12-26": "Boxing Day", + "1993-12-27": "Christmas Day (observed)", + "1993-12-28": "Boxing Day (observed)", + "1994-01-01": "New Year's Day", + "1994-01-03": "New Year's Day (observed)", + "1994-03-14": "Commonwealth Day", + "1994-04-01": "Good Friday", + "1994-04-04": "Easter Monday", + "1994-04-23": "The Day of the Bombing", + "1994-05-09": "Gospel Day", + "1994-06-11": "Queen's Birthday", + "1994-08-01": "National Children's Day", + "1994-10-01": "Tuvalu Day", + "1994-10-02": "Tuvalu Day", + "1994-10-03": "Tuvalu Day (observed)", + "1994-10-04": "Tuvalu Day (observed)", + "1994-10-21": "Cyclone Day", + "1994-11-14": "Heir to the Throne's Birthday", + "1994-12-25": "Christmas Day", + "1994-12-26": "Boxing Day", + "1994-12-27": "Christmas Day (observed)", + "1995-01-01": "New Year's Day", + "1995-01-02": "New Year's Day (observed)", + "1995-03-13": "Commonwealth Day", + "1995-04-14": "Good Friday", + "1995-04-17": "Easter Monday", + "1995-04-23": "The Day of the Bombing", + "1995-05-15": "Gospel Day", + "1995-06-10": "Queen's Birthday", + "1995-08-07": "National Children's Day", + "1995-10-01": "Tuvalu Day", + "1995-10-02": "Tuvalu Day", + "1995-10-03": "Tuvalu Day (observed)", + "1995-10-21": "Cyclone Day", + "1995-11-13": "Heir to the Throne's Birthday", + "1995-12-25": "Christmas Day", + "1995-12-26": "Boxing Day", + "1996-01-01": "New Year's Day", + "1996-03-11": "Commonwealth Day", + "1996-04-05": "Good Friday", + "1996-04-08": "Easter Monday", + "1996-04-23": "The Day of the Bombing", + "1996-05-13": "Gospel Day", + "1996-06-08": "Queen's Birthday", + "1996-08-05": "National Children's Day", + "1996-10-01": "Tuvalu Day", + "1996-10-02": "Tuvalu Day", + "1996-10-21": "Cyclone Day", + "1996-11-11": "Heir to the Throne's Birthday", + "1996-12-25": "Christmas Day", + "1996-12-26": "Boxing Day", + "1997-01-01": "New Year's Day", + "1997-03-10": "Commonwealth Day", + "1997-03-28": "Good Friday", + "1997-03-31": "Easter Monday", + "1997-04-23": "The Day of the Bombing", + "1997-05-12": "Gospel Day", + "1997-06-14": "Queen's Birthday", + "1997-08-04": "National Children's Day", + "1997-10-01": "Tuvalu Day", + "1997-10-02": "Tuvalu Day", + "1997-10-21": "Cyclone Day", + "1997-11-10": "Heir to the Throne's Birthday", + "1997-12-25": "Christmas Day", + "1997-12-26": "Boxing Day", + "1998-01-01": "New Year's Day", + "1998-03-09": "Commonwealth Day", + "1998-04-10": "Good Friday", + "1998-04-13": "Easter Monday", + "1998-04-23": "The Day of the Bombing", + "1998-05-11": "Gospel Day", + "1998-06-13": "Queen's Birthday", + "1998-08-03": "National Children's Day", + "1998-10-01": "Tuvalu Day", + "1998-10-02": "Tuvalu Day", + "1998-10-21": "Cyclone Day", + "1998-11-09": "Heir to the Throne's Birthday", + "1998-12-25": "Christmas Day", + "1998-12-26": "Boxing Day", + "1998-12-28": "Boxing Day (observed)", + "1999-01-01": "New Year's Day", + "1999-03-08": "Commonwealth Day", + "1999-04-02": "Good Friday", + "1999-04-05": "Easter Monday", + "1999-04-23": "The Day of the Bombing", + "1999-05-10": "Gospel Day", + "1999-06-12": "Queen's Birthday", + "1999-08-02": "National Children's Day", + "1999-10-01": "Tuvalu Day", + "1999-10-02": "Tuvalu Day", + "1999-10-04": "Tuvalu Day (observed)", + "1999-10-21": "Cyclone Day", + "1999-11-08": "Heir to the Throne's Birthday", + "1999-12-25": "Christmas Day", + "1999-12-26": "Boxing Day", + "1999-12-27": "Christmas Day (observed)", + "1999-12-28": "Boxing Day (observed)", + "2000-01-01": "New Year's Day", + "2000-01-03": "New Year's Day (observed)", + "2000-03-13": "Commonwealth Day", + "2000-04-21": "Good Friday", + "2000-04-23": "The Day of the Bombing", + "2000-04-24": "Easter Monday", + "2000-05-15": "Gospel Day", + "2000-06-10": "Queen's Birthday", + "2000-08-07": "National Children's Day", + "2000-10-01": "Tuvalu Day", + "2000-10-02": "Tuvalu Day", + "2000-10-03": "Tuvalu Day (observed)", + "2000-10-21": "Cyclone Day", + "2000-11-13": "Heir to the Throne's Birthday", + "2000-12-25": "Christmas Day", + "2000-12-26": "Boxing Day", + "2001-01-01": "New Year's Day", + "2001-03-12": "Commonwealth Day", + "2001-04-13": "Good Friday", + "2001-04-16": "Easter Monday", + "2001-04-23": "The Day of the Bombing", + "2001-05-14": "Gospel Day", + "2001-06-09": "Queen's Birthday", + "2001-08-06": "National Children's Day", + "2001-10-01": "Tuvalu Day", + "2001-10-02": "Tuvalu Day", + "2001-10-21": "Cyclone Day", + "2001-11-12": "Heir to the Throne's Birthday", + "2001-12-25": "Christmas Day", + "2001-12-26": "Boxing Day", + "2002-01-01": "New Year's Day", + "2002-03-11": "Commonwealth Day", + "2002-03-29": "Good Friday", + "2002-04-01": "Easter Monday", + "2002-04-23": "The Day of the Bombing", + "2002-05-13": "Gospel Day", + "2002-06-08": "Queen's Birthday", + "2002-08-05": "National Children's Day", + "2002-10-01": "Tuvalu Day", + "2002-10-02": "Tuvalu Day", + "2002-10-21": "Cyclone Day", + "2002-11-11": "Heir to the Throne's Birthday", + "2002-12-25": "Christmas Day", + "2002-12-26": "Boxing Day", + "2003-01-01": "New Year's Day", + "2003-03-10": "Commonwealth Day", + "2003-04-18": "Good Friday", + "2003-04-21": "Easter Monday", + "2003-04-23": "The Day of the Bombing", + "2003-05-12": "Gospel Day", + "2003-06-14": "Queen's Birthday", + "2003-08-04": "National Children's Day", + "2003-10-01": "Tuvalu Day", + "2003-10-02": "Tuvalu Day", + "2003-10-21": "Cyclone Day", + "2003-11-10": "Heir to the Throne's Birthday", + "2003-12-25": "Christmas Day", + "2003-12-26": "Boxing Day", + "2004-01-01": "New Year's Day", + "2004-03-08": "Commonwealth Day", + "2004-04-09": "Good Friday", + "2004-04-12": "Easter Monday", + "2004-04-23": "The Day of the Bombing", + "2004-05-10": "Gospel Day", + "2004-06-12": "Queen's Birthday", + "2004-08-02": "National Children's Day", + "2004-10-01": "Tuvalu Day", + "2004-10-02": "Tuvalu Day", + "2004-10-04": "Tuvalu Day (observed)", + "2004-10-21": "Cyclone Day", + "2004-11-08": "Heir to the Throne's Birthday", + "2004-12-25": "Christmas Day", + "2004-12-26": "Boxing Day", + "2004-12-27": "Christmas Day (observed)", + "2004-12-28": "Boxing Day (observed)", + "2005-01-01": "New Year's Day", + "2005-01-03": "New Year's Day (observed)", + "2005-03-14": "Commonwealth Day", + "2005-03-25": "Good Friday", + "2005-03-28": "Easter Monday", + "2005-04-23": "The Day of the Bombing", + "2005-05-09": "Gospel Day", + "2005-06-11": "Queen's Birthday", + "2005-08-01": "National Children's Day", + "2005-10-01": "Tuvalu Day", + "2005-10-02": "Tuvalu Day", + "2005-10-03": "Tuvalu Day (observed)", + "2005-10-04": "Tuvalu Day (observed)", + "2005-10-21": "Cyclone Day", + "2005-11-14": "Heir to the Throne's Birthday", + "2005-12-25": "Christmas Day", + "2005-12-26": "Boxing Day", + "2005-12-27": "Christmas Day (observed)", + "2006-01-01": "New Year's Day", + "2006-01-02": "New Year's Day (observed)", + "2006-03-13": "Commonwealth Day", + "2006-04-14": "Good Friday", + "2006-04-17": "Easter Monday", + "2006-04-23": "The Day of the Bombing", + "2006-05-15": "Gospel Day", + "2006-06-10": "Queen's Birthday", + "2006-08-07": "National Children's Day", + "2006-10-01": "Tuvalu Day", + "2006-10-02": "Tuvalu Day", + "2006-10-03": "Tuvalu Day (observed)", + "2006-10-21": "Cyclone Day", + "2006-11-13": "Heir to the Throne's Birthday", + "2006-12-25": "Christmas Day", + "2006-12-26": "Boxing Day", + "2007-01-01": "New Year's Day", + "2007-03-12": "Commonwealth Day", + "2007-04-06": "Good Friday", + "2007-04-09": "Easter Monday", + "2007-04-23": "The Day of the Bombing", + "2007-05-14": "Gospel Day", + "2007-06-09": "Queen's Birthday", + "2007-08-06": "National Children's Day", + "2007-10-01": "Tuvalu Day", + "2007-10-02": "Tuvalu Day", + "2007-10-21": "Cyclone Day", + "2007-11-12": "Heir to the Throne's Birthday", + "2007-12-25": "Christmas Day", + "2007-12-26": "Boxing Day", + "2008-01-01": "New Year's Day", + "2008-03-10": "Commonwealth Day", + "2008-03-21": "Good Friday", + "2008-03-24": "Easter Monday", + "2008-04-23": "The Day of the Bombing", + "2008-05-12": "Gospel Day", + "2008-06-14": "Queen's Birthday", + "2008-08-04": "National Children's Day", + "2008-10-01": "Tuvalu Day", + "2008-10-02": "Tuvalu Day", + "2008-10-21": "Cyclone Day", + "2008-11-10": "Heir to the Throne's Birthday", + "2008-12-25": "Christmas Day", + "2008-12-26": "Boxing Day", + "2009-01-01": "New Year's Day", + "2009-03-09": "Commonwealth Day", + "2009-04-10": "Good Friday", + "2009-04-13": "Easter Monday", + "2009-04-23": "The Day of the Bombing", + "2009-05-11": "Gospel Day", + "2009-06-13": "Queen's Birthday", + "2009-08-03": "National Children's Day", + "2009-10-01": "Tuvalu Day", + "2009-10-02": "Tuvalu Day", + "2009-10-21": "Cyclone Day", + "2009-11-09": "Heir to the Throne's Birthday", + "2009-12-25": "Christmas Day", + "2009-12-26": "Boxing Day", + "2009-12-28": "Boxing Day (observed)", + "2010-01-01": "New Year's Day", + "2010-03-08": "Commonwealth Day", + "2010-04-02": "Good Friday", + "2010-04-05": "Easter Monday", + "2010-04-23": "The Day of the Bombing", + "2010-05-10": "Gospel Day", + "2010-06-12": "Queen's Birthday", + "2010-08-02": "National Children's Day", + "2010-10-01": "Tuvalu Day", + "2010-10-02": "Tuvalu Day", + "2010-10-04": "Tuvalu Day (observed)", + "2010-10-21": "Cyclone Day", + "2010-11-08": "Heir to the Throne's Birthday", + "2010-12-25": "Christmas Day", + "2010-12-26": "Boxing Day", + "2010-12-27": "Christmas Day (observed)", + "2010-12-28": "Boxing Day (observed)", + "2011-01-01": "New Year's Day", + "2011-01-03": "New Year's Day (observed)", + "2011-03-14": "Commonwealth Day", + "2011-04-22": "Good Friday", + "2011-04-23": "The Day of the Bombing", + "2011-04-25": "Easter Monday", + "2011-05-09": "Gospel Day", + "2011-06-11": "Queen's Birthday", + "2011-08-01": "National Children's Day", + "2011-10-01": "Tuvalu Day", + "2011-10-02": "Tuvalu Day", + "2011-10-03": "Tuvalu Day (observed)", + "2011-10-04": "Tuvalu Day (observed)", + "2011-10-21": "Cyclone Day", + "2011-11-14": "Heir to the Throne's Birthday", + "2011-12-25": "Christmas Day", + "2011-12-26": "Boxing Day", + "2011-12-27": "Christmas Day (observed)", + "2012-01-01": "New Year's Day", + "2012-01-02": "New Year's Day (observed)", + "2012-03-12": "Commonwealth Day", + "2012-04-06": "Good Friday", + "2012-04-09": "Easter Monday", + "2012-04-23": "The Day of the Bombing", + "2012-05-14": "Gospel Day", + "2012-06-09": "Queen's Birthday", + "2012-08-06": "National Children's Day", + "2012-10-01": "Tuvalu Day", + "2012-10-02": "Tuvalu Day", + "2012-10-21": "Cyclone Day", + "2012-11-12": "Heir to the Throne's Birthday", + "2012-12-25": "Christmas Day", + "2012-12-26": "Boxing Day", + "2013-01-01": "New Year's Day", + "2013-03-11": "Commonwealth Day", + "2013-03-29": "Good Friday", + "2013-04-01": "Easter Monday", + "2013-04-23": "The Day of the Bombing", + "2013-05-13": "Gospel Day", + "2013-06-08": "Queen's Birthday", + "2013-08-05": "National Children's Day", + "2013-10-01": "Tuvalu Day", + "2013-10-02": "Tuvalu Day", + "2013-10-21": "Cyclone Day", + "2013-11-11": "Heir to the Throne's Birthday", + "2013-12-25": "Christmas Day", + "2013-12-26": "Boxing Day", + "2014-01-01": "New Year's Day", + "2014-03-10": "Commonwealth Day", + "2014-04-18": "Good Friday", + "2014-04-21": "Easter Monday", + "2014-04-23": "The Day of the Bombing", + "2014-05-12": "Gospel Day", + "2014-06-14": "Queen's Birthday", + "2014-08-04": "National Children's Day", + "2014-10-01": "Tuvalu Day", + "2014-10-02": "Tuvalu Day", + "2014-10-21": "Cyclone Day", + "2014-11-10": "Heir to the Throne's Birthday", + "2014-12-25": "Christmas Day", + "2014-12-26": "Boxing Day", + "2015-01-01": "New Year's Day", + "2015-03-09": "Commonwealth Day", + "2015-04-03": "Good Friday", + "2015-04-06": "Easter Monday", + "2015-04-23": "The Day of the Bombing", + "2015-05-11": "Gospel Day", + "2015-06-13": "Queen's Birthday", + "2015-08-03": "National Children's Day", + "2015-10-01": "Tuvalu Day", + "2015-10-02": "Tuvalu Day", + "2015-10-21": "Cyclone Day", + "2015-11-09": "Heir to the Throne's Birthday", + "2015-12-25": "Christmas Day", + "2015-12-26": "Boxing Day", + "2015-12-28": "Boxing Day (observed)", + "2016-01-01": "New Year's Day", + "2016-03-14": "Commonwealth Day", + "2016-03-25": "Good Friday", + "2016-03-28": "Easter Monday", + "2016-04-23": "The Day of the Bombing", + "2016-05-09": "Gospel Day", + "2016-06-11": "Queen's Birthday", + "2016-08-01": "National Children's Day", + "2016-10-01": "Tuvalu Day", + "2016-10-02": "Tuvalu Day", + "2016-10-03": "Tuvalu Day (observed)", + "2016-10-04": "Tuvalu Day (observed)", + "2016-10-21": "Cyclone Day", + "2016-11-14": "Heir to the Throne's Birthday", + "2016-12-25": "Christmas Day", + "2016-12-26": "Boxing Day", + "2016-12-27": "Christmas Day (observed)", + "2017-01-01": "New Year's Day", + "2017-01-02": "New Year's Day (observed)", + "2017-03-13": "Commonwealth Day", + "2017-04-14": "Good Friday", + "2017-04-17": "Easter Monday", + "2017-04-23": "The Day of the Bombing", + "2017-05-15": "Gospel Day", + "2017-06-10": "Queen's Birthday", + "2017-08-07": "National Children's Day", + "2017-10-01": "Tuvalu Day", + "2017-10-02": "Tuvalu Day", + "2017-10-03": "Tuvalu Day (observed)", + "2017-10-21": "Cyclone Day", + "2017-11-13": "Heir to the Throne's Birthday", + "2017-12-25": "Christmas Day", + "2017-12-26": "Boxing Day", + "2018-01-01": "New Year's Day", + "2018-03-12": "Commonwealth Day", + "2018-03-30": "Good Friday", + "2018-04-02": "Easter Monday", + "2018-04-23": "The Day of the Bombing", + "2018-05-14": "Gospel Day", + "2018-06-09": "Queen's Birthday", + "2018-08-06": "National Children's Day", + "2018-10-01": "Tuvalu Day", + "2018-10-02": "Tuvalu Day", + "2018-10-21": "Cyclone Day", + "2018-11-12": "Heir to the Throne's Birthday", + "2018-12-25": "Christmas Day", + "2018-12-26": "Boxing Day", + "2019-01-01": "New Year's Day", + "2019-03-11": "Commonwealth Day", + "2019-04-19": "Good Friday", + "2019-04-22": "Easter Monday", + "2019-04-23": "The Day of the Bombing", + "2019-05-13": "Gospel Day", + "2019-06-08": "Queen's Birthday", + "2019-08-05": "National Youth Day", + "2019-10-01": "Tuvalu Day", + "2019-10-02": "Tuvalu Day", + "2019-10-14": "National Children's Day", + "2019-10-21": "Cyclone Day", + "2019-11-11": "Heir to the Throne's Birthday", + "2019-12-25": "Christmas Day", + "2019-12-26": "Boxing Day", + "2020-01-01": "New Year's Day", + "2020-03-09": "Commonwealth Day", + "2020-04-10": "Good Friday", + "2020-04-13": "Easter Monday", + "2020-04-23": "The Day of the Bombing", + "2020-05-11": "Gospel Day", + "2020-06-13": "Queen's Birthday", + "2020-08-03": "National Youth Day", + "2020-10-01": "Tuvalu Day", + "2020-10-02": "Tuvalu Day", + "2020-10-12": "National Children's Day", + "2020-10-21": "Cyclone Day", + "2020-11-09": "Heir to the Throne's Birthday", + "2020-12-25": "Christmas Day", + "2020-12-26": "Boxing Day", + "2020-12-28": "Boxing Day (observed)", + "2021-01-01": "New Year's Day", + "2021-04-02": "Good Friday", + "2021-04-05": "Easter Monday", + "2021-04-23": "The Day of the Bombing", + "2021-05-10": "Gospel Day", + "2021-06-12": "Queen's Birthday", + "2021-08-02": "National Youth Day", + "2021-10-01": "Tuvalu Day", + "2021-10-02": "Tuvalu Day", + "2021-10-04": "Tuvalu Day (observed)", + "2021-10-11": "National Children's Day", + "2021-10-21": "Cyclone Day", + "2021-11-08": "Heir to the Throne's Birthday", + "2021-12-25": "Christmas Day", + "2021-12-26": "Boxing Day", + "2021-12-27": "Christmas Day (observed)", + "2021-12-28": "Boxing Day (observed)", + "2022-01-01": "New Year's Day", + "2022-01-03": "New Year's Day (observed)", + "2022-04-15": "Good Friday", + "2022-04-18": "Easter Monday", + "2022-04-23": "The Day of the Bombing", + "2022-05-09": "Gospel Day", + "2022-06-11": "Queen's Birthday", + "2022-08-01": "National Youth Day", + "2022-10-01": "Tuvalu Day", + "2022-10-02": "Tuvalu Day", + "2022-10-03": "Tuvalu Day (observed)", + "2022-10-04": "Tuvalu Day (observed)", + "2022-10-10": "National Children's Day", + "2022-10-21": "Cyclone Day", + "2022-11-14": "Heir to the Throne's Birthday", + "2022-12-25": "Christmas Day", + "2022-12-26": "Boxing Day", + "2022-12-27": "Christmas Day (observed)", + "2023-01-01": "New Year's Day", + "2023-01-02": "New Year's Day (observed)", + "2023-04-07": "Good Friday", + "2023-04-10": "Easter Monday", + "2023-04-23": "The Day of the Bombing", + "2023-05-15": "Gospel Day", + "2023-06-10": "King's Birthday", + "2023-08-07": "National Youth Day", + "2023-10-01": "Tuvalu Day", + "2023-10-02": "Tuvalu Day", + "2023-10-03": "Tuvalu Day (observed)", + "2023-10-09": "National Children's Day", + "2023-10-21": "Cyclone Day", + "2023-12-25": "Christmas Day", + "2023-12-26": "Boxing Day", + "2024-01-01": "New Year's Day", + "2024-03-29": "Good Friday", + "2024-04-01": "Easter Monday", + "2024-04-23": "The Day of the Bombing", + "2024-05-13": "Gospel Day", + "2024-06-08": "King's Birthday", + "2024-08-05": "National Youth Day", + "2024-10-01": "Tuvalu Day", + "2024-10-02": "Tuvalu Day", + "2024-10-14": "National Children's Day", + "2024-10-21": "Cyclone Day", + "2024-12-25": "Christmas Day", + "2024-12-26": "Boxing Day", + "2025-01-01": "New Year's Day", + "2025-04-18": "Good Friday", + "2025-04-21": "Easter Monday", + "2025-04-23": "The Day of the Bombing", + "2025-05-12": "Gospel Day", + "2025-06-14": "King's Birthday", + "2025-08-04": "National Youth Day", + "2025-10-01": "Tuvalu Day", + "2025-10-02": "Tuvalu Day", + "2025-10-13": "National Children's Day", + "2025-10-21": "Cyclone Day", + "2025-12-25": "Christmas Day", + "2025-12-26": "Boxing Day", + "2026-01-01": "New Year's Day", + "2026-04-03": "Good Friday", + "2026-04-06": "Easter Monday", + "2026-04-23": "The Day of the Bombing", + "2026-05-11": "Gospel Day", + "2026-06-13": "King's Birthday", + "2026-08-03": "National Youth Day", + "2026-10-01": "Tuvalu Day", + "2026-10-02": "Tuvalu Day", + "2026-10-12": "National Children's Day", + "2026-10-21": "Cyclone Day", + "2026-12-25": "Christmas Day", + "2026-12-26": "Boxing Day", + "2026-12-28": "Boxing Day (observed)", + "2027-01-01": "New Year's Day", + "2027-03-26": "Good Friday", + "2027-03-29": "Easter Monday", + "2027-04-23": "The Day of the Bombing", + "2027-05-10": "Gospel Day", + "2027-06-12": "King's Birthday", + "2027-08-02": "National Youth Day", + "2027-10-01": "Tuvalu Day", + "2027-10-02": "Tuvalu Day", + "2027-10-04": "Tuvalu Day (observed)", + "2027-10-11": "National Children's Day", + "2027-10-21": "Cyclone Day", + "2027-12-25": "Christmas Day", + "2027-12-26": "Boxing Day", + "2027-12-27": "Christmas Day (observed)", + "2027-12-28": "Boxing Day (observed)", + "2028-01-01": "New Year's Day", + "2028-01-03": "New Year's Day (observed)", + "2028-04-14": "Good Friday", + "2028-04-17": "Easter Monday", + "2028-04-23": "The Day of the Bombing", + "2028-05-15": "Gospel Day", + "2028-06-10": "King's Birthday", + "2028-08-07": "National Youth Day", + "2028-10-01": "Tuvalu Day", + "2028-10-02": "Tuvalu Day", + "2028-10-03": "Tuvalu Day (observed)", + "2028-10-09": "National Children's Day", + "2028-10-21": "Cyclone Day", + "2028-12-25": "Christmas Day", + "2028-12-26": "Boxing Day", + "2029-01-01": "New Year's Day", + "2029-03-30": "Good Friday", + "2029-04-02": "Easter Monday", + "2029-04-23": "The Day of the Bombing", + "2029-05-14": "Gospel Day", + "2029-06-09": "King's Birthday", + "2029-08-06": "National Youth Day", + "2029-10-01": "Tuvalu Day", + "2029-10-02": "Tuvalu Day", + "2029-10-15": "National Children's Day", + "2029-10-21": "Cyclone Day", + "2029-12-25": "Christmas Day", + "2029-12-26": "Boxing Day", + "2030-01-01": "New Year's Day", + "2030-04-19": "Good Friday", + "2030-04-22": "Easter Monday", + "2030-04-23": "The Day of the Bombing", + "2030-05-13": "Gospel Day", + "2030-06-08": "King's Birthday", + "2030-08-05": "National Youth Day", + "2030-10-01": "Tuvalu Day", + "2030-10-02": "Tuvalu Day", + "2030-10-14": "National Children's Day", + "2030-10-21": "Cyclone Day", + "2030-12-25": "Christmas Day", + "2030-12-26": "Boxing Day", + "2031-01-01": "New Year's Day", + "2031-04-11": "Good Friday", + "2031-04-14": "Easter Monday", + "2031-04-23": "The Day of the Bombing", + "2031-05-12": "Gospel Day", + "2031-06-14": "King's Birthday", + "2031-08-04": "National Youth Day", + "2031-10-01": "Tuvalu Day", + "2031-10-02": "Tuvalu Day", + "2031-10-13": "National Children's Day", + "2031-10-21": "Cyclone Day", + "2031-12-25": "Christmas Day", + "2031-12-26": "Boxing Day", + "2032-01-01": "New Year's Day", + "2032-03-26": "Good Friday", + "2032-03-29": "Easter Monday", + "2032-04-23": "The Day of the Bombing", + "2032-05-10": "Gospel Day", + "2032-06-12": "King's Birthday", + "2032-08-02": "National Youth Day", + "2032-10-01": "Tuvalu Day", + "2032-10-02": "Tuvalu Day", + "2032-10-04": "Tuvalu Day (observed)", + "2032-10-11": "National Children's Day", + "2032-10-21": "Cyclone Day", + "2032-12-25": "Christmas Day", + "2032-12-26": "Boxing Day", + "2032-12-27": "Christmas Day (observed)", + "2032-12-28": "Boxing Day (observed)", + "2033-01-01": "New Year's Day", + "2033-01-03": "New Year's Day (observed)", + "2033-04-15": "Good Friday", + "2033-04-18": "Easter Monday", + "2033-04-23": "The Day of the Bombing", + "2033-05-09": "Gospel Day", + "2033-06-11": "King's Birthday", + "2033-08-01": "National Youth Day", + "2033-10-01": "Tuvalu Day", + "2033-10-02": "Tuvalu Day", + "2033-10-03": "Tuvalu Day (observed)", + "2033-10-04": "Tuvalu Day (observed)", + "2033-10-10": "National Children's Day", + "2033-10-21": "Cyclone Day", + "2033-12-25": "Christmas Day", + "2033-12-26": "Boxing Day", + "2033-12-27": "Christmas Day (observed)", + "2034-01-01": "New Year's Day", + "2034-01-02": "New Year's Day (observed)", + "2034-04-07": "Good Friday", + "2034-04-10": "Easter Monday", + "2034-04-23": "The Day of the Bombing", + "2034-05-15": "Gospel Day", + "2034-06-10": "King's Birthday", + "2034-08-07": "National Youth Day", + "2034-10-01": "Tuvalu Day", + "2034-10-02": "Tuvalu Day", + "2034-10-03": "Tuvalu Day (observed)", + "2034-10-09": "National Children's Day", + "2034-10-21": "Cyclone Day", + "2034-12-25": "Christmas Day", + "2034-12-26": "Boxing Day", + "2035-01-01": "New Year's Day", + "2035-03-23": "Good Friday", + "2035-03-26": "Easter Monday", + "2035-04-23": "The Day of the Bombing", + "2035-05-14": "Gospel Day", + "2035-06-09": "King's Birthday", + "2035-08-06": "National Youth Day", + "2035-10-01": "Tuvalu Day", + "2035-10-02": "Tuvalu Day", + "2035-10-15": "National Children's Day", + "2035-10-21": "Cyclone Day", + "2035-12-25": "Christmas Day", + "2035-12-26": "Boxing Day", + "2036-01-01": "New Year's Day", + "2036-04-11": "Good Friday", + "2036-04-14": "Easter Monday", + "2036-04-23": "The Day of the Bombing", + "2036-05-12": "Gospel Day", + "2036-06-14": "King's Birthday", + "2036-08-04": "National Youth Day", + "2036-10-01": "Tuvalu Day", + "2036-10-02": "Tuvalu Day", + "2036-10-13": "National Children's Day", + "2036-10-21": "Cyclone Day", + "2036-12-25": "Christmas Day", + "2036-12-26": "Boxing Day", + "2037-01-01": "New Year's Day", + "2037-04-03": "Good Friday", + "2037-04-06": "Easter Monday", + "2037-04-23": "The Day of the Bombing", + "2037-05-11": "Gospel Day", + "2037-06-13": "King's Birthday", + "2037-08-03": "National Youth Day", + "2037-10-01": "Tuvalu Day", + "2037-10-02": "Tuvalu Day", + "2037-10-12": "National Children's Day", + "2037-10-21": "Cyclone Day", + "2037-12-25": "Christmas Day", + "2037-12-26": "Boxing Day", + "2037-12-28": "Boxing Day (observed)", + "2038-01-01": "New Year's Day", + "2038-04-23": "Good Friday; The Day of the Bombing", + "2038-04-26": "Easter Monday", + "2038-05-10": "Gospel Day", + "2038-06-12": "King's Birthday", + "2038-08-02": "National Youth Day", + "2038-10-01": "Tuvalu Day", + "2038-10-02": "Tuvalu Day", + "2038-10-04": "Tuvalu Day (observed)", + "2038-10-11": "National Children's Day", + "2038-10-21": "Cyclone Day", + "2038-12-25": "Christmas Day", + "2038-12-26": "Boxing Day", + "2038-12-27": "Christmas Day (observed)", + "2038-12-28": "Boxing Day (observed)", + "2039-01-01": "New Year's Day", + "2039-01-03": "New Year's Day (observed)", + "2039-04-08": "Good Friday", + "2039-04-11": "Easter Monday", + "2039-04-23": "The Day of the Bombing", + "2039-05-09": "Gospel Day", + "2039-06-11": "King's Birthday", + "2039-08-01": "National Youth Day", + "2039-10-01": "Tuvalu Day", + "2039-10-02": "Tuvalu Day", + "2039-10-03": "Tuvalu Day (observed)", + "2039-10-04": "Tuvalu Day (observed)", + "2039-10-10": "National Children's Day", + "2039-10-21": "Cyclone Day", + "2039-12-25": "Christmas Day", + "2039-12-26": "Boxing Day", + "2039-12-27": "Christmas Day (observed)", + "2040-01-01": "New Year's Day", + "2040-01-02": "New Year's Day (observed)", + "2040-03-30": "Good Friday", + "2040-04-02": "Easter Monday", + "2040-04-23": "The Day of the Bombing", + "2040-05-14": "Gospel Day", + "2040-06-09": "King's Birthday", + "2040-08-06": "National Youth Day", + "2040-10-01": "Tuvalu Day", + "2040-10-02": "Tuvalu Day", + "2040-10-15": "National Children's Day", + "2040-10-21": "Cyclone Day", + "2040-12-25": "Christmas Day", + "2040-12-26": "Boxing Day", + "2041-01-01": "New Year's Day", + "2041-04-19": "Good Friday", + "2041-04-22": "Easter Monday", + "2041-04-23": "The Day of the Bombing", + "2041-05-13": "Gospel Day", + "2041-06-08": "King's Birthday", + "2041-08-05": "National Youth Day", + "2041-10-01": "Tuvalu Day", + "2041-10-02": "Tuvalu Day", + "2041-10-14": "National Children's Day", + "2041-10-21": "Cyclone Day", + "2041-12-25": "Christmas Day", + "2041-12-26": "Boxing Day", + "2042-01-01": "New Year's Day", + "2042-04-04": "Good Friday", + "2042-04-07": "Easter Monday", + "2042-04-23": "The Day of the Bombing", + "2042-05-12": "Gospel Day", + "2042-06-14": "King's Birthday", + "2042-08-04": "National Youth Day", + "2042-10-01": "Tuvalu Day", + "2042-10-02": "Tuvalu Day", + "2042-10-13": "National Children's Day", + "2042-10-21": "Cyclone Day", + "2042-12-25": "Christmas Day", + "2042-12-26": "Boxing Day", + "2043-01-01": "New Year's Day", + "2043-03-27": "Good Friday", + "2043-03-30": "Easter Monday", + "2043-04-23": "The Day of the Bombing", + "2043-05-11": "Gospel Day", + "2043-06-13": "King's Birthday", + "2043-08-03": "National Youth Day", + "2043-10-01": "Tuvalu Day", + "2043-10-02": "Tuvalu Day", + "2043-10-12": "National Children's Day", + "2043-10-21": "Cyclone Day", + "2043-12-25": "Christmas Day", + "2043-12-26": "Boxing Day", + "2043-12-28": "Boxing Day (observed)", + "2044-01-01": "New Year's Day", + "2044-04-15": "Good Friday", + "2044-04-18": "Easter Monday", + "2044-04-23": "The Day of the Bombing", + "2044-05-09": "Gospel Day", + "2044-06-11": "King's Birthday", + "2044-08-01": "National Youth Day", + "2044-10-01": "Tuvalu Day", + "2044-10-02": "Tuvalu Day", + "2044-10-03": "Tuvalu Day (observed)", + "2044-10-04": "Tuvalu Day (observed)", + "2044-10-10": "National Children's Day", + "2044-10-21": "Cyclone Day", + "2044-12-25": "Christmas Day", + "2044-12-26": "Boxing Day", + "2044-12-27": "Christmas Day (observed)", + "2045-01-01": "New Year's Day", + "2045-01-02": "New Year's Day (observed)", + "2045-04-07": "Good Friday", + "2045-04-10": "Easter Monday", + "2045-04-23": "The Day of the Bombing", + "2045-05-15": "Gospel Day", + "2045-06-10": "King's Birthday", + "2045-08-07": "National Youth Day", + "2045-10-01": "Tuvalu Day", + "2045-10-02": "Tuvalu Day", + "2045-10-03": "Tuvalu Day (observed)", + "2045-10-09": "National Children's Day", + "2045-10-21": "Cyclone Day", + "2045-12-25": "Christmas Day", + "2045-12-26": "Boxing Day", + "2046-01-01": "New Year's Day", + "2046-03-23": "Good Friday", + "2046-03-26": "Easter Monday", + "2046-04-23": "The Day of the Bombing", + "2046-05-14": "Gospel Day", + "2046-06-09": "King's Birthday", + "2046-08-06": "National Youth Day", + "2046-10-01": "Tuvalu Day", + "2046-10-02": "Tuvalu Day", + "2046-10-15": "National Children's Day", + "2046-10-21": "Cyclone Day", + "2046-12-25": "Christmas Day", + "2046-12-26": "Boxing Day", + "2047-01-01": "New Year's Day", + "2047-04-12": "Good Friday", + "2047-04-15": "Easter Monday", + "2047-04-23": "The Day of the Bombing", + "2047-05-13": "Gospel Day", + "2047-06-08": "King's Birthday", + "2047-08-05": "National Youth Day", + "2047-10-01": "Tuvalu Day", + "2047-10-02": "Tuvalu Day", + "2047-10-14": "National Children's Day", + "2047-10-21": "Cyclone Day", + "2047-12-25": "Christmas Day", + "2047-12-26": "Boxing Day", + "2048-01-01": "New Year's Day", + "2048-04-03": "Good Friday", + "2048-04-06": "Easter Monday", + "2048-04-23": "The Day of the Bombing", + "2048-05-11": "Gospel Day", + "2048-06-13": "King's Birthday", + "2048-08-03": "National Youth Day", + "2048-10-01": "Tuvalu Day", + "2048-10-02": "Tuvalu Day", + "2048-10-12": "National Children's Day", + "2048-10-21": "Cyclone Day", + "2048-12-25": "Christmas Day", + "2048-12-26": "Boxing Day", + "2048-12-28": "Boxing Day (observed)", + "2049-01-01": "New Year's Day", + "2049-04-16": "Good Friday", + "2049-04-19": "Easter Monday", + "2049-04-23": "The Day of the Bombing", + "2049-05-10": "Gospel Day", + "2049-06-12": "King's Birthday", + "2049-08-02": "National Youth Day", + "2049-10-01": "Tuvalu Day", + "2049-10-02": "Tuvalu Day", + "2049-10-04": "Tuvalu Day (observed)", + "2049-10-11": "National Children's Day", + "2049-10-21": "Cyclone Day", + "2049-12-25": "Christmas Day", + "2049-12-26": "Boxing Day", + "2049-12-27": "Christmas Day (observed)", + "2049-12-28": "Boxing Day (observed)", + "2050-01-01": "New Year's Day", + "2050-01-03": "New Year's Day (observed)", + "2050-04-08": "Good Friday", + "2050-04-11": "Easter Monday", + "2050-04-23": "The Day of the Bombing", + "2050-05-09": "Gospel Day", + "2050-06-11": "King's Birthday", + "2050-08-01": "National Youth Day", + "2050-10-01": "Tuvalu Day", + "2050-10-02": "Tuvalu Day", + "2050-10-03": "Tuvalu Day (observed)", + "2050-10-04": "Tuvalu Day (observed)", + "2050-10-10": "National Children's Day", + "2050-10-21": "Cyclone Day", + "2050-12-25": "Christmas Day", + "2050-12-26": "Boxing Day", + "2050-12-27": "Christmas Day (observed)" +} diff --git a/snapshots/countries/TV_NIT.json b/snapshots/countries/TV_NIT.json new file mode 100644 index 000000000..3020a2bdb --- /dev/null +++ b/snapshots/countries/TV_NIT.json @@ -0,0 +1,857 @@ +{ + "1990-01-01": "New Year's Day", + "1990-03-12": "Commonwealth Day", + "1990-04-13": "Good Friday", + "1990-04-16": "Easter Monday", + "1990-05-14": "Gospel Day", + "1990-06-09": "Queen's Birthday", + "1990-08-06": "National Children's Day", + "1990-09-17": "Niutao Day", + "1990-10-01": "Tuvalu Day", + "1990-10-02": "Tuvalu Day", + "1990-11-12": "Heir to the Throne's Birthday", + "1990-12-25": "Christmas Day", + "1990-12-26": "Boxing Day", + "1991-01-01": "New Year's Day", + "1991-03-11": "Commonwealth Day", + "1991-03-29": "Good Friday", + "1991-04-01": "Easter Monday", + "1991-05-13": "Gospel Day", + "1991-06-08": "Queen's Birthday", + "1991-08-05": "National Children's Day", + "1991-09-17": "Niutao Day", + "1991-10-01": "Tuvalu Day", + "1991-10-02": "Tuvalu Day", + "1991-11-11": "Heir to the Throne's Birthday", + "1991-12-25": "Christmas Day", + "1991-12-26": "Boxing Day", + "1992-01-01": "New Year's Day", + "1992-03-09": "Commonwealth Day", + "1992-04-17": "Good Friday", + "1992-04-20": "Easter Monday", + "1992-05-11": "Gospel Day", + "1992-06-13": "Queen's Birthday", + "1992-08-03": "National Children's Day", + "1992-09-17": "Niutao Day", + "1992-10-01": "Tuvalu Day", + "1992-10-02": "Tuvalu Day", + "1992-11-09": "Heir to the Throne's Birthday", + "1992-12-25": "Christmas Day", + "1992-12-26": "Boxing Day", + "1992-12-28": "Boxing Day (observed)", + "1993-01-01": "New Year's Day", + "1993-03-08": "Commonwealth Day", + "1993-04-09": "Good Friday", + "1993-04-12": "Easter Monday", + "1993-05-10": "Gospel Day", + "1993-06-12": "Queen's Birthday", + "1993-08-02": "National Children's Day", + "1993-09-17": "Niutao Day", + "1993-10-01": "Tuvalu Day", + "1993-10-02": "Tuvalu Day", + "1993-10-04": "Tuvalu Day (observed)", + "1993-11-08": "Heir to the Throne's Birthday", + "1993-12-25": "Christmas Day", + "1993-12-26": "Boxing Day", + "1993-12-27": "Christmas Day (observed)", + "1993-12-28": "Boxing Day (observed)", + "1994-01-01": "New Year's Day", + "1994-01-03": "New Year's Day (observed)", + "1994-03-14": "Commonwealth Day", + "1994-04-01": "Good Friday", + "1994-04-04": "Easter Monday", + "1994-05-09": "Gospel Day", + "1994-06-11": "Queen's Birthday", + "1994-08-01": "National Children's Day", + "1994-09-17": "Niutao Day", + "1994-10-01": "Tuvalu Day", + "1994-10-02": "Tuvalu Day", + "1994-10-03": "Tuvalu Day (observed)", + "1994-10-04": "Tuvalu Day (observed)", + "1994-11-14": "Heir to the Throne's Birthday", + "1994-12-25": "Christmas Day", + "1994-12-26": "Boxing Day", + "1994-12-27": "Christmas Day (observed)", + "1995-01-01": "New Year's Day", + "1995-01-02": "New Year's Day (observed)", + "1995-03-13": "Commonwealth Day", + "1995-04-14": "Good Friday", + "1995-04-17": "Easter Monday", + "1995-05-15": "Gospel Day", + "1995-06-10": "Queen's Birthday", + "1995-08-07": "National Children's Day", + "1995-09-17": "Niutao Day", + "1995-10-01": "Tuvalu Day", + "1995-10-02": "Tuvalu Day", + "1995-10-03": "Tuvalu Day (observed)", + "1995-11-13": "Heir to the Throne's Birthday", + "1995-12-25": "Christmas Day", + "1995-12-26": "Boxing Day", + "1996-01-01": "New Year's Day", + "1996-03-11": "Commonwealth Day", + "1996-04-05": "Good Friday", + "1996-04-08": "Easter Monday", + "1996-05-13": "Gospel Day", + "1996-06-08": "Queen's Birthday", + "1996-08-05": "National Children's Day", + "1996-09-17": "Niutao Day", + "1996-10-01": "Tuvalu Day", + "1996-10-02": "Tuvalu Day", + "1996-11-11": "Heir to the Throne's Birthday", + "1996-12-25": "Christmas Day", + "1996-12-26": "Boxing Day", + "1997-01-01": "New Year's Day", + "1997-03-10": "Commonwealth Day", + "1997-03-28": "Good Friday", + "1997-03-31": "Easter Monday", + "1997-05-12": "Gospel Day", + "1997-06-14": "Queen's Birthday", + "1997-08-04": "National Children's Day", + "1997-09-17": "Niutao Day", + "1997-10-01": "Tuvalu Day", + "1997-10-02": "Tuvalu Day", + "1997-11-10": "Heir to the Throne's Birthday", + "1997-12-25": "Christmas Day", + "1997-12-26": "Boxing Day", + "1998-01-01": "New Year's Day", + "1998-03-09": "Commonwealth Day", + "1998-04-10": "Good Friday", + "1998-04-13": "Easter Monday", + "1998-05-11": "Gospel Day", + "1998-06-13": "Queen's Birthday", + "1998-08-03": "National Children's Day", + "1998-09-17": "Niutao Day", + "1998-10-01": "Tuvalu Day", + "1998-10-02": "Tuvalu Day", + "1998-11-09": "Heir to the Throne's Birthday", + "1998-12-25": "Christmas Day", + "1998-12-26": "Boxing Day", + "1998-12-28": "Boxing Day (observed)", + "1999-01-01": "New Year's Day", + "1999-03-08": "Commonwealth Day", + "1999-04-02": "Good Friday", + "1999-04-05": "Easter Monday", + "1999-05-10": "Gospel Day", + "1999-06-12": "Queen's Birthday", + "1999-08-02": "National Children's Day", + "1999-09-17": "Niutao Day", + "1999-10-01": "Tuvalu Day", + "1999-10-02": "Tuvalu Day", + "1999-10-04": "Tuvalu Day (observed)", + "1999-11-08": "Heir to the Throne's Birthday", + "1999-12-25": "Christmas Day", + "1999-12-26": "Boxing Day", + "1999-12-27": "Christmas Day (observed)", + "1999-12-28": "Boxing Day (observed)", + "2000-01-01": "New Year's Day", + "2000-01-03": "New Year's Day (observed)", + "2000-03-13": "Commonwealth Day", + "2000-04-21": "Good Friday", + "2000-04-24": "Easter Monday", + "2000-05-15": "Gospel Day", + "2000-06-10": "Queen's Birthday", + "2000-08-07": "National Children's Day", + "2000-09-17": "Niutao Day", + "2000-10-01": "Tuvalu Day", + "2000-10-02": "Tuvalu Day", + "2000-10-03": "Tuvalu Day (observed)", + "2000-11-13": "Heir to the Throne's Birthday", + "2000-12-25": "Christmas Day", + "2000-12-26": "Boxing Day", + "2001-01-01": "New Year's Day", + "2001-03-12": "Commonwealth Day", + "2001-04-13": "Good Friday", + "2001-04-16": "Easter Monday", + "2001-05-14": "Gospel Day", + "2001-06-09": "Queen's Birthday", + "2001-08-06": "National Children's Day", + "2001-09-17": "Niutao Day", + "2001-10-01": "Tuvalu Day", + "2001-10-02": "Tuvalu Day", + "2001-11-12": "Heir to the Throne's Birthday", + "2001-12-25": "Christmas Day", + "2001-12-26": "Boxing Day", + "2002-01-01": "New Year's Day", + "2002-03-11": "Commonwealth Day", + "2002-03-29": "Good Friday", + "2002-04-01": "Easter Monday", + "2002-05-13": "Gospel Day", + "2002-06-08": "Queen's Birthday", + "2002-08-05": "National Children's Day", + "2002-09-17": "Niutao Day", + "2002-10-01": "Tuvalu Day", + "2002-10-02": "Tuvalu Day", + "2002-11-11": "Heir to the Throne's Birthday", + "2002-12-25": "Christmas Day", + "2002-12-26": "Boxing Day", + "2003-01-01": "New Year's Day", + "2003-03-10": "Commonwealth Day", + "2003-04-18": "Good Friday", + "2003-04-21": "Easter Monday", + "2003-05-12": "Gospel Day", + "2003-06-14": "Queen's Birthday", + "2003-08-04": "National Children's Day", + "2003-09-17": "Niutao Day", + "2003-10-01": "Tuvalu Day", + "2003-10-02": "Tuvalu Day", + "2003-11-10": "Heir to the Throne's Birthday", + "2003-12-25": "Christmas Day", + "2003-12-26": "Boxing Day", + "2004-01-01": "New Year's Day", + "2004-03-08": "Commonwealth Day", + "2004-04-09": "Good Friday", + "2004-04-12": "Easter Monday", + "2004-05-10": "Gospel Day", + "2004-06-12": "Queen's Birthday", + "2004-08-02": "National Children's Day", + "2004-09-17": "Niutao Day", + "2004-10-01": "Tuvalu Day", + "2004-10-02": "Tuvalu Day", + "2004-10-04": "Tuvalu Day (observed)", + "2004-11-08": "Heir to the Throne's Birthday", + "2004-12-25": "Christmas Day", + "2004-12-26": "Boxing Day", + "2004-12-27": "Christmas Day (observed)", + "2004-12-28": "Boxing Day (observed)", + "2005-01-01": "New Year's Day", + "2005-01-03": "New Year's Day (observed)", + "2005-03-14": "Commonwealth Day", + "2005-03-25": "Good Friday", + "2005-03-28": "Easter Monday", + "2005-05-09": "Gospel Day", + "2005-06-11": "Queen's Birthday", + "2005-08-01": "National Children's Day", + "2005-09-17": "Niutao Day", + "2005-10-01": "Tuvalu Day", + "2005-10-02": "Tuvalu Day", + "2005-10-03": "Tuvalu Day (observed)", + "2005-10-04": "Tuvalu Day (observed)", + "2005-11-14": "Heir to the Throne's Birthday", + "2005-12-25": "Christmas Day", + "2005-12-26": "Boxing Day", + "2005-12-27": "Christmas Day (observed)", + "2006-01-01": "New Year's Day", + "2006-01-02": "New Year's Day (observed)", + "2006-03-13": "Commonwealth Day", + "2006-04-14": "Good Friday", + "2006-04-17": "Easter Monday", + "2006-05-15": "Gospel Day", + "2006-06-10": "Queen's Birthday", + "2006-08-07": "National Children's Day", + "2006-09-17": "Niutao Day", + "2006-10-01": "Tuvalu Day", + "2006-10-02": "Tuvalu Day", + "2006-10-03": "Tuvalu Day (observed)", + "2006-11-13": "Heir to the Throne's Birthday", + "2006-12-25": "Christmas Day", + "2006-12-26": "Boxing Day", + "2007-01-01": "New Year's Day", + "2007-03-12": "Commonwealth Day", + "2007-04-06": "Good Friday", + "2007-04-09": "Easter Monday", + "2007-05-14": "Gospel Day", + "2007-06-09": "Queen's Birthday", + "2007-08-06": "National Children's Day", + "2007-09-17": "Niutao Day", + "2007-10-01": "Tuvalu Day", + "2007-10-02": "Tuvalu Day", + "2007-11-12": "Heir to the Throne's Birthday", + "2007-12-25": "Christmas Day", + "2007-12-26": "Boxing Day", + "2008-01-01": "New Year's Day", + "2008-03-10": "Commonwealth Day", + "2008-03-21": "Good Friday", + "2008-03-24": "Easter Monday", + "2008-05-12": "Gospel Day", + "2008-06-14": "Queen's Birthday", + "2008-08-04": "National Children's Day", + "2008-09-17": "Niutao Day", + "2008-10-01": "Tuvalu Day", + "2008-10-02": "Tuvalu Day", + "2008-11-10": "Heir to the Throne's Birthday", + "2008-12-25": "Christmas Day", + "2008-12-26": "Boxing Day", + "2009-01-01": "New Year's Day", + "2009-03-09": "Commonwealth Day", + "2009-04-10": "Good Friday", + "2009-04-13": "Easter Monday", + "2009-05-11": "Gospel Day", + "2009-06-13": "Queen's Birthday", + "2009-08-03": "National Children's Day", + "2009-09-17": "Niutao Day", + "2009-10-01": "Tuvalu Day", + "2009-10-02": "Tuvalu Day", + "2009-11-09": "Heir to the Throne's Birthday", + "2009-12-25": "Christmas Day", + "2009-12-26": "Boxing Day", + "2009-12-28": "Boxing Day (observed)", + "2010-01-01": "New Year's Day", + "2010-03-08": "Commonwealth Day", + "2010-04-02": "Good Friday", + "2010-04-05": "Easter Monday", + "2010-05-10": "Gospel Day", + "2010-06-12": "Queen's Birthday", + "2010-08-02": "National Children's Day", + "2010-09-17": "Niutao Day", + "2010-10-01": "Tuvalu Day", + "2010-10-02": "Tuvalu Day", + "2010-10-04": "Tuvalu Day (observed)", + "2010-11-08": "Heir to the Throne's Birthday", + "2010-12-25": "Christmas Day", + "2010-12-26": "Boxing Day", + "2010-12-27": "Christmas Day (observed)", + "2010-12-28": "Boxing Day (observed)", + "2011-01-01": "New Year's Day", + "2011-01-03": "New Year's Day (observed)", + "2011-03-14": "Commonwealth Day", + "2011-04-22": "Good Friday", + "2011-04-25": "Easter Monday", + "2011-05-09": "Gospel Day", + "2011-06-11": "Queen's Birthday", + "2011-08-01": "National Children's Day", + "2011-09-17": "Niutao Day", + "2011-10-01": "Tuvalu Day", + "2011-10-02": "Tuvalu Day", + "2011-10-03": "Tuvalu Day (observed)", + "2011-10-04": "Tuvalu Day (observed)", + "2011-11-14": "Heir to the Throne's Birthday", + "2011-12-25": "Christmas Day", + "2011-12-26": "Boxing Day", + "2011-12-27": "Christmas Day (observed)", + "2012-01-01": "New Year's Day", + "2012-01-02": "New Year's Day (observed)", + "2012-03-12": "Commonwealth Day", + "2012-04-06": "Good Friday", + "2012-04-09": "Easter Monday", + "2012-05-14": "Gospel Day", + "2012-06-09": "Queen's Birthday", + "2012-08-06": "National Children's Day", + "2012-09-17": "Niutao Day", + "2012-10-01": "Tuvalu Day", + "2012-10-02": "Tuvalu Day", + "2012-11-12": "Heir to the Throne's Birthday", + "2012-12-25": "Christmas Day", + "2012-12-26": "Boxing Day", + "2013-01-01": "New Year's Day", + "2013-03-11": "Commonwealth Day", + "2013-03-29": "Good Friday", + "2013-04-01": "Easter Monday", + "2013-05-13": "Gospel Day", + "2013-06-08": "Queen's Birthday", + "2013-08-05": "National Children's Day", + "2013-09-17": "Niutao Day", + "2013-10-01": "Tuvalu Day", + "2013-10-02": "Tuvalu Day", + "2013-11-11": "Heir to the Throne's Birthday", + "2013-12-25": "Christmas Day", + "2013-12-26": "Boxing Day", + "2014-01-01": "New Year's Day", + "2014-03-10": "Commonwealth Day", + "2014-04-18": "Good Friday", + "2014-04-21": "Easter Monday", + "2014-05-12": "Gospel Day", + "2014-06-14": "Queen's Birthday", + "2014-08-04": "National Children's Day", + "2014-09-17": "Niutao Day", + "2014-10-01": "Tuvalu Day", + "2014-10-02": "Tuvalu Day", + "2014-11-10": "Heir to the Throne's Birthday", + "2014-12-25": "Christmas Day", + "2014-12-26": "Boxing Day", + "2015-01-01": "New Year's Day", + "2015-03-09": "Commonwealth Day", + "2015-04-03": "Good Friday", + "2015-04-06": "Easter Monday", + "2015-05-11": "Gospel Day", + "2015-06-13": "Queen's Birthday", + "2015-08-03": "National Children's Day", + "2015-09-17": "Niutao Day", + "2015-10-01": "Tuvalu Day", + "2015-10-02": "Tuvalu Day", + "2015-11-09": "Heir to the Throne's Birthday", + "2015-12-25": "Christmas Day", + "2015-12-26": "Boxing Day", + "2015-12-28": "Boxing Day (observed)", + "2016-01-01": "New Year's Day", + "2016-03-14": "Commonwealth Day", + "2016-03-25": "Good Friday", + "2016-03-28": "Easter Monday", + "2016-05-09": "Gospel Day", + "2016-06-11": "Queen's Birthday", + "2016-08-01": "National Children's Day", + "2016-09-17": "Niutao Day", + "2016-10-01": "Tuvalu Day", + "2016-10-02": "Tuvalu Day", + "2016-10-03": "Tuvalu Day (observed)", + "2016-10-04": "Tuvalu Day (observed)", + "2016-11-14": "Heir to the Throne's Birthday", + "2016-12-25": "Christmas Day", + "2016-12-26": "Boxing Day", + "2016-12-27": "Christmas Day (observed)", + "2017-01-01": "New Year's Day", + "2017-01-02": "New Year's Day (observed)", + "2017-03-13": "Commonwealth Day", + "2017-04-14": "Good Friday", + "2017-04-17": "Easter Monday", + "2017-05-15": "Gospel Day", + "2017-06-10": "Queen's Birthday", + "2017-08-07": "National Children's Day", + "2017-09-17": "Niutao Day", + "2017-10-01": "Tuvalu Day", + "2017-10-02": "Tuvalu Day", + "2017-10-03": "Tuvalu Day (observed)", + "2017-11-13": "Heir to the Throne's Birthday", + "2017-12-25": "Christmas Day", + "2017-12-26": "Boxing Day", + "2018-01-01": "New Year's Day", + "2018-03-12": "Commonwealth Day", + "2018-03-30": "Good Friday", + "2018-04-02": "Easter Monday", + "2018-05-14": "Gospel Day", + "2018-06-09": "Queen's Birthday", + "2018-08-06": "National Children's Day", + "2018-09-17": "Niutao Day", + "2018-10-01": "Tuvalu Day", + "2018-10-02": "Tuvalu Day", + "2018-11-12": "Heir to the Throne's Birthday", + "2018-12-25": "Christmas Day", + "2018-12-26": "Boxing Day", + "2019-01-01": "New Year's Day", + "2019-03-11": "Commonwealth Day", + "2019-04-19": "Good Friday", + "2019-04-22": "Easter Monday", + "2019-05-13": "Gospel Day", + "2019-06-08": "Queen's Birthday", + "2019-08-05": "National Youth Day", + "2019-09-17": "Niutao Day", + "2019-10-01": "Tuvalu Day", + "2019-10-02": "Tuvalu Day", + "2019-10-14": "National Children's Day", + "2019-11-11": "Heir to the Throne's Birthday", + "2019-12-25": "Christmas Day", + "2019-12-26": "Boxing Day", + "2020-01-01": "New Year's Day", + "2020-03-09": "Commonwealth Day", + "2020-04-10": "Good Friday", + "2020-04-13": "Easter Monday", + "2020-05-11": "Gospel Day", + "2020-06-13": "Queen's Birthday", + "2020-08-03": "National Youth Day", + "2020-09-17": "Niutao Day", + "2020-10-01": "Tuvalu Day", + "2020-10-02": "Tuvalu Day", + "2020-10-12": "National Children's Day", + "2020-11-09": "Heir to the Throne's Birthday", + "2020-12-25": "Christmas Day", + "2020-12-26": "Boxing Day", + "2020-12-28": "Boxing Day (observed)", + "2021-01-01": "New Year's Day", + "2021-04-02": "Good Friday", + "2021-04-05": "Easter Monday", + "2021-05-10": "Gospel Day", + "2021-06-12": "Queen's Birthday", + "2021-08-02": "National Youth Day", + "2021-09-17": "Niutao Day", + "2021-10-01": "Tuvalu Day", + "2021-10-02": "Tuvalu Day", + "2021-10-04": "Tuvalu Day (observed)", + "2021-10-11": "National Children's Day", + "2021-11-08": "Heir to the Throne's Birthday", + "2021-12-25": "Christmas Day", + "2021-12-26": "Boxing Day", + "2021-12-27": "Christmas Day (observed)", + "2021-12-28": "Boxing Day (observed)", + "2022-01-01": "New Year's Day", + "2022-01-03": "New Year's Day (observed)", + "2022-04-15": "Good Friday", + "2022-04-18": "Easter Monday", + "2022-05-09": "Gospel Day", + "2022-06-11": "Queen's Birthday", + "2022-08-01": "National Youth Day", + "2022-09-17": "Niutao Day", + "2022-10-01": "Tuvalu Day", + "2022-10-02": "Tuvalu Day", + "2022-10-03": "Tuvalu Day (observed)", + "2022-10-04": "Tuvalu Day (observed)", + "2022-10-10": "National Children's Day", + "2022-11-14": "Heir to the Throne's Birthday", + "2022-12-25": "Christmas Day", + "2022-12-26": "Boxing Day", + "2022-12-27": "Christmas Day (observed)", + "2023-01-01": "New Year's Day", + "2023-01-02": "New Year's Day (observed)", + "2023-04-07": "Good Friday", + "2023-04-10": "Easter Monday", + "2023-05-15": "Gospel Day", + "2023-06-10": "King's Birthday", + "2023-08-07": "National Youth Day", + "2023-09-17": "Niutao Day", + "2023-10-01": "Tuvalu Day", + "2023-10-02": "Tuvalu Day", + "2023-10-03": "Tuvalu Day (observed)", + "2023-10-09": "National Children's Day", + "2023-12-25": "Christmas Day", + "2023-12-26": "Boxing Day", + "2024-01-01": "New Year's Day", + "2024-03-29": "Good Friday", + "2024-04-01": "Easter Monday", + "2024-05-13": "Gospel Day", + "2024-06-08": "King's Birthday", + "2024-08-05": "National Youth Day", + "2024-09-17": "Niutao Day", + "2024-10-01": "Tuvalu Day", + "2024-10-02": "Tuvalu Day", + "2024-10-14": "National Children's Day", + "2024-12-25": "Christmas Day", + "2024-12-26": "Boxing Day", + "2025-01-01": "New Year's Day", + "2025-04-18": "Good Friday", + "2025-04-21": "Easter Monday", + "2025-05-12": "Gospel Day", + "2025-06-14": "King's Birthday", + "2025-08-04": "National Youth Day", + "2025-09-17": "Niutao Day", + "2025-10-01": "Tuvalu Day", + "2025-10-02": "Tuvalu Day", + "2025-10-13": "National Children's Day", + "2025-12-25": "Christmas Day", + "2025-12-26": "Boxing Day", + "2026-01-01": "New Year's Day", + "2026-04-03": "Good Friday", + "2026-04-06": "Easter Monday", + "2026-05-11": "Gospel Day", + "2026-06-13": "King's Birthday", + "2026-08-03": "National Youth Day", + "2026-09-17": "Niutao Day", + "2026-10-01": "Tuvalu Day", + "2026-10-02": "Tuvalu Day", + "2026-10-12": "National Children's Day", + "2026-12-25": "Christmas Day", + "2026-12-26": "Boxing Day", + "2026-12-28": "Boxing Day (observed)", + "2027-01-01": "New Year's Day", + "2027-03-26": "Good Friday", + "2027-03-29": "Easter Monday", + "2027-05-10": "Gospel Day", + "2027-06-12": "King's Birthday", + "2027-08-02": "National Youth Day", + "2027-09-17": "Niutao Day", + "2027-10-01": "Tuvalu Day", + "2027-10-02": "Tuvalu Day", + "2027-10-04": "Tuvalu Day (observed)", + "2027-10-11": "National Children's Day", + "2027-12-25": "Christmas Day", + "2027-12-26": "Boxing Day", + "2027-12-27": "Christmas Day (observed)", + "2027-12-28": "Boxing Day (observed)", + "2028-01-01": "New Year's Day", + "2028-01-03": "New Year's Day (observed)", + "2028-04-14": "Good Friday", + "2028-04-17": "Easter Monday", + "2028-05-15": "Gospel Day", + "2028-06-10": "King's Birthday", + "2028-08-07": "National Youth Day", + "2028-09-17": "Niutao Day", + "2028-10-01": "Tuvalu Day", + "2028-10-02": "Tuvalu Day", + "2028-10-03": "Tuvalu Day (observed)", + "2028-10-09": "National Children's Day", + "2028-12-25": "Christmas Day", + "2028-12-26": "Boxing Day", + "2029-01-01": "New Year's Day", + "2029-03-30": "Good Friday", + "2029-04-02": "Easter Monday", + "2029-05-14": "Gospel Day", + "2029-06-09": "King's Birthday", + "2029-08-06": "National Youth Day", + "2029-09-17": "Niutao Day", + "2029-10-01": "Tuvalu Day", + "2029-10-02": "Tuvalu Day", + "2029-10-15": "National Children's Day", + "2029-12-25": "Christmas Day", + "2029-12-26": "Boxing Day", + "2030-01-01": "New Year's Day", + "2030-04-19": "Good Friday", + "2030-04-22": "Easter Monday", + "2030-05-13": "Gospel Day", + "2030-06-08": "King's Birthday", + "2030-08-05": "National Youth Day", + "2030-09-17": "Niutao Day", + "2030-10-01": "Tuvalu Day", + "2030-10-02": "Tuvalu Day", + "2030-10-14": "National Children's Day", + "2030-12-25": "Christmas Day", + "2030-12-26": "Boxing Day", + "2031-01-01": "New Year's Day", + "2031-04-11": "Good Friday", + "2031-04-14": "Easter Monday", + "2031-05-12": "Gospel Day", + "2031-06-14": "King's Birthday", + "2031-08-04": "National Youth Day", + "2031-09-17": "Niutao Day", + "2031-10-01": "Tuvalu Day", + "2031-10-02": "Tuvalu Day", + "2031-10-13": "National Children's Day", + "2031-12-25": "Christmas Day", + "2031-12-26": "Boxing Day", + "2032-01-01": "New Year's Day", + "2032-03-26": "Good Friday", + "2032-03-29": "Easter Monday", + "2032-05-10": "Gospel Day", + "2032-06-12": "King's Birthday", + "2032-08-02": "National Youth Day", + "2032-09-17": "Niutao Day", + "2032-10-01": "Tuvalu Day", + "2032-10-02": "Tuvalu Day", + "2032-10-04": "Tuvalu Day (observed)", + "2032-10-11": "National Children's Day", + "2032-12-25": "Christmas Day", + "2032-12-26": "Boxing Day", + "2032-12-27": "Christmas Day (observed)", + "2032-12-28": "Boxing Day (observed)", + "2033-01-01": "New Year's Day", + "2033-01-03": "New Year's Day (observed)", + "2033-04-15": "Good Friday", + "2033-04-18": "Easter Monday", + "2033-05-09": "Gospel Day", + "2033-06-11": "King's Birthday", + "2033-08-01": "National Youth Day", + "2033-09-17": "Niutao Day", + "2033-10-01": "Tuvalu Day", + "2033-10-02": "Tuvalu Day", + "2033-10-03": "Tuvalu Day (observed)", + "2033-10-04": "Tuvalu Day (observed)", + "2033-10-10": "National Children's Day", + "2033-12-25": "Christmas Day", + "2033-12-26": "Boxing Day", + "2033-12-27": "Christmas Day (observed)", + "2034-01-01": "New Year's Day", + "2034-01-02": "New Year's Day (observed)", + "2034-04-07": "Good Friday", + "2034-04-10": "Easter Monday", + "2034-05-15": "Gospel Day", + "2034-06-10": "King's Birthday", + "2034-08-07": "National Youth Day", + "2034-09-17": "Niutao Day", + "2034-10-01": "Tuvalu Day", + "2034-10-02": "Tuvalu Day", + "2034-10-03": "Tuvalu Day (observed)", + "2034-10-09": "National Children's Day", + "2034-12-25": "Christmas Day", + "2034-12-26": "Boxing Day", + "2035-01-01": "New Year's Day", + "2035-03-23": "Good Friday", + "2035-03-26": "Easter Monday", + "2035-05-14": "Gospel Day", + "2035-06-09": "King's Birthday", + "2035-08-06": "National Youth Day", + "2035-09-17": "Niutao Day", + "2035-10-01": "Tuvalu Day", + "2035-10-02": "Tuvalu Day", + "2035-10-15": "National Children's Day", + "2035-12-25": "Christmas Day", + "2035-12-26": "Boxing Day", + "2036-01-01": "New Year's Day", + "2036-04-11": "Good Friday", + "2036-04-14": "Easter Monday", + "2036-05-12": "Gospel Day", + "2036-06-14": "King's Birthday", + "2036-08-04": "National Youth Day", + "2036-09-17": "Niutao Day", + "2036-10-01": "Tuvalu Day", + "2036-10-02": "Tuvalu Day", + "2036-10-13": "National Children's Day", + "2036-12-25": "Christmas Day", + "2036-12-26": "Boxing Day", + "2037-01-01": "New Year's Day", + "2037-04-03": "Good Friday", + "2037-04-06": "Easter Monday", + "2037-05-11": "Gospel Day", + "2037-06-13": "King's Birthday", + "2037-08-03": "National Youth Day", + "2037-09-17": "Niutao Day", + "2037-10-01": "Tuvalu Day", + "2037-10-02": "Tuvalu Day", + "2037-10-12": "National Children's Day", + "2037-12-25": "Christmas Day", + "2037-12-26": "Boxing Day", + "2037-12-28": "Boxing Day (observed)", + "2038-01-01": "New Year's Day", + "2038-04-23": "Good Friday", + "2038-04-26": "Easter Monday", + "2038-05-10": "Gospel Day", + "2038-06-12": "King's Birthday", + "2038-08-02": "National Youth Day", + "2038-09-17": "Niutao Day", + "2038-10-01": "Tuvalu Day", + "2038-10-02": "Tuvalu Day", + "2038-10-04": "Tuvalu Day (observed)", + "2038-10-11": "National Children's Day", + "2038-12-25": "Christmas Day", + "2038-12-26": "Boxing Day", + "2038-12-27": "Christmas Day (observed)", + "2038-12-28": "Boxing Day (observed)", + "2039-01-01": "New Year's Day", + "2039-01-03": "New Year's Day (observed)", + "2039-04-08": "Good Friday", + "2039-04-11": "Easter Monday", + "2039-05-09": "Gospel Day", + "2039-06-11": "King's Birthday", + "2039-08-01": "National Youth Day", + "2039-09-17": "Niutao Day", + "2039-10-01": "Tuvalu Day", + "2039-10-02": "Tuvalu Day", + "2039-10-03": "Tuvalu Day (observed)", + "2039-10-04": "Tuvalu Day (observed)", + "2039-10-10": "National Children's Day", + "2039-12-25": "Christmas Day", + "2039-12-26": "Boxing Day", + "2039-12-27": "Christmas Day (observed)", + "2040-01-01": "New Year's Day", + "2040-01-02": "New Year's Day (observed)", + "2040-03-30": "Good Friday", + "2040-04-02": "Easter Monday", + "2040-05-14": "Gospel Day", + "2040-06-09": "King's Birthday", + "2040-08-06": "National Youth Day", + "2040-09-17": "Niutao Day", + "2040-10-01": "Tuvalu Day", + "2040-10-02": "Tuvalu Day", + "2040-10-15": "National Children's Day", + "2040-12-25": "Christmas Day", + "2040-12-26": "Boxing Day", + "2041-01-01": "New Year's Day", + "2041-04-19": "Good Friday", + "2041-04-22": "Easter Monday", + "2041-05-13": "Gospel Day", + "2041-06-08": "King's Birthday", + "2041-08-05": "National Youth Day", + "2041-09-17": "Niutao Day", + "2041-10-01": "Tuvalu Day", + "2041-10-02": "Tuvalu Day", + "2041-10-14": "National Children's Day", + "2041-12-25": "Christmas Day", + "2041-12-26": "Boxing Day", + "2042-01-01": "New Year's Day", + "2042-04-04": "Good Friday", + "2042-04-07": "Easter Monday", + "2042-05-12": "Gospel Day", + "2042-06-14": "King's Birthday", + "2042-08-04": "National Youth Day", + "2042-09-17": "Niutao Day", + "2042-10-01": "Tuvalu Day", + "2042-10-02": "Tuvalu Day", + "2042-10-13": "National Children's Day", + "2042-12-25": "Christmas Day", + "2042-12-26": "Boxing Day", + "2043-01-01": "New Year's Day", + "2043-03-27": "Good Friday", + "2043-03-30": "Easter Monday", + "2043-05-11": "Gospel Day", + "2043-06-13": "King's Birthday", + "2043-08-03": "National Youth Day", + "2043-09-17": "Niutao Day", + "2043-10-01": "Tuvalu Day", + "2043-10-02": "Tuvalu Day", + "2043-10-12": "National Children's Day", + "2043-12-25": "Christmas Day", + "2043-12-26": "Boxing Day", + "2043-12-28": "Boxing Day (observed)", + "2044-01-01": "New Year's Day", + "2044-04-15": "Good Friday", + "2044-04-18": "Easter Monday", + "2044-05-09": "Gospel Day", + "2044-06-11": "King's Birthday", + "2044-08-01": "National Youth Day", + "2044-09-17": "Niutao Day", + "2044-10-01": "Tuvalu Day", + "2044-10-02": "Tuvalu Day", + "2044-10-03": "Tuvalu Day (observed)", + "2044-10-04": "Tuvalu Day (observed)", + "2044-10-10": "National Children's Day", + "2044-12-25": "Christmas Day", + "2044-12-26": "Boxing Day", + "2044-12-27": "Christmas Day (observed)", + "2045-01-01": "New Year's Day", + "2045-01-02": "New Year's Day (observed)", + "2045-04-07": "Good Friday", + "2045-04-10": "Easter Monday", + "2045-05-15": "Gospel Day", + "2045-06-10": "King's Birthday", + "2045-08-07": "National Youth Day", + "2045-09-17": "Niutao Day", + "2045-10-01": "Tuvalu Day", + "2045-10-02": "Tuvalu Day", + "2045-10-03": "Tuvalu Day (observed)", + "2045-10-09": "National Children's Day", + "2045-12-25": "Christmas Day", + "2045-12-26": "Boxing Day", + "2046-01-01": "New Year's Day", + "2046-03-23": "Good Friday", + "2046-03-26": "Easter Monday", + "2046-05-14": "Gospel Day", + "2046-06-09": "King's Birthday", + "2046-08-06": "National Youth Day", + "2046-09-17": "Niutao Day", + "2046-10-01": "Tuvalu Day", + "2046-10-02": "Tuvalu Day", + "2046-10-15": "National Children's Day", + "2046-12-25": "Christmas Day", + "2046-12-26": "Boxing Day", + "2047-01-01": "New Year's Day", + "2047-04-12": "Good Friday", + "2047-04-15": "Easter Monday", + "2047-05-13": "Gospel Day", + "2047-06-08": "King's Birthday", + "2047-08-05": "National Youth Day", + "2047-09-17": "Niutao Day", + "2047-10-01": "Tuvalu Day", + "2047-10-02": "Tuvalu Day", + "2047-10-14": "National Children's Day", + "2047-12-25": "Christmas Day", + "2047-12-26": "Boxing Day", + "2048-01-01": "New Year's Day", + "2048-04-03": "Good Friday", + "2048-04-06": "Easter Monday", + "2048-05-11": "Gospel Day", + "2048-06-13": "King's Birthday", + "2048-08-03": "National Youth Day", + "2048-09-17": "Niutao Day", + "2048-10-01": "Tuvalu Day", + "2048-10-02": "Tuvalu Day", + "2048-10-12": "National Children's Day", + "2048-12-25": "Christmas Day", + "2048-12-26": "Boxing Day", + "2048-12-28": "Boxing Day (observed)", + "2049-01-01": "New Year's Day", + "2049-04-16": "Good Friday", + "2049-04-19": "Easter Monday", + "2049-05-10": "Gospel Day", + "2049-06-12": "King's Birthday", + "2049-08-02": "National Youth Day", + "2049-09-17": "Niutao Day", + "2049-10-01": "Tuvalu Day", + "2049-10-02": "Tuvalu Day", + "2049-10-04": "Tuvalu Day (observed)", + "2049-10-11": "National Children's Day", + "2049-12-25": "Christmas Day", + "2049-12-26": "Boxing Day", + "2049-12-27": "Christmas Day (observed)", + "2049-12-28": "Boxing Day (observed)", + "2050-01-01": "New Year's Day", + "2050-01-03": "New Year's Day (observed)", + "2050-04-08": "Good Friday", + "2050-04-11": "Easter Monday", + "2050-05-09": "Gospel Day", + "2050-06-11": "King's Birthday", + "2050-08-01": "National Youth Day", + "2050-09-17": "Niutao Day", + "2050-10-01": "Tuvalu Day", + "2050-10-02": "Tuvalu Day", + "2050-10-03": "Tuvalu Day (observed)", + "2050-10-04": "Tuvalu Day (observed)", + "2050-10-10": "National Children's Day", + "2050-12-25": "Christmas Day", + "2050-12-26": "Boxing Day", + "2050-12-27": "Christmas Day (observed)" +} diff --git a/snapshots/countries/TV_NKF.json b/snapshots/countries/TV_NKF.json new file mode 100644 index 000000000..2f7f051d4 --- /dev/null +++ b/snapshots/countries/TV_NKF.json @@ -0,0 +1,857 @@ +{ + "1990-01-01": "New Year's Day", + "1990-02-11": "Nukufetau Day", + "1990-03-12": "Commonwealth Day", + "1990-04-13": "Good Friday", + "1990-04-16": "Easter Monday", + "1990-05-14": "Gospel Day", + "1990-06-09": "Queen's Birthday", + "1990-08-06": "National Children's Day", + "1990-10-01": "Tuvalu Day", + "1990-10-02": "Tuvalu Day", + "1990-11-12": "Heir to the Throne's Birthday", + "1990-12-25": "Christmas Day", + "1990-12-26": "Boxing Day", + "1991-01-01": "New Year's Day", + "1991-02-11": "Nukufetau Day", + "1991-03-11": "Commonwealth Day", + "1991-03-29": "Good Friday", + "1991-04-01": "Easter Monday", + "1991-05-13": "Gospel Day", + "1991-06-08": "Queen's Birthday", + "1991-08-05": "National Children's Day", + "1991-10-01": "Tuvalu Day", + "1991-10-02": "Tuvalu Day", + "1991-11-11": "Heir to the Throne's Birthday", + "1991-12-25": "Christmas Day", + "1991-12-26": "Boxing Day", + "1992-01-01": "New Year's Day", + "1992-02-11": "Nukufetau Day", + "1992-03-09": "Commonwealth Day", + "1992-04-17": "Good Friday", + "1992-04-20": "Easter Monday", + "1992-05-11": "Gospel Day", + "1992-06-13": "Queen's Birthday", + "1992-08-03": "National Children's Day", + "1992-10-01": "Tuvalu Day", + "1992-10-02": "Tuvalu Day", + "1992-11-09": "Heir to the Throne's Birthday", + "1992-12-25": "Christmas Day", + "1992-12-26": "Boxing Day", + "1992-12-28": "Boxing Day (observed)", + "1993-01-01": "New Year's Day", + "1993-02-11": "Nukufetau Day", + "1993-03-08": "Commonwealth Day", + "1993-04-09": "Good Friday", + "1993-04-12": "Easter Monday", + "1993-05-10": "Gospel Day", + "1993-06-12": "Queen's Birthday", + "1993-08-02": "National Children's Day", + "1993-10-01": "Tuvalu Day", + "1993-10-02": "Tuvalu Day", + "1993-10-04": "Tuvalu Day (observed)", + "1993-11-08": "Heir to the Throne's Birthday", + "1993-12-25": "Christmas Day", + "1993-12-26": "Boxing Day", + "1993-12-27": "Christmas Day (observed)", + "1993-12-28": "Boxing Day (observed)", + "1994-01-01": "New Year's Day", + "1994-01-03": "New Year's Day (observed)", + "1994-02-11": "Nukufetau Day", + "1994-03-14": "Commonwealth Day", + "1994-04-01": "Good Friday", + "1994-04-04": "Easter Monday", + "1994-05-09": "Gospel Day", + "1994-06-11": "Queen's Birthday", + "1994-08-01": "National Children's Day", + "1994-10-01": "Tuvalu Day", + "1994-10-02": "Tuvalu Day", + "1994-10-03": "Tuvalu Day (observed)", + "1994-10-04": "Tuvalu Day (observed)", + "1994-11-14": "Heir to the Throne's Birthday", + "1994-12-25": "Christmas Day", + "1994-12-26": "Boxing Day", + "1994-12-27": "Christmas Day (observed)", + "1995-01-01": "New Year's Day", + "1995-01-02": "New Year's Day (observed)", + "1995-02-11": "Nukufetau Day", + "1995-03-13": "Commonwealth Day", + "1995-04-14": "Good Friday", + "1995-04-17": "Easter Monday", + "1995-05-15": "Gospel Day", + "1995-06-10": "Queen's Birthday", + "1995-08-07": "National Children's Day", + "1995-10-01": "Tuvalu Day", + "1995-10-02": "Tuvalu Day", + "1995-10-03": "Tuvalu Day (observed)", + "1995-11-13": "Heir to the Throne's Birthday", + "1995-12-25": "Christmas Day", + "1995-12-26": "Boxing Day", + "1996-01-01": "New Year's Day", + "1996-02-11": "Nukufetau Day", + "1996-03-11": "Commonwealth Day", + "1996-04-05": "Good Friday", + "1996-04-08": "Easter Monday", + "1996-05-13": "Gospel Day", + "1996-06-08": "Queen's Birthday", + "1996-08-05": "National Children's Day", + "1996-10-01": "Tuvalu Day", + "1996-10-02": "Tuvalu Day", + "1996-11-11": "Heir to the Throne's Birthday", + "1996-12-25": "Christmas Day", + "1996-12-26": "Boxing Day", + "1997-01-01": "New Year's Day", + "1997-02-11": "Nukufetau Day", + "1997-03-10": "Commonwealth Day", + "1997-03-28": "Good Friday", + "1997-03-31": "Easter Monday", + "1997-05-12": "Gospel Day", + "1997-06-14": "Queen's Birthday", + "1997-08-04": "National Children's Day", + "1997-10-01": "Tuvalu Day", + "1997-10-02": "Tuvalu Day", + "1997-11-10": "Heir to the Throne's Birthday", + "1997-12-25": "Christmas Day", + "1997-12-26": "Boxing Day", + "1998-01-01": "New Year's Day", + "1998-02-11": "Nukufetau Day", + "1998-03-09": "Commonwealth Day", + "1998-04-10": "Good Friday", + "1998-04-13": "Easter Monday", + "1998-05-11": "Gospel Day", + "1998-06-13": "Queen's Birthday", + "1998-08-03": "National Children's Day", + "1998-10-01": "Tuvalu Day", + "1998-10-02": "Tuvalu Day", + "1998-11-09": "Heir to the Throne's Birthday", + "1998-12-25": "Christmas Day", + "1998-12-26": "Boxing Day", + "1998-12-28": "Boxing Day (observed)", + "1999-01-01": "New Year's Day", + "1999-02-11": "Nukufetau Day", + "1999-03-08": "Commonwealth Day", + "1999-04-02": "Good Friday", + "1999-04-05": "Easter Monday", + "1999-05-10": "Gospel Day", + "1999-06-12": "Queen's Birthday", + "1999-08-02": "National Children's Day", + "1999-10-01": "Tuvalu Day", + "1999-10-02": "Tuvalu Day", + "1999-10-04": "Tuvalu Day (observed)", + "1999-11-08": "Heir to the Throne's Birthday", + "1999-12-25": "Christmas Day", + "1999-12-26": "Boxing Day", + "1999-12-27": "Christmas Day (observed)", + "1999-12-28": "Boxing Day (observed)", + "2000-01-01": "New Year's Day", + "2000-01-03": "New Year's Day (observed)", + "2000-02-11": "Nukufetau Day", + "2000-03-13": "Commonwealth Day", + "2000-04-21": "Good Friday", + "2000-04-24": "Easter Monday", + "2000-05-15": "Gospel Day", + "2000-06-10": "Queen's Birthday", + "2000-08-07": "National Children's Day", + "2000-10-01": "Tuvalu Day", + "2000-10-02": "Tuvalu Day", + "2000-10-03": "Tuvalu Day (observed)", + "2000-11-13": "Heir to the Throne's Birthday", + "2000-12-25": "Christmas Day", + "2000-12-26": "Boxing Day", + "2001-01-01": "New Year's Day", + "2001-02-11": "Nukufetau Day", + "2001-03-12": "Commonwealth Day", + "2001-04-13": "Good Friday", + "2001-04-16": "Easter Monday", + "2001-05-14": "Gospel Day", + "2001-06-09": "Queen's Birthday", + "2001-08-06": "National Children's Day", + "2001-10-01": "Tuvalu Day", + "2001-10-02": "Tuvalu Day", + "2001-11-12": "Heir to the Throne's Birthday", + "2001-12-25": "Christmas Day", + "2001-12-26": "Boxing Day", + "2002-01-01": "New Year's Day", + "2002-02-11": "Nukufetau Day", + "2002-03-11": "Commonwealth Day", + "2002-03-29": "Good Friday", + "2002-04-01": "Easter Monday", + "2002-05-13": "Gospel Day", + "2002-06-08": "Queen's Birthday", + "2002-08-05": "National Children's Day", + "2002-10-01": "Tuvalu Day", + "2002-10-02": "Tuvalu Day", + "2002-11-11": "Heir to the Throne's Birthday", + "2002-12-25": "Christmas Day", + "2002-12-26": "Boxing Day", + "2003-01-01": "New Year's Day", + "2003-02-11": "Nukufetau Day", + "2003-03-10": "Commonwealth Day", + "2003-04-18": "Good Friday", + "2003-04-21": "Easter Monday", + "2003-05-12": "Gospel Day", + "2003-06-14": "Queen's Birthday", + "2003-08-04": "National Children's Day", + "2003-10-01": "Tuvalu Day", + "2003-10-02": "Tuvalu Day", + "2003-11-10": "Heir to the Throne's Birthday", + "2003-12-25": "Christmas Day", + "2003-12-26": "Boxing Day", + "2004-01-01": "New Year's Day", + "2004-02-11": "Nukufetau Day", + "2004-03-08": "Commonwealth Day", + "2004-04-09": "Good Friday", + "2004-04-12": "Easter Monday", + "2004-05-10": "Gospel Day", + "2004-06-12": "Queen's Birthday", + "2004-08-02": "National Children's Day", + "2004-10-01": "Tuvalu Day", + "2004-10-02": "Tuvalu Day", + "2004-10-04": "Tuvalu Day (observed)", + "2004-11-08": "Heir to the Throne's Birthday", + "2004-12-25": "Christmas Day", + "2004-12-26": "Boxing Day", + "2004-12-27": "Christmas Day (observed)", + "2004-12-28": "Boxing Day (observed)", + "2005-01-01": "New Year's Day", + "2005-01-03": "New Year's Day (observed)", + "2005-02-11": "Nukufetau Day", + "2005-03-14": "Commonwealth Day", + "2005-03-25": "Good Friday", + "2005-03-28": "Easter Monday", + "2005-05-09": "Gospel Day", + "2005-06-11": "Queen's Birthday", + "2005-08-01": "National Children's Day", + "2005-10-01": "Tuvalu Day", + "2005-10-02": "Tuvalu Day", + "2005-10-03": "Tuvalu Day (observed)", + "2005-10-04": "Tuvalu Day (observed)", + "2005-11-14": "Heir to the Throne's Birthday", + "2005-12-25": "Christmas Day", + "2005-12-26": "Boxing Day", + "2005-12-27": "Christmas Day (observed)", + "2006-01-01": "New Year's Day", + "2006-01-02": "New Year's Day (observed)", + "2006-02-11": "Nukufetau Day", + "2006-03-13": "Commonwealth Day", + "2006-04-14": "Good Friday", + "2006-04-17": "Easter Monday", + "2006-05-15": "Gospel Day", + "2006-06-10": "Queen's Birthday", + "2006-08-07": "National Children's Day", + "2006-10-01": "Tuvalu Day", + "2006-10-02": "Tuvalu Day", + "2006-10-03": "Tuvalu Day (observed)", + "2006-11-13": "Heir to the Throne's Birthday", + "2006-12-25": "Christmas Day", + "2006-12-26": "Boxing Day", + "2007-01-01": "New Year's Day", + "2007-02-11": "Nukufetau Day", + "2007-03-12": "Commonwealth Day", + "2007-04-06": "Good Friday", + "2007-04-09": "Easter Monday", + "2007-05-14": "Gospel Day", + "2007-06-09": "Queen's Birthday", + "2007-08-06": "National Children's Day", + "2007-10-01": "Tuvalu Day", + "2007-10-02": "Tuvalu Day", + "2007-11-12": "Heir to the Throne's Birthday", + "2007-12-25": "Christmas Day", + "2007-12-26": "Boxing Day", + "2008-01-01": "New Year's Day", + "2008-02-11": "Nukufetau Day", + "2008-03-10": "Commonwealth Day", + "2008-03-21": "Good Friday", + "2008-03-24": "Easter Monday", + "2008-05-12": "Gospel Day", + "2008-06-14": "Queen's Birthday", + "2008-08-04": "National Children's Day", + "2008-10-01": "Tuvalu Day", + "2008-10-02": "Tuvalu Day", + "2008-11-10": "Heir to the Throne's Birthday", + "2008-12-25": "Christmas Day", + "2008-12-26": "Boxing Day", + "2009-01-01": "New Year's Day", + "2009-02-11": "Nukufetau Day", + "2009-03-09": "Commonwealth Day", + "2009-04-10": "Good Friday", + "2009-04-13": "Easter Monday", + "2009-05-11": "Gospel Day", + "2009-06-13": "Queen's Birthday", + "2009-08-03": "National Children's Day", + "2009-10-01": "Tuvalu Day", + "2009-10-02": "Tuvalu Day", + "2009-11-09": "Heir to the Throne's Birthday", + "2009-12-25": "Christmas Day", + "2009-12-26": "Boxing Day", + "2009-12-28": "Boxing Day (observed)", + "2010-01-01": "New Year's Day", + "2010-02-11": "Nukufetau Day", + "2010-03-08": "Commonwealth Day", + "2010-04-02": "Good Friday", + "2010-04-05": "Easter Monday", + "2010-05-10": "Gospel Day", + "2010-06-12": "Queen's Birthday", + "2010-08-02": "National Children's Day", + "2010-10-01": "Tuvalu Day", + "2010-10-02": "Tuvalu Day", + "2010-10-04": "Tuvalu Day (observed)", + "2010-11-08": "Heir to the Throne's Birthday", + "2010-12-25": "Christmas Day", + "2010-12-26": "Boxing Day", + "2010-12-27": "Christmas Day (observed)", + "2010-12-28": "Boxing Day (observed)", + "2011-01-01": "New Year's Day", + "2011-01-03": "New Year's Day (observed)", + "2011-02-11": "Nukufetau Day", + "2011-03-14": "Commonwealth Day", + "2011-04-22": "Good Friday", + "2011-04-25": "Easter Monday", + "2011-05-09": "Gospel Day", + "2011-06-11": "Queen's Birthday", + "2011-08-01": "National Children's Day", + "2011-10-01": "Tuvalu Day", + "2011-10-02": "Tuvalu Day", + "2011-10-03": "Tuvalu Day (observed)", + "2011-10-04": "Tuvalu Day (observed)", + "2011-11-14": "Heir to the Throne's Birthday", + "2011-12-25": "Christmas Day", + "2011-12-26": "Boxing Day", + "2011-12-27": "Christmas Day (observed)", + "2012-01-01": "New Year's Day", + "2012-01-02": "New Year's Day (observed)", + "2012-02-11": "Nukufetau Day", + "2012-03-12": "Commonwealth Day", + "2012-04-06": "Good Friday", + "2012-04-09": "Easter Monday", + "2012-05-14": "Gospel Day", + "2012-06-09": "Queen's Birthday", + "2012-08-06": "National Children's Day", + "2012-10-01": "Tuvalu Day", + "2012-10-02": "Tuvalu Day", + "2012-11-12": "Heir to the Throne's Birthday", + "2012-12-25": "Christmas Day", + "2012-12-26": "Boxing Day", + "2013-01-01": "New Year's Day", + "2013-02-11": "Nukufetau Day", + "2013-03-11": "Commonwealth Day", + "2013-03-29": "Good Friday", + "2013-04-01": "Easter Monday", + "2013-05-13": "Gospel Day", + "2013-06-08": "Queen's Birthday", + "2013-08-05": "National Children's Day", + "2013-10-01": "Tuvalu Day", + "2013-10-02": "Tuvalu Day", + "2013-11-11": "Heir to the Throne's Birthday", + "2013-12-25": "Christmas Day", + "2013-12-26": "Boxing Day", + "2014-01-01": "New Year's Day", + "2014-02-11": "Nukufetau Day", + "2014-03-10": "Commonwealth Day", + "2014-04-18": "Good Friday", + "2014-04-21": "Easter Monday", + "2014-05-12": "Gospel Day", + "2014-06-14": "Queen's Birthday", + "2014-08-04": "National Children's Day", + "2014-10-01": "Tuvalu Day", + "2014-10-02": "Tuvalu Day", + "2014-11-10": "Heir to the Throne's Birthday", + "2014-12-25": "Christmas Day", + "2014-12-26": "Boxing Day", + "2015-01-01": "New Year's Day", + "2015-02-11": "Nukufetau Day", + "2015-03-09": "Commonwealth Day", + "2015-04-03": "Good Friday", + "2015-04-06": "Easter Monday", + "2015-05-11": "Gospel Day", + "2015-06-13": "Queen's Birthday", + "2015-08-03": "National Children's Day", + "2015-10-01": "Tuvalu Day", + "2015-10-02": "Tuvalu Day", + "2015-11-09": "Heir to the Throne's Birthday", + "2015-12-25": "Christmas Day", + "2015-12-26": "Boxing Day", + "2015-12-28": "Boxing Day (observed)", + "2016-01-01": "New Year's Day", + "2016-02-11": "Nukufetau Day", + "2016-03-14": "Commonwealth Day", + "2016-03-25": "Good Friday", + "2016-03-28": "Easter Monday", + "2016-05-09": "Gospel Day", + "2016-06-11": "Queen's Birthday", + "2016-08-01": "National Children's Day", + "2016-10-01": "Tuvalu Day", + "2016-10-02": "Tuvalu Day", + "2016-10-03": "Tuvalu Day (observed)", + "2016-10-04": "Tuvalu Day (observed)", + "2016-11-14": "Heir to the Throne's Birthday", + "2016-12-25": "Christmas Day", + "2016-12-26": "Boxing Day", + "2016-12-27": "Christmas Day (observed)", + "2017-01-01": "New Year's Day", + "2017-01-02": "New Year's Day (observed)", + "2017-02-11": "Nukufetau Day", + "2017-03-13": "Commonwealth Day", + "2017-04-14": "Good Friday", + "2017-04-17": "Easter Monday", + "2017-05-15": "Gospel Day", + "2017-06-10": "Queen's Birthday", + "2017-08-07": "National Children's Day", + "2017-10-01": "Tuvalu Day", + "2017-10-02": "Tuvalu Day", + "2017-10-03": "Tuvalu Day (observed)", + "2017-11-13": "Heir to the Throne's Birthday", + "2017-12-25": "Christmas Day", + "2017-12-26": "Boxing Day", + "2018-01-01": "New Year's Day", + "2018-02-11": "Nukufetau Day", + "2018-03-12": "Commonwealth Day", + "2018-03-30": "Good Friday", + "2018-04-02": "Easter Monday", + "2018-05-14": "Gospel Day", + "2018-06-09": "Queen's Birthday", + "2018-08-06": "National Children's Day", + "2018-10-01": "Tuvalu Day", + "2018-10-02": "Tuvalu Day", + "2018-11-12": "Heir to the Throne's Birthday", + "2018-12-25": "Christmas Day", + "2018-12-26": "Boxing Day", + "2019-01-01": "New Year's Day", + "2019-02-11": "Nukufetau Day", + "2019-03-11": "Commonwealth Day", + "2019-04-19": "Good Friday", + "2019-04-22": "Easter Monday", + "2019-05-13": "Gospel Day", + "2019-06-08": "Queen's Birthday", + "2019-08-05": "National Youth Day", + "2019-10-01": "Tuvalu Day", + "2019-10-02": "Tuvalu Day", + "2019-10-14": "National Children's Day", + "2019-11-11": "Heir to the Throne's Birthday", + "2019-12-25": "Christmas Day", + "2019-12-26": "Boxing Day", + "2020-01-01": "New Year's Day", + "2020-02-11": "Nukufetau Day", + "2020-03-09": "Commonwealth Day", + "2020-04-10": "Good Friday", + "2020-04-13": "Easter Monday", + "2020-05-11": "Gospel Day", + "2020-06-13": "Queen's Birthday", + "2020-08-03": "National Youth Day", + "2020-10-01": "Tuvalu Day", + "2020-10-02": "Tuvalu Day", + "2020-10-12": "National Children's Day", + "2020-11-09": "Heir to the Throne's Birthday", + "2020-12-25": "Christmas Day", + "2020-12-26": "Boxing Day", + "2020-12-28": "Boxing Day (observed)", + "2021-01-01": "New Year's Day", + "2021-02-11": "Nukufetau Day", + "2021-04-02": "Good Friday", + "2021-04-05": "Easter Monday", + "2021-05-10": "Gospel Day", + "2021-06-12": "Queen's Birthday", + "2021-08-02": "National Youth Day", + "2021-10-01": "Tuvalu Day", + "2021-10-02": "Tuvalu Day", + "2021-10-04": "Tuvalu Day (observed)", + "2021-10-11": "National Children's Day", + "2021-11-08": "Heir to the Throne's Birthday", + "2021-12-25": "Christmas Day", + "2021-12-26": "Boxing Day", + "2021-12-27": "Christmas Day (observed)", + "2021-12-28": "Boxing Day (observed)", + "2022-01-01": "New Year's Day", + "2022-01-03": "New Year's Day (observed)", + "2022-02-11": "Nukufetau Day", + "2022-04-15": "Good Friday", + "2022-04-18": "Easter Monday", + "2022-05-09": "Gospel Day", + "2022-06-11": "Queen's Birthday", + "2022-08-01": "National Youth Day", + "2022-10-01": "Tuvalu Day", + "2022-10-02": "Tuvalu Day", + "2022-10-03": "Tuvalu Day (observed)", + "2022-10-04": "Tuvalu Day (observed)", + "2022-10-10": "National Children's Day", + "2022-11-14": "Heir to the Throne's Birthday", + "2022-12-25": "Christmas Day", + "2022-12-26": "Boxing Day", + "2022-12-27": "Christmas Day (observed)", + "2023-01-01": "New Year's Day", + "2023-01-02": "New Year's Day (observed)", + "2023-02-11": "Nukufetau Day", + "2023-04-07": "Good Friday", + "2023-04-10": "Easter Monday", + "2023-05-15": "Gospel Day", + "2023-06-10": "King's Birthday", + "2023-08-07": "National Youth Day", + "2023-10-01": "Tuvalu Day", + "2023-10-02": "Tuvalu Day", + "2023-10-03": "Tuvalu Day (observed)", + "2023-10-09": "National Children's Day", + "2023-12-25": "Christmas Day", + "2023-12-26": "Boxing Day", + "2024-01-01": "New Year's Day", + "2024-02-11": "Nukufetau Day", + "2024-03-29": "Good Friday", + "2024-04-01": "Easter Monday", + "2024-05-13": "Gospel Day", + "2024-06-08": "King's Birthday", + "2024-08-05": "National Youth Day", + "2024-10-01": "Tuvalu Day", + "2024-10-02": "Tuvalu Day", + "2024-10-14": "National Children's Day", + "2024-12-25": "Christmas Day", + "2024-12-26": "Boxing Day", + "2025-01-01": "New Year's Day", + "2025-02-11": "Nukufetau Day", + "2025-04-18": "Good Friday", + "2025-04-21": "Easter Monday", + "2025-05-12": "Gospel Day", + "2025-06-14": "King's Birthday", + "2025-08-04": "National Youth Day", + "2025-10-01": "Tuvalu Day", + "2025-10-02": "Tuvalu Day", + "2025-10-13": "National Children's Day", + "2025-12-25": "Christmas Day", + "2025-12-26": "Boxing Day", + "2026-01-01": "New Year's Day", + "2026-02-11": "Nukufetau Day", + "2026-04-03": "Good Friday", + "2026-04-06": "Easter Monday", + "2026-05-11": "Gospel Day", + "2026-06-13": "King's Birthday", + "2026-08-03": "National Youth Day", + "2026-10-01": "Tuvalu Day", + "2026-10-02": "Tuvalu Day", + "2026-10-12": "National Children's Day", + "2026-12-25": "Christmas Day", + "2026-12-26": "Boxing Day", + "2026-12-28": "Boxing Day (observed)", + "2027-01-01": "New Year's Day", + "2027-02-11": "Nukufetau Day", + "2027-03-26": "Good Friday", + "2027-03-29": "Easter Monday", + "2027-05-10": "Gospel Day", + "2027-06-12": "King's Birthday", + "2027-08-02": "National Youth Day", + "2027-10-01": "Tuvalu Day", + "2027-10-02": "Tuvalu Day", + "2027-10-04": "Tuvalu Day (observed)", + "2027-10-11": "National Children's Day", + "2027-12-25": "Christmas Day", + "2027-12-26": "Boxing Day", + "2027-12-27": "Christmas Day (observed)", + "2027-12-28": "Boxing Day (observed)", + "2028-01-01": "New Year's Day", + "2028-01-03": "New Year's Day (observed)", + "2028-02-11": "Nukufetau Day", + "2028-04-14": "Good Friday", + "2028-04-17": "Easter Monday", + "2028-05-15": "Gospel Day", + "2028-06-10": "King's Birthday", + "2028-08-07": "National Youth Day", + "2028-10-01": "Tuvalu Day", + "2028-10-02": "Tuvalu Day", + "2028-10-03": "Tuvalu Day (observed)", + "2028-10-09": "National Children's Day", + "2028-12-25": "Christmas Day", + "2028-12-26": "Boxing Day", + "2029-01-01": "New Year's Day", + "2029-02-11": "Nukufetau Day", + "2029-03-30": "Good Friday", + "2029-04-02": "Easter Monday", + "2029-05-14": "Gospel Day", + "2029-06-09": "King's Birthday", + "2029-08-06": "National Youth Day", + "2029-10-01": "Tuvalu Day", + "2029-10-02": "Tuvalu Day", + "2029-10-15": "National Children's Day", + "2029-12-25": "Christmas Day", + "2029-12-26": "Boxing Day", + "2030-01-01": "New Year's Day", + "2030-02-11": "Nukufetau Day", + "2030-04-19": "Good Friday", + "2030-04-22": "Easter Monday", + "2030-05-13": "Gospel Day", + "2030-06-08": "King's Birthday", + "2030-08-05": "National Youth Day", + "2030-10-01": "Tuvalu Day", + "2030-10-02": "Tuvalu Day", + "2030-10-14": "National Children's Day", + "2030-12-25": "Christmas Day", + "2030-12-26": "Boxing Day", + "2031-01-01": "New Year's Day", + "2031-02-11": "Nukufetau Day", + "2031-04-11": "Good Friday", + "2031-04-14": "Easter Monday", + "2031-05-12": "Gospel Day", + "2031-06-14": "King's Birthday", + "2031-08-04": "National Youth Day", + "2031-10-01": "Tuvalu Day", + "2031-10-02": "Tuvalu Day", + "2031-10-13": "National Children's Day", + "2031-12-25": "Christmas Day", + "2031-12-26": "Boxing Day", + "2032-01-01": "New Year's Day", + "2032-02-11": "Nukufetau Day", + "2032-03-26": "Good Friday", + "2032-03-29": "Easter Monday", + "2032-05-10": "Gospel Day", + "2032-06-12": "King's Birthday", + "2032-08-02": "National Youth Day", + "2032-10-01": "Tuvalu Day", + "2032-10-02": "Tuvalu Day", + "2032-10-04": "Tuvalu Day (observed)", + "2032-10-11": "National Children's Day", + "2032-12-25": "Christmas Day", + "2032-12-26": "Boxing Day", + "2032-12-27": "Christmas Day (observed)", + "2032-12-28": "Boxing Day (observed)", + "2033-01-01": "New Year's Day", + "2033-01-03": "New Year's Day (observed)", + "2033-02-11": "Nukufetau Day", + "2033-04-15": "Good Friday", + "2033-04-18": "Easter Monday", + "2033-05-09": "Gospel Day", + "2033-06-11": "King's Birthday", + "2033-08-01": "National Youth Day", + "2033-10-01": "Tuvalu Day", + "2033-10-02": "Tuvalu Day", + "2033-10-03": "Tuvalu Day (observed)", + "2033-10-04": "Tuvalu Day (observed)", + "2033-10-10": "National Children's Day", + "2033-12-25": "Christmas Day", + "2033-12-26": "Boxing Day", + "2033-12-27": "Christmas Day (observed)", + "2034-01-01": "New Year's Day", + "2034-01-02": "New Year's Day (observed)", + "2034-02-11": "Nukufetau Day", + "2034-04-07": "Good Friday", + "2034-04-10": "Easter Monday", + "2034-05-15": "Gospel Day", + "2034-06-10": "King's Birthday", + "2034-08-07": "National Youth Day", + "2034-10-01": "Tuvalu Day", + "2034-10-02": "Tuvalu Day", + "2034-10-03": "Tuvalu Day (observed)", + "2034-10-09": "National Children's Day", + "2034-12-25": "Christmas Day", + "2034-12-26": "Boxing Day", + "2035-01-01": "New Year's Day", + "2035-02-11": "Nukufetau Day", + "2035-03-23": "Good Friday", + "2035-03-26": "Easter Monday", + "2035-05-14": "Gospel Day", + "2035-06-09": "King's Birthday", + "2035-08-06": "National Youth Day", + "2035-10-01": "Tuvalu Day", + "2035-10-02": "Tuvalu Day", + "2035-10-15": "National Children's Day", + "2035-12-25": "Christmas Day", + "2035-12-26": "Boxing Day", + "2036-01-01": "New Year's Day", + "2036-02-11": "Nukufetau Day", + "2036-04-11": "Good Friday", + "2036-04-14": "Easter Monday", + "2036-05-12": "Gospel Day", + "2036-06-14": "King's Birthday", + "2036-08-04": "National Youth Day", + "2036-10-01": "Tuvalu Day", + "2036-10-02": "Tuvalu Day", + "2036-10-13": "National Children's Day", + "2036-12-25": "Christmas Day", + "2036-12-26": "Boxing Day", + "2037-01-01": "New Year's Day", + "2037-02-11": "Nukufetau Day", + "2037-04-03": "Good Friday", + "2037-04-06": "Easter Monday", + "2037-05-11": "Gospel Day", + "2037-06-13": "King's Birthday", + "2037-08-03": "National Youth Day", + "2037-10-01": "Tuvalu Day", + "2037-10-02": "Tuvalu Day", + "2037-10-12": "National Children's Day", + "2037-12-25": "Christmas Day", + "2037-12-26": "Boxing Day", + "2037-12-28": "Boxing Day (observed)", + "2038-01-01": "New Year's Day", + "2038-02-11": "Nukufetau Day", + "2038-04-23": "Good Friday", + "2038-04-26": "Easter Monday", + "2038-05-10": "Gospel Day", + "2038-06-12": "King's Birthday", + "2038-08-02": "National Youth Day", + "2038-10-01": "Tuvalu Day", + "2038-10-02": "Tuvalu Day", + "2038-10-04": "Tuvalu Day (observed)", + "2038-10-11": "National Children's Day", + "2038-12-25": "Christmas Day", + "2038-12-26": "Boxing Day", + "2038-12-27": "Christmas Day (observed)", + "2038-12-28": "Boxing Day (observed)", + "2039-01-01": "New Year's Day", + "2039-01-03": "New Year's Day (observed)", + "2039-02-11": "Nukufetau Day", + "2039-04-08": "Good Friday", + "2039-04-11": "Easter Monday", + "2039-05-09": "Gospel Day", + "2039-06-11": "King's Birthday", + "2039-08-01": "National Youth Day", + "2039-10-01": "Tuvalu Day", + "2039-10-02": "Tuvalu Day", + "2039-10-03": "Tuvalu Day (observed)", + "2039-10-04": "Tuvalu Day (observed)", + "2039-10-10": "National Children's Day", + "2039-12-25": "Christmas Day", + "2039-12-26": "Boxing Day", + "2039-12-27": "Christmas Day (observed)", + "2040-01-01": "New Year's Day", + "2040-01-02": "New Year's Day (observed)", + "2040-02-11": "Nukufetau Day", + "2040-03-30": "Good Friday", + "2040-04-02": "Easter Monday", + "2040-05-14": "Gospel Day", + "2040-06-09": "King's Birthday", + "2040-08-06": "National Youth Day", + "2040-10-01": "Tuvalu Day", + "2040-10-02": "Tuvalu Day", + "2040-10-15": "National Children's Day", + "2040-12-25": "Christmas Day", + "2040-12-26": "Boxing Day", + "2041-01-01": "New Year's Day", + "2041-02-11": "Nukufetau Day", + "2041-04-19": "Good Friday", + "2041-04-22": "Easter Monday", + "2041-05-13": "Gospel Day", + "2041-06-08": "King's Birthday", + "2041-08-05": "National Youth Day", + "2041-10-01": "Tuvalu Day", + "2041-10-02": "Tuvalu Day", + "2041-10-14": "National Children's Day", + "2041-12-25": "Christmas Day", + "2041-12-26": "Boxing Day", + "2042-01-01": "New Year's Day", + "2042-02-11": "Nukufetau Day", + "2042-04-04": "Good Friday", + "2042-04-07": "Easter Monday", + "2042-05-12": "Gospel Day", + "2042-06-14": "King's Birthday", + "2042-08-04": "National Youth Day", + "2042-10-01": "Tuvalu Day", + "2042-10-02": "Tuvalu Day", + "2042-10-13": "National Children's Day", + "2042-12-25": "Christmas Day", + "2042-12-26": "Boxing Day", + "2043-01-01": "New Year's Day", + "2043-02-11": "Nukufetau Day", + "2043-03-27": "Good Friday", + "2043-03-30": "Easter Monday", + "2043-05-11": "Gospel Day", + "2043-06-13": "King's Birthday", + "2043-08-03": "National Youth Day", + "2043-10-01": "Tuvalu Day", + "2043-10-02": "Tuvalu Day", + "2043-10-12": "National Children's Day", + "2043-12-25": "Christmas Day", + "2043-12-26": "Boxing Day", + "2043-12-28": "Boxing Day (observed)", + "2044-01-01": "New Year's Day", + "2044-02-11": "Nukufetau Day", + "2044-04-15": "Good Friday", + "2044-04-18": "Easter Monday", + "2044-05-09": "Gospel Day", + "2044-06-11": "King's Birthday", + "2044-08-01": "National Youth Day", + "2044-10-01": "Tuvalu Day", + "2044-10-02": "Tuvalu Day", + "2044-10-03": "Tuvalu Day (observed)", + "2044-10-04": "Tuvalu Day (observed)", + "2044-10-10": "National Children's Day", + "2044-12-25": "Christmas Day", + "2044-12-26": "Boxing Day", + "2044-12-27": "Christmas Day (observed)", + "2045-01-01": "New Year's Day", + "2045-01-02": "New Year's Day (observed)", + "2045-02-11": "Nukufetau Day", + "2045-04-07": "Good Friday", + "2045-04-10": "Easter Monday", + "2045-05-15": "Gospel Day", + "2045-06-10": "King's Birthday", + "2045-08-07": "National Youth Day", + "2045-10-01": "Tuvalu Day", + "2045-10-02": "Tuvalu Day", + "2045-10-03": "Tuvalu Day (observed)", + "2045-10-09": "National Children's Day", + "2045-12-25": "Christmas Day", + "2045-12-26": "Boxing Day", + "2046-01-01": "New Year's Day", + "2046-02-11": "Nukufetau Day", + "2046-03-23": "Good Friday", + "2046-03-26": "Easter Monday", + "2046-05-14": "Gospel Day", + "2046-06-09": "King's Birthday", + "2046-08-06": "National Youth Day", + "2046-10-01": "Tuvalu Day", + "2046-10-02": "Tuvalu Day", + "2046-10-15": "National Children's Day", + "2046-12-25": "Christmas Day", + "2046-12-26": "Boxing Day", + "2047-01-01": "New Year's Day", + "2047-02-11": "Nukufetau Day", + "2047-04-12": "Good Friday", + "2047-04-15": "Easter Monday", + "2047-05-13": "Gospel Day", + "2047-06-08": "King's Birthday", + "2047-08-05": "National Youth Day", + "2047-10-01": "Tuvalu Day", + "2047-10-02": "Tuvalu Day", + "2047-10-14": "National Children's Day", + "2047-12-25": "Christmas Day", + "2047-12-26": "Boxing Day", + "2048-01-01": "New Year's Day", + "2048-02-11": "Nukufetau Day", + "2048-04-03": "Good Friday", + "2048-04-06": "Easter Monday", + "2048-05-11": "Gospel Day", + "2048-06-13": "King's Birthday", + "2048-08-03": "National Youth Day", + "2048-10-01": "Tuvalu Day", + "2048-10-02": "Tuvalu Day", + "2048-10-12": "National Children's Day", + "2048-12-25": "Christmas Day", + "2048-12-26": "Boxing Day", + "2048-12-28": "Boxing Day (observed)", + "2049-01-01": "New Year's Day", + "2049-02-11": "Nukufetau Day", + "2049-04-16": "Good Friday", + "2049-04-19": "Easter Monday", + "2049-05-10": "Gospel Day", + "2049-06-12": "King's Birthday", + "2049-08-02": "National Youth Day", + "2049-10-01": "Tuvalu Day", + "2049-10-02": "Tuvalu Day", + "2049-10-04": "Tuvalu Day (observed)", + "2049-10-11": "National Children's Day", + "2049-12-25": "Christmas Day", + "2049-12-26": "Boxing Day", + "2049-12-27": "Christmas Day (observed)", + "2049-12-28": "Boxing Day (observed)", + "2050-01-01": "New Year's Day", + "2050-01-03": "New Year's Day (observed)", + "2050-02-11": "Nukufetau Day", + "2050-04-08": "Good Friday", + "2050-04-11": "Easter Monday", + "2050-05-09": "Gospel Day", + "2050-06-11": "King's Birthday", + "2050-08-01": "National Youth Day", + "2050-10-01": "Tuvalu Day", + "2050-10-02": "Tuvalu Day", + "2050-10-03": "Tuvalu Day (observed)", + "2050-10-04": "Tuvalu Day (observed)", + "2050-10-10": "National Children's Day", + "2050-12-25": "Christmas Day", + "2050-12-26": "Boxing Day", + "2050-12-27": "Christmas Day (observed)" +} diff --git a/snapshots/countries/TV_NKL.json b/snapshots/countries/TV_NKL.json new file mode 100644 index 000000000..32a8e62b8 --- /dev/null +++ b/snapshots/countries/TV_NKL.json @@ -0,0 +1,848 @@ +{ + "1990-01-01": "New Year's Day", + "1990-03-12": "Commonwealth Day", + "1990-04-13": "Good Friday", + "1990-04-16": "Easter Monday", + "1990-05-10": "Gospel Day", + "1990-05-14": "Gospel Day", + "1990-06-09": "Queen's Birthday", + "1990-08-06": "National Children's Day", + "1990-10-01": "Tuvalu Day", + "1990-10-02": "Tuvalu Day", + "1990-11-12": "Heir to the Throne's Birthday", + "1990-12-25": "Christmas Day", + "1990-12-26": "Boxing Day", + "1991-01-01": "New Year's Day", + "1991-03-11": "Commonwealth Day", + "1991-03-29": "Good Friday", + "1991-04-01": "Easter Monday", + "1991-05-10": "Gospel Day", + "1991-05-13": "Gospel Day", + "1991-06-08": "Queen's Birthday", + "1991-08-05": "National Children's Day", + "1991-10-01": "Tuvalu Day", + "1991-10-02": "Tuvalu Day", + "1991-11-11": "Heir to the Throne's Birthday", + "1991-12-25": "Christmas Day", + "1991-12-26": "Boxing Day", + "1992-01-01": "New Year's Day", + "1992-03-09": "Commonwealth Day", + "1992-04-17": "Good Friday", + "1992-04-20": "Easter Monday", + "1992-05-10": "Gospel Day", + "1992-05-11": "Gospel Day", + "1992-06-13": "Queen's Birthday", + "1992-08-03": "National Children's Day", + "1992-10-01": "Tuvalu Day", + "1992-10-02": "Tuvalu Day", + "1992-11-09": "Heir to the Throne's Birthday", + "1992-12-25": "Christmas Day", + "1992-12-26": "Boxing Day", + "1992-12-28": "Boxing Day (observed)", + "1993-01-01": "New Year's Day", + "1993-03-08": "Commonwealth Day", + "1993-04-09": "Good Friday", + "1993-04-12": "Easter Monday", + "1993-05-10": "Gospel Day", + "1993-06-12": "Queen's Birthday", + "1993-08-02": "National Children's Day", + "1993-10-01": "Tuvalu Day", + "1993-10-02": "Tuvalu Day", + "1993-10-04": "Tuvalu Day (observed)", + "1993-11-08": "Heir to the Throne's Birthday", + "1993-12-25": "Christmas Day", + "1993-12-26": "Boxing Day", + "1993-12-27": "Christmas Day (observed)", + "1993-12-28": "Boxing Day (observed)", + "1994-01-01": "New Year's Day", + "1994-01-03": "New Year's Day (observed)", + "1994-03-14": "Commonwealth Day", + "1994-04-01": "Good Friday", + "1994-04-04": "Easter Monday", + "1994-05-09": "Gospel Day", + "1994-05-10": "Gospel Day", + "1994-06-11": "Queen's Birthday", + "1994-08-01": "National Children's Day", + "1994-10-01": "Tuvalu Day", + "1994-10-02": "Tuvalu Day", + "1994-10-03": "Tuvalu Day (observed)", + "1994-10-04": "Tuvalu Day (observed)", + "1994-11-14": "Heir to the Throne's Birthday", + "1994-12-25": "Christmas Day", + "1994-12-26": "Boxing Day", + "1994-12-27": "Christmas Day (observed)", + "1995-01-01": "New Year's Day", + "1995-01-02": "New Year's Day (observed)", + "1995-03-13": "Commonwealth Day", + "1995-04-14": "Good Friday", + "1995-04-17": "Easter Monday", + "1995-05-10": "Gospel Day", + "1995-05-15": "Gospel Day", + "1995-06-10": "Queen's Birthday", + "1995-08-07": "National Children's Day", + "1995-10-01": "Tuvalu Day", + "1995-10-02": "Tuvalu Day", + "1995-10-03": "Tuvalu Day (observed)", + "1995-11-13": "Heir to the Throne's Birthday", + "1995-12-25": "Christmas Day", + "1995-12-26": "Boxing Day", + "1996-01-01": "New Year's Day", + "1996-03-11": "Commonwealth Day", + "1996-04-05": "Good Friday", + "1996-04-08": "Easter Monday", + "1996-05-10": "Gospel Day", + "1996-05-13": "Gospel Day", + "1996-06-08": "Queen's Birthday", + "1996-08-05": "National Children's Day", + "1996-10-01": "Tuvalu Day", + "1996-10-02": "Tuvalu Day", + "1996-11-11": "Heir to the Throne's Birthday", + "1996-12-25": "Christmas Day", + "1996-12-26": "Boxing Day", + "1997-01-01": "New Year's Day", + "1997-03-10": "Commonwealth Day", + "1997-03-28": "Good Friday", + "1997-03-31": "Easter Monday", + "1997-05-10": "Gospel Day", + "1997-05-12": "Gospel Day", + "1997-06-14": "Queen's Birthday", + "1997-08-04": "National Children's Day", + "1997-10-01": "Tuvalu Day", + "1997-10-02": "Tuvalu Day", + "1997-11-10": "Heir to the Throne's Birthday", + "1997-12-25": "Christmas Day", + "1997-12-26": "Boxing Day", + "1998-01-01": "New Year's Day", + "1998-03-09": "Commonwealth Day", + "1998-04-10": "Good Friday", + "1998-04-13": "Easter Monday", + "1998-05-10": "Gospel Day", + "1998-05-11": "Gospel Day", + "1998-06-13": "Queen's Birthday", + "1998-08-03": "National Children's Day", + "1998-10-01": "Tuvalu Day", + "1998-10-02": "Tuvalu Day", + "1998-11-09": "Heir to the Throne's Birthday", + "1998-12-25": "Christmas Day", + "1998-12-26": "Boxing Day", + "1998-12-28": "Boxing Day (observed)", + "1999-01-01": "New Year's Day", + "1999-03-08": "Commonwealth Day", + "1999-04-02": "Good Friday", + "1999-04-05": "Easter Monday", + "1999-05-10": "Gospel Day", + "1999-06-12": "Queen's Birthday", + "1999-08-02": "National Children's Day", + "1999-10-01": "Tuvalu Day", + "1999-10-02": "Tuvalu Day", + "1999-10-04": "Tuvalu Day (observed)", + "1999-11-08": "Heir to the Throne's Birthday", + "1999-12-25": "Christmas Day", + "1999-12-26": "Boxing Day", + "1999-12-27": "Christmas Day (observed)", + "1999-12-28": "Boxing Day (observed)", + "2000-01-01": "New Year's Day", + "2000-01-03": "New Year's Day (observed)", + "2000-03-13": "Commonwealth Day", + "2000-04-21": "Good Friday", + "2000-04-24": "Easter Monday", + "2000-05-10": "Gospel Day", + "2000-05-15": "Gospel Day", + "2000-06-10": "Queen's Birthday", + "2000-08-07": "National Children's Day", + "2000-10-01": "Tuvalu Day", + "2000-10-02": "Tuvalu Day", + "2000-10-03": "Tuvalu Day (observed)", + "2000-11-13": "Heir to the Throne's Birthday", + "2000-12-25": "Christmas Day", + "2000-12-26": "Boxing Day", + "2001-01-01": "New Year's Day", + "2001-03-12": "Commonwealth Day", + "2001-04-13": "Good Friday", + "2001-04-16": "Easter Monday", + "2001-05-10": "Gospel Day", + "2001-05-14": "Gospel Day", + "2001-06-09": "Queen's Birthday", + "2001-08-06": "National Children's Day", + "2001-10-01": "Tuvalu Day", + "2001-10-02": "Tuvalu Day", + "2001-11-12": "Heir to the Throne's Birthday", + "2001-12-25": "Christmas Day", + "2001-12-26": "Boxing Day", + "2002-01-01": "New Year's Day", + "2002-03-11": "Commonwealth Day", + "2002-03-29": "Good Friday", + "2002-04-01": "Easter Monday", + "2002-05-10": "Gospel Day", + "2002-05-13": "Gospel Day", + "2002-06-08": "Queen's Birthday", + "2002-08-05": "National Children's Day", + "2002-10-01": "Tuvalu Day", + "2002-10-02": "Tuvalu Day", + "2002-11-11": "Heir to the Throne's Birthday", + "2002-12-25": "Christmas Day", + "2002-12-26": "Boxing Day", + "2003-01-01": "New Year's Day", + "2003-03-10": "Commonwealth Day", + "2003-04-18": "Good Friday", + "2003-04-21": "Easter Monday", + "2003-05-10": "Gospel Day", + "2003-05-12": "Gospel Day", + "2003-06-14": "Queen's Birthday", + "2003-08-04": "National Children's Day", + "2003-10-01": "Tuvalu Day", + "2003-10-02": "Tuvalu Day", + "2003-11-10": "Heir to the Throne's Birthday", + "2003-12-25": "Christmas Day", + "2003-12-26": "Boxing Day", + "2004-01-01": "New Year's Day", + "2004-03-08": "Commonwealth Day", + "2004-04-09": "Good Friday", + "2004-04-12": "Easter Monday", + "2004-05-10": "Gospel Day", + "2004-06-12": "Queen's Birthday", + "2004-08-02": "National Children's Day", + "2004-10-01": "Tuvalu Day", + "2004-10-02": "Tuvalu Day", + "2004-10-04": "Tuvalu Day (observed)", + "2004-11-08": "Heir to the Throne's Birthday", + "2004-12-25": "Christmas Day", + "2004-12-26": "Boxing Day", + "2004-12-27": "Christmas Day (observed)", + "2004-12-28": "Boxing Day (observed)", + "2005-01-01": "New Year's Day", + "2005-01-03": "New Year's Day (observed)", + "2005-03-14": "Commonwealth Day", + "2005-03-25": "Good Friday", + "2005-03-28": "Easter Monday", + "2005-05-09": "Gospel Day", + "2005-05-10": "Gospel Day", + "2005-06-11": "Queen's Birthday", + "2005-08-01": "National Children's Day", + "2005-10-01": "Tuvalu Day", + "2005-10-02": "Tuvalu Day", + "2005-10-03": "Tuvalu Day (observed)", + "2005-10-04": "Tuvalu Day (observed)", + "2005-11-14": "Heir to the Throne's Birthday", + "2005-12-25": "Christmas Day", + "2005-12-26": "Boxing Day", + "2005-12-27": "Christmas Day (observed)", + "2006-01-01": "New Year's Day", + "2006-01-02": "New Year's Day (observed)", + "2006-03-13": "Commonwealth Day", + "2006-04-14": "Good Friday", + "2006-04-17": "Easter Monday", + "2006-05-10": "Gospel Day", + "2006-05-15": "Gospel Day", + "2006-06-10": "Queen's Birthday", + "2006-08-07": "National Children's Day", + "2006-10-01": "Tuvalu Day", + "2006-10-02": "Tuvalu Day", + "2006-10-03": "Tuvalu Day (observed)", + "2006-11-13": "Heir to the Throne's Birthday", + "2006-12-25": "Christmas Day", + "2006-12-26": "Boxing Day", + "2007-01-01": "New Year's Day", + "2007-03-12": "Commonwealth Day", + "2007-04-06": "Good Friday", + "2007-04-09": "Easter Monday", + "2007-05-10": "Gospel Day", + "2007-05-14": "Gospel Day", + "2007-06-09": "Queen's Birthday", + "2007-08-06": "National Children's Day", + "2007-10-01": "Tuvalu Day", + "2007-10-02": "Tuvalu Day", + "2007-11-12": "Heir to the Throne's Birthday", + "2007-12-25": "Christmas Day", + "2007-12-26": "Boxing Day", + "2008-01-01": "New Year's Day", + "2008-03-10": "Commonwealth Day", + "2008-03-21": "Good Friday", + "2008-03-24": "Easter Monday", + "2008-05-10": "Gospel Day", + "2008-05-12": "Gospel Day", + "2008-06-14": "Queen's Birthday", + "2008-08-04": "National Children's Day", + "2008-10-01": "Tuvalu Day", + "2008-10-02": "Tuvalu Day", + "2008-11-10": "Heir to the Throne's Birthday", + "2008-12-25": "Christmas Day", + "2008-12-26": "Boxing Day", + "2009-01-01": "New Year's Day", + "2009-03-09": "Commonwealth Day", + "2009-04-10": "Good Friday", + "2009-04-13": "Easter Monday", + "2009-05-10": "Gospel Day", + "2009-05-11": "Gospel Day", + "2009-06-13": "Queen's Birthday", + "2009-08-03": "National Children's Day", + "2009-10-01": "Tuvalu Day", + "2009-10-02": "Tuvalu Day", + "2009-11-09": "Heir to the Throne's Birthday", + "2009-12-25": "Christmas Day", + "2009-12-26": "Boxing Day", + "2009-12-28": "Boxing Day (observed)", + "2010-01-01": "New Year's Day", + "2010-03-08": "Commonwealth Day", + "2010-04-02": "Good Friday", + "2010-04-05": "Easter Monday", + "2010-05-10": "Gospel Day", + "2010-06-12": "Queen's Birthday", + "2010-08-02": "National Children's Day", + "2010-10-01": "Tuvalu Day", + "2010-10-02": "Tuvalu Day", + "2010-10-04": "Tuvalu Day (observed)", + "2010-11-08": "Heir to the Throne's Birthday", + "2010-12-25": "Christmas Day", + "2010-12-26": "Boxing Day", + "2010-12-27": "Christmas Day (observed)", + "2010-12-28": "Boxing Day (observed)", + "2011-01-01": "New Year's Day", + "2011-01-03": "New Year's Day (observed)", + "2011-03-14": "Commonwealth Day", + "2011-04-22": "Good Friday", + "2011-04-25": "Easter Monday", + "2011-05-09": "Gospel Day", + "2011-05-10": "Gospel Day", + "2011-06-11": "Queen's Birthday", + "2011-08-01": "National Children's Day", + "2011-10-01": "Tuvalu Day", + "2011-10-02": "Tuvalu Day", + "2011-10-03": "Tuvalu Day (observed)", + "2011-10-04": "Tuvalu Day (observed)", + "2011-11-14": "Heir to the Throne's Birthday", + "2011-12-25": "Christmas Day", + "2011-12-26": "Boxing Day", + "2011-12-27": "Christmas Day (observed)", + "2012-01-01": "New Year's Day", + "2012-01-02": "New Year's Day (observed)", + "2012-03-12": "Commonwealth Day", + "2012-04-06": "Good Friday", + "2012-04-09": "Easter Monday", + "2012-05-10": "Gospel Day", + "2012-05-14": "Gospel Day", + "2012-06-09": "Queen's Birthday", + "2012-08-06": "National Children's Day", + "2012-10-01": "Tuvalu Day", + "2012-10-02": "Tuvalu Day", + "2012-11-12": "Heir to the Throne's Birthday", + "2012-12-25": "Christmas Day", + "2012-12-26": "Boxing Day", + "2013-01-01": "New Year's Day", + "2013-03-11": "Commonwealth Day", + "2013-03-29": "Good Friday", + "2013-04-01": "Easter Monday", + "2013-05-10": "Gospel Day", + "2013-05-13": "Gospel Day", + "2013-06-08": "Queen's Birthday", + "2013-08-05": "National Children's Day", + "2013-10-01": "Tuvalu Day", + "2013-10-02": "Tuvalu Day", + "2013-11-11": "Heir to the Throne's Birthday", + "2013-12-25": "Christmas Day", + "2013-12-26": "Boxing Day", + "2014-01-01": "New Year's Day", + "2014-03-10": "Commonwealth Day", + "2014-04-18": "Good Friday", + "2014-04-21": "Easter Monday", + "2014-05-10": "Gospel Day", + "2014-05-12": "Gospel Day", + "2014-06-14": "Queen's Birthday", + "2014-08-04": "National Children's Day", + "2014-10-01": "Tuvalu Day", + "2014-10-02": "Tuvalu Day", + "2014-11-10": "Heir to the Throne's Birthday", + "2014-12-25": "Christmas Day", + "2014-12-26": "Boxing Day", + "2015-01-01": "New Year's Day", + "2015-03-09": "Commonwealth Day", + "2015-04-03": "Good Friday", + "2015-04-06": "Easter Monday", + "2015-05-10": "Gospel Day", + "2015-05-11": "Gospel Day", + "2015-06-13": "Queen's Birthday", + "2015-08-03": "National Children's Day", + "2015-10-01": "Tuvalu Day", + "2015-10-02": "Tuvalu Day", + "2015-11-09": "Heir to the Throne's Birthday", + "2015-12-25": "Christmas Day", + "2015-12-26": "Boxing Day", + "2015-12-28": "Boxing Day (observed)", + "2016-01-01": "New Year's Day", + "2016-03-14": "Commonwealth Day", + "2016-03-25": "Good Friday", + "2016-03-28": "Easter Monday", + "2016-05-09": "Gospel Day", + "2016-05-10": "Gospel Day", + "2016-06-11": "Queen's Birthday", + "2016-08-01": "National Children's Day", + "2016-10-01": "Tuvalu Day", + "2016-10-02": "Tuvalu Day", + "2016-10-03": "Tuvalu Day (observed)", + "2016-10-04": "Tuvalu Day (observed)", + "2016-11-14": "Heir to the Throne's Birthday", + "2016-12-25": "Christmas Day", + "2016-12-26": "Boxing Day", + "2016-12-27": "Christmas Day (observed)", + "2017-01-01": "New Year's Day", + "2017-01-02": "New Year's Day (observed)", + "2017-03-13": "Commonwealth Day", + "2017-04-14": "Good Friday", + "2017-04-17": "Easter Monday", + "2017-05-10": "Gospel Day", + "2017-05-15": "Gospel Day", + "2017-06-10": "Queen's Birthday", + "2017-08-07": "National Children's Day", + "2017-10-01": "Tuvalu Day", + "2017-10-02": "Tuvalu Day", + "2017-10-03": "Tuvalu Day (observed)", + "2017-11-13": "Heir to the Throne's Birthday", + "2017-12-25": "Christmas Day", + "2017-12-26": "Boxing Day", + "2018-01-01": "New Year's Day", + "2018-03-12": "Commonwealth Day", + "2018-03-30": "Good Friday", + "2018-04-02": "Easter Monday", + "2018-05-10": "Gospel Day", + "2018-05-14": "Gospel Day", + "2018-06-09": "Queen's Birthday", + "2018-08-06": "National Children's Day", + "2018-10-01": "Tuvalu Day", + "2018-10-02": "Tuvalu Day", + "2018-11-12": "Heir to the Throne's Birthday", + "2018-12-25": "Christmas Day", + "2018-12-26": "Boxing Day", + "2019-01-01": "New Year's Day", + "2019-03-11": "Commonwealth Day", + "2019-04-19": "Good Friday", + "2019-04-22": "Easter Monday", + "2019-05-10": "Gospel Day", + "2019-05-13": "Gospel Day", + "2019-06-08": "Queen's Birthday", + "2019-08-05": "National Youth Day", + "2019-10-01": "Tuvalu Day", + "2019-10-02": "Tuvalu Day", + "2019-10-14": "National Children's Day", + "2019-11-11": "Heir to the Throne's Birthday", + "2019-12-25": "Christmas Day", + "2019-12-26": "Boxing Day", + "2020-01-01": "New Year's Day", + "2020-03-09": "Commonwealth Day", + "2020-04-10": "Good Friday", + "2020-04-13": "Easter Monday", + "2020-05-10": "Gospel Day", + "2020-05-11": "Gospel Day", + "2020-06-13": "Queen's Birthday", + "2020-08-03": "National Youth Day", + "2020-10-01": "Tuvalu Day", + "2020-10-02": "Tuvalu Day", + "2020-10-12": "National Children's Day", + "2020-11-09": "Heir to the Throne's Birthday", + "2020-12-25": "Christmas Day", + "2020-12-26": "Boxing Day", + "2020-12-28": "Boxing Day (observed)", + "2021-01-01": "New Year's Day", + "2021-04-02": "Good Friday", + "2021-04-05": "Easter Monday", + "2021-05-10": "Gospel Day", + "2021-06-12": "Queen's Birthday", + "2021-08-02": "National Youth Day", + "2021-10-01": "Tuvalu Day", + "2021-10-02": "Tuvalu Day", + "2021-10-04": "Tuvalu Day (observed)", + "2021-10-11": "National Children's Day", + "2021-11-08": "Heir to the Throne's Birthday", + "2021-12-25": "Christmas Day", + "2021-12-26": "Boxing Day", + "2021-12-27": "Christmas Day (observed)", + "2021-12-28": "Boxing Day (observed)", + "2022-01-01": "New Year's Day", + "2022-01-03": "New Year's Day (observed)", + "2022-04-15": "Good Friday", + "2022-04-18": "Easter Monday", + "2022-05-09": "Gospel Day", + "2022-05-10": "Gospel Day", + "2022-06-11": "Queen's Birthday", + "2022-08-01": "National Youth Day", + "2022-10-01": "Tuvalu Day", + "2022-10-02": "Tuvalu Day", + "2022-10-03": "Tuvalu Day (observed)", + "2022-10-04": "Tuvalu Day (observed)", + "2022-10-10": "National Children's Day", + "2022-11-14": "Heir to the Throne's Birthday", + "2022-12-25": "Christmas Day", + "2022-12-26": "Boxing Day", + "2022-12-27": "Christmas Day (observed)", + "2023-01-01": "New Year's Day", + "2023-01-02": "New Year's Day (observed)", + "2023-04-07": "Good Friday", + "2023-04-10": "Easter Monday", + "2023-05-10": "Gospel Day", + "2023-05-15": "Gospel Day", + "2023-06-10": "King's Birthday", + "2023-08-07": "National Youth Day", + "2023-10-01": "Tuvalu Day", + "2023-10-02": "Tuvalu Day", + "2023-10-03": "Tuvalu Day (observed)", + "2023-10-09": "National Children's Day", + "2023-12-25": "Christmas Day", + "2023-12-26": "Boxing Day", + "2024-01-01": "New Year's Day", + "2024-03-29": "Good Friday", + "2024-04-01": "Easter Monday", + "2024-05-10": "Gospel Day", + "2024-05-13": "Gospel Day", + "2024-06-08": "King's Birthday", + "2024-08-05": "National Youth Day", + "2024-10-01": "Tuvalu Day", + "2024-10-02": "Tuvalu Day", + "2024-10-14": "National Children's Day", + "2024-12-25": "Christmas Day", + "2024-12-26": "Boxing Day", + "2025-01-01": "New Year's Day", + "2025-04-18": "Good Friday", + "2025-04-21": "Easter Monday", + "2025-05-10": "Gospel Day", + "2025-05-12": "Gospel Day", + "2025-06-14": "King's Birthday", + "2025-08-04": "National Youth Day", + "2025-10-01": "Tuvalu Day", + "2025-10-02": "Tuvalu Day", + "2025-10-13": "National Children's Day", + "2025-12-25": "Christmas Day", + "2025-12-26": "Boxing Day", + "2026-01-01": "New Year's Day", + "2026-04-03": "Good Friday", + "2026-04-06": "Easter Monday", + "2026-05-10": "Gospel Day", + "2026-05-11": "Gospel Day", + "2026-06-13": "King's Birthday", + "2026-08-03": "National Youth Day", + "2026-10-01": "Tuvalu Day", + "2026-10-02": "Tuvalu Day", + "2026-10-12": "National Children's Day", + "2026-12-25": "Christmas Day", + "2026-12-26": "Boxing Day", + "2026-12-28": "Boxing Day (observed)", + "2027-01-01": "New Year's Day", + "2027-03-26": "Good Friday", + "2027-03-29": "Easter Monday", + "2027-05-10": "Gospel Day", + "2027-06-12": "King's Birthday", + "2027-08-02": "National Youth Day", + "2027-10-01": "Tuvalu Day", + "2027-10-02": "Tuvalu Day", + "2027-10-04": "Tuvalu Day (observed)", + "2027-10-11": "National Children's Day", + "2027-12-25": "Christmas Day", + "2027-12-26": "Boxing Day", + "2027-12-27": "Christmas Day (observed)", + "2027-12-28": "Boxing Day (observed)", + "2028-01-01": "New Year's Day", + "2028-01-03": "New Year's Day (observed)", + "2028-04-14": "Good Friday", + "2028-04-17": "Easter Monday", + "2028-05-10": "Gospel Day", + "2028-05-15": "Gospel Day", + "2028-06-10": "King's Birthday", + "2028-08-07": "National Youth Day", + "2028-10-01": "Tuvalu Day", + "2028-10-02": "Tuvalu Day", + "2028-10-03": "Tuvalu Day (observed)", + "2028-10-09": "National Children's Day", + "2028-12-25": "Christmas Day", + "2028-12-26": "Boxing Day", + "2029-01-01": "New Year's Day", + "2029-03-30": "Good Friday", + "2029-04-02": "Easter Monday", + "2029-05-10": "Gospel Day", + "2029-05-14": "Gospel Day", + "2029-06-09": "King's Birthday", + "2029-08-06": "National Youth Day", + "2029-10-01": "Tuvalu Day", + "2029-10-02": "Tuvalu Day", + "2029-10-15": "National Children's Day", + "2029-12-25": "Christmas Day", + "2029-12-26": "Boxing Day", + "2030-01-01": "New Year's Day", + "2030-04-19": "Good Friday", + "2030-04-22": "Easter Monday", + "2030-05-10": "Gospel Day", + "2030-05-13": "Gospel Day", + "2030-06-08": "King's Birthday", + "2030-08-05": "National Youth Day", + "2030-10-01": "Tuvalu Day", + "2030-10-02": "Tuvalu Day", + "2030-10-14": "National Children's Day", + "2030-12-25": "Christmas Day", + "2030-12-26": "Boxing Day", + "2031-01-01": "New Year's Day", + "2031-04-11": "Good Friday", + "2031-04-14": "Easter Monday", + "2031-05-10": "Gospel Day", + "2031-05-12": "Gospel Day", + "2031-06-14": "King's Birthday", + "2031-08-04": "National Youth Day", + "2031-10-01": "Tuvalu Day", + "2031-10-02": "Tuvalu Day", + "2031-10-13": "National Children's Day", + "2031-12-25": "Christmas Day", + "2031-12-26": "Boxing Day", + "2032-01-01": "New Year's Day", + "2032-03-26": "Good Friday", + "2032-03-29": "Easter Monday", + "2032-05-10": "Gospel Day", + "2032-06-12": "King's Birthday", + "2032-08-02": "National Youth Day", + "2032-10-01": "Tuvalu Day", + "2032-10-02": "Tuvalu Day", + "2032-10-04": "Tuvalu Day (observed)", + "2032-10-11": "National Children's Day", + "2032-12-25": "Christmas Day", + "2032-12-26": "Boxing Day", + "2032-12-27": "Christmas Day (observed)", + "2032-12-28": "Boxing Day (observed)", + "2033-01-01": "New Year's Day", + "2033-01-03": "New Year's Day (observed)", + "2033-04-15": "Good Friday", + "2033-04-18": "Easter Monday", + "2033-05-09": "Gospel Day", + "2033-05-10": "Gospel Day", + "2033-06-11": "King's Birthday", + "2033-08-01": "National Youth Day", + "2033-10-01": "Tuvalu Day", + "2033-10-02": "Tuvalu Day", + "2033-10-03": "Tuvalu Day (observed)", + "2033-10-04": "Tuvalu Day (observed)", + "2033-10-10": "National Children's Day", + "2033-12-25": "Christmas Day", + "2033-12-26": "Boxing Day", + "2033-12-27": "Christmas Day (observed)", + "2034-01-01": "New Year's Day", + "2034-01-02": "New Year's Day (observed)", + "2034-04-07": "Good Friday", + "2034-04-10": "Easter Monday", + "2034-05-10": "Gospel Day", + "2034-05-15": "Gospel Day", + "2034-06-10": "King's Birthday", + "2034-08-07": "National Youth Day", + "2034-10-01": "Tuvalu Day", + "2034-10-02": "Tuvalu Day", + "2034-10-03": "Tuvalu Day (observed)", + "2034-10-09": "National Children's Day", + "2034-12-25": "Christmas Day", + "2034-12-26": "Boxing Day", + "2035-01-01": "New Year's Day", + "2035-03-23": "Good Friday", + "2035-03-26": "Easter Monday", + "2035-05-10": "Gospel Day", + "2035-05-14": "Gospel Day", + "2035-06-09": "King's Birthday", + "2035-08-06": "National Youth Day", + "2035-10-01": "Tuvalu Day", + "2035-10-02": "Tuvalu Day", + "2035-10-15": "National Children's Day", + "2035-12-25": "Christmas Day", + "2035-12-26": "Boxing Day", + "2036-01-01": "New Year's Day", + "2036-04-11": "Good Friday", + "2036-04-14": "Easter Monday", + "2036-05-10": "Gospel Day", + "2036-05-12": "Gospel Day", + "2036-06-14": "King's Birthday", + "2036-08-04": "National Youth Day", + "2036-10-01": "Tuvalu Day", + "2036-10-02": "Tuvalu Day", + "2036-10-13": "National Children's Day", + "2036-12-25": "Christmas Day", + "2036-12-26": "Boxing Day", + "2037-01-01": "New Year's Day", + "2037-04-03": "Good Friday", + "2037-04-06": "Easter Monday", + "2037-05-10": "Gospel Day", + "2037-05-11": "Gospel Day", + "2037-06-13": "King's Birthday", + "2037-08-03": "National Youth Day", + "2037-10-01": "Tuvalu Day", + "2037-10-02": "Tuvalu Day", + "2037-10-12": "National Children's Day", + "2037-12-25": "Christmas Day", + "2037-12-26": "Boxing Day", + "2037-12-28": "Boxing Day (observed)", + "2038-01-01": "New Year's Day", + "2038-04-23": "Good Friday", + "2038-04-26": "Easter Monday", + "2038-05-10": "Gospel Day", + "2038-06-12": "King's Birthday", + "2038-08-02": "National Youth Day", + "2038-10-01": "Tuvalu Day", + "2038-10-02": "Tuvalu Day", + "2038-10-04": "Tuvalu Day (observed)", + "2038-10-11": "National Children's Day", + "2038-12-25": "Christmas Day", + "2038-12-26": "Boxing Day", + "2038-12-27": "Christmas Day (observed)", + "2038-12-28": "Boxing Day (observed)", + "2039-01-01": "New Year's Day", + "2039-01-03": "New Year's Day (observed)", + "2039-04-08": "Good Friday", + "2039-04-11": "Easter Monday", + "2039-05-09": "Gospel Day", + "2039-05-10": "Gospel Day", + "2039-06-11": "King's Birthday", + "2039-08-01": "National Youth Day", + "2039-10-01": "Tuvalu Day", + "2039-10-02": "Tuvalu Day", + "2039-10-03": "Tuvalu Day (observed)", + "2039-10-04": "Tuvalu Day (observed)", + "2039-10-10": "National Children's Day", + "2039-12-25": "Christmas Day", + "2039-12-26": "Boxing Day", + "2039-12-27": "Christmas Day (observed)", + "2040-01-01": "New Year's Day", + "2040-01-02": "New Year's Day (observed)", + "2040-03-30": "Good Friday", + "2040-04-02": "Easter Monday", + "2040-05-10": "Gospel Day", + "2040-05-14": "Gospel Day", + "2040-06-09": "King's Birthday", + "2040-08-06": "National Youth Day", + "2040-10-01": "Tuvalu Day", + "2040-10-02": "Tuvalu Day", + "2040-10-15": "National Children's Day", + "2040-12-25": "Christmas Day", + "2040-12-26": "Boxing Day", + "2041-01-01": "New Year's Day", + "2041-04-19": "Good Friday", + "2041-04-22": "Easter Monday", + "2041-05-10": "Gospel Day", + "2041-05-13": "Gospel Day", + "2041-06-08": "King's Birthday", + "2041-08-05": "National Youth Day", + "2041-10-01": "Tuvalu Day", + "2041-10-02": "Tuvalu Day", + "2041-10-14": "National Children's Day", + "2041-12-25": "Christmas Day", + "2041-12-26": "Boxing Day", + "2042-01-01": "New Year's Day", + "2042-04-04": "Good Friday", + "2042-04-07": "Easter Monday", + "2042-05-10": "Gospel Day", + "2042-05-12": "Gospel Day", + "2042-06-14": "King's Birthday", + "2042-08-04": "National Youth Day", + "2042-10-01": "Tuvalu Day", + "2042-10-02": "Tuvalu Day", + "2042-10-13": "National Children's Day", + "2042-12-25": "Christmas Day", + "2042-12-26": "Boxing Day", + "2043-01-01": "New Year's Day", + "2043-03-27": "Good Friday", + "2043-03-30": "Easter Monday", + "2043-05-10": "Gospel Day", + "2043-05-11": "Gospel Day", + "2043-06-13": "King's Birthday", + "2043-08-03": "National Youth Day", + "2043-10-01": "Tuvalu Day", + "2043-10-02": "Tuvalu Day", + "2043-10-12": "National Children's Day", + "2043-12-25": "Christmas Day", + "2043-12-26": "Boxing Day", + "2043-12-28": "Boxing Day (observed)", + "2044-01-01": "New Year's Day", + "2044-04-15": "Good Friday", + "2044-04-18": "Easter Monday", + "2044-05-09": "Gospel Day", + "2044-05-10": "Gospel Day", + "2044-06-11": "King's Birthday", + "2044-08-01": "National Youth Day", + "2044-10-01": "Tuvalu Day", + "2044-10-02": "Tuvalu Day", + "2044-10-03": "Tuvalu Day (observed)", + "2044-10-04": "Tuvalu Day (observed)", + "2044-10-10": "National Children's Day", + "2044-12-25": "Christmas Day", + "2044-12-26": "Boxing Day", + "2044-12-27": "Christmas Day (observed)", + "2045-01-01": "New Year's Day", + "2045-01-02": "New Year's Day (observed)", + "2045-04-07": "Good Friday", + "2045-04-10": "Easter Monday", + "2045-05-10": "Gospel Day", + "2045-05-15": "Gospel Day", + "2045-06-10": "King's Birthday", + "2045-08-07": "National Youth Day", + "2045-10-01": "Tuvalu Day", + "2045-10-02": "Tuvalu Day", + "2045-10-03": "Tuvalu Day (observed)", + "2045-10-09": "National Children's Day", + "2045-12-25": "Christmas Day", + "2045-12-26": "Boxing Day", + "2046-01-01": "New Year's Day", + "2046-03-23": "Good Friday", + "2046-03-26": "Easter Monday", + "2046-05-10": "Gospel Day", + "2046-05-14": "Gospel Day", + "2046-06-09": "King's Birthday", + "2046-08-06": "National Youth Day", + "2046-10-01": "Tuvalu Day", + "2046-10-02": "Tuvalu Day", + "2046-10-15": "National Children's Day", + "2046-12-25": "Christmas Day", + "2046-12-26": "Boxing Day", + "2047-01-01": "New Year's Day", + "2047-04-12": "Good Friday", + "2047-04-15": "Easter Monday", + "2047-05-10": "Gospel Day", + "2047-05-13": "Gospel Day", + "2047-06-08": "King's Birthday", + "2047-08-05": "National Youth Day", + "2047-10-01": "Tuvalu Day", + "2047-10-02": "Tuvalu Day", + "2047-10-14": "National Children's Day", + "2047-12-25": "Christmas Day", + "2047-12-26": "Boxing Day", + "2048-01-01": "New Year's Day", + "2048-04-03": "Good Friday", + "2048-04-06": "Easter Monday", + "2048-05-10": "Gospel Day", + "2048-05-11": "Gospel Day", + "2048-06-13": "King's Birthday", + "2048-08-03": "National Youth Day", + "2048-10-01": "Tuvalu Day", + "2048-10-02": "Tuvalu Day", + "2048-10-12": "National Children's Day", + "2048-12-25": "Christmas Day", + "2048-12-26": "Boxing Day", + "2048-12-28": "Boxing Day (observed)", + "2049-01-01": "New Year's Day", + "2049-04-16": "Good Friday", + "2049-04-19": "Easter Monday", + "2049-05-10": "Gospel Day", + "2049-06-12": "King's Birthday", + "2049-08-02": "National Youth Day", + "2049-10-01": "Tuvalu Day", + "2049-10-02": "Tuvalu Day", + "2049-10-04": "Tuvalu Day (observed)", + "2049-10-11": "National Children's Day", + "2049-12-25": "Christmas Day", + "2049-12-26": "Boxing Day", + "2049-12-27": "Christmas Day (observed)", + "2049-12-28": "Boxing Day (observed)", + "2050-01-01": "New Year's Day", + "2050-01-03": "New Year's Day (observed)", + "2050-04-08": "Good Friday", + "2050-04-11": "Easter Monday", + "2050-05-09": "Gospel Day", + "2050-05-10": "Gospel Day", + "2050-06-11": "King's Birthday", + "2050-08-01": "National Youth Day", + "2050-10-01": "Tuvalu Day", + "2050-10-02": "Tuvalu Day", + "2050-10-03": "Tuvalu Day (observed)", + "2050-10-04": "Tuvalu Day (observed)", + "2050-10-10": "National Children's Day", + "2050-12-25": "Christmas Day", + "2050-12-26": "Boxing Day", + "2050-12-27": "Christmas Day (observed)" +} diff --git a/snapshots/countries/TV_NMA.json b/snapshots/countries/TV_NMA.json new file mode 100644 index 000000000..e219574a5 --- /dev/null +++ b/snapshots/countries/TV_NMA.json @@ -0,0 +1,918 @@ +{ + "1990-01-01": "New Year's Day", + "1990-01-08": "Golden Jubilee", + "1990-02-03": "Big Day", + "1990-03-12": "Commonwealth Day", + "1990-04-13": "Good Friday", + "1990-04-16": "Easter Monday", + "1990-05-14": "Gospel Day", + "1990-06-09": "Queen's Birthday", + "1990-08-06": "National Children's Day", + "1990-10-01": "Tuvalu Day", + "1990-10-02": "Tuvalu Day", + "1990-11-12": "Heir to the Throne's Birthday", + "1990-12-25": "Christmas Day", + "1990-12-26": "Boxing Day", + "1991-01-01": "New Year's Day", + "1991-01-08": "Golden Jubilee", + "1991-02-03": "Big Day", + "1991-03-11": "Commonwealth Day", + "1991-03-29": "Good Friday", + "1991-04-01": "Easter Monday", + "1991-05-13": "Gospel Day", + "1991-06-08": "Queen's Birthday", + "1991-08-05": "National Children's Day", + "1991-10-01": "Tuvalu Day", + "1991-10-02": "Tuvalu Day", + "1991-11-11": "Heir to the Throne's Birthday", + "1991-12-25": "Christmas Day", + "1991-12-26": "Boxing Day", + "1992-01-01": "New Year's Day", + "1992-01-08": "Golden Jubilee", + "1992-02-03": "Big Day", + "1992-03-09": "Commonwealth Day", + "1992-04-17": "Good Friday", + "1992-04-20": "Easter Monday", + "1992-05-11": "Gospel Day", + "1992-06-13": "Queen's Birthday", + "1992-08-03": "National Children's Day", + "1992-10-01": "Tuvalu Day", + "1992-10-02": "Tuvalu Day", + "1992-11-09": "Heir to the Throne's Birthday", + "1992-12-25": "Christmas Day", + "1992-12-26": "Boxing Day", + "1992-12-28": "Boxing Day (observed)", + "1993-01-01": "New Year's Day", + "1993-01-08": "Golden Jubilee", + "1993-02-03": "Big Day", + "1993-03-08": "Commonwealth Day", + "1993-04-09": "Good Friday", + "1993-04-12": "Easter Monday", + "1993-05-10": "Gospel Day", + "1993-06-12": "Queen's Birthday", + "1993-08-02": "National Children's Day", + "1993-10-01": "Tuvalu Day", + "1993-10-02": "Tuvalu Day", + "1993-10-04": "Tuvalu Day (observed)", + "1993-11-08": "Heir to the Throne's Birthday", + "1993-12-25": "Christmas Day", + "1993-12-26": "Boxing Day", + "1993-12-27": "Christmas Day (observed)", + "1993-12-28": "Boxing Day (observed)", + "1994-01-01": "New Year's Day", + "1994-01-03": "New Year's Day (observed)", + "1994-01-08": "Golden Jubilee", + "1994-02-03": "Big Day", + "1994-03-14": "Commonwealth Day", + "1994-04-01": "Good Friday", + "1994-04-04": "Easter Monday", + "1994-05-09": "Gospel Day", + "1994-06-11": "Queen's Birthday", + "1994-08-01": "National Children's Day", + "1994-10-01": "Tuvalu Day", + "1994-10-02": "Tuvalu Day", + "1994-10-03": "Tuvalu Day (observed)", + "1994-10-04": "Tuvalu Day (observed)", + "1994-11-14": "Heir to the Throne's Birthday", + "1994-12-25": "Christmas Day", + "1994-12-26": "Boxing Day", + "1994-12-27": "Christmas Day (observed)", + "1995-01-01": "New Year's Day", + "1995-01-02": "New Year's Day (observed)", + "1995-01-08": "Golden Jubilee", + "1995-02-03": "Big Day", + "1995-03-13": "Commonwealth Day", + "1995-04-14": "Good Friday", + "1995-04-17": "Easter Monday", + "1995-05-15": "Gospel Day", + "1995-06-10": "Queen's Birthday", + "1995-08-07": "National Children's Day", + "1995-10-01": "Tuvalu Day", + "1995-10-02": "Tuvalu Day", + "1995-10-03": "Tuvalu Day (observed)", + "1995-11-13": "Heir to the Throne's Birthday", + "1995-12-25": "Christmas Day", + "1995-12-26": "Boxing Day", + "1996-01-01": "New Year's Day", + "1996-01-08": "Golden Jubilee", + "1996-02-03": "Big Day", + "1996-03-11": "Commonwealth Day", + "1996-04-05": "Good Friday", + "1996-04-08": "Easter Monday", + "1996-05-13": "Gospel Day", + "1996-06-08": "Queen's Birthday", + "1996-08-05": "National Children's Day", + "1996-10-01": "Tuvalu Day", + "1996-10-02": "Tuvalu Day", + "1996-11-11": "Heir to the Throne's Birthday", + "1996-12-25": "Christmas Day", + "1996-12-26": "Boxing Day", + "1997-01-01": "New Year's Day", + "1997-01-08": "Golden Jubilee", + "1997-02-03": "Big Day", + "1997-03-10": "Commonwealth Day", + "1997-03-28": "Good Friday", + "1997-03-31": "Easter Monday", + "1997-05-12": "Gospel Day", + "1997-06-14": "Queen's Birthday", + "1997-08-04": "National Children's Day", + "1997-10-01": "Tuvalu Day", + "1997-10-02": "Tuvalu Day", + "1997-11-10": "Heir to the Throne's Birthday", + "1997-12-25": "Christmas Day", + "1997-12-26": "Boxing Day", + "1998-01-01": "New Year's Day", + "1998-01-08": "Golden Jubilee", + "1998-02-03": "Big Day", + "1998-03-09": "Commonwealth Day", + "1998-04-10": "Good Friday", + "1998-04-13": "Easter Monday", + "1998-05-11": "Gospel Day", + "1998-06-13": "Queen's Birthday", + "1998-08-03": "National Children's Day", + "1998-10-01": "Tuvalu Day", + "1998-10-02": "Tuvalu Day", + "1998-11-09": "Heir to the Throne's Birthday", + "1998-12-25": "Christmas Day", + "1998-12-26": "Boxing Day", + "1998-12-28": "Boxing Day (observed)", + "1999-01-01": "New Year's Day", + "1999-01-08": "Golden Jubilee", + "1999-02-03": "Big Day", + "1999-03-08": "Commonwealth Day", + "1999-04-02": "Good Friday", + "1999-04-05": "Easter Monday", + "1999-05-10": "Gospel Day", + "1999-06-12": "Queen's Birthday", + "1999-08-02": "National Children's Day", + "1999-10-01": "Tuvalu Day", + "1999-10-02": "Tuvalu Day", + "1999-10-04": "Tuvalu Day (observed)", + "1999-11-08": "Heir to the Throne's Birthday", + "1999-12-25": "Christmas Day", + "1999-12-26": "Boxing Day", + "1999-12-27": "Christmas Day (observed)", + "1999-12-28": "Boxing Day (observed)", + "2000-01-01": "New Year's Day", + "2000-01-03": "New Year's Day (observed)", + "2000-01-08": "Golden Jubilee", + "2000-02-03": "Big Day", + "2000-03-13": "Commonwealth Day", + "2000-04-21": "Good Friday", + "2000-04-24": "Easter Monday", + "2000-05-15": "Gospel Day", + "2000-06-10": "Queen's Birthday", + "2000-08-07": "National Children's Day", + "2000-10-01": "Tuvalu Day", + "2000-10-02": "Tuvalu Day", + "2000-10-03": "Tuvalu Day (observed)", + "2000-11-13": "Heir to the Throne's Birthday", + "2000-12-25": "Christmas Day", + "2000-12-26": "Boxing Day", + "2001-01-01": "New Year's Day", + "2001-01-08": "Golden Jubilee", + "2001-02-03": "Big Day", + "2001-03-12": "Commonwealth Day", + "2001-04-13": "Good Friday", + "2001-04-16": "Easter Monday", + "2001-05-14": "Gospel Day", + "2001-06-09": "Queen's Birthday", + "2001-08-06": "National Children's Day", + "2001-10-01": "Tuvalu Day", + "2001-10-02": "Tuvalu Day", + "2001-11-12": "Heir to the Throne's Birthday", + "2001-12-25": "Christmas Day", + "2001-12-26": "Boxing Day", + "2002-01-01": "New Year's Day", + "2002-01-08": "Golden Jubilee", + "2002-02-03": "Big Day", + "2002-03-11": "Commonwealth Day", + "2002-03-29": "Good Friday", + "2002-04-01": "Easter Monday", + "2002-05-13": "Gospel Day", + "2002-06-08": "Queen's Birthday", + "2002-08-05": "National Children's Day", + "2002-10-01": "Tuvalu Day", + "2002-10-02": "Tuvalu Day", + "2002-11-11": "Heir to the Throne's Birthday", + "2002-12-25": "Christmas Day", + "2002-12-26": "Boxing Day", + "2003-01-01": "New Year's Day", + "2003-01-08": "Golden Jubilee", + "2003-02-03": "Big Day", + "2003-03-10": "Commonwealth Day", + "2003-04-18": "Good Friday", + "2003-04-21": "Easter Monday", + "2003-05-12": "Gospel Day", + "2003-06-14": "Queen's Birthday", + "2003-08-04": "National Children's Day", + "2003-10-01": "Tuvalu Day", + "2003-10-02": "Tuvalu Day", + "2003-11-10": "Heir to the Throne's Birthday", + "2003-12-25": "Christmas Day", + "2003-12-26": "Boxing Day", + "2004-01-01": "New Year's Day", + "2004-01-08": "Golden Jubilee", + "2004-02-03": "Big Day", + "2004-03-08": "Commonwealth Day", + "2004-04-09": "Good Friday", + "2004-04-12": "Easter Monday", + "2004-05-10": "Gospel Day", + "2004-06-12": "Queen's Birthday", + "2004-08-02": "National Children's Day", + "2004-10-01": "Tuvalu Day", + "2004-10-02": "Tuvalu Day", + "2004-10-04": "Tuvalu Day (observed)", + "2004-11-08": "Heir to the Throne's Birthday", + "2004-12-25": "Christmas Day", + "2004-12-26": "Boxing Day", + "2004-12-27": "Christmas Day (observed)", + "2004-12-28": "Boxing Day (observed)", + "2005-01-01": "New Year's Day", + "2005-01-03": "New Year's Day (observed)", + "2005-01-08": "Golden Jubilee", + "2005-02-03": "Big Day", + "2005-03-14": "Commonwealth Day", + "2005-03-25": "Good Friday", + "2005-03-28": "Easter Monday", + "2005-05-09": "Gospel Day", + "2005-06-11": "Queen's Birthday", + "2005-08-01": "National Children's Day", + "2005-10-01": "Tuvalu Day", + "2005-10-02": "Tuvalu Day", + "2005-10-03": "Tuvalu Day (observed)", + "2005-10-04": "Tuvalu Day (observed)", + "2005-11-14": "Heir to the Throne's Birthday", + "2005-12-25": "Christmas Day", + "2005-12-26": "Boxing Day", + "2005-12-27": "Christmas Day (observed)", + "2006-01-01": "New Year's Day", + "2006-01-02": "New Year's Day (observed)", + "2006-01-08": "Golden Jubilee", + "2006-02-03": "Big Day", + "2006-03-13": "Commonwealth Day", + "2006-04-14": "Good Friday", + "2006-04-17": "Easter Monday", + "2006-05-15": "Gospel Day", + "2006-06-10": "Queen's Birthday", + "2006-08-07": "National Children's Day", + "2006-10-01": "Tuvalu Day", + "2006-10-02": "Tuvalu Day", + "2006-10-03": "Tuvalu Day (observed)", + "2006-11-13": "Heir to the Throne's Birthday", + "2006-12-25": "Christmas Day", + "2006-12-26": "Boxing Day", + "2007-01-01": "New Year's Day", + "2007-01-08": "Golden Jubilee", + "2007-02-03": "Big Day", + "2007-03-12": "Commonwealth Day", + "2007-04-06": "Good Friday", + "2007-04-09": "Easter Monday", + "2007-05-14": "Gospel Day", + "2007-06-09": "Queen's Birthday", + "2007-08-06": "National Children's Day", + "2007-10-01": "Tuvalu Day", + "2007-10-02": "Tuvalu Day", + "2007-11-12": "Heir to the Throne's Birthday", + "2007-12-25": "Christmas Day", + "2007-12-26": "Boxing Day", + "2008-01-01": "New Year's Day", + "2008-01-08": "Golden Jubilee", + "2008-02-03": "Big Day", + "2008-03-10": "Commonwealth Day", + "2008-03-21": "Good Friday", + "2008-03-24": "Easter Monday", + "2008-05-12": "Gospel Day", + "2008-06-14": "Queen's Birthday", + "2008-08-04": "National Children's Day", + "2008-10-01": "Tuvalu Day", + "2008-10-02": "Tuvalu Day", + "2008-11-10": "Heir to the Throne's Birthday", + "2008-12-25": "Christmas Day", + "2008-12-26": "Boxing Day", + "2009-01-01": "New Year's Day", + "2009-01-08": "Golden Jubilee", + "2009-02-03": "Big Day", + "2009-03-09": "Commonwealth Day", + "2009-04-10": "Good Friday", + "2009-04-13": "Easter Monday", + "2009-05-11": "Gospel Day", + "2009-06-13": "Queen's Birthday", + "2009-08-03": "National Children's Day", + "2009-10-01": "Tuvalu Day", + "2009-10-02": "Tuvalu Day", + "2009-11-09": "Heir to the Throne's Birthday", + "2009-12-25": "Christmas Day", + "2009-12-26": "Boxing Day", + "2009-12-28": "Boxing Day (observed)", + "2010-01-01": "New Year's Day", + "2010-01-08": "Golden Jubilee", + "2010-02-03": "Big Day", + "2010-03-08": "Commonwealth Day", + "2010-04-02": "Good Friday", + "2010-04-05": "Easter Monday", + "2010-05-10": "Gospel Day", + "2010-06-12": "Queen's Birthday", + "2010-08-02": "National Children's Day", + "2010-10-01": "Tuvalu Day", + "2010-10-02": "Tuvalu Day", + "2010-10-04": "Tuvalu Day (observed)", + "2010-11-08": "Heir to the Throne's Birthday", + "2010-12-25": "Christmas Day", + "2010-12-26": "Boxing Day", + "2010-12-27": "Christmas Day (observed)", + "2010-12-28": "Boxing Day (observed)", + "2011-01-01": "New Year's Day", + "2011-01-03": "New Year's Day (observed)", + "2011-01-08": "Golden Jubilee", + "2011-02-03": "Big Day", + "2011-03-14": "Commonwealth Day", + "2011-04-22": "Good Friday", + "2011-04-25": "Easter Monday", + "2011-05-09": "Gospel Day", + "2011-06-11": "Queen's Birthday", + "2011-08-01": "National Children's Day", + "2011-10-01": "Tuvalu Day", + "2011-10-02": "Tuvalu Day", + "2011-10-03": "Tuvalu Day (observed)", + "2011-10-04": "Tuvalu Day (observed)", + "2011-11-14": "Heir to the Throne's Birthday", + "2011-12-25": "Christmas Day", + "2011-12-26": "Boxing Day", + "2011-12-27": "Christmas Day (observed)", + "2012-01-01": "New Year's Day", + "2012-01-02": "New Year's Day (observed)", + "2012-01-08": "Golden Jubilee", + "2012-02-03": "Big Day", + "2012-03-12": "Commonwealth Day", + "2012-04-06": "Good Friday", + "2012-04-09": "Easter Monday", + "2012-05-14": "Gospel Day", + "2012-06-09": "Queen's Birthday", + "2012-08-06": "National Children's Day", + "2012-10-01": "Tuvalu Day", + "2012-10-02": "Tuvalu Day", + "2012-11-12": "Heir to the Throne's Birthday", + "2012-12-25": "Christmas Day", + "2012-12-26": "Boxing Day", + "2013-01-01": "New Year's Day", + "2013-01-08": "Golden Jubilee", + "2013-02-03": "Big Day", + "2013-03-11": "Commonwealth Day", + "2013-03-29": "Good Friday", + "2013-04-01": "Easter Monday", + "2013-05-13": "Gospel Day", + "2013-06-08": "Queen's Birthday", + "2013-08-05": "National Children's Day", + "2013-10-01": "Tuvalu Day", + "2013-10-02": "Tuvalu Day", + "2013-11-11": "Heir to the Throne's Birthday", + "2013-12-25": "Christmas Day", + "2013-12-26": "Boxing Day", + "2014-01-01": "New Year's Day", + "2014-01-08": "Golden Jubilee", + "2014-02-03": "Big Day", + "2014-03-10": "Commonwealth Day", + "2014-04-18": "Good Friday", + "2014-04-21": "Easter Monday", + "2014-05-12": "Gospel Day", + "2014-06-14": "Queen's Birthday", + "2014-08-04": "National Children's Day", + "2014-10-01": "Tuvalu Day", + "2014-10-02": "Tuvalu Day", + "2014-11-10": "Heir to the Throne's Birthday", + "2014-12-25": "Christmas Day", + "2014-12-26": "Boxing Day", + "2015-01-01": "New Year's Day", + "2015-01-08": "Golden Jubilee", + "2015-02-03": "Big Day", + "2015-03-09": "Commonwealth Day", + "2015-04-03": "Good Friday", + "2015-04-06": "Easter Monday", + "2015-05-11": "Gospel Day", + "2015-06-13": "Queen's Birthday", + "2015-08-03": "National Children's Day", + "2015-10-01": "Tuvalu Day", + "2015-10-02": "Tuvalu Day", + "2015-11-09": "Heir to the Throne's Birthday", + "2015-12-25": "Christmas Day", + "2015-12-26": "Boxing Day", + "2015-12-28": "Boxing Day (observed)", + "2016-01-01": "New Year's Day", + "2016-01-08": "Golden Jubilee", + "2016-02-03": "Big Day", + "2016-03-14": "Commonwealth Day", + "2016-03-25": "Good Friday", + "2016-03-28": "Easter Monday", + "2016-05-09": "Gospel Day", + "2016-06-11": "Queen's Birthday", + "2016-08-01": "National Children's Day", + "2016-10-01": "Tuvalu Day", + "2016-10-02": "Tuvalu Day", + "2016-10-03": "Tuvalu Day (observed)", + "2016-10-04": "Tuvalu Day (observed)", + "2016-11-14": "Heir to the Throne's Birthday", + "2016-12-25": "Christmas Day", + "2016-12-26": "Boxing Day", + "2016-12-27": "Christmas Day (observed)", + "2017-01-01": "New Year's Day", + "2017-01-02": "New Year's Day (observed)", + "2017-01-08": "Golden Jubilee", + "2017-02-03": "Big Day", + "2017-03-13": "Commonwealth Day", + "2017-04-14": "Good Friday", + "2017-04-17": "Easter Monday", + "2017-05-15": "Gospel Day", + "2017-06-10": "Queen's Birthday", + "2017-08-07": "National Children's Day", + "2017-10-01": "Tuvalu Day", + "2017-10-02": "Tuvalu Day", + "2017-10-03": "Tuvalu Day (observed)", + "2017-11-13": "Heir to the Throne's Birthday", + "2017-12-25": "Christmas Day", + "2017-12-26": "Boxing Day", + "2018-01-01": "New Year's Day", + "2018-01-08": "Golden Jubilee", + "2018-02-03": "Big Day", + "2018-03-12": "Commonwealth Day", + "2018-03-30": "Good Friday", + "2018-04-02": "Easter Monday", + "2018-05-14": "Gospel Day", + "2018-06-09": "Queen's Birthday", + "2018-08-06": "National Children's Day", + "2018-10-01": "Tuvalu Day", + "2018-10-02": "Tuvalu Day", + "2018-11-12": "Heir to the Throne's Birthday", + "2018-12-25": "Christmas Day", + "2018-12-26": "Boxing Day", + "2019-01-01": "New Year's Day", + "2019-01-08": "Golden Jubilee", + "2019-02-03": "Big Day", + "2019-03-11": "Commonwealth Day", + "2019-04-19": "Good Friday", + "2019-04-22": "Easter Monday", + "2019-05-13": "Gospel Day", + "2019-06-08": "Queen's Birthday", + "2019-08-05": "National Youth Day", + "2019-10-01": "Tuvalu Day", + "2019-10-02": "Tuvalu Day", + "2019-10-14": "National Children's Day", + "2019-11-11": "Heir to the Throne's Birthday", + "2019-12-25": "Christmas Day", + "2019-12-26": "Boxing Day", + "2020-01-01": "New Year's Day", + "2020-01-08": "Golden Jubilee", + "2020-02-03": "Big Day", + "2020-03-09": "Commonwealth Day", + "2020-04-10": "Good Friday", + "2020-04-13": "Easter Monday", + "2020-05-11": "Gospel Day", + "2020-06-13": "Queen's Birthday", + "2020-08-03": "National Youth Day", + "2020-10-01": "Tuvalu Day", + "2020-10-02": "Tuvalu Day", + "2020-10-12": "National Children's Day", + "2020-11-09": "Heir to the Throne's Birthday", + "2020-12-25": "Christmas Day", + "2020-12-26": "Boxing Day", + "2020-12-28": "Boxing Day (observed)", + "2021-01-01": "New Year's Day", + "2021-01-08": "Golden Jubilee", + "2021-02-03": "Big Day", + "2021-04-02": "Good Friday", + "2021-04-05": "Easter Monday", + "2021-05-10": "Gospel Day", + "2021-06-12": "Queen's Birthday", + "2021-08-02": "National Youth Day", + "2021-10-01": "Tuvalu Day", + "2021-10-02": "Tuvalu Day", + "2021-10-04": "Tuvalu Day (observed)", + "2021-10-11": "National Children's Day", + "2021-11-08": "Heir to the Throne's Birthday", + "2021-12-25": "Christmas Day", + "2021-12-26": "Boxing Day", + "2021-12-27": "Christmas Day (observed)", + "2021-12-28": "Boxing Day (observed)", + "2022-01-01": "New Year's Day", + "2022-01-03": "New Year's Day (observed)", + "2022-01-08": "Golden Jubilee", + "2022-02-03": "Big Day", + "2022-04-15": "Good Friday", + "2022-04-18": "Easter Monday", + "2022-05-09": "Gospel Day", + "2022-06-11": "Queen's Birthday", + "2022-08-01": "National Youth Day", + "2022-10-01": "Tuvalu Day", + "2022-10-02": "Tuvalu Day", + "2022-10-03": "Tuvalu Day (observed)", + "2022-10-04": "Tuvalu Day (observed)", + "2022-10-10": "National Children's Day", + "2022-11-14": "Heir to the Throne's Birthday", + "2022-12-25": "Christmas Day", + "2022-12-26": "Boxing Day", + "2022-12-27": "Christmas Day (observed)", + "2023-01-01": "New Year's Day", + "2023-01-02": "New Year's Day (observed)", + "2023-01-08": "Golden Jubilee", + "2023-02-03": "Big Day", + "2023-04-07": "Good Friday", + "2023-04-10": "Easter Monday", + "2023-05-15": "Gospel Day", + "2023-06-10": "King's Birthday", + "2023-08-07": "National Youth Day", + "2023-10-01": "Tuvalu Day", + "2023-10-02": "Tuvalu Day", + "2023-10-03": "Tuvalu Day (observed)", + "2023-10-09": "National Children's Day", + "2023-12-25": "Christmas Day", + "2023-12-26": "Boxing Day", + "2024-01-01": "New Year's Day", + "2024-01-08": "Golden Jubilee", + "2024-02-03": "Big Day", + "2024-03-29": "Good Friday", + "2024-04-01": "Easter Monday", + "2024-05-13": "Gospel Day", + "2024-06-08": "King's Birthday", + "2024-08-05": "National Youth Day", + "2024-10-01": "Tuvalu Day", + "2024-10-02": "Tuvalu Day", + "2024-10-14": "National Children's Day", + "2024-12-25": "Christmas Day", + "2024-12-26": "Boxing Day", + "2025-01-01": "New Year's Day", + "2025-01-08": "Golden Jubilee", + "2025-02-03": "Big Day", + "2025-04-18": "Good Friday", + "2025-04-21": "Easter Monday", + "2025-05-12": "Gospel Day", + "2025-06-14": "King's Birthday", + "2025-08-04": "National Youth Day", + "2025-10-01": "Tuvalu Day", + "2025-10-02": "Tuvalu Day", + "2025-10-13": "National Children's Day", + "2025-12-25": "Christmas Day", + "2025-12-26": "Boxing Day", + "2026-01-01": "New Year's Day", + "2026-01-08": "Golden Jubilee", + "2026-02-03": "Big Day", + "2026-04-03": "Good Friday", + "2026-04-06": "Easter Monday", + "2026-05-11": "Gospel Day", + "2026-06-13": "King's Birthday", + "2026-08-03": "National Youth Day", + "2026-10-01": "Tuvalu Day", + "2026-10-02": "Tuvalu Day", + "2026-10-12": "National Children's Day", + "2026-12-25": "Christmas Day", + "2026-12-26": "Boxing Day", + "2026-12-28": "Boxing Day (observed)", + "2027-01-01": "New Year's Day", + "2027-01-08": "Golden Jubilee", + "2027-02-03": "Big Day", + "2027-03-26": "Good Friday", + "2027-03-29": "Easter Monday", + "2027-05-10": "Gospel Day", + "2027-06-12": "King's Birthday", + "2027-08-02": "National Youth Day", + "2027-10-01": "Tuvalu Day", + "2027-10-02": "Tuvalu Day", + "2027-10-04": "Tuvalu Day (observed)", + "2027-10-11": "National Children's Day", + "2027-12-25": "Christmas Day", + "2027-12-26": "Boxing Day", + "2027-12-27": "Christmas Day (observed)", + "2027-12-28": "Boxing Day (observed)", + "2028-01-01": "New Year's Day", + "2028-01-03": "New Year's Day (observed)", + "2028-01-08": "Golden Jubilee", + "2028-02-03": "Big Day", + "2028-04-14": "Good Friday", + "2028-04-17": "Easter Monday", + "2028-05-15": "Gospel Day", + "2028-06-10": "King's Birthday", + "2028-08-07": "National Youth Day", + "2028-10-01": "Tuvalu Day", + "2028-10-02": "Tuvalu Day", + "2028-10-03": "Tuvalu Day (observed)", + "2028-10-09": "National Children's Day", + "2028-12-25": "Christmas Day", + "2028-12-26": "Boxing Day", + "2029-01-01": "New Year's Day", + "2029-01-08": "Golden Jubilee", + "2029-02-03": "Big Day", + "2029-03-30": "Good Friday", + "2029-04-02": "Easter Monday", + "2029-05-14": "Gospel Day", + "2029-06-09": "King's Birthday", + "2029-08-06": "National Youth Day", + "2029-10-01": "Tuvalu Day", + "2029-10-02": "Tuvalu Day", + "2029-10-15": "National Children's Day", + "2029-12-25": "Christmas Day", + "2029-12-26": "Boxing Day", + "2030-01-01": "New Year's Day", + "2030-01-08": "Golden Jubilee", + "2030-02-03": "Big Day", + "2030-04-19": "Good Friday", + "2030-04-22": "Easter Monday", + "2030-05-13": "Gospel Day", + "2030-06-08": "King's Birthday", + "2030-08-05": "National Youth Day", + "2030-10-01": "Tuvalu Day", + "2030-10-02": "Tuvalu Day", + "2030-10-14": "National Children's Day", + "2030-12-25": "Christmas Day", + "2030-12-26": "Boxing Day", + "2031-01-01": "New Year's Day", + "2031-01-08": "Golden Jubilee", + "2031-02-03": "Big Day", + "2031-04-11": "Good Friday", + "2031-04-14": "Easter Monday", + "2031-05-12": "Gospel Day", + "2031-06-14": "King's Birthday", + "2031-08-04": "National Youth Day", + "2031-10-01": "Tuvalu Day", + "2031-10-02": "Tuvalu Day", + "2031-10-13": "National Children's Day", + "2031-12-25": "Christmas Day", + "2031-12-26": "Boxing Day", + "2032-01-01": "New Year's Day", + "2032-01-08": "Golden Jubilee", + "2032-02-03": "Big Day", + "2032-03-26": "Good Friday", + "2032-03-29": "Easter Monday", + "2032-05-10": "Gospel Day", + "2032-06-12": "King's Birthday", + "2032-08-02": "National Youth Day", + "2032-10-01": "Tuvalu Day", + "2032-10-02": "Tuvalu Day", + "2032-10-04": "Tuvalu Day (observed)", + "2032-10-11": "National Children's Day", + "2032-12-25": "Christmas Day", + "2032-12-26": "Boxing Day", + "2032-12-27": "Christmas Day (observed)", + "2032-12-28": "Boxing Day (observed)", + "2033-01-01": "New Year's Day", + "2033-01-03": "New Year's Day (observed)", + "2033-01-08": "Golden Jubilee", + "2033-02-03": "Big Day", + "2033-04-15": "Good Friday", + "2033-04-18": "Easter Monday", + "2033-05-09": "Gospel Day", + "2033-06-11": "King's Birthday", + "2033-08-01": "National Youth Day", + "2033-10-01": "Tuvalu Day", + "2033-10-02": "Tuvalu Day", + "2033-10-03": "Tuvalu Day (observed)", + "2033-10-04": "Tuvalu Day (observed)", + "2033-10-10": "National Children's Day", + "2033-12-25": "Christmas Day", + "2033-12-26": "Boxing Day", + "2033-12-27": "Christmas Day (observed)", + "2034-01-01": "New Year's Day", + "2034-01-02": "New Year's Day (observed)", + "2034-01-08": "Golden Jubilee", + "2034-02-03": "Big Day", + "2034-04-07": "Good Friday", + "2034-04-10": "Easter Monday", + "2034-05-15": "Gospel Day", + "2034-06-10": "King's Birthday", + "2034-08-07": "National Youth Day", + "2034-10-01": "Tuvalu Day", + "2034-10-02": "Tuvalu Day", + "2034-10-03": "Tuvalu Day (observed)", + "2034-10-09": "National Children's Day", + "2034-12-25": "Christmas Day", + "2034-12-26": "Boxing Day", + "2035-01-01": "New Year's Day", + "2035-01-08": "Golden Jubilee", + "2035-02-03": "Big Day", + "2035-03-23": "Good Friday", + "2035-03-26": "Easter Monday", + "2035-05-14": "Gospel Day", + "2035-06-09": "King's Birthday", + "2035-08-06": "National Youth Day", + "2035-10-01": "Tuvalu Day", + "2035-10-02": "Tuvalu Day", + "2035-10-15": "National Children's Day", + "2035-12-25": "Christmas Day", + "2035-12-26": "Boxing Day", + "2036-01-01": "New Year's Day", + "2036-01-08": "Golden Jubilee", + "2036-02-03": "Big Day", + "2036-04-11": "Good Friday", + "2036-04-14": "Easter Monday", + "2036-05-12": "Gospel Day", + "2036-06-14": "King's Birthday", + "2036-08-04": "National Youth Day", + "2036-10-01": "Tuvalu Day", + "2036-10-02": "Tuvalu Day", + "2036-10-13": "National Children's Day", + "2036-12-25": "Christmas Day", + "2036-12-26": "Boxing Day", + "2037-01-01": "New Year's Day", + "2037-01-08": "Golden Jubilee", + "2037-02-03": "Big Day", + "2037-04-03": "Good Friday", + "2037-04-06": "Easter Monday", + "2037-05-11": "Gospel Day", + "2037-06-13": "King's Birthday", + "2037-08-03": "National Youth Day", + "2037-10-01": "Tuvalu Day", + "2037-10-02": "Tuvalu Day", + "2037-10-12": "National Children's Day", + "2037-12-25": "Christmas Day", + "2037-12-26": "Boxing Day", + "2037-12-28": "Boxing Day (observed)", + "2038-01-01": "New Year's Day", + "2038-01-08": "Golden Jubilee", + "2038-02-03": "Big Day", + "2038-04-23": "Good Friday", + "2038-04-26": "Easter Monday", + "2038-05-10": "Gospel Day", + "2038-06-12": "King's Birthday", + "2038-08-02": "National Youth Day", + "2038-10-01": "Tuvalu Day", + "2038-10-02": "Tuvalu Day", + "2038-10-04": "Tuvalu Day (observed)", + "2038-10-11": "National Children's Day", + "2038-12-25": "Christmas Day", + "2038-12-26": "Boxing Day", + "2038-12-27": "Christmas Day (observed)", + "2038-12-28": "Boxing Day (observed)", + "2039-01-01": "New Year's Day", + "2039-01-03": "New Year's Day (observed)", + "2039-01-08": "Golden Jubilee", + "2039-02-03": "Big Day", + "2039-04-08": "Good Friday", + "2039-04-11": "Easter Monday", + "2039-05-09": "Gospel Day", + "2039-06-11": "King's Birthday", + "2039-08-01": "National Youth Day", + "2039-10-01": "Tuvalu Day", + "2039-10-02": "Tuvalu Day", + "2039-10-03": "Tuvalu Day (observed)", + "2039-10-04": "Tuvalu Day (observed)", + "2039-10-10": "National Children's Day", + "2039-12-25": "Christmas Day", + "2039-12-26": "Boxing Day", + "2039-12-27": "Christmas Day (observed)", + "2040-01-01": "New Year's Day", + "2040-01-02": "New Year's Day (observed)", + "2040-01-08": "Golden Jubilee", + "2040-02-03": "Big Day", + "2040-03-30": "Good Friday", + "2040-04-02": "Easter Monday", + "2040-05-14": "Gospel Day", + "2040-06-09": "King's Birthday", + "2040-08-06": "National Youth Day", + "2040-10-01": "Tuvalu Day", + "2040-10-02": "Tuvalu Day", + "2040-10-15": "National Children's Day", + "2040-12-25": "Christmas Day", + "2040-12-26": "Boxing Day", + "2041-01-01": "New Year's Day", + "2041-01-08": "Golden Jubilee", + "2041-02-03": "Big Day", + "2041-04-19": "Good Friday", + "2041-04-22": "Easter Monday", + "2041-05-13": "Gospel Day", + "2041-06-08": "King's Birthday", + "2041-08-05": "National Youth Day", + "2041-10-01": "Tuvalu Day", + "2041-10-02": "Tuvalu Day", + "2041-10-14": "National Children's Day", + "2041-12-25": "Christmas Day", + "2041-12-26": "Boxing Day", + "2042-01-01": "New Year's Day", + "2042-01-08": "Golden Jubilee", + "2042-02-03": "Big Day", + "2042-04-04": "Good Friday", + "2042-04-07": "Easter Monday", + "2042-05-12": "Gospel Day", + "2042-06-14": "King's Birthday", + "2042-08-04": "National Youth Day", + "2042-10-01": "Tuvalu Day", + "2042-10-02": "Tuvalu Day", + "2042-10-13": "National Children's Day", + "2042-12-25": "Christmas Day", + "2042-12-26": "Boxing Day", + "2043-01-01": "New Year's Day", + "2043-01-08": "Golden Jubilee", + "2043-02-03": "Big Day", + "2043-03-27": "Good Friday", + "2043-03-30": "Easter Monday", + "2043-05-11": "Gospel Day", + "2043-06-13": "King's Birthday", + "2043-08-03": "National Youth Day", + "2043-10-01": "Tuvalu Day", + "2043-10-02": "Tuvalu Day", + "2043-10-12": "National Children's Day", + "2043-12-25": "Christmas Day", + "2043-12-26": "Boxing Day", + "2043-12-28": "Boxing Day (observed)", + "2044-01-01": "New Year's Day", + "2044-01-08": "Golden Jubilee", + "2044-02-03": "Big Day", + "2044-04-15": "Good Friday", + "2044-04-18": "Easter Monday", + "2044-05-09": "Gospel Day", + "2044-06-11": "King's Birthday", + "2044-08-01": "National Youth Day", + "2044-10-01": "Tuvalu Day", + "2044-10-02": "Tuvalu Day", + "2044-10-03": "Tuvalu Day (observed)", + "2044-10-04": "Tuvalu Day (observed)", + "2044-10-10": "National Children's Day", + "2044-12-25": "Christmas Day", + "2044-12-26": "Boxing Day", + "2044-12-27": "Christmas Day (observed)", + "2045-01-01": "New Year's Day", + "2045-01-02": "New Year's Day (observed)", + "2045-01-08": "Golden Jubilee", + "2045-02-03": "Big Day", + "2045-04-07": "Good Friday", + "2045-04-10": "Easter Monday", + "2045-05-15": "Gospel Day", + "2045-06-10": "King's Birthday", + "2045-08-07": "National Youth Day", + "2045-10-01": "Tuvalu Day", + "2045-10-02": "Tuvalu Day", + "2045-10-03": "Tuvalu Day (observed)", + "2045-10-09": "National Children's Day", + "2045-12-25": "Christmas Day", + "2045-12-26": "Boxing Day", + "2046-01-01": "New Year's Day", + "2046-01-08": "Golden Jubilee", + "2046-02-03": "Big Day", + "2046-03-23": "Good Friday", + "2046-03-26": "Easter Monday", + "2046-05-14": "Gospel Day", + "2046-06-09": "King's Birthday", + "2046-08-06": "National Youth Day", + "2046-10-01": "Tuvalu Day", + "2046-10-02": "Tuvalu Day", + "2046-10-15": "National Children's Day", + "2046-12-25": "Christmas Day", + "2046-12-26": "Boxing Day", + "2047-01-01": "New Year's Day", + "2047-01-08": "Golden Jubilee", + "2047-02-03": "Big Day", + "2047-04-12": "Good Friday", + "2047-04-15": "Easter Monday", + "2047-05-13": "Gospel Day", + "2047-06-08": "King's Birthday", + "2047-08-05": "National Youth Day", + "2047-10-01": "Tuvalu Day", + "2047-10-02": "Tuvalu Day", + "2047-10-14": "National Children's Day", + "2047-12-25": "Christmas Day", + "2047-12-26": "Boxing Day", + "2048-01-01": "New Year's Day", + "2048-01-08": "Golden Jubilee", + "2048-02-03": "Big Day", + "2048-04-03": "Good Friday", + "2048-04-06": "Easter Monday", + "2048-05-11": "Gospel Day", + "2048-06-13": "King's Birthday", + "2048-08-03": "National Youth Day", + "2048-10-01": "Tuvalu Day", + "2048-10-02": "Tuvalu Day", + "2048-10-12": "National Children's Day", + "2048-12-25": "Christmas Day", + "2048-12-26": "Boxing Day", + "2048-12-28": "Boxing Day (observed)", + "2049-01-01": "New Year's Day", + "2049-01-08": "Golden Jubilee", + "2049-02-03": "Big Day", + "2049-04-16": "Good Friday", + "2049-04-19": "Easter Monday", + "2049-05-10": "Gospel Day", + "2049-06-12": "King's Birthday", + "2049-08-02": "National Youth Day", + "2049-10-01": "Tuvalu Day", + "2049-10-02": "Tuvalu Day", + "2049-10-04": "Tuvalu Day (observed)", + "2049-10-11": "National Children's Day", + "2049-12-25": "Christmas Day", + "2049-12-26": "Boxing Day", + "2049-12-27": "Christmas Day (observed)", + "2049-12-28": "Boxing Day (observed)", + "2050-01-01": "New Year's Day", + "2050-01-03": "New Year's Day (observed)", + "2050-01-08": "Golden Jubilee", + "2050-02-03": "Big Day", + "2050-04-08": "Good Friday", + "2050-04-11": "Easter Monday", + "2050-05-09": "Gospel Day", + "2050-06-11": "King's Birthday", + "2050-08-01": "National Youth Day", + "2050-10-01": "Tuvalu Day", + "2050-10-02": "Tuvalu Day", + "2050-10-03": "Tuvalu Day (observed)", + "2050-10-04": "Tuvalu Day (observed)", + "2050-10-10": "National Children's Day", + "2050-12-25": "Christmas Day", + "2050-12-26": "Boxing Day", + "2050-12-27": "Christmas Day (observed)" +} diff --git a/snapshots/countries/TV_NMG.json b/snapshots/countries/TV_NMG.json new file mode 100644 index 000000000..25174badc --- /dev/null +++ b/snapshots/countries/TV_NMG.json @@ -0,0 +1,853 @@ +{ + "1990-01-01": "New Year's Day", + "1990-03-12": "Commonwealth Day", + "1990-04-13": "Good Friday", + "1990-04-15": "Nanumaga Day", + "1990-04-16": "Easter Monday", + "1990-05-14": "Gospel Day", + "1990-06-09": "Queen's Birthday", + "1990-08-06": "National Children's Day", + "1990-10-01": "Tuvalu Day", + "1990-10-02": "Tuvalu Day", + "1990-11-12": "Heir to the Throne's Birthday", + "1990-12-25": "Christmas Day", + "1990-12-26": "Boxing Day", + "1991-01-01": "New Year's Day", + "1991-03-11": "Commonwealth Day", + "1991-03-29": "Good Friday", + "1991-04-01": "Easter Monday", + "1991-04-15": "Nanumaga Day", + "1991-05-13": "Gospel Day", + "1991-06-08": "Queen's Birthday", + "1991-08-05": "National Children's Day", + "1991-10-01": "Tuvalu Day", + "1991-10-02": "Tuvalu Day", + "1991-11-11": "Heir to the Throne's Birthday", + "1991-12-25": "Christmas Day", + "1991-12-26": "Boxing Day", + "1992-01-01": "New Year's Day", + "1992-03-09": "Commonwealth Day", + "1992-04-15": "Nanumaga Day", + "1992-04-17": "Good Friday", + "1992-04-20": "Easter Monday", + "1992-05-11": "Gospel Day", + "1992-06-13": "Queen's Birthday", + "1992-08-03": "National Children's Day", + "1992-10-01": "Tuvalu Day", + "1992-10-02": "Tuvalu Day", + "1992-11-09": "Heir to the Throne's Birthday", + "1992-12-25": "Christmas Day", + "1992-12-26": "Boxing Day", + "1992-12-28": "Boxing Day (observed)", + "1993-01-01": "New Year's Day", + "1993-03-08": "Commonwealth Day", + "1993-04-09": "Good Friday", + "1993-04-12": "Easter Monday", + "1993-04-15": "Nanumaga Day", + "1993-05-10": "Gospel Day", + "1993-06-12": "Queen's Birthday", + "1993-08-02": "National Children's Day", + "1993-10-01": "Tuvalu Day", + "1993-10-02": "Tuvalu Day", + "1993-10-04": "Tuvalu Day (observed)", + "1993-11-08": "Heir to the Throne's Birthday", + "1993-12-25": "Christmas Day", + "1993-12-26": "Boxing Day", + "1993-12-27": "Christmas Day (observed)", + "1993-12-28": "Boxing Day (observed)", + "1994-01-01": "New Year's Day", + "1994-01-03": "New Year's Day (observed)", + "1994-03-14": "Commonwealth Day", + "1994-04-01": "Good Friday", + "1994-04-04": "Easter Monday", + "1994-04-15": "Nanumaga Day", + "1994-05-09": "Gospel Day", + "1994-06-11": "Queen's Birthday", + "1994-08-01": "National Children's Day", + "1994-10-01": "Tuvalu Day", + "1994-10-02": "Tuvalu Day", + "1994-10-03": "Tuvalu Day (observed)", + "1994-10-04": "Tuvalu Day (observed)", + "1994-11-14": "Heir to the Throne's Birthday", + "1994-12-25": "Christmas Day", + "1994-12-26": "Boxing Day", + "1994-12-27": "Christmas Day (observed)", + "1995-01-01": "New Year's Day", + "1995-01-02": "New Year's Day (observed)", + "1995-03-13": "Commonwealth Day", + "1995-04-14": "Good Friday", + "1995-04-15": "Nanumaga Day", + "1995-04-17": "Easter Monday", + "1995-05-15": "Gospel Day", + "1995-06-10": "Queen's Birthday", + "1995-08-07": "National Children's Day", + "1995-10-01": "Tuvalu Day", + "1995-10-02": "Tuvalu Day", + "1995-10-03": "Tuvalu Day (observed)", + "1995-11-13": "Heir to the Throne's Birthday", + "1995-12-25": "Christmas Day", + "1995-12-26": "Boxing Day", + "1996-01-01": "New Year's Day", + "1996-03-11": "Commonwealth Day", + "1996-04-05": "Good Friday", + "1996-04-08": "Easter Monday", + "1996-04-15": "Nanumaga Day", + "1996-05-13": "Gospel Day", + "1996-06-08": "Queen's Birthday", + "1996-08-05": "National Children's Day", + "1996-10-01": "Tuvalu Day", + "1996-10-02": "Tuvalu Day", + "1996-11-11": "Heir to the Throne's Birthday", + "1996-12-25": "Christmas Day", + "1996-12-26": "Boxing Day", + "1997-01-01": "New Year's Day", + "1997-03-10": "Commonwealth Day", + "1997-03-28": "Good Friday", + "1997-03-31": "Easter Monday", + "1997-04-15": "Nanumaga Day", + "1997-05-12": "Gospel Day", + "1997-06-14": "Queen's Birthday", + "1997-08-04": "National Children's Day", + "1997-10-01": "Tuvalu Day", + "1997-10-02": "Tuvalu Day", + "1997-11-10": "Heir to the Throne's Birthday", + "1997-12-25": "Christmas Day", + "1997-12-26": "Boxing Day", + "1998-01-01": "New Year's Day", + "1998-03-09": "Commonwealth Day", + "1998-04-10": "Good Friday", + "1998-04-13": "Easter Monday", + "1998-04-15": "Nanumaga Day", + "1998-05-11": "Gospel Day", + "1998-06-13": "Queen's Birthday", + "1998-08-03": "National Children's Day", + "1998-10-01": "Tuvalu Day", + "1998-10-02": "Tuvalu Day", + "1998-11-09": "Heir to the Throne's Birthday", + "1998-12-25": "Christmas Day", + "1998-12-26": "Boxing Day", + "1998-12-28": "Boxing Day (observed)", + "1999-01-01": "New Year's Day", + "1999-03-08": "Commonwealth Day", + "1999-04-02": "Good Friday", + "1999-04-05": "Easter Monday", + "1999-04-15": "Nanumaga Day", + "1999-05-10": "Gospel Day", + "1999-06-12": "Queen's Birthday", + "1999-08-02": "National Children's Day", + "1999-10-01": "Tuvalu Day", + "1999-10-02": "Tuvalu Day", + "1999-10-04": "Tuvalu Day (observed)", + "1999-11-08": "Heir to the Throne's Birthday", + "1999-12-25": "Christmas Day", + "1999-12-26": "Boxing Day", + "1999-12-27": "Christmas Day (observed)", + "1999-12-28": "Boxing Day (observed)", + "2000-01-01": "New Year's Day", + "2000-01-03": "New Year's Day (observed)", + "2000-03-13": "Commonwealth Day", + "2000-04-15": "Nanumaga Day", + "2000-04-21": "Good Friday", + "2000-04-24": "Easter Monday", + "2000-05-15": "Gospel Day", + "2000-06-10": "Queen's Birthday", + "2000-08-07": "National Children's Day", + "2000-10-01": "Tuvalu Day", + "2000-10-02": "Tuvalu Day", + "2000-10-03": "Tuvalu Day (observed)", + "2000-11-13": "Heir to the Throne's Birthday", + "2000-12-25": "Christmas Day", + "2000-12-26": "Boxing Day", + "2001-01-01": "New Year's Day", + "2001-03-12": "Commonwealth Day", + "2001-04-13": "Good Friday", + "2001-04-15": "Nanumaga Day", + "2001-04-16": "Easter Monday", + "2001-05-14": "Gospel Day", + "2001-06-09": "Queen's Birthday", + "2001-08-06": "National Children's Day", + "2001-10-01": "Tuvalu Day", + "2001-10-02": "Tuvalu Day", + "2001-11-12": "Heir to the Throne's Birthday", + "2001-12-25": "Christmas Day", + "2001-12-26": "Boxing Day", + "2002-01-01": "New Year's Day", + "2002-03-11": "Commonwealth Day", + "2002-03-29": "Good Friday", + "2002-04-01": "Easter Monday", + "2002-04-15": "Nanumaga Day", + "2002-05-13": "Gospel Day", + "2002-06-08": "Queen's Birthday", + "2002-08-05": "National Children's Day", + "2002-10-01": "Tuvalu Day", + "2002-10-02": "Tuvalu Day", + "2002-11-11": "Heir to the Throne's Birthday", + "2002-12-25": "Christmas Day", + "2002-12-26": "Boxing Day", + "2003-01-01": "New Year's Day", + "2003-03-10": "Commonwealth Day", + "2003-04-15": "Nanumaga Day", + "2003-04-18": "Good Friday", + "2003-04-21": "Easter Monday", + "2003-05-12": "Gospel Day", + "2003-06-14": "Queen's Birthday", + "2003-08-04": "National Children's Day", + "2003-10-01": "Tuvalu Day", + "2003-10-02": "Tuvalu Day", + "2003-11-10": "Heir to the Throne's Birthday", + "2003-12-25": "Christmas Day", + "2003-12-26": "Boxing Day", + "2004-01-01": "New Year's Day", + "2004-03-08": "Commonwealth Day", + "2004-04-09": "Good Friday", + "2004-04-12": "Easter Monday", + "2004-04-15": "Nanumaga Day", + "2004-05-10": "Gospel Day", + "2004-06-12": "Queen's Birthday", + "2004-08-02": "National Children's Day", + "2004-10-01": "Tuvalu Day", + "2004-10-02": "Tuvalu Day", + "2004-10-04": "Tuvalu Day (observed)", + "2004-11-08": "Heir to the Throne's Birthday", + "2004-12-25": "Christmas Day", + "2004-12-26": "Boxing Day", + "2004-12-27": "Christmas Day (observed)", + "2004-12-28": "Boxing Day (observed)", + "2005-01-01": "New Year's Day", + "2005-01-03": "New Year's Day (observed)", + "2005-03-14": "Commonwealth Day", + "2005-03-25": "Good Friday", + "2005-03-28": "Easter Monday", + "2005-04-15": "Nanumaga Day", + "2005-05-09": "Gospel Day", + "2005-06-11": "Queen's Birthday", + "2005-08-01": "National Children's Day", + "2005-10-01": "Tuvalu Day", + "2005-10-02": "Tuvalu Day", + "2005-10-03": "Tuvalu Day (observed)", + "2005-10-04": "Tuvalu Day (observed)", + "2005-11-14": "Heir to the Throne's Birthday", + "2005-12-25": "Christmas Day", + "2005-12-26": "Boxing Day", + "2005-12-27": "Christmas Day (observed)", + "2006-01-01": "New Year's Day", + "2006-01-02": "New Year's Day (observed)", + "2006-03-13": "Commonwealth Day", + "2006-04-14": "Good Friday", + "2006-04-15": "Nanumaga Day", + "2006-04-17": "Easter Monday", + "2006-05-15": "Gospel Day", + "2006-06-10": "Queen's Birthday", + "2006-08-07": "National Children's Day", + "2006-10-01": "Tuvalu Day", + "2006-10-02": "Tuvalu Day", + "2006-10-03": "Tuvalu Day (observed)", + "2006-11-13": "Heir to the Throne's Birthday", + "2006-12-25": "Christmas Day", + "2006-12-26": "Boxing Day", + "2007-01-01": "New Year's Day", + "2007-03-12": "Commonwealth Day", + "2007-04-06": "Good Friday", + "2007-04-09": "Easter Monday", + "2007-04-15": "Nanumaga Day", + "2007-05-14": "Gospel Day", + "2007-06-09": "Queen's Birthday", + "2007-08-06": "National Children's Day", + "2007-10-01": "Tuvalu Day", + "2007-10-02": "Tuvalu Day", + "2007-11-12": "Heir to the Throne's Birthday", + "2007-12-25": "Christmas Day", + "2007-12-26": "Boxing Day", + "2008-01-01": "New Year's Day", + "2008-03-10": "Commonwealth Day", + "2008-03-21": "Good Friday", + "2008-03-24": "Easter Monday", + "2008-04-15": "Nanumaga Day", + "2008-05-12": "Gospel Day", + "2008-06-14": "Queen's Birthday", + "2008-08-04": "National Children's Day", + "2008-10-01": "Tuvalu Day", + "2008-10-02": "Tuvalu Day", + "2008-11-10": "Heir to the Throne's Birthday", + "2008-12-25": "Christmas Day", + "2008-12-26": "Boxing Day", + "2009-01-01": "New Year's Day", + "2009-03-09": "Commonwealth Day", + "2009-04-10": "Good Friday", + "2009-04-13": "Easter Monday", + "2009-04-15": "Nanumaga Day", + "2009-05-11": "Gospel Day", + "2009-06-13": "Queen's Birthday", + "2009-08-03": "National Children's Day", + "2009-10-01": "Tuvalu Day", + "2009-10-02": "Tuvalu Day", + "2009-11-09": "Heir to the Throne's Birthday", + "2009-12-25": "Christmas Day", + "2009-12-26": "Boxing Day", + "2009-12-28": "Boxing Day (observed)", + "2010-01-01": "New Year's Day", + "2010-03-08": "Commonwealth Day", + "2010-04-02": "Good Friday", + "2010-04-05": "Easter Monday", + "2010-04-15": "Nanumaga Day", + "2010-05-10": "Gospel Day", + "2010-06-12": "Queen's Birthday", + "2010-08-02": "National Children's Day", + "2010-10-01": "Tuvalu Day", + "2010-10-02": "Tuvalu Day", + "2010-10-04": "Tuvalu Day (observed)", + "2010-11-08": "Heir to the Throne's Birthday", + "2010-12-25": "Christmas Day", + "2010-12-26": "Boxing Day", + "2010-12-27": "Christmas Day (observed)", + "2010-12-28": "Boxing Day (observed)", + "2011-01-01": "New Year's Day", + "2011-01-03": "New Year's Day (observed)", + "2011-03-14": "Commonwealth Day", + "2011-04-15": "Nanumaga Day", + "2011-04-22": "Good Friday", + "2011-04-25": "Easter Monday", + "2011-05-09": "Gospel Day", + "2011-06-11": "Queen's Birthday", + "2011-08-01": "National Children's Day", + "2011-10-01": "Tuvalu Day", + "2011-10-02": "Tuvalu Day", + "2011-10-03": "Tuvalu Day (observed)", + "2011-10-04": "Tuvalu Day (observed)", + "2011-11-14": "Heir to the Throne's Birthday", + "2011-12-25": "Christmas Day", + "2011-12-26": "Boxing Day", + "2011-12-27": "Christmas Day (observed)", + "2012-01-01": "New Year's Day", + "2012-01-02": "New Year's Day (observed)", + "2012-03-12": "Commonwealth Day", + "2012-04-06": "Good Friday", + "2012-04-09": "Easter Monday", + "2012-04-15": "Nanumaga Day", + "2012-05-14": "Gospel Day", + "2012-06-09": "Queen's Birthday", + "2012-08-06": "National Children's Day", + "2012-10-01": "Tuvalu Day", + "2012-10-02": "Tuvalu Day", + "2012-11-12": "Heir to the Throne's Birthday", + "2012-12-25": "Christmas Day", + "2012-12-26": "Boxing Day", + "2013-01-01": "New Year's Day", + "2013-03-11": "Commonwealth Day", + "2013-03-29": "Good Friday", + "2013-04-01": "Easter Monday", + "2013-04-15": "Nanumaga Day", + "2013-05-13": "Gospel Day", + "2013-06-08": "Queen's Birthday", + "2013-08-05": "National Children's Day", + "2013-10-01": "Tuvalu Day", + "2013-10-02": "Tuvalu Day", + "2013-11-11": "Heir to the Throne's Birthday", + "2013-12-25": "Christmas Day", + "2013-12-26": "Boxing Day", + "2014-01-01": "New Year's Day", + "2014-03-10": "Commonwealth Day", + "2014-04-15": "Nanumaga Day", + "2014-04-18": "Good Friday", + "2014-04-21": "Easter Monday", + "2014-05-12": "Gospel Day", + "2014-06-14": "Queen's Birthday", + "2014-08-04": "National Children's Day", + "2014-10-01": "Tuvalu Day", + "2014-10-02": "Tuvalu Day", + "2014-11-10": "Heir to the Throne's Birthday", + "2014-12-25": "Christmas Day", + "2014-12-26": "Boxing Day", + "2015-01-01": "New Year's Day", + "2015-03-09": "Commonwealth Day", + "2015-04-03": "Good Friday", + "2015-04-06": "Easter Monday", + "2015-04-15": "Nanumaga Day", + "2015-05-11": "Gospel Day", + "2015-06-13": "Queen's Birthday", + "2015-08-03": "National Children's Day", + "2015-10-01": "Tuvalu Day", + "2015-10-02": "Tuvalu Day", + "2015-11-09": "Heir to the Throne's Birthday", + "2015-12-25": "Christmas Day", + "2015-12-26": "Boxing Day", + "2015-12-28": "Boxing Day (observed)", + "2016-01-01": "New Year's Day", + "2016-03-14": "Commonwealth Day", + "2016-03-25": "Good Friday", + "2016-03-28": "Easter Monday", + "2016-04-15": "Nanumaga Day", + "2016-05-09": "Gospel Day", + "2016-06-11": "Queen's Birthday", + "2016-08-01": "National Children's Day", + "2016-10-01": "Tuvalu Day", + "2016-10-02": "Tuvalu Day", + "2016-10-03": "Tuvalu Day (observed)", + "2016-10-04": "Tuvalu Day (observed)", + "2016-11-14": "Heir to the Throne's Birthday", + "2016-12-25": "Christmas Day", + "2016-12-26": "Boxing Day", + "2016-12-27": "Christmas Day (observed)", + "2017-01-01": "New Year's Day", + "2017-01-02": "New Year's Day (observed)", + "2017-03-13": "Commonwealth Day", + "2017-04-14": "Good Friday", + "2017-04-15": "Nanumaga Day", + "2017-04-17": "Easter Monday", + "2017-05-15": "Gospel Day", + "2017-06-10": "Queen's Birthday", + "2017-08-07": "National Children's Day", + "2017-10-01": "Tuvalu Day", + "2017-10-02": "Tuvalu Day", + "2017-10-03": "Tuvalu Day (observed)", + "2017-11-13": "Heir to the Throne's Birthday", + "2017-12-25": "Christmas Day", + "2017-12-26": "Boxing Day", + "2018-01-01": "New Year's Day", + "2018-03-12": "Commonwealth Day", + "2018-03-30": "Good Friday", + "2018-04-02": "Easter Monday", + "2018-04-15": "Nanumaga Day", + "2018-05-14": "Gospel Day", + "2018-06-09": "Queen's Birthday", + "2018-08-06": "National Children's Day", + "2018-10-01": "Tuvalu Day", + "2018-10-02": "Tuvalu Day", + "2018-11-12": "Heir to the Throne's Birthday", + "2018-12-25": "Christmas Day", + "2018-12-26": "Boxing Day", + "2019-01-01": "New Year's Day", + "2019-03-11": "Commonwealth Day", + "2019-04-15": "Nanumaga Day", + "2019-04-19": "Good Friday", + "2019-04-22": "Easter Monday", + "2019-05-13": "Gospel Day", + "2019-06-08": "Queen's Birthday", + "2019-08-05": "National Youth Day", + "2019-10-01": "Tuvalu Day", + "2019-10-02": "Tuvalu Day", + "2019-10-14": "National Children's Day", + "2019-11-11": "Heir to the Throne's Birthday", + "2019-12-25": "Christmas Day", + "2019-12-26": "Boxing Day", + "2020-01-01": "New Year's Day", + "2020-03-09": "Commonwealth Day", + "2020-04-10": "Good Friday", + "2020-04-13": "Easter Monday", + "2020-04-15": "Nanumaga Day", + "2020-05-11": "Gospel Day", + "2020-06-13": "Queen's Birthday", + "2020-08-03": "National Youth Day", + "2020-10-01": "Tuvalu Day", + "2020-10-02": "Tuvalu Day", + "2020-10-12": "National Children's Day", + "2020-11-09": "Heir to the Throne's Birthday", + "2020-12-25": "Christmas Day", + "2020-12-26": "Boxing Day", + "2020-12-28": "Boxing Day (observed)", + "2021-01-01": "New Year's Day", + "2021-04-02": "Good Friday", + "2021-04-05": "Easter Monday", + "2021-04-15": "Nanumaga Day", + "2021-05-10": "Gospel Day", + "2021-06-12": "Queen's Birthday", + "2021-08-02": "National Youth Day", + "2021-10-01": "Tuvalu Day", + "2021-10-02": "Tuvalu Day", + "2021-10-04": "Tuvalu Day (observed)", + "2021-10-11": "National Children's Day", + "2021-11-08": "Heir to the Throne's Birthday", + "2021-12-25": "Christmas Day", + "2021-12-26": "Boxing Day", + "2021-12-27": "Christmas Day (observed)", + "2021-12-28": "Boxing Day (observed)", + "2022-01-01": "New Year's Day", + "2022-01-03": "New Year's Day (observed)", + "2022-04-15": "Good Friday; Nanumaga Day", + "2022-04-18": "Easter Monday", + "2022-05-09": "Gospel Day", + "2022-06-11": "Queen's Birthday", + "2022-08-01": "National Youth Day", + "2022-10-01": "Tuvalu Day", + "2022-10-02": "Tuvalu Day", + "2022-10-03": "Tuvalu Day (observed)", + "2022-10-04": "Tuvalu Day (observed)", + "2022-10-10": "National Children's Day", + "2022-11-14": "Heir to the Throne's Birthday", + "2022-12-25": "Christmas Day", + "2022-12-26": "Boxing Day", + "2022-12-27": "Christmas Day (observed)", + "2023-01-01": "New Year's Day", + "2023-01-02": "New Year's Day (observed)", + "2023-04-07": "Good Friday", + "2023-04-10": "Easter Monday", + "2023-04-15": "Nanumaga Day", + "2023-05-15": "Gospel Day", + "2023-06-10": "King's Birthday", + "2023-08-07": "National Youth Day", + "2023-10-01": "Tuvalu Day", + "2023-10-02": "Tuvalu Day", + "2023-10-03": "Tuvalu Day (observed)", + "2023-10-09": "National Children's Day", + "2023-12-25": "Christmas Day", + "2023-12-26": "Boxing Day", + "2024-01-01": "New Year's Day", + "2024-03-29": "Good Friday", + "2024-04-01": "Easter Monday", + "2024-04-15": "Nanumaga Day", + "2024-05-13": "Gospel Day", + "2024-06-08": "King's Birthday", + "2024-08-05": "National Youth Day", + "2024-10-01": "Tuvalu Day", + "2024-10-02": "Tuvalu Day", + "2024-10-14": "National Children's Day", + "2024-12-25": "Christmas Day", + "2024-12-26": "Boxing Day", + "2025-01-01": "New Year's Day", + "2025-04-15": "Nanumaga Day", + "2025-04-18": "Good Friday", + "2025-04-21": "Easter Monday", + "2025-05-12": "Gospel Day", + "2025-06-14": "King's Birthday", + "2025-08-04": "National Youth Day", + "2025-10-01": "Tuvalu Day", + "2025-10-02": "Tuvalu Day", + "2025-10-13": "National Children's Day", + "2025-12-25": "Christmas Day", + "2025-12-26": "Boxing Day", + "2026-01-01": "New Year's Day", + "2026-04-03": "Good Friday", + "2026-04-06": "Easter Monday", + "2026-04-15": "Nanumaga Day", + "2026-05-11": "Gospel Day", + "2026-06-13": "King's Birthday", + "2026-08-03": "National Youth Day", + "2026-10-01": "Tuvalu Day", + "2026-10-02": "Tuvalu Day", + "2026-10-12": "National Children's Day", + "2026-12-25": "Christmas Day", + "2026-12-26": "Boxing Day", + "2026-12-28": "Boxing Day (observed)", + "2027-01-01": "New Year's Day", + "2027-03-26": "Good Friday", + "2027-03-29": "Easter Monday", + "2027-04-15": "Nanumaga Day", + "2027-05-10": "Gospel Day", + "2027-06-12": "King's Birthday", + "2027-08-02": "National Youth Day", + "2027-10-01": "Tuvalu Day", + "2027-10-02": "Tuvalu Day", + "2027-10-04": "Tuvalu Day (observed)", + "2027-10-11": "National Children's Day", + "2027-12-25": "Christmas Day", + "2027-12-26": "Boxing Day", + "2027-12-27": "Christmas Day (observed)", + "2027-12-28": "Boxing Day (observed)", + "2028-01-01": "New Year's Day", + "2028-01-03": "New Year's Day (observed)", + "2028-04-14": "Good Friday", + "2028-04-15": "Nanumaga Day", + "2028-04-17": "Easter Monday", + "2028-05-15": "Gospel Day", + "2028-06-10": "King's Birthday", + "2028-08-07": "National Youth Day", + "2028-10-01": "Tuvalu Day", + "2028-10-02": "Tuvalu Day", + "2028-10-03": "Tuvalu Day (observed)", + "2028-10-09": "National Children's Day", + "2028-12-25": "Christmas Day", + "2028-12-26": "Boxing Day", + "2029-01-01": "New Year's Day", + "2029-03-30": "Good Friday", + "2029-04-02": "Easter Monday", + "2029-04-15": "Nanumaga Day", + "2029-05-14": "Gospel Day", + "2029-06-09": "King's Birthday", + "2029-08-06": "National Youth Day", + "2029-10-01": "Tuvalu Day", + "2029-10-02": "Tuvalu Day", + "2029-10-15": "National Children's Day", + "2029-12-25": "Christmas Day", + "2029-12-26": "Boxing Day", + "2030-01-01": "New Year's Day", + "2030-04-15": "Nanumaga Day", + "2030-04-19": "Good Friday", + "2030-04-22": "Easter Monday", + "2030-05-13": "Gospel Day", + "2030-06-08": "King's Birthday", + "2030-08-05": "National Youth Day", + "2030-10-01": "Tuvalu Day", + "2030-10-02": "Tuvalu Day", + "2030-10-14": "National Children's Day", + "2030-12-25": "Christmas Day", + "2030-12-26": "Boxing Day", + "2031-01-01": "New Year's Day", + "2031-04-11": "Good Friday", + "2031-04-14": "Easter Monday", + "2031-04-15": "Nanumaga Day", + "2031-05-12": "Gospel Day", + "2031-06-14": "King's Birthday", + "2031-08-04": "National Youth Day", + "2031-10-01": "Tuvalu Day", + "2031-10-02": "Tuvalu Day", + "2031-10-13": "National Children's Day", + "2031-12-25": "Christmas Day", + "2031-12-26": "Boxing Day", + "2032-01-01": "New Year's Day", + "2032-03-26": "Good Friday", + "2032-03-29": "Easter Monday", + "2032-04-15": "Nanumaga Day", + "2032-05-10": "Gospel Day", + "2032-06-12": "King's Birthday", + "2032-08-02": "National Youth Day", + "2032-10-01": "Tuvalu Day", + "2032-10-02": "Tuvalu Day", + "2032-10-04": "Tuvalu Day (observed)", + "2032-10-11": "National Children's Day", + "2032-12-25": "Christmas Day", + "2032-12-26": "Boxing Day", + "2032-12-27": "Christmas Day (observed)", + "2032-12-28": "Boxing Day (observed)", + "2033-01-01": "New Year's Day", + "2033-01-03": "New Year's Day (observed)", + "2033-04-15": "Good Friday; Nanumaga Day", + "2033-04-18": "Easter Monday", + "2033-05-09": "Gospel Day", + "2033-06-11": "King's Birthday", + "2033-08-01": "National Youth Day", + "2033-10-01": "Tuvalu Day", + "2033-10-02": "Tuvalu Day", + "2033-10-03": "Tuvalu Day (observed)", + "2033-10-04": "Tuvalu Day (observed)", + "2033-10-10": "National Children's Day", + "2033-12-25": "Christmas Day", + "2033-12-26": "Boxing Day", + "2033-12-27": "Christmas Day (observed)", + "2034-01-01": "New Year's Day", + "2034-01-02": "New Year's Day (observed)", + "2034-04-07": "Good Friday", + "2034-04-10": "Easter Monday", + "2034-04-15": "Nanumaga Day", + "2034-05-15": "Gospel Day", + "2034-06-10": "King's Birthday", + "2034-08-07": "National Youth Day", + "2034-10-01": "Tuvalu Day", + "2034-10-02": "Tuvalu Day", + "2034-10-03": "Tuvalu Day (observed)", + "2034-10-09": "National Children's Day", + "2034-12-25": "Christmas Day", + "2034-12-26": "Boxing Day", + "2035-01-01": "New Year's Day", + "2035-03-23": "Good Friday", + "2035-03-26": "Easter Monday", + "2035-04-15": "Nanumaga Day", + "2035-05-14": "Gospel Day", + "2035-06-09": "King's Birthday", + "2035-08-06": "National Youth Day", + "2035-10-01": "Tuvalu Day", + "2035-10-02": "Tuvalu Day", + "2035-10-15": "National Children's Day", + "2035-12-25": "Christmas Day", + "2035-12-26": "Boxing Day", + "2036-01-01": "New Year's Day", + "2036-04-11": "Good Friday", + "2036-04-14": "Easter Monday", + "2036-04-15": "Nanumaga Day", + "2036-05-12": "Gospel Day", + "2036-06-14": "King's Birthday", + "2036-08-04": "National Youth Day", + "2036-10-01": "Tuvalu Day", + "2036-10-02": "Tuvalu Day", + "2036-10-13": "National Children's Day", + "2036-12-25": "Christmas Day", + "2036-12-26": "Boxing Day", + "2037-01-01": "New Year's Day", + "2037-04-03": "Good Friday", + "2037-04-06": "Easter Monday", + "2037-04-15": "Nanumaga Day", + "2037-05-11": "Gospel Day", + "2037-06-13": "King's Birthday", + "2037-08-03": "National Youth Day", + "2037-10-01": "Tuvalu Day", + "2037-10-02": "Tuvalu Day", + "2037-10-12": "National Children's Day", + "2037-12-25": "Christmas Day", + "2037-12-26": "Boxing Day", + "2037-12-28": "Boxing Day (observed)", + "2038-01-01": "New Year's Day", + "2038-04-15": "Nanumaga Day", + "2038-04-23": "Good Friday", + "2038-04-26": "Easter Monday", + "2038-05-10": "Gospel Day", + "2038-06-12": "King's Birthday", + "2038-08-02": "National Youth Day", + "2038-10-01": "Tuvalu Day", + "2038-10-02": "Tuvalu Day", + "2038-10-04": "Tuvalu Day (observed)", + "2038-10-11": "National Children's Day", + "2038-12-25": "Christmas Day", + "2038-12-26": "Boxing Day", + "2038-12-27": "Christmas Day (observed)", + "2038-12-28": "Boxing Day (observed)", + "2039-01-01": "New Year's Day", + "2039-01-03": "New Year's Day (observed)", + "2039-04-08": "Good Friday", + "2039-04-11": "Easter Monday", + "2039-04-15": "Nanumaga Day", + "2039-05-09": "Gospel Day", + "2039-06-11": "King's Birthday", + "2039-08-01": "National Youth Day", + "2039-10-01": "Tuvalu Day", + "2039-10-02": "Tuvalu Day", + "2039-10-03": "Tuvalu Day (observed)", + "2039-10-04": "Tuvalu Day (observed)", + "2039-10-10": "National Children's Day", + "2039-12-25": "Christmas Day", + "2039-12-26": "Boxing Day", + "2039-12-27": "Christmas Day (observed)", + "2040-01-01": "New Year's Day", + "2040-01-02": "New Year's Day (observed)", + "2040-03-30": "Good Friday", + "2040-04-02": "Easter Monday", + "2040-04-15": "Nanumaga Day", + "2040-05-14": "Gospel Day", + "2040-06-09": "King's Birthday", + "2040-08-06": "National Youth Day", + "2040-10-01": "Tuvalu Day", + "2040-10-02": "Tuvalu Day", + "2040-10-15": "National Children's Day", + "2040-12-25": "Christmas Day", + "2040-12-26": "Boxing Day", + "2041-01-01": "New Year's Day", + "2041-04-15": "Nanumaga Day", + "2041-04-19": "Good Friday", + "2041-04-22": "Easter Monday", + "2041-05-13": "Gospel Day", + "2041-06-08": "King's Birthday", + "2041-08-05": "National Youth Day", + "2041-10-01": "Tuvalu Day", + "2041-10-02": "Tuvalu Day", + "2041-10-14": "National Children's Day", + "2041-12-25": "Christmas Day", + "2041-12-26": "Boxing Day", + "2042-01-01": "New Year's Day", + "2042-04-04": "Good Friday", + "2042-04-07": "Easter Monday", + "2042-04-15": "Nanumaga Day", + "2042-05-12": "Gospel Day", + "2042-06-14": "King's Birthday", + "2042-08-04": "National Youth Day", + "2042-10-01": "Tuvalu Day", + "2042-10-02": "Tuvalu Day", + "2042-10-13": "National Children's Day", + "2042-12-25": "Christmas Day", + "2042-12-26": "Boxing Day", + "2043-01-01": "New Year's Day", + "2043-03-27": "Good Friday", + "2043-03-30": "Easter Monday", + "2043-04-15": "Nanumaga Day", + "2043-05-11": "Gospel Day", + "2043-06-13": "King's Birthday", + "2043-08-03": "National Youth Day", + "2043-10-01": "Tuvalu Day", + "2043-10-02": "Tuvalu Day", + "2043-10-12": "National Children's Day", + "2043-12-25": "Christmas Day", + "2043-12-26": "Boxing Day", + "2043-12-28": "Boxing Day (observed)", + "2044-01-01": "New Year's Day", + "2044-04-15": "Good Friday; Nanumaga Day", + "2044-04-18": "Easter Monday", + "2044-05-09": "Gospel Day", + "2044-06-11": "King's Birthday", + "2044-08-01": "National Youth Day", + "2044-10-01": "Tuvalu Day", + "2044-10-02": "Tuvalu Day", + "2044-10-03": "Tuvalu Day (observed)", + "2044-10-04": "Tuvalu Day (observed)", + "2044-10-10": "National Children's Day", + "2044-12-25": "Christmas Day", + "2044-12-26": "Boxing Day", + "2044-12-27": "Christmas Day (observed)", + "2045-01-01": "New Year's Day", + "2045-01-02": "New Year's Day (observed)", + "2045-04-07": "Good Friday", + "2045-04-10": "Easter Monday", + "2045-04-15": "Nanumaga Day", + "2045-05-15": "Gospel Day", + "2045-06-10": "King's Birthday", + "2045-08-07": "National Youth Day", + "2045-10-01": "Tuvalu Day", + "2045-10-02": "Tuvalu Day", + "2045-10-03": "Tuvalu Day (observed)", + "2045-10-09": "National Children's Day", + "2045-12-25": "Christmas Day", + "2045-12-26": "Boxing Day", + "2046-01-01": "New Year's Day", + "2046-03-23": "Good Friday", + "2046-03-26": "Easter Monday", + "2046-04-15": "Nanumaga Day", + "2046-05-14": "Gospel Day", + "2046-06-09": "King's Birthday", + "2046-08-06": "National Youth Day", + "2046-10-01": "Tuvalu Day", + "2046-10-02": "Tuvalu Day", + "2046-10-15": "National Children's Day", + "2046-12-25": "Christmas Day", + "2046-12-26": "Boxing Day", + "2047-01-01": "New Year's Day", + "2047-04-12": "Good Friday", + "2047-04-15": "Easter Monday; Nanumaga Day", + "2047-05-13": "Gospel Day", + "2047-06-08": "King's Birthday", + "2047-08-05": "National Youth Day", + "2047-10-01": "Tuvalu Day", + "2047-10-02": "Tuvalu Day", + "2047-10-14": "National Children's Day", + "2047-12-25": "Christmas Day", + "2047-12-26": "Boxing Day", + "2048-01-01": "New Year's Day", + "2048-04-03": "Good Friday", + "2048-04-06": "Easter Monday", + "2048-04-15": "Nanumaga Day", + "2048-05-11": "Gospel Day", + "2048-06-13": "King's Birthday", + "2048-08-03": "National Youth Day", + "2048-10-01": "Tuvalu Day", + "2048-10-02": "Tuvalu Day", + "2048-10-12": "National Children's Day", + "2048-12-25": "Christmas Day", + "2048-12-26": "Boxing Day", + "2048-12-28": "Boxing Day (observed)", + "2049-01-01": "New Year's Day", + "2049-04-15": "Nanumaga Day", + "2049-04-16": "Good Friday", + "2049-04-19": "Easter Monday", + "2049-05-10": "Gospel Day", + "2049-06-12": "King's Birthday", + "2049-08-02": "National Youth Day", + "2049-10-01": "Tuvalu Day", + "2049-10-02": "Tuvalu Day", + "2049-10-04": "Tuvalu Day (observed)", + "2049-10-11": "National Children's Day", + "2049-12-25": "Christmas Day", + "2049-12-26": "Boxing Day", + "2049-12-27": "Christmas Day (observed)", + "2049-12-28": "Boxing Day (observed)", + "2050-01-01": "New Year's Day", + "2050-01-03": "New Year's Day (observed)", + "2050-04-08": "Good Friday", + "2050-04-11": "Easter Monday", + "2050-04-15": "Nanumaga Day", + "2050-05-09": "Gospel Day", + "2050-06-11": "King's Birthday", + "2050-08-01": "National Youth Day", + "2050-10-01": "Tuvalu Day", + "2050-10-02": "Tuvalu Day", + "2050-10-03": "Tuvalu Day (observed)", + "2050-10-04": "Tuvalu Day (observed)", + "2050-10-10": "National Children's Day", + "2050-12-25": "Christmas Day", + "2050-12-26": "Boxing Day", + "2050-12-27": "Christmas Day (observed)" +} diff --git a/snapshots/countries/TV_NUI.json b/snapshots/countries/TV_NUI.json new file mode 100644 index 000000000..4fda00f84 --- /dev/null +++ b/snapshots/countries/TV_NUI.json @@ -0,0 +1,857 @@ +{ + "1990-01-01": "New Year's Day", + "1990-02-16": "Day of the Flood", + "1990-03-12": "Commonwealth Day", + "1990-04-13": "Good Friday", + "1990-04-16": "Easter Monday", + "1990-05-14": "Gospel Day", + "1990-06-09": "Queen's Birthday", + "1990-08-06": "National Children's Day", + "1990-10-01": "Tuvalu Day", + "1990-10-02": "Tuvalu Day", + "1990-11-12": "Heir to the Throne's Birthday", + "1990-12-25": "Christmas Day", + "1990-12-26": "Boxing Day", + "1991-01-01": "New Year's Day", + "1991-02-16": "Day of the Flood", + "1991-03-11": "Commonwealth Day", + "1991-03-29": "Good Friday", + "1991-04-01": "Easter Monday", + "1991-05-13": "Gospel Day", + "1991-06-08": "Queen's Birthday", + "1991-08-05": "National Children's Day", + "1991-10-01": "Tuvalu Day", + "1991-10-02": "Tuvalu Day", + "1991-11-11": "Heir to the Throne's Birthday", + "1991-12-25": "Christmas Day", + "1991-12-26": "Boxing Day", + "1992-01-01": "New Year's Day", + "1992-02-16": "Day of the Flood", + "1992-03-09": "Commonwealth Day", + "1992-04-17": "Good Friday", + "1992-04-20": "Easter Monday", + "1992-05-11": "Gospel Day", + "1992-06-13": "Queen's Birthday", + "1992-08-03": "National Children's Day", + "1992-10-01": "Tuvalu Day", + "1992-10-02": "Tuvalu Day", + "1992-11-09": "Heir to the Throne's Birthday", + "1992-12-25": "Christmas Day", + "1992-12-26": "Boxing Day", + "1992-12-28": "Boxing Day (observed)", + "1993-01-01": "New Year's Day", + "1993-02-16": "Day of the Flood", + "1993-03-08": "Commonwealth Day", + "1993-04-09": "Good Friday", + "1993-04-12": "Easter Monday", + "1993-05-10": "Gospel Day", + "1993-06-12": "Queen's Birthday", + "1993-08-02": "National Children's Day", + "1993-10-01": "Tuvalu Day", + "1993-10-02": "Tuvalu Day", + "1993-10-04": "Tuvalu Day (observed)", + "1993-11-08": "Heir to the Throne's Birthday", + "1993-12-25": "Christmas Day", + "1993-12-26": "Boxing Day", + "1993-12-27": "Christmas Day (observed)", + "1993-12-28": "Boxing Day (observed)", + "1994-01-01": "New Year's Day", + "1994-01-03": "New Year's Day (observed)", + "1994-02-16": "Day of the Flood", + "1994-03-14": "Commonwealth Day", + "1994-04-01": "Good Friday", + "1994-04-04": "Easter Monday", + "1994-05-09": "Gospel Day", + "1994-06-11": "Queen's Birthday", + "1994-08-01": "National Children's Day", + "1994-10-01": "Tuvalu Day", + "1994-10-02": "Tuvalu Day", + "1994-10-03": "Tuvalu Day (observed)", + "1994-10-04": "Tuvalu Day (observed)", + "1994-11-14": "Heir to the Throne's Birthday", + "1994-12-25": "Christmas Day", + "1994-12-26": "Boxing Day", + "1994-12-27": "Christmas Day (observed)", + "1995-01-01": "New Year's Day", + "1995-01-02": "New Year's Day (observed)", + "1995-02-16": "Day of the Flood", + "1995-03-13": "Commonwealth Day", + "1995-04-14": "Good Friday", + "1995-04-17": "Easter Monday", + "1995-05-15": "Gospel Day", + "1995-06-10": "Queen's Birthday", + "1995-08-07": "National Children's Day", + "1995-10-01": "Tuvalu Day", + "1995-10-02": "Tuvalu Day", + "1995-10-03": "Tuvalu Day (observed)", + "1995-11-13": "Heir to the Throne's Birthday", + "1995-12-25": "Christmas Day", + "1995-12-26": "Boxing Day", + "1996-01-01": "New Year's Day", + "1996-02-16": "Day of the Flood", + "1996-03-11": "Commonwealth Day", + "1996-04-05": "Good Friday", + "1996-04-08": "Easter Monday", + "1996-05-13": "Gospel Day", + "1996-06-08": "Queen's Birthday", + "1996-08-05": "National Children's Day", + "1996-10-01": "Tuvalu Day", + "1996-10-02": "Tuvalu Day", + "1996-11-11": "Heir to the Throne's Birthday", + "1996-12-25": "Christmas Day", + "1996-12-26": "Boxing Day", + "1997-01-01": "New Year's Day", + "1997-02-16": "Day of the Flood", + "1997-03-10": "Commonwealth Day", + "1997-03-28": "Good Friday", + "1997-03-31": "Easter Monday", + "1997-05-12": "Gospel Day", + "1997-06-14": "Queen's Birthday", + "1997-08-04": "National Children's Day", + "1997-10-01": "Tuvalu Day", + "1997-10-02": "Tuvalu Day", + "1997-11-10": "Heir to the Throne's Birthday", + "1997-12-25": "Christmas Day", + "1997-12-26": "Boxing Day", + "1998-01-01": "New Year's Day", + "1998-02-16": "Day of the Flood", + "1998-03-09": "Commonwealth Day", + "1998-04-10": "Good Friday", + "1998-04-13": "Easter Monday", + "1998-05-11": "Gospel Day", + "1998-06-13": "Queen's Birthday", + "1998-08-03": "National Children's Day", + "1998-10-01": "Tuvalu Day", + "1998-10-02": "Tuvalu Day", + "1998-11-09": "Heir to the Throne's Birthday", + "1998-12-25": "Christmas Day", + "1998-12-26": "Boxing Day", + "1998-12-28": "Boxing Day (observed)", + "1999-01-01": "New Year's Day", + "1999-02-16": "Day of the Flood", + "1999-03-08": "Commonwealth Day", + "1999-04-02": "Good Friday", + "1999-04-05": "Easter Monday", + "1999-05-10": "Gospel Day", + "1999-06-12": "Queen's Birthday", + "1999-08-02": "National Children's Day", + "1999-10-01": "Tuvalu Day", + "1999-10-02": "Tuvalu Day", + "1999-10-04": "Tuvalu Day (observed)", + "1999-11-08": "Heir to the Throne's Birthday", + "1999-12-25": "Christmas Day", + "1999-12-26": "Boxing Day", + "1999-12-27": "Christmas Day (observed)", + "1999-12-28": "Boxing Day (observed)", + "2000-01-01": "New Year's Day", + "2000-01-03": "New Year's Day (observed)", + "2000-02-16": "Day of the Flood", + "2000-03-13": "Commonwealth Day", + "2000-04-21": "Good Friday", + "2000-04-24": "Easter Monday", + "2000-05-15": "Gospel Day", + "2000-06-10": "Queen's Birthday", + "2000-08-07": "National Children's Day", + "2000-10-01": "Tuvalu Day", + "2000-10-02": "Tuvalu Day", + "2000-10-03": "Tuvalu Day (observed)", + "2000-11-13": "Heir to the Throne's Birthday", + "2000-12-25": "Christmas Day", + "2000-12-26": "Boxing Day", + "2001-01-01": "New Year's Day", + "2001-02-16": "Day of the Flood", + "2001-03-12": "Commonwealth Day", + "2001-04-13": "Good Friday", + "2001-04-16": "Easter Monday", + "2001-05-14": "Gospel Day", + "2001-06-09": "Queen's Birthday", + "2001-08-06": "National Children's Day", + "2001-10-01": "Tuvalu Day", + "2001-10-02": "Tuvalu Day", + "2001-11-12": "Heir to the Throne's Birthday", + "2001-12-25": "Christmas Day", + "2001-12-26": "Boxing Day", + "2002-01-01": "New Year's Day", + "2002-02-16": "Day of the Flood", + "2002-03-11": "Commonwealth Day", + "2002-03-29": "Good Friday", + "2002-04-01": "Easter Monday", + "2002-05-13": "Gospel Day", + "2002-06-08": "Queen's Birthday", + "2002-08-05": "National Children's Day", + "2002-10-01": "Tuvalu Day", + "2002-10-02": "Tuvalu Day", + "2002-11-11": "Heir to the Throne's Birthday", + "2002-12-25": "Christmas Day", + "2002-12-26": "Boxing Day", + "2003-01-01": "New Year's Day", + "2003-02-16": "Day of the Flood", + "2003-03-10": "Commonwealth Day", + "2003-04-18": "Good Friday", + "2003-04-21": "Easter Monday", + "2003-05-12": "Gospel Day", + "2003-06-14": "Queen's Birthday", + "2003-08-04": "National Children's Day", + "2003-10-01": "Tuvalu Day", + "2003-10-02": "Tuvalu Day", + "2003-11-10": "Heir to the Throne's Birthday", + "2003-12-25": "Christmas Day", + "2003-12-26": "Boxing Day", + "2004-01-01": "New Year's Day", + "2004-02-16": "Day of the Flood", + "2004-03-08": "Commonwealth Day", + "2004-04-09": "Good Friday", + "2004-04-12": "Easter Monday", + "2004-05-10": "Gospel Day", + "2004-06-12": "Queen's Birthday", + "2004-08-02": "National Children's Day", + "2004-10-01": "Tuvalu Day", + "2004-10-02": "Tuvalu Day", + "2004-10-04": "Tuvalu Day (observed)", + "2004-11-08": "Heir to the Throne's Birthday", + "2004-12-25": "Christmas Day", + "2004-12-26": "Boxing Day", + "2004-12-27": "Christmas Day (observed)", + "2004-12-28": "Boxing Day (observed)", + "2005-01-01": "New Year's Day", + "2005-01-03": "New Year's Day (observed)", + "2005-02-16": "Day of the Flood", + "2005-03-14": "Commonwealth Day", + "2005-03-25": "Good Friday", + "2005-03-28": "Easter Monday", + "2005-05-09": "Gospel Day", + "2005-06-11": "Queen's Birthday", + "2005-08-01": "National Children's Day", + "2005-10-01": "Tuvalu Day", + "2005-10-02": "Tuvalu Day", + "2005-10-03": "Tuvalu Day (observed)", + "2005-10-04": "Tuvalu Day (observed)", + "2005-11-14": "Heir to the Throne's Birthday", + "2005-12-25": "Christmas Day", + "2005-12-26": "Boxing Day", + "2005-12-27": "Christmas Day (observed)", + "2006-01-01": "New Year's Day", + "2006-01-02": "New Year's Day (observed)", + "2006-02-16": "Day of the Flood", + "2006-03-13": "Commonwealth Day", + "2006-04-14": "Good Friday", + "2006-04-17": "Easter Monday", + "2006-05-15": "Gospel Day", + "2006-06-10": "Queen's Birthday", + "2006-08-07": "National Children's Day", + "2006-10-01": "Tuvalu Day", + "2006-10-02": "Tuvalu Day", + "2006-10-03": "Tuvalu Day (observed)", + "2006-11-13": "Heir to the Throne's Birthday", + "2006-12-25": "Christmas Day", + "2006-12-26": "Boxing Day", + "2007-01-01": "New Year's Day", + "2007-02-16": "Day of the Flood", + "2007-03-12": "Commonwealth Day", + "2007-04-06": "Good Friday", + "2007-04-09": "Easter Monday", + "2007-05-14": "Gospel Day", + "2007-06-09": "Queen's Birthday", + "2007-08-06": "National Children's Day", + "2007-10-01": "Tuvalu Day", + "2007-10-02": "Tuvalu Day", + "2007-11-12": "Heir to the Throne's Birthday", + "2007-12-25": "Christmas Day", + "2007-12-26": "Boxing Day", + "2008-01-01": "New Year's Day", + "2008-02-16": "Day of the Flood", + "2008-03-10": "Commonwealth Day", + "2008-03-21": "Good Friday", + "2008-03-24": "Easter Monday", + "2008-05-12": "Gospel Day", + "2008-06-14": "Queen's Birthday", + "2008-08-04": "National Children's Day", + "2008-10-01": "Tuvalu Day", + "2008-10-02": "Tuvalu Day", + "2008-11-10": "Heir to the Throne's Birthday", + "2008-12-25": "Christmas Day", + "2008-12-26": "Boxing Day", + "2009-01-01": "New Year's Day", + "2009-02-16": "Day of the Flood", + "2009-03-09": "Commonwealth Day", + "2009-04-10": "Good Friday", + "2009-04-13": "Easter Monday", + "2009-05-11": "Gospel Day", + "2009-06-13": "Queen's Birthday", + "2009-08-03": "National Children's Day", + "2009-10-01": "Tuvalu Day", + "2009-10-02": "Tuvalu Day", + "2009-11-09": "Heir to the Throne's Birthday", + "2009-12-25": "Christmas Day", + "2009-12-26": "Boxing Day", + "2009-12-28": "Boxing Day (observed)", + "2010-01-01": "New Year's Day", + "2010-02-16": "Day of the Flood", + "2010-03-08": "Commonwealth Day", + "2010-04-02": "Good Friday", + "2010-04-05": "Easter Monday", + "2010-05-10": "Gospel Day", + "2010-06-12": "Queen's Birthday", + "2010-08-02": "National Children's Day", + "2010-10-01": "Tuvalu Day", + "2010-10-02": "Tuvalu Day", + "2010-10-04": "Tuvalu Day (observed)", + "2010-11-08": "Heir to the Throne's Birthday", + "2010-12-25": "Christmas Day", + "2010-12-26": "Boxing Day", + "2010-12-27": "Christmas Day (observed)", + "2010-12-28": "Boxing Day (observed)", + "2011-01-01": "New Year's Day", + "2011-01-03": "New Year's Day (observed)", + "2011-02-16": "Day of the Flood", + "2011-03-14": "Commonwealth Day", + "2011-04-22": "Good Friday", + "2011-04-25": "Easter Monday", + "2011-05-09": "Gospel Day", + "2011-06-11": "Queen's Birthday", + "2011-08-01": "National Children's Day", + "2011-10-01": "Tuvalu Day", + "2011-10-02": "Tuvalu Day", + "2011-10-03": "Tuvalu Day (observed)", + "2011-10-04": "Tuvalu Day (observed)", + "2011-11-14": "Heir to the Throne's Birthday", + "2011-12-25": "Christmas Day", + "2011-12-26": "Boxing Day", + "2011-12-27": "Christmas Day (observed)", + "2012-01-01": "New Year's Day", + "2012-01-02": "New Year's Day (observed)", + "2012-02-16": "Day of the Flood", + "2012-03-12": "Commonwealth Day", + "2012-04-06": "Good Friday", + "2012-04-09": "Easter Monday", + "2012-05-14": "Gospel Day", + "2012-06-09": "Queen's Birthday", + "2012-08-06": "National Children's Day", + "2012-10-01": "Tuvalu Day", + "2012-10-02": "Tuvalu Day", + "2012-11-12": "Heir to the Throne's Birthday", + "2012-12-25": "Christmas Day", + "2012-12-26": "Boxing Day", + "2013-01-01": "New Year's Day", + "2013-02-16": "Day of the Flood", + "2013-03-11": "Commonwealth Day", + "2013-03-29": "Good Friday", + "2013-04-01": "Easter Monday", + "2013-05-13": "Gospel Day", + "2013-06-08": "Queen's Birthday", + "2013-08-05": "National Children's Day", + "2013-10-01": "Tuvalu Day", + "2013-10-02": "Tuvalu Day", + "2013-11-11": "Heir to the Throne's Birthday", + "2013-12-25": "Christmas Day", + "2013-12-26": "Boxing Day", + "2014-01-01": "New Year's Day", + "2014-02-16": "Day of the Flood", + "2014-03-10": "Commonwealth Day", + "2014-04-18": "Good Friday", + "2014-04-21": "Easter Monday", + "2014-05-12": "Gospel Day", + "2014-06-14": "Queen's Birthday", + "2014-08-04": "National Children's Day", + "2014-10-01": "Tuvalu Day", + "2014-10-02": "Tuvalu Day", + "2014-11-10": "Heir to the Throne's Birthday", + "2014-12-25": "Christmas Day", + "2014-12-26": "Boxing Day", + "2015-01-01": "New Year's Day", + "2015-02-16": "Day of the Flood", + "2015-03-09": "Commonwealth Day", + "2015-04-03": "Good Friday", + "2015-04-06": "Easter Monday", + "2015-05-11": "Gospel Day", + "2015-06-13": "Queen's Birthday", + "2015-08-03": "National Children's Day", + "2015-10-01": "Tuvalu Day", + "2015-10-02": "Tuvalu Day", + "2015-11-09": "Heir to the Throne's Birthday", + "2015-12-25": "Christmas Day", + "2015-12-26": "Boxing Day", + "2015-12-28": "Boxing Day (observed)", + "2016-01-01": "New Year's Day", + "2016-02-16": "Day of the Flood", + "2016-03-14": "Commonwealth Day", + "2016-03-25": "Good Friday", + "2016-03-28": "Easter Monday", + "2016-05-09": "Gospel Day", + "2016-06-11": "Queen's Birthday", + "2016-08-01": "National Children's Day", + "2016-10-01": "Tuvalu Day", + "2016-10-02": "Tuvalu Day", + "2016-10-03": "Tuvalu Day (observed)", + "2016-10-04": "Tuvalu Day (observed)", + "2016-11-14": "Heir to the Throne's Birthday", + "2016-12-25": "Christmas Day", + "2016-12-26": "Boxing Day", + "2016-12-27": "Christmas Day (observed)", + "2017-01-01": "New Year's Day", + "2017-01-02": "New Year's Day (observed)", + "2017-02-16": "Day of the Flood", + "2017-03-13": "Commonwealth Day", + "2017-04-14": "Good Friday", + "2017-04-17": "Easter Monday", + "2017-05-15": "Gospel Day", + "2017-06-10": "Queen's Birthday", + "2017-08-07": "National Children's Day", + "2017-10-01": "Tuvalu Day", + "2017-10-02": "Tuvalu Day", + "2017-10-03": "Tuvalu Day (observed)", + "2017-11-13": "Heir to the Throne's Birthday", + "2017-12-25": "Christmas Day", + "2017-12-26": "Boxing Day", + "2018-01-01": "New Year's Day", + "2018-02-16": "Day of the Flood", + "2018-03-12": "Commonwealth Day", + "2018-03-30": "Good Friday", + "2018-04-02": "Easter Monday", + "2018-05-14": "Gospel Day", + "2018-06-09": "Queen's Birthday", + "2018-08-06": "National Children's Day", + "2018-10-01": "Tuvalu Day", + "2018-10-02": "Tuvalu Day", + "2018-11-12": "Heir to the Throne's Birthday", + "2018-12-25": "Christmas Day", + "2018-12-26": "Boxing Day", + "2019-01-01": "New Year's Day", + "2019-02-16": "Day of the Flood", + "2019-03-11": "Commonwealth Day", + "2019-04-19": "Good Friday", + "2019-04-22": "Easter Monday", + "2019-05-13": "Gospel Day", + "2019-06-08": "Queen's Birthday", + "2019-08-05": "National Youth Day", + "2019-10-01": "Tuvalu Day", + "2019-10-02": "Tuvalu Day", + "2019-10-14": "National Children's Day", + "2019-11-11": "Heir to the Throne's Birthday", + "2019-12-25": "Christmas Day", + "2019-12-26": "Boxing Day", + "2020-01-01": "New Year's Day", + "2020-02-16": "Day of the Flood", + "2020-03-09": "Commonwealth Day", + "2020-04-10": "Good Friday", + "2020-04-13": "Easter Monday", + "2020-05-11": "Gospel Day", + "2020-06-13": "Queen's Birthday", + "2020-08-03": "National Youth Day", + "2020-10-01": "Tuvalu Day", + "2020-10-02": "Tuvalu Day", + "2020-10-12": "National Children's Day", + "2020-11-09": "Heir to the Throne's Birthday", + "2020-12-25": "Christmas Day", + "2020-12-26": "Boxing Day", + "2020-12-28": "Boxing Day (observed)", + "2021-01-01": "New Year's Day", + "2021-02-16": "Day of the Flood", + "2021-04-02": "Good Friday", + "2021-04-05": "Easter Monday", + "2021-05-10": "Gospel Day", + "2021-06-12": "Queen's Birthday", + "2021-08-02": "National Youth Day", + "2021-10-01": "Tuvalu Day", + "2021-10-02": "Tuvalu Day", + "2021-10-04": "Tuvalu Day (observed)", + "2021-10-11": "National Children's Day", + "2021-11-08": "Heir to the Throne's Birthday", + "2021-12-25": "Christmas Day", + "2021-12-26": "Boxing Day", + "2021-12-27": "Christmas Day (observed)", + "2021-12-28": "Boxing Day (observed)", + "2022-01-01": "New Year's Day", + "2022-01-03": "New Year's Day (observed)", + "2022-02-16": "Day of the Flood", + "2022-04-15": "Good Friday", + "2022-04-18": "Easter Monday", + "2022-05-09": "Gospel Day", + "2022-06-11": "Queen's Birthday", + "2022-08-01": "National Youth Day", + "2022-10-01": "Tuvalu Day", + "2022-10-02": "Tuvalu Day", + "2022-10-03": "Tuvalu Day (observed)", + "2022-10-04": "Tuvalu Day (observed)", + "2022-10-10": "National Children's Day", + "2022-11-14": "Heir to the Throne's Birthday", + "2022-12-25": "Christmas Day", + "2022-12-26": "Boxing Day", + "2022-12-27": "Christmas Day (observed)", + "2023-01-01": "New Year's Day", + "2023-01-02": "New Year's Day (observed)", + "2023-02-16": "Day of the Flood", + "2023-04-07": "Good Friday", + "2023-04-10": "Easter Monday", + "2023-05-15": "Gospel Day", + "2023-06-10": "King's Birthday", + "2023-08-07": "National Youth Day", + "2023-10-01": "Tuvalu Day", + "2023-10-02": "Tuvalu Day", + "2023-10-03": "Tuvalu Day (observed)", + "2023-10-09": "National Children's Day", + "2023-12-25": "Christmas Day", + "2023-12-26": "Boxing Day", + "2024-01-01": "New Year's Day", + "2024-02-16": "Day of the Flood", + "2024-03-29": "Good Friday", + "2024-04-01": "Easter Monday", + "2024-05-13": "Gospel Day", + "2024-06-08": "King's Birthday", + "2024-08-05": "National Youth Day", + "2024-10-01": "Tuvalu Day", + "2024-10-02": "Tuvalu Day", + "2024-10-14": "National Children's Day", + "2024-12-25": "Christmas Day", + "2024-12-26": "Boxing Day", + "2025-01-01": "New Year's Day", + "2025-02-16": "Day of the Flood", + "2025-04-18": "Good Friday", + "2025-04-21": "Easter Monday", + "2025-05-12": "Gospel Day", + "2025-06-14": "King's Birthday", + "2025-08-04": "National Youth Day", + "2025-10-01": "Tuvalu Day", + "2025-10-02": "Tuvalu Day", + "2025-10-13": "National Children's Day", + "2025-12-25": "Christmas Day", + "2025-12-26": "Boxing Day", + "2026-01-01": "New Year's Day", + "2026-02-16": "Day of the Flood", + "2026-04-03": "Good Friday", + "2026-04-06": "Easter Monday", + "2026-05-11": "Gospel Day", + "2026-06-13": "King's Birthday", + "2026-08-03": "National Youth Day", + "2026-10-01": "Tuvalu Day", + "2026-10-02": "Tuvalu Day", + "2026-10-12": "National Children's Day", + "2026-12-25": "Christmas Day", + "2026-12-26": "Boxing Day", + "2026-12-28": "Boxing Day (observed)", + "2027-01-01": "New Year's Day", + "2027-02-16": "Day of the Flood", + "2027-03-26": "Good Friday", + "2027-03-29": "Easter Monday", + "2027-05-10": "Gospel Day", + "2027-06-12": "King's Birthday", + "2027-08-02": "National Youth Day", + "2027-10-01": "Tuvalu Day", + "2027-10-02": "Tuvalu Day", + "2027-10-04": "Tuvalu Day (observed)", + "2027-10-11": "National Children's Day", + "2027-12-25": "Christmas Day", + "2027-12-26": "Boxing Day", + "2027-12-27": "Christmas Day (observed)", + "2027-12-28": "Boxing Day (observed)", + "2028-01-01": "New Year's Day", + "2028-01-03": "New Year's Day (observed)", + "2028-02-16": "Day of the Flood", + "2028-04-14": "Good Friday", + "2028-04-17": "Easter Monday", + "2028-05-15": "Gospel Day", + "2028-06-10": "King's Birthday", + "2028-08-07": "National Youth Day", + "2028-10-01": "Tuvalu Day", + "2028-10-02": "Tuvalu Day", + "2028-10-03": "Tuvalu Day (observed)", + "2028-10-09": "National Children's Day", + "2028-12-25": "Christmas Day", + "2028-12-26": "Boxing Day", + "2029-01-01": "New Year's Day", + "2029-02-16": "Day of the Flood", + "2029-03-30": "Good Friday", + "2029-04-02": "Easter Monday", + "2029-05-14": "Gospel Day", + "2029-06-09": "King's Birthday", + "2029-08-06": "National Youth Day", + "2029-10-01": "Tuvalu Day", + "2029-10-02": "Tuvalu Day", + "2029-10-15": "National Children's Day", + "2029-12-25": "Christmas Day", + "2029-12-26": "Boxing Day", + "2030-01-01": "New Year's Day", + "2030-02-16": "Day of the Flood", + "2030-04-19": "Good Friday", + "2030-04-22": "Easter Monday", + "2030-05-13": "Gospel Day", + "2030-06-08": "King's Birthday", + "2030-08-05": "National Youth Day", + "2030-10-01": "Tuvalu Day", + "2030-10-02": "Tuvalu Day", + "2030-10-14": "National Children's Day", + "2030-12-25": "Christmas Day", + "2030-12-26": "Boxing Day", + "2031-01-01": "New Year's Day", + "2031-02-16": "Day of the Flood", + "2031-04-11": "Good Friday", + "2031-04-14": "Easter Monday", + "2031-05-12": "Gospel Day", + "2031-06-14": "King's Birthday", + "2031-08-04": "National Youth Day", + "2031-10-01": "Tuvalu Day", + "2031-10-02": "Tuvalu Day", + "2031-10-13": "National Children's Day", + "2031-12-25": "Christmas Day", + "2031-12-26": "Boxing Day", + "2032-01-01": "New Year's Day", + "2032-02-16": "Day of the Flood", + "2032-03-26": "Good Friday", + "2032-03-29": "Easter Monday", + "2032-05-10": "Gospel Day", + "2032-06-12": "King's Birthday", + "2032-08-02": "National Youth Day", + "2032-10-01": "Tuvalu Day", + "2032-10-02": "Tuvalu Day", + "2032-10-04": "Tuvalu Day (observed)", + "2032-10-11": "National Children's Day", + "2032-12-25": "Christmas Day", + "2032-12-26": "Boxing Day", + "2032-12-27": "Christmas Day (observed)", + "2032-12-28": "Boxing Day (observed)", + "2033-01-01": "New Year's Day", + "2033-01-03": "New Year's Day (observed)", + "2033-02-16": "Day of the Flood", + "2033-04-15": "Good Friday", + "2033-04-18": "Easter Monday", + "2033-05-09": "Gospel Day", + "2033-06-11": "King's Birthday", + "2033-08-01": "National Youth Day", + "2033-10-01": "Tuvalu Day", + "2033-10-02": "Tuvalu Day", + "2033-10-03": "Tuvalu Day (observed)", + "2033-10-04": "Tuvalu Day (observed)", + "2033-10-10": "National Children's Day", + "2033-12-25": "Christmas Day", + "2033-12-26": "Boxing Day", + "2033-12-27": "Christmas Day (observed)", + "2034-01-01": "New Year's Day", + "2034-01-02": "New Year's Day (observed)", + "2034-02-16": "Day of the Flood", + "2034-04-07": "Good Friday", + "2034-04-10": "Easter Monday", + "2034-05-15": "Gospel Day", + "2034-06-10": "King's Birthday", + "2034-08-07": "National Youth Day", + "2034-10-01": "Tuvalu Day", + "2034-10-02": "Tuvalu Day", + "2034-10-03": "Tuvalu Day (observed)", + "2034-10-09": "National Children's Day", + "2034-12-25": "Christmas Day", + "2034-12-26": "Boxing Day", + "2035-01-01": "New Year's Day", + "2035-02-16": "Day of the Flood", + "2035-03-23": "Good Friday", + "2035-03-26": "Easter Monday", + "2035-05-14": "Gospel Day", + "2035-06-09": "King's Birthday", + "2035-08-06": "National Youth Day", + "2035-10-01": "Tuvalu Day", + "2035-10-02": "Tuvalu Day", + "2035-10-15": "National Children's Day", + "2035-12-25": "Christmas Day", + "2035-12-26": "Boxing Day", + "2036-01-01": "New Year's Day", + "2036-02-16": "Day of the Flood", + "2036-04-11": "Good Friday", + "2036-04-14": "Easter Monday", + "2036-05-12": "Gospel Day", + "2036-06-14": "King's Birthday", + "2036-08-04": "National Youth Day", + "2036-10-01": "Tuvalu Day", + "2036-10-02": "Tuvalu Day", + "2036-10-13": "National Children's Day", + "2036-12-25": "Christmas Day", + "2036-12-26": "Boxing Day", + "2037-01-01": "New Year's Day", + "2037-02-16": "Day of the Flood", + "2037-04-03": "Good Friday", + "2037-04-06": "Easter Monday", + "2037-05-11": "Gospel Day", + "2037-06-13": "King's Birthday", + "2037-08-03": "National Youth Day", + "2037-10-01": "Tuvalu Day", + "2037-10-02": "Tuvalu Day", + "2037-10-12": "National Children's Day", + "2037-12-25": "Christmas Day", + "2037-12-26": "Boxing Day", + "2037-12-28": "Boxing Day (observed)", + "2038-01-01": "New Year's Day", + "2038-02-16": "Day of the Flood", + "2038-04-23": "Good Friday", + "2038-04-26": "Easter Monday", + "2038-05-10": "Gospel Day", + "2038-06-12": "King's Birthday", + "2038-08-02": "National Youth Day", + "2038-10-01": "Tuvalu Day", + "2038-10-02": "Tuvalu Day", + "2038-10-04": "Tuvalu Day (observed)", + "2038-10-11": "National Children's Day", + "2038-12-25": "Christmas Day", + "2038-12-26": "Boxing Day", + "2038-12-27": "Christmas Day (observed)", + "2038-12-28": "Boxing Day (observed)", + "2039-01-01": "New Year's Day", + "2039-01-03": "New Year's Day (observed)", + "2039-02-16": "Day of the Flood", + "2039-04-08": "Good Friday", + "2039-04-11": "Easter Monday", + "2039-05-09": "Gospel Day", + "2039-06-11": "King's Birthday", + "2039-08-01": "National Youth Day", + "2039-10-01": "Tuvalu Day", + "2039-10-02": "Tuvalu Day", + "2039-10-03": "Tuvalu Day (observed)", + "2039-10-04": "Tuvalu Day (observed)", + "2039-10-10": "National Children's Day", + "2039-12-25": "Christmas Day", + "2039-12-26": "Boxing Day", + "2039-12-27": "Christmas Day (observed)", + "2040-01-01": "New Year's Day", + "2040-01-02": "New Year's Day (observed)", + "2040-02-16": "Day of the Flood", + "2040-03-30": "Good Friday", + "2040-04-02": "Easter Monday", + "2040-05-14": "Gospel Day", + "2040-06-09": "King's Birthday", + "2040-08-06": "National Youth Day", + "2040-10-01": "Tuvalu Day", + "2040-10-02": "Tuvalu Day", + "2040-10-15": "National Children's Day", + "2040-12-25": "Christmas Day", + "2040-12-26": "Boxing Day", + "2041-01-01": "New Year's Day", + "2041-02-16": "Day of the Flood", + "2041-04-19": "Good Friday", + "2041-04-22": "Easter Monday", + "2041-05-13": "Gospel Day", + "2041-06-08": "King's Birthday", + "2041-08-05": "National Youth Day", + "2041-10-01": "Tuvalu Day", + "2041-10-02": "Tuvalu Day", + "2041-10-14": "National Children's Day", + "2041-12-25": "Christmas Day", + "2041-12-26": "Boxing Day", + "2042-01-01": "New Year's Day", + "2042-02-16": "Day of the Flood", + "2042-04-04": "Good Friday", + "2042-04-07": "Easter Monday", + "2042-05-12": "Gospel Day", + "2042-06-14": "King's Birthday", + "2042-08-04": "National Youth Day", + "2042-10-01": "Tuvalu Day", + "2042-10-02": "Tuvalu Day", + "2042-10-13": "National Children's Day", + "2042-12-25": "Christmas Day", + "2042-12-26": "Boxing Day", + "2043-01-01": "New Year's Day", + "2043-02-16": "Day of the Flood", + "2043-03-27": "Good Friday", + "2043-03-30": "Easter Monday", + "2043-05-11": "Gospel Day", + "2043-06-13": "King's Birthday", + "2043-08-03": "National Youth Day", + "2043-10-01": "Tuvalu Day", + "2043-10-02": "Tuvalu Day", + "2043-10-12": "National Children's Day", + "2043-12-25": "Christmas Day", + "2043-12-26": "Boxing Day", + "2043-12-28": "Boxing Day (observed)", + "2044-01-01": "New Year's Day", + "2044-02-16": "Day of the Flood", + "2044-04-15": "Good Friday", + "2044-04-18": "Easter Monday", + "2044-05-09": "Gospel Day", + "2044-06-11": "King's Birthday", + "2044-08-01": "National Youth Day", + "2044-10-01": "Tuvalu Day", + "2044-10-02": "Tuvalu Day", + "2044-10-03": "Tuvalu Day (observed)", + "2044-10-04": "Tuvalu Day (observed)", + "2044-10-10": "National Children's Day", + "2044-12-25": "Christmas Day", + "2044-12-26": "Boxing Day", + "2044-12-27": "Christmas Day (observed)", + "2045-01-01": "New Year's Day", + "2045-01-02": "New Year's Day (observed)", + "2045-02-16": "Day of the Flood", + "2045-04-07": "Good Friday", + "2045-04-10": "Easter Monday", + "2045-05-15": "Gospel Day", + "2045-06-10": "King's Birthday", + "2045-08-07": "National Youth Day", + "2045-10-01": "Tuvalu Day", + "2045-10-02": "Tuvalu Day", + "2045-10-03": "Tuvalu Day (observed)", + "2045-10-09": "National Children's Day", + "2045-12-25": "Christmas Day", + "2045-12-26": "Boxing Day", + "2046-01-01": "New Year's Day", + "2046-02-16": "Day of the Flood", + "2046-03-23": "Good Friday", + "2046-03-26": "Easter Monday", + "2046-05-14": "Gospel Day", + "2046-06-09": "King's Birthday", + "2046-08-06": "National Youth Day", + "2046-10-01": "Tuvalu Day", + "2046-10-02": "Tuvalu Day", + "2046-10-15": "National Children's Day", + "2046-12-25": "Christmas Day", + "2046-12-26": "Boxing Day", + "2047-01-01": "New Year's Day", + "2047-02-16": "Day of the Flood", + "2047-04-12": "Good Friday", + "2047-04-15": "Easter Monday", + "2047-05-13": "Gospel Day", + "2047-06-08": "King's Birthday", + "2047-08-05": "National Youth Day", + "2047-10-01": "Tuvalu Day", + "2047-10-02": "Tuvalu Day", + "2047-10-14": "National Children's Day", + "2047-12-25": "Christmas Day", + "2047-12-26": "Boxing Day", + "2048-01-01": "New Year's Day", + "2048-02-16": "Day of the Flood", + "2048-04-03": "Good Friday", + "2048-04-06": "Easter Monday", + "2048-05-11": "Gospel Day", + "2048-06-13": "King's Birthday", + "2048-08-03": "National Youth Day", + "2048-10-01": "Tuvalu Day", + "2048-10-02": "Tuvalu Day", + "2048-10-12": "National Children's Day", + "2048-12-25": "Christmas Day", + "2048-12-26": "Boxing Day", + "2048-12-28": "Boxing Day (observed)", + "2049-01-01": "New Year's Day", + "2049-02-16": "Day of the Flood", + "2049-04-16": "Good Friday", + "2049-04-19": "Easter Monday", + "2049-05-10": "Gospel Day", + "2049-06-12": "King's Birthday", + "2049-08-02": "National Youth Day", + "2049-10-01": "Tuvalu Day", + "2049-10-02": "Tuvalu Day", + "2049-10-04": "Tuvalu Day (observed)", + "2049-10-11": "National Children's Day", + "2049-12-25": "Christmas Day", + "2049-12-26": "Boxing Day", + "2049-12-27": "Christmas Day (observed)", + "2049-12-28": "Boxing Day (observed)", + "2050-01-01": "New Year's Day", + "2050-01-03": "New Year's Day (observed)", + "2050-02-16": "Day of the Flood", + "2050-04-08": "Good Friday", + "2050-04-11": "Easter Monday", + "2050-05-09": "Gospel Day", + "2050-06-11": "King's Birthday", + "2050-08-01": "National Youth Day", + "2050-10-01": "Tuvalu Day", + "2050-10-02": "Tuvalu Day", + "2050-10-03": "Tuvalu Day (observed)", + "2050-10-04": "Tuvalu Day (observed)", + "2050-10-10": "National Children's Day", + "2050-12-25": "Christmas Day", + "2050-12-26": "Boxing Day", + "2050-12-27": "Christmas Day (observed)" +} diff --git a/snapshots/countries/TV_VAI.json b/snapshots/countries/TV_VAI.json new file mode 100644 index 000000000..e4e8469d7 --- /dev/null +++ b/snapshots/countries/TV_VAI.json @@ -0,0 +1,857 @@ +{ + "1990-01-01": "New Year's Day", + "1990-03-12": "Commonwealth Day", + "1990-04-13": "Good Friday", + "1990-04-16": "Easter Monday", + "1990-05-14": "Gospel Day", + "1990-06-09": "Queen's Birthday", + "1990-08-06": "National Children's Day", + "1990-10-01": "Tuvalu Day", + "1990-10-02": "Tuvalu Day", + "1990-11-12": "Heir to the Throne's Birthday", + "1990-11-25": "Happy Day", + "1990-12-25": "Christmas Day", + "1990-12-26": "Boxing Day", + "1991-01-01": "New Year's Day", + "1991-03-11": "Commonwealth Day", + "1991-03-29": "Good Friday", + "1991-04-01": "Easter Monday", + "1991-05-13": "Gospel Day", + "1991-06-08": "Queen's Birthday", + "1991-08-05": "National Children's Day", + "1991-10-01": "Tuvalu Day", + "1991-10-02": "Tuvalu Day", + "1991-11-11": "Heir to the Throne's Birthday", + "1991-11-25": "Happy Day", + "1991-12-25": "Christmas Day", + "1991-12-26": "Boxing Day", + "1992-01-01": "New Year's Day", + "1992-03-09": "Commonwealth Day", + "1992-04-17": "Good Friday", + "1992-04-20": "Easter Monday", + "1992-05-11": "Gospel Day", + "1992-06-13": "Queen's Birthday", + "1992-08-03": "National Children's Day", + "1992-10-01": "Tuvalu Day", + "1992-10-02": "Tuvalu Day", + "1992-11-09": "Heir to the Throne's Birthday", + "1992-11-25": "Happy Day", + "1992-12-25": "Christmas Day", + "1992-12-26": "Boxing Day", + "1992-12-28": "Boxing Day (observed)", + "1993-01-01": "New Year's Day", + "1993-03-08": "Commonwealth Day", + "1993-04-09": "Good Friday", + "1993-04-12": "Easter Monday", + "1993-05-10": "Gospel Day", + "1993-06-12": "Queen's Birthday", + "1993-08-02": "National Children's Day", + "1993-10-01": "Tuvalu Day", + "1993-10-02": "Tuvalu Day", + "1993-10-04": "Tuvalu Day (observed)", + "1993-11-08": "Heir to the Throne's Birthday", + "1993-11-25": "Happy Day", + "1993-12-25": "Christmas Day", + "1993-12-26": "Boxing Day", + "1993-12-27": "Christmas Day (observed)", + "1993-12-28": "Boxing Day (observed)", + "1994-01-01": "New Year's Day", + "1994-01-03": "New Year's Day (observed)", + "1994-03-14": "Commonwealth Day", + "1994-04-01": "Good Friday", + "1994-04-04": "Easter Monday", + "1994-05-09": "Gospel Day", + "1994-06-11": "Queen's Birthday", + "1994-08-01": "National Children's Day", + "1994-10-01": "Tuvalu Day", + "1994-10-02": "Tuvalu Day", + "1994-10-03": "Tuvalu Day (observed)", + "1994-10-04": "Tuvalu Day (observed)", + "1994-11-14": "Heir to the Throne's Birthday", + "1994-11-25": "Happy Day", + "1994-12-25": "Christmas Day", + "1994-12-26": "Boxing Day", + "1994-12-27": "Christmas Day (observed)", + "1995-01-01": "New Year's Day", + "1995-01-02": "New Year's Day (observed)", + "1995-03-13": "Commonwealth Day", + "1995-04-14": "Good Friday", + "1995-04-17": "Easter Monday", + "1995-05-15": "Gospel Day", + "1995-06-10": "Queen's Birthday", + "1995-08-07": "National Children's Day", + "1995-10-01": "Tuvalu Day", + "1995-10-02": "Tuvalu Day", + "1995-10-03": "Tuvalu Day (observed)", + "1995-11-13": "Heir to the Throne's Birthday", + "1995-11-25": "Happy Day", + "1995-12-25": "Christmas Day", + "1995-12-26": "Boxing Day", + "1996-01-01": "New Year's Day", + "1996-03-11": "Commonwealth Day", + "1996-04-05": "Good Friday", + "1996-04-08": "Easter Monday", + "1996-05-13": "Gospel Day", + "1996-06-08": "Queen's Birthday", + "1996-08-05": "National Children's Day", + "1996-10-01": "Tuvalu Day", + "1996-10-02": "Tuvalu Day", + "1996-11-11": "Heir to the Throne's Birthday", + "1996-11-25": "Happy Day", + "1996-12-25": "Christmas Day", + "1996-12-26": "Boxing Day", + "1997-01-01": "New Year's Day", + "1997-03-10": "Commonwealth Day", + "1997-03-28": "Good Friday", + "1997-03-31": "Easter Monday", + "1997-05-12": "Gospel Day", + "1997-06-14": "Queen's Birthday", + "1997-08-04": "National Children's Day", + "1997-10-01": "Tuvalu Day", + "1997-10-02": "Tuvalu Day", + "1997-11-10": "Heir to the Throne's Birthday", + "1997-11-25": "Happy Day", + "1997-12-25": "Christmas Day", + "1997-12-26": "Boxing Day", + "1998-01-01": "New Year's Day", + "1998-03-09": "Commonwealth Day", + "1998-04-10": "Good Friday", + "1998-04-13": "Easter Monday", + "1998-05-11": "Gospel Day", + "1998-06-13": "Queen's Birthday", + "1998-08-03": "National Children's Day", + "1998-10-01": "Tuvalu Day", + "1998-10-02": "Tuvalu Day", + "1998-11-09": "Heir to the Throne's Birthday", + "1998-11-25": "Happy Day", + "1998-12-25": "Christmas Day", + "1998-12-26": "Boxing Day", + "1998-12-28": "Boxing Day (observed)", + "1999-01-01": "New Year's Day", + "1999-03-08": "Commonwealth Day", + "1999-04-02": "Good Friday", + "1999-04-05": "Easter Monday", + "1999-05-10": "Gospel Day", + "1999-06-12": "Queen's Birthday", + "1999-08-02": "National Children's Day", + "1999-10-01": "Tuvalu Day", + "1999-10-02": "Tuvalu Day", + "1999-10-04": "Tuvalu Day (observed)", + "1999-11-08": "Heir to the Throne's Birthday", + "1999-11-25": "Happy Day", + "1999-12-25": "Christmas Day", + "1999-12-26": "Boxing Day", + "1999-12-27": "Christmas Day (observed)", + "1999-12-28": "Boxing Day (observed)", + "2000-01-01": "New Year's Day", + "2000-01-03": "New Year's Day (observed)", + "2000-03-13": "Commonwealth Day", + "2000-04-21": "Good Friday", + "2000-04-24": "Easter Monday", + "2000-05-15": "Gospel Day", + "2000-06-10": "Queen's Birthday", + "2000-08-07": "National Children's Day", + "2000-10-01": "Tuvalu Day", + "2000-10-02": "Tuvalu Day", + "2000-10-03": "Tuvalu Day (observed)", + "2000-11-13": "Heir to the Throne's Birthday", + "2000-11-25": "Happy Day", + "2000-12-25": "Christmas Day", + "2000-12-26": "Boxing Day", + "2001-01-01": "New Year's Day", + "2001-03-12": "Commonwealth Day", + "2001-04-13": "Good Friday", + "2001-04-16": "Easter Monday", + "2001-05-14": "Gospel Day", + "2001-06-09": "Queen's Birthday", + "2001-08-06": "National Children's Day", + "2001-10-01": "Tuvalu Day", + "2001-10-02": "Tuvalu Day", + "2001-11-12": "Heir to the Throne's Birthday", + "2001-11-25": "Happy Day", + "2001-12-25": "Christmas Day", + "2001-12-26": "Boxing Day", + "2002-01-01": "New Year's Day", + "2002-03-11": "Commonwealth Day", + "2002-03-29": "Good Friday", + "2002-04-01": "Easter Monday", + "2002-05-13": "Gospel Day", + "2002-06-08": "Queen's Birthday", + "2002-08-05": "National Children's Day", + "2002-10-01": "Tuvalu Day", + "2002-10-02": "Tuvalu Day", + "2002-11-11": "Heir to the Throne's Birthday", + "2002-11-25": "Happy Day", + "2002-12-25": "Christmas Day", + "2002-12-26": "Boxing Day", + "2003-01-01": "New Year's Day", + "2003-03-10": "Commonwealth Day", + "2003-04-18": "Good Friday", + "2003-04-21": "Easter Monday", + "2003-05-12": "Gospel Day", + "2003-06-14": "Queen's Birthday", + "2003-08-04": "National Children's Day", + "2003-10-01": "Tuvalu Day", + "2003-10-02": "Tuvalu Day", + "2003-11-10": "Heir to the Throne's Birthday", + "2003-11-25": "Happy Day", + "2003-12-25": "Christmas Day", + "2003-12-26": "Boxing Day", + "2004-01-01": "New Year's Day", + "2004-03-08": "Commonwealth Day", + "2004-04-09": "Good Friday", + "2004-04-12": "Easter Monday", + "2004-05-10": "Gospel Day", + "2004-06-12": "Queen's Birthday", + "2004-08-02": "National Children's Day", + "2004-10-01": "Tuvalu Day", + "2004-10-02": "Tuvalu Day", + "2004-10-04": "Tuvalu Day (observed)", + "2004-11-08": "Heir to the Throne's Birthday", + "2004-11-25": "Happy Day", + "2004-12-25": "Christmas Day", + "2004-12-26": "Boxing Day", + "2004-12-27": "Christmas Day (observed)", + "2004-12-28": "Boxing Day (observed)", + "2005-01-01": "New Year's Day", + "2005-01-03": "New Year's Day (observed)", + "2005-03-14": "Commonwealth Day", + "2005-03-25": "Good Friday", + "2005-03-28": "Easter Monday", + "2005-05-09": "Gospel Day", + "2005-06-11": "Queen's Birthday", + "2005-08-01": "National Children's Day", + "2005-10-01": "Tuvalu Day", + "2005-10-02": "Tuvalu Day", + "2005-10-03": "Tuvalu Day (observed)", + "2005-10-04": "Tuvalu Day (observed)", + "2005-11-14": "Heir to the Throne's Birthday", + "2005-11-25": "Happy Day", + "2005-12-25": "Christmas Day", + "2005-12-26": "Boxing Day", + "2005-12-27": "Christmas Day (observed)", + "2006-01-01": "New Year's Day", + "2006-01-02": "New Year's Day (observed)", + "2006-03-13": "Commonwealth Day", + "2006-04-14": "Good Friday", + "2006-04-17": "Easter Monday", + "2006-05-15": "Gospel Day", + "2006-06-10": "Queen's Birthday", + "2006-08-07": "National Children's Day", + "2006-10-01": "Tuvalu Day", + "2006-10-02": "Tuvalu Day", + "2006-10-03": "Tuvalu Day (observed)", + "2006-11-13": "Heir to the Throne's Birthday", + "2006-11-25": "Happy Day", + "2006-12-25": "Christmas Day", + "2006-12-26": "Boxing Day", + "2007-01-01": "New Year's Day", + "2007-03-12": "Commonwealth Day", + "2007-04-06": "Good Friday", + "2007-04-09": "Easter Monday", + "2007-05-14": "Gospel Day", + "2007-06-09": "Queen's Birthday", + "2007-08-06": "National Children's Day", + "2007-10-01": "Tuvalu Day", + "2007-10-02": "Tuvalu Day", + "2007-11-12": "Heir to the Throne's Birthday", + "2007-11-25": "Happy Day", + "2007-12-25": "Christmas Day", + "2007-12-26": "Boxing Day", + "2008-01-01": "New Year's Day", + "2008-03-10": "Commonwealth Day", + "2008-03-21": "Good Friday", + "2008-03-24": "Easter Monday", + "2008-05-12": "Gospel Day", + "2008-06-14": "Queen's Birthday", + "2008-08-04": "National Children's Day", + "2008-10-01": "Tuvalu Day", + "2008-10-02": "Tuvalu Day", + "2008-11-10": "Heir to the Throne's Birthday", + "2008-11-25": "Happy Day", + "2008-12-25": "Christmas Day", + "2008-12-26": "Boxing Day", + "2009-01-01": "New Year's Day", + "2009-03-09": "Commonwealth Day", + "2009-04-10": "Good Friday", + "2009-04-13": "Easter Monday", + "2009-05-11": "Gospel Day", + "2009-06-13": "Queen's Birthday", + "2009-08-03": "National Children's Day", + "2009-10-01": "Tuvalu Day", + "2009-10-02": "Tuvalu Day", + "2009-11-09": "Heir to the Throne's Birthday", + "2009-11-25": "Happy Day", + "2009-12-25": "Christmas Day", + "2009-12-26": "Boxing Day", + "2009-12-28": "Boxing Day (observed)", + "2010-01-01": "New Year's Day", + "2010-03-08": "Commonwealth Day", + "2010-04-02": "Good Friday", + "2010-04-05": "Easter Monday", + "2010-05-10": "Gospel Day", + "2010-06-12": "Queen's Birthday", + "2010-08-02": "National Children's Day", + "2010-10-01": "Tuvalu Day", + "2010-10-02": "Tuvalu Day", + "2010-10-04": "Tuvalu Day (observed)", + "2010-11-08": "Heir to the Throne's Birthday", + "2010-11-25": "Happy Day", + "2010-12-25": "Christmas Day", + "2010-12-26": "Boxing Day", + "2010-12-27": "Christmas Day (observed)", + "2010-12-28": "Boxing Day (observed)", + "2011-01-01": "New Year's Day", + "2011-01-03": "New Year's Day (observed)", + "2011-03-14": "Commonwealth Day", + "2011-04-22": "Good Friday", + "2011-04-25": "Easter Monday", + "2011-05-09": "Gospel Day", + "2011-06-11": "Queen's Birthday", + "2011-08-01": "National Children's Day", + "2011-10-01": "Tuvalu Day", + "2011-10-02": "Tuvalu Day", + "2011-10-03": "Tuvalu Day (observed)", + "2011-10-04": "Tuvalu Day (observed)", + "2011-11-14": "Heir to the Throne's Birthday", + "2011-11-25": "Happy Day", + "2011-12-25": "Christmas Day", + "2011-12-26": "Boxing Day", + "2011-12-27": "Christmas Day (observed)", + "2012-01-01": "New Year's Day", + "2012-01-02": "New Year's Day (observed)", + "2012-03-12": "Commonwealth Day", + "2012-04-06": "Good Friday", + "2012-04-09": "Easter Monday", + "2012-05-14": "Gospel Day", + "2012-06-09": "Queen's Birthday", + "2012-08-06": "National Children's Day", + "2012-10-01": "Tuvalu Day", + "2012-10-02": "Tuvalu Day", + "2012-11-12": "Heir to the Throne's Birthday", + "2012-11-25": "Happy Day", + "2012-12-25": "Christmas Day", + "2012-12-26": "Boxing Day", + "2013-01-01": "New Year's Day", + "2013-03-11": "Commonwealth Day", + "2013-03-29": "Good Friday", + "2013-04-01": "Easter Monday", + "2013-05-13": "Gospel Day", + "2013-06-08": "Queen's Birthday", + "2013-08-05": "National Children's Day", + "2013-10-01": "Tuvalu Day", + "2013-10-02": "Tuvalu Day", + "2013-11-11": "Heir to the Throne's Birthday", + "2013-11-25": "Happy Day", + "2013-12-25": "Christmas Day", + "2013-12-26": "Boxing Day", + "2014-01-01": "New Year's Day", + "2014-03-10": "Commonwealth Day", + "2014-04-18": "Good Friday", + "2014-04-21": "Easter Monday", + "2014-05-12": "Gospel Day", + "2014-06-14": "Queen's Birthday", + "2014-08-04": "National Children's Day", + "2014-10-01": "Tuvalu Day", + "2014-10-02": "Tuvalu Day", + "2014-11-10": "Heir to the Throne's Birthday", + "2014-11-25": "Happy Day", + "2014-12-25": "Christmas Day", + "2014-12-26": "Boxing Day", + "2015-01-01": "New Year's Day", + "2015-03-09": "Commonwealth Day", + "2015-04-03": "Good Friday", + "2015-04-06": "Easter Monday", + "2015-05-11": "Gospel Day", + "2015-06-13": "Queen's Birthday", + "2015-08-03": "National Children's Day", + "2015-10-01": "Tuvalu Day", + "2015-10-02": "Tuvalu Day", + "2015-11-09": "Heir to the Throne's Birthday", + "2015-11-25": "Happy Day", + "2015-12-25": "Christmas Day", + "2015-12-26": "Boxing Day", + "2015-12-28": "Boxing Day (observed)", + "2016-01-01": "New Year's Day", + "2016-03-14": "Commonwealth Day", + "2016-03-25": "Good Friday", + "2016-03-28": "Easter Monday", + "2016-05-09": "Gospel Day", + "2016-06-11": "Queen's Birthday", + "2016-08-01": "National Children's Day", + "2016-10-01": "Tuvalu Day", + "2016-10-02": "Tuvalu Day", + "2016-10-03": "Tuvalu Day (observed)", + "2016-10-04": "Tuvalu Day (observed)", + "2016-11-14": "Heir to the Throne's Birthday", + "2016-11-25": "Happy Day", + "2016-12-25": "Christmas Day", + "2016-12-26": "Boxing Day", + "2016-12-27": "Christmas Day (observed)", + "2017-01-01": "New Year's Day", + "2017-01-02": "New Year's Day (observed)", + "2017-03-13": "Commonwealth Day", + "2017-04-14": "Good Friday", + "2017-04-17": "Easter Monday", + "2017-05-15": "Gospel Day", + "2017-06-10": "Queen's Birthday", + "2017-08-07": "National Children's Day", + "2017-10-01": "Tuvalu Day", + "2017-10-02": "Tuvalu Day", + "2017-10-03": "Tuvalu Day (observed)", + "2017-11-13": "Heir to the Throne's Birthday", + "2017-11-25": "Happy Day", + "2017-12-25": "Christmas Day", + "2017-12-26": "Boxing Day", + "2018-01-01": "New Year's Day", + "2018-03-12": "Commonwealth Day", + "2018-03-30": "Good Friday", + "2018-04-02": "Easter Monday", + "2018-05-14": "Gospel Day", + "2018-06-09": "Queen's Birthday", + "2018-08-06": "National Children's Day", + "2018-10-01": "Tuvalu Day", + "2018-10-02": "Tuvalu Day", + "2018-11-12": "Heir to the Throne's Birthday", + "2018-11-25": "Happy Day", + "2018-12-25": "Christmas Day", + "2018-12-26": "Boxing Day", + "2019-01-01": "New Year's Day", + "2019-03-11": "Commonwealth Day", + "2019-04-19": "Good Friday", + "2019-04-22": "Easter Monday", + "2019-05-13": "Gospel Day", + "2019-06-08": "Queen's Birthday", + "2019-08-05": "National Youth Day", + "2019-10-01": "Tuvalu Day", + "2019-10-02": "Tuvalu Day", + "2019-10-14": "National Children's Day", + "2019-11-11": "Heir to the Throne's Birthday", + "2019-11-25": "Happy Day", + "2019-12-25": "Christmas Day", + "2019-12-26": "Boxing Day", + "2020-01-01": "New Year's Day", + "2020-03-09": "Commonwealth Day", + "2020-04-10": "Good Friday", + "2020-04-13": "Easter Monday", + "2020-05-11": "Gospel Day", + "2020-06-13": "Queen's Birthday", + "2020-08-03": "National Youth Day", + "2020-10-01": "Tuvalu Day", + "2020-10-02": "Tuvalu Day", + "2020-10-12": "National Children's Day", + "2020-11-09": "Heir to the Throne's Birthday", + "2020-11-25": "Happy Day", + "2020-12-25": "Christmas Day", + "2020-12-26": "Boxing Day", + "2020-12-28": "Boxing Day (observed)", + "2021-01-01": "New Year's Day", + "2021-04-02": "Good Friday", + "2021-04-05": "Easter Monday", + "2021-05-10": "Gospel Day", + "2021-06-12": "Queen's Birthday", + "2021-08-02": "National Youth Day", + "2021-10-01": "Tuvalu Day", + "2021-10-02": "Tuvalu Day", + "2021-10-04": "Tuvalu Day (observed)", + "2021-10-11": "National Children's Day", + "2021-11-08": "Heir to the Throne's Birthday", + "2021-11-25": "Happy Day", + "2021-12-25": "Christmas Day", + "2021-12-26": "Boxing Day", + "2021-12-27": "Christmas Day (observed)", + "2021-12-28": "Boxing Day (observed)", + "2022-01-01": "New Year's Day", + "2022-01-03": "New Year's Day (observed)", + "2022-04-15": "Good Friday", + "2022-04-18": "Easter Monday", + "2022-05-09": "Gospel Day", + "2022-06-11": "Queen's Birthday", + "2022-08-01": "National Youth Day", + "2022-10-01": "Tuvalu Day", + "2022-10-02": "Tuvalu Day", + "2022-10-03": "Tuvalu Day (observed)", + "2022-10-04": "Tuvalu Day (observed)", + "2022-10-10": "National Children's Day", + "2022-11-14": "Heir to the Throne's Birthday", + "2022-11-25": "Happy Day", + "2022-12-25": "Christmas Day", + "2022-12-26": "Boxing Day", + "2022-12-27": "Christmas Day (observed)", + "2023-01-01": "New Year's Day", + "2023-01-02": "New Year's Day (observed)", + "2023-04-07": "Good Friday", + "2023-04-10": "Easter Monday", + "2023-05-15": "Gospel Day", + "2023-06-10": "King's Birthday", + "2023-08-07": "National Youth Day", + "2023-10-01": "Tuvalu Day", + "2023-10-02": "Tuvalu Day", + "2023-10-03": "Tuvalu Day (observed)", + "2023-10-09": "National Children's Day", + "2023-11-25": "Happy Day", + "2023-12-25": "Christmas Day", + "2023-12-26": "Boxing Day", + "2024-01-01": "New Year's Day", + "2024-03-29": "Good Friday", + "2024-04-01": "Easter Monday", + "2024-05-13": "Gospel Day", + "2024-06-08": "King's Birthday", + "2024-08-05": "National Youth Day", + "2024-10-01": "Tuvalu Day", + "2024-10-02": "Tuvalu Day", + "2024-10-14": "National Children's Day", + "2024-11-25": "Happy Day", + "2024-12-25": "Christmas Day", + "2024-12-26": "Boxing Day", + "2025-01-01": "New Year's Day", + "2025-04-18": "Good Friday", + "2025-04-21": "Easter Monday", + "2025-05-12": "Gospel Day", + "2025-06-14": "King's Birthday", + "2025-08-04": "National Youth Day", + "2025-10-01": "Tuvalu Day", + "2025-10-02": "Tuvalu Day", + "2025-10-13": "National Children's Day", + "2025-11-25": "Happy Day", + "2025-12-25": "Christmas Day", + "2025-12-26": "Boxing Day", + "2026-01-01": "New Year's Day", + "2026-04-03": "Good Friday", + "2026-04-06": "Easter Monday", + "2026-05-11": "Gospel Day", + "2026-06-13": "King's Birthday", + "2026-08-03": "National Youth Day", + "2026-10-01": "Tuvalu Day", + "2026-10-02": "Tuvalu Day", + "2026-10-12": "National Children's Day", + "2026-11-25": "Happy Day", + "2026-12-25": "Christmas Day", + "2026-12-26": "Boxing Day", + "2026-12-28": "Boxing Day (observed)", + "2027-01-01": "New Year's Day", + "2027-03-26": "Good Friday", + "2027-03-29": "Easter Monday", + "2027-05-10": "Gospel Day", + "2027-06-12": "King's Birthday", + "2027-08-02": "National Youth Day", + "2027-10-01": "Tuvalu Day", + "2027-10-02": "Tuvalu Day", + "2027-10-04": "Tuvalu Day (observed)", + "2027-10-11": "National Children's Day", + "2027-11-25": "Happy Day", + "2027-12-25": "Christmas Day", + "2027-12-26": "Boxing Day", + "2027-12-27": "Christmas Day (observed)", + "2027-12-28": "Boxing Day (observed)", + "2028-01-01": "New Year's Day", + "2028-01-03": "New Year's Day (observed)", + "2028-04-14": "Good Friday", + "2028-04-17": "Easter Monday", + "2028-05-15": "Gospel Day", + "2028-06-10": "King's Birthday", + "2028-08-07": "National Youth Day", + "2028-10-01": "Tuvalu Day", + "2028-10-02": "Tuvalu Day", + "2028-10-03": "Tuvalu Day (observed)", + "2028-10-09": "National Children's Day", + "2028-11-25": "Happy Day", + "2028-12-25": "Christmas Day", + "2028-12-26": "Boxing Day", + "2029-01-01": "New Year's Day", + "2029-03-30": "Good Friday", + "2029-04-02": "Easter Monday", + "2029-05-14": "Gospel Day", + "2029-06-09": "King's Birthday", + "2029-08-06": "National Youth Day", + "2029-10-01": "Tuvalu Day", + "2029-10-02": "Tuvalu Day", + "2029-10-15": "National Children's Day", + "2029-11-25": "Happy Day", + "2029-12-25": "Christmas Day", + "2029-12-26": "Boxing Day", + "2030-01-01": "New Year's Day", + "2030-04-19": "Good Friday", + "2030-04-22": "Easter Monday", + "2030-05-13": "Gospel Day", + "2030-06-08": "King's Birthday", + "2030-08-05": "National Youth Day", + "2030-10-01": "Tuvalu Day", + "2030-10-02": "Tuvalu Day", + "2030-10-14": "National Children's Day", + "2030-11-25": "Happy Day", + "2030-12-25": "Christmas Day", + "2030-12-26": "Boxing Day", + "2031-01-01": "New Year's Day", + "2031-04-11": "Good Friday", + "2031-04-14": "Easter Monday", + "2031-05-12": "Gospel Day", + "2031-06-14": "King's Birthday", + "2031-08-04": "National Youth Day", + "2031-10-01": "Tuvalu Day", + "2031-10-02": "Tuvalu Day", + "2031-10-13": "National Children's Day", + "2031-11-25": "Happy Day", + "2031-12-25": "Christmas Day", + "2031-12-26": "Boxing Day", + "2032-01-01": "New Year's Day", + "2032-03-26": "Good Friday", + "2032-03-29": "Easter Monday", + "2032-05-10": "Gospel Day", + "2032-06-12": "King's Birthday", + "2032-08-02": "National Youth Day", + "2032-10-01": "Tuvalu Day", + "2032-10-02": "Tuvalu Day", + "2032-10-04": "Tuvalu Day (observed)", + "2032-10-11": "National Children's Day", + "2032-11-25": "Happy Day", + "2032-12-25": "Christmas Day", + "2032-12-26": "Boxing Day", + "2032-12-27": "Christmas Day (observed)", + "2032-12-28": "Boxing Day (observed)", + "2033-01-01": "New Year's Day", + "2033-01-03": "New Year's Day (observed)", + "2033-04-15": "Good Friday", + "2033-04-18": "Easter Monday", + "2033-05-09": "Gospel Day", + "2033-06-11": "King's Birthday", + "2033-08-01": "National Youth Day", + "2033-10-01": "Tuvalu Day", + "2033-10-02": "Tuvalu Day", + "2033-10-03": "Tuvalu Day (observed)", + "2033-10-04": "Tuvalu Day (observed)", + "2033-10-10": "National Children's Day", + "2033-11-25": "Happy Day", + "2033-12-25": "Christmas Day", + "2033-12-26": "Boxing Day", + "2033-12-27": "Christmas Day (observed)", + "2034-01-01": "New Year's Day", + "2034-01-02": "New Year's Day (observed)", + "2034-04-07": "Good Friday", + "2034-04-10": "Easter Monday", + "2034-05-15": "Gospel Day", + "2034-06-10": "King's Birthday", + "2034-08-07": "National Youth Day", + "2034-10-01": "Tuvalu Day", + "2034-10-02": "Tuvalu Day", + "2034-10-03": "Tuvalu Day (observed)", + "2034-10-09": "National Children's Day", + "2034-11-25": "Happy Day", + "2034-12-25": "Christmas Day", + "2034-12-26": "Boxing Day", + "2035-01-01": "New Year's Day", + "2035-03-23": "Good Friday", + "2035-03-26": "Easter Monday", + "2035-05-14": "Gospel Day", + "2035-06-09": "King's Birthday", + "2035-08-06": "National Youth Day", + "2035-10-01": "Tuvalu Day", + "2035-10-02": "Tuvalu Day", + "2035-10-15": "National Children's Day", + "2035-11-25": "Happy Day", + "2035-12-25": "Christmas Day", + "2035-12-26": "Boxing Day", + "2036-01-01": "New Year's Day", + "2036-04-11": "Good Friday", + "2036-04-14": "Easter Monday", + "2036-05-12": "Gospel Day", + "2036-06-14": "King's Birthday", + "2036-08-04": "National Youth Day", + "2036-10-01": "Tuvalu Day", + "2036-10-02": "Tuvalu Day", + "2036-10-13": "National Children's Day", + "2036-11-25": "Happy Day", + "2036-12-25": "Christmas Day", + "2036-12-26": "Boxing Day", + "2037-01-01": "New Year's Day", + "2037-04-03": "Good Friday", + "2037-04-06": "Easter Monday", + "2037-05-11": "Gospel Day", + "2037-06-13": "King's Birthday", + "2037-08-03": "National Youth Day", + "2037-10-01": "Tuvalu Day", + "2037-10-02": "Tuvalu Day", + "2037-10-12": "National Children's Day", + "2037-11-25": "Happy Day", + "2037-12-25": "Christmas Day", + "2037-12-26": "Boxing Day", + "2037-12-28": "Boxing Day (observed)", + "2038-01-01": "New Year's Day", + "2038-04-23": "Good Friday", + "2038-04-26": "Easter Monday", + "2038-05-10": "Gospel Day", + "2038-06-12": "King's Birthday", + "2038-08-02": "National Youth Day", + "2038-10-01": "Tuvalu Day", + "2038-10-02": "Tuvalu Day", + "2038-10-04": "Tuvalu Day (observed)", + "2038-10-11": "National Children's Day", + "2038-11-25": "Happy Day", + "2038-12-25": "Christmas Day", + "2038-12-26": "Boxing Day", + "2038-12-27": "Christmas Day (observed)", + "2038-12-28": "Boxing Day (observed)", + "2039-01-01": "New Year's Day", + "2039-01-03": "New Year's Day (observed)", + "2039-04-08": "Good Friday", + "2039-04-11": "Easter Monday", + "2039-05-09": "Gospel Day", + "2039-06-11": "King's Birthday", + "2039-08-01": "National Youth Day", + "2039-10-01": "Tuvalu Day", + "2039-10-02": "Tuvalu Day", + "2039-10-03": "Tuvalu Day (observed)", + "2039-10-04": "Tuvalu Day (observed)", + "2039-10-10": "National Children's Day", + "2039-11-25": "Happy Day", + "2039-12-25": "Christmas Day", + "2039-12-26": "Boxing Day", + "2039-12-27": "Christmas Day (observed)", + "2040-01-01": "New Year's Day", + "2040-01-02": "New Year's Day (observed)", + "2040-03-30": "Good Friday", + "2040-04-02": "Easter Monday", + "2040-05-14": "Gospel Day", + "2040-06-09": "King's Birthday", + "2040-08-06": "National Youth Day", + "2040-10-01": "Tuvalu Day", + "2040-10-02": "Tuvalu Day", + "2040-10-15": "National Children's Day", + "2040-11-25": "Happy Day", + "2040-12-25": "Christmas Day", + "2040-12-26": "Boxing Day", + "2041-01-01": "New Year's Day", + "2041-04-19": "Good Friday", + "2041-04-22": "Easter Monday", + "2041-05-13": "Gospel Day", + "2041-06-08": "King's Birthday", + "2041-08-05": "National Youth Day", + "2041-10-01": "Tuvalu Day", + "2041-10-02": "Tuvalu Day", + "2041-10-14": "National Children's Day", + "2041-11-25": "Happy Day", + "2041-12-25": "Christmas Day", + "2041-12-26": "Boxing Day", + "2042-01-01": "New Year's Day", + "2042-04-04": "Good Friday", + "2042-04-07": "Easter Monday", + "2042-05-12": "Gospel Day", + "2042-06-14": "King's Birthday", + "2042-08-04": "National Youth Day", + "2042-10-01": "Tuvalu Day", + "2042-10-02": "Tuvalu Day", + "2042-10-13": "National Children's Day", + "2042-11-25": "Happy Day", + "2042-12-25": "Christmas Day", + "2042-12-26": "Boxing Day", + "2043-01-01": "New Year's Day", + "2043-03-27": "Good Friday", + "2043-03-30": "Easter Monday", + "2043-05-11": "Gospel Day", + "2043-06-13": "King's Birthday", + "2043-08-03": "National Youth Day", + "2043-10-01": "Tuvalu Day", + "2043-10-02": "Tuvalu Day", + "2043-10-12": "National Children's Day", + "2043-11-25": "Happy Day", + "2043-12-25": "Christmas Day", + "2043-12-26": "Boxing Day", + "2043-12-28": "Boxing Day (observed)", + "2044-01-01": "New Year's Day", + "2044-04-15": "Good Friday", + "2044-04-18": "Easter Monday", + "2044-05-09": "Gospel Day", + "2044-06-11": "King's Birthday", + "2044-08-01": "National Youth Day", + "2044-10-01": "Tuvalu Day", + "2044-10-02": "Tuvalu Day", + "2044-10-03": "Tuvalu Day (observed)", + "2044-10-04": "Tuvalu Day (observed)", + "2044-10-10": "National Children's Day", + "2044-11-25": "Happy Day", + "2044-12-25": "Christmas Day", + "2044-12-26": "Boxing Day", + "2044-12-27": "Christmas Day (observed)", + "2045-01-01": "New Year's Day", + "2045-01-02": "New Year's Day (observed)", + "2045-04-07": "Good Friday", + "2045-04-10": "Easter Monday", + "2045-05-15": "Gospel Day", + "2045-06-10": "King's Birthday", + "2045-08-07": "National Youth Day", + "2045-10-01": "Tuvalu Day", + "2045-10-02": "Tuvalu Day", + "2045-10-03": "Tuvalu Day (observed)", + "2045-10-09": "National Children's Day", + "2045-11-25": "Happy Day", + "2045-12-25": "Christmas Day", + "2045-12-26": "Boxing Day", + "2046-01-01": "New Year's Day", + "2046-03-23": "Good Friday", + "2046-03-26": "Easter Monday", + "2046-05-14": "Gospel Day", + "2046-06-09": "King's Birthday", + "2046-08-06": "National Youth Day", + "2046-10-01": "Tuvalu Day", + "2046-10-02": "Tuvalu Day", + "2046-10-15": "National Children's Day", + "2046-11-25": "Happy Day", + "2046-12-25": "Christmas Day", + "2046-12-26": "Boxing Day", + "2047-01-01": "New Year's Day", + "2047-04-12": "Good Friday", + "2047-04-15": "Easter Monday", + "2047-05-13": "Gospel Day", + "2047-06-08": "King's Birthday", + "2047-08-05": "National Youth Day", + "2047-10-01": "Tuvalu Day", + "2047-10-02": "Tuvalu Day", + "2047-10-14": "National Children's Day", + "2047-11-25": "Happy Day", + "2047-12-25": "Christmas Day", + "2047-12-26": "Boxing Day", + "2048-01-01": "New Year's Day", + "2048-04-03": "Good Friday", + "2048-04-06": "Easter Monday", + "2048-05-11": "Gospel Day", + "2048-06-13": "King's Birthday", + "2048-08-03": "National Youth Day", + "2048-10-01": "Tuvalu Day", + "2048-10-02": "Tuvalu Day", + "2048-10-12": "National Children's Day", + "2048-11-25": "Happy Day", + "2048-12-25": "Christmas Day", + "2048-12-26": "Boxing Day", + "2048-12-28": "Boxing Day (observed)", + "2049-01-01": "New Year's Day", + "2049-04-16": "Good Friday", + "2049-04-19": "Easter Monday", + "2049-05-10": "Gospel Day", + "2049-06-12": "King's Birthday", + "2049-08-02": "National Youth Day", + "2049-10-01": "Tuvalu Day", + "2049-10-02": "Tuvalu Day", + "2049-10-04": "Tuvalu Day (observed)", + "2049-10-11": "National Children's Day", + "2049-11-25": "Happy Day", + "2049-12-25": "Christmas Day", + "2049-12-26": "Boxing Day", + "2049-12-27": "Christmas Day (observed)", + "2049-12-28": "Boxing Day (observed)", + "2050-01-01": "New Year's Day", + "2050-01-03": "New Year's Day (observed)", + "2050-04-08": "Good Friday", + "2050-04-11": "Easter Monday", + "2050-05-09": "Gospel Day", + "2050-06-11": "King's Birthday", + "2050-08-01": "National Youth Day", + "2050-10-01": "Tuvalu Day", + "2050-10-02": "Tuvalu Day", + "2050-10-03": "Tuvalu Day (observed)", + "2050-10-04": "Tuvalu Day (observed)", + "2050-10-10": "National Children's Day", + "2050-11-25": "Happy Day", + "2050-12-25": "Christmas Day", + "2050-12-26": "Boxing Day", + "2050-12-27": "Christmas Day (observed)" +} diff --git a/snapshots/countries/US_AK.json b/snapshots/countries/US_AK.json index d1b71cb30..45ca663f6 100644 --- a/snapshots/countries/US_AK.json +++ b/snapshots/countries/US_AK.json @@ -3,7 +3,6 @@ "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", - "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-03-30": "Seward's Day", "1950-05-30": "Memorial Day", @@ -18,7 +17,6 @@ "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", - "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-03-30": "Seward's Day", "1951-05-30": "Memorial Day", @@ -33,7 +31,6 @@ "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", - "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-03-30": "Seward's Day", "1952-05-30": "Memorial Day", @@ -49,7 +46,6 @@ "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", - "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-03-30": "Seward's Day", "1953-05-30": "Memorial Day", @@ -65,7 +61,6 @@ "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", - "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-03-30": "Seward's Day", "1954-05-30": "Memorial Day", @@ -82,7 +77,6 @@ "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", - "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-03-28": "Seward's Day", "1955-05-30": "Memorial Day", @@ -98,7 +92,6 @@ "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", - "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-03-26": "Seward's Day", "1956-05-30": "Memorial Day", @@ -114,7 +107,6 @@ "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", - "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-03-25": "Seward's Day", "1957-05-30": "Memorial Day", @@ -128,7 +120,6 @@ "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", - "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-03-31": "Seward's Day", "1958-05-30": "Memorial Day", @@ -143,7 +134,6 @@ "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", - "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-03-30": "Seward's Day", "1959-05-30": "Memorial Day", @@ -159,7 +149,6 @@ "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", - "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-03-28": "Seward's Day", "1960-05-30": "Memorial Day", @@ -176,7 +165,6 @@ "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", - "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-03-27": "Seward's Day", "1961-05-30": "Memorial Day", @@ -191,7 +179,6 @@ "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", - "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-03-26": "Seward's Day", "1962-05-30": "Memorial Day", @@ -206,7 +193,6 @@ "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", - "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-03-25": "Seward's Day", "1963-05-30": "Memorial Day", @@ -220,7 +206,6 @@ "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", - "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-03-30": "Seward's Day", "1964-05-30": "Memorial Day", @@ -237,7 +222,6 @@ "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", - "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-03-29": "Seward's Day", "1965-05-30": "Memorial Day", @@ -254,7 +238,6 @@ "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", - "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-03-28": "Seward's Day", "1966-05-30": "Memorial Day", @@ -270,7 +253,6 @@ "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", - "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-03-27": "Seward's Day", "1967-05-30": "Memorial Day", @@ -285,7 +267,6 @@ "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", - "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-03-25": "Seward's Day", "1968-05-30": "Memorial Day", @@ -300,7 +281,6 @@ "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", - "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-03-31": "Seward's Day", "1969-05-30": "Memorial Day", @@ -315,7 +295,6 @@ "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", - "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-03-30": "Seward's Day", "1970-05-30": "Memorial Day", @@ -331,7 +310,7 @@ "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", - "1971-02-15": "Washington's Birthday", + "1971-02-15": "Presidents' Day", "1971-03-17": "Saint Patrick's Day", "1971-03-29": "Seward's Day", "1971-05-31": "Memorial Day", @@ -349,7 +328,7 @@ "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", - "1972-02-21": "Washington's Birthday", + "1972-02-21": "Presidents' Day", "1972-03-17": "Saint Patrick's Day", "1972-03-27": "Seward's Day", "1972-05-29": "Memorial Day", @@ -365,7 +344,7 @@ "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", - "1973-02-19": "Washington's Birthday", + "1973-02-19": "Presidents' Day", "1973-03-17": "Saint Patrick's Day", "1973-03-26": "Seward's Day", "1973-05-28": "Memorial Day", @@ -380,7 +359,7 @@ "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", - "1974-02-18": "Washington's Birthday", + "1974-02-18": "Presidents' Day", "1974-03-17": "Saint Patrick's Day", "1974-03-25": "Seward's Day", "1974-05-27": "Memorial Day", @@ -395,7 +374,7 @@ "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", - "1975-02-17": "Washington's Birthday", + "1975-02-17": "Presidents' Day", "1975-03-17": "Saint Patrick's Day", "1975-03-31": "Seward's Day", "1975-05-26": "Memorial Day", @@ -411,7 +390,7 @@ "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", - "1976-02-16": "Washington's Birthday", + "1976-02-16": "Presidents' Day", "1976-03-17": "Saint Patrick's Day", "1976-03-29": "Seward's Day", "1976-05-31": "Memorial Day", @@ -430,7 +409,7 @@ "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", - "1977-02-21": "Washington's Birthday", + "1977-02-21": "Presidents' Day", "1977-03-17": "Saint Patrick's Day", "1977-03-28": "Seward's Day", "1977-05-30": "Memorial Day", @@ -447,7 +426,7 @@ "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", - "1978-02-20": "Washington's Birthday", + "1978-02-20": "Presidents' Day", "1978-03-17": "Saint Patrick's Day", "1978-03-27": "Seward's Day", "1978-05-29": "Memorial Day", @@ -463,7 +442,7 @@ "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", - "1979-02-19": "Washington's Birthday", + "1979-02-19": "Presidents' Day", "1979-03-17": "Saint Patrick's Day", "1979-03-26": "Seward's Day", "1979-05-28": "Memorial Day", @@ -479,7 +458,7 @@ "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", - "1980-02-18": "Washington's Birthday", + "1980-02-18": "Presidents' Day", "1980-03-17": "Saint Patrick's Day", "1980-03-31": "Seward's Day", "1980-05-26": "Memorial Day", @@ -496,7 +475,7 @@ "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", - "1981-02-16": "Washington's Birthday", + "1981-02-16": "Presidents' Day", "1981-03-17": "Saint Patrick's Day", "1981-03-30": "Seward's Day", "1981-05-25": "Memorial Day", @@ -513,7 +492,7 @@ "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", - "1982-02-15": "Washington's Birthday", + "1982-02-15": "Presidents' Day", "1982-03-17": "Saint Patrick's Day", "1982-03-29": "Seward's Day", "1982-05-31": "Memorial Day", @@ -531,7 +510,7 @@ "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", - "1983-02-21": "Washington's Birthday", + "1983-02-21": "Presidents' Day", "1983-03-17": "Saint Patrick's Day", "1983-03-28": "Seward's Day", "1983-05-30": "Memorial Day", @@ -548,7 +527,7 @@ "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", - "1984-02-20": "Washington's Birthday", + "1984-02-20": "Presidents' Day", "1984-03-17": "Saint Patrick's Day", "1984-03-26": "Seward's Day", "1984-05-28": "Memorial Day", @@ -565,7 +544,7 @@ "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", - "1985-02-18": "Washington's Birthday", + "1985-02-18": "Presidents' Day", "1985-03-17": "Saint Patrick's Day", "1985-03-25": "Seward's Day", "1985-05-27": "Memorial Day", @@ -581,7 +560,7 @@ "1986-01-20": "Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", - "1986-02-17": "Washington's Birthday", + "1986-02-17": "Presidents' Day", "1986-03-17": "Saint Patrick's Day", "1986-03-31": "Seward's Day", "1986-05-26": "Memorial Day", @@ -598,7 +577,7 @@ "1987-01-19": "Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", - "1987-02-16": "Washington's Birthday", + "1987-02-16": "Presidents' Day", "1987-03-17": "Saint Patrick's Day", "1987-03-30": "Seward's Day", "1987-05-25": "Memorial Day", @@ -616,7 +595,7 @@ "1988-01-18": "Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", - "1988-02-15": "Washington's Birthday", + "1988-02-15": "Presidents' Day", "1988-03-17": "Saint Patrick's Day", "1988-03-28": "Seward's Day", "1988-05-30": "Memorial Day", @@ -635,7 +614,7 @@ "1989-01-16": "Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", - "1989-02-20": "Washington's Birthday", + "1989-02-20": "Presidents' Day", "1989-03-17": "Saint Patrick's Day", "1989-03-27": "Seward's Day", "1989-05-29": "Memorial Day", @@ -652,7 +631,7 @@ "1990-01-15": "Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", - "1990-02-19": "Washington's Birthday", + "1990-02-19": "Presidents' Day", "1990-03-17": "Saint Patrick's Day", "1990-03-26": "Seward's Day", "1990-05-28": "Memorial Day", @@ -669,7 +648,7 @@ "1991-01-21": "Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", - "1991-02-18": "Washington's Birthday", + "1991-02-18": "Presidents' Day", "1991-03-17": "Saint Patrick's Day", "1991-03-25": "Seward's Day", "1991-05-27": "Memorial Day", @@ -685,7 +664,7 @@ "1992-01-20": "Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", - "1992-02-17": "Washington's Birthday", + "1992-02-17": "Presidents' Day", "1992-03-17": "Saint Patrick's Day", "1992-03-30": "Seward's Day", "1992-05-25": "Memorial Day", @@ -704,7 +683,7 @@ "1993-01-18": "Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", - "1993-02-15": "Washington's Birthday", + "1993-02-15": "Presidents' Day", "1993-03-17": "Saint Patrick's Day", "1993-03-29": "Seward's Day", "1993-05-31": "Memorial Day", @@ -723,7 +702,7 @@ "1994-01-17": "Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", - "1994-02-21": "Washington's Birthday", + "1994-02-21": "Presidents' Day", "1994-03-17": "Saint Patrick's Day", "1994-03-28": "Seward's Day", "1994-05-30": "Memorial Day", @@ -741,7 +720,7 @@ "1995-01-16": "Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", - "1995-02-20": "Washington's Birthday", + "1995-02-20": "Presidents' Day", "1995-03-17": "Saint Patrick's Day", "1995-03-27": "Seward's Day", "1995-05-29": "Memorial Day", @@ -758,7 +737,7 @@ "1996-01-15": "Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", - "1996-02-19": "Washington's Birthday", + "1996-02-19": "Presidents' Day", "1996-03-17": "Saint Patrick's Day", "1996-03-25": "Seward's Day", "1996-05-27": "Memorial Day", @@ -775,7 +754,7 @@ "1997-01-20": "Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", - "1997-02-17": "Washington's Birthday", + "1997-02-17": "Presidents' Day", "1997-03-17": "Saint Patrick's Day", "1997-03-31": "Seward's Day", "1997-05-26": "Memorial Day", @@ -792,7 +771,7 @@ "1998-01-19": "Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", - "1998-02-16": "Washington's Birthday", + "1998-02-16": "Presidents' Day", "1998-03-17": "Saint Patrick's Day", "1998-03-30": "Seward's Day", "1998-05-25": "Memorial Day", @@ -810,7 +789,7 @@ "1999-01-18": "Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", - "1999-02-15": "Washington's Birthday", + "1999-02-15": "Presidents' Day", "1999-03-17": "Saint Patrick's Day", "1999-03-29": "Seward's Day", "1999-05-31": "Memorial Day", @@ -829,7 +808,7 @@ "2000-01-17": "Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", - "2000-02-21": "Washington's Birthday", + "2000-02-21": "Presidents' Day", "2000-03-17": "Saint Patrick's Day", "2000-03-27": "Seward's Day", "2000-05-29": "Memorial Day", @@ -847,7 +826,7 @@ "2001-01-15": "Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", - "2001-02-19": "Washington's Birthday", + "2001-02-19": "Presidents' Day", "2001-03-17": "Saint Patrick's Day", "2001-03-26": "Seward's Day", "2001-05-28": "Memorial Day", @@ -864,7 +843,7 @@ "2002-01-21": "Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", - "2002-02-18": "Washington's Birthday", + "2002-02-18": "Presidents' Day", "2002-03-17": "Saint Patrick's Day", "2002-03-25": "Seward's Day", "2002-05-27": "Memorial Day", @@ -880,7 +859,7 @@ "2003-01-20": "Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", - "2003-02-17": "Washington's Birthday", + "2003-02-17": "Presidents' Day", "2003-03-17": "Saint Patrick's Day", "2003-03-31": "Seward's Day", "2003-05-26": "Memorial Day", @@ -897,7 +876,7 @@ "2004-01-19": "Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", - "2004-02-16": "Washington's Birthday", + "2004-02-16": "Presidents' Day", "2004-03-17": "Saint Patrick's Day", "2004-03-29": "Seward's Day", "2004-05-31": "Memorial Day", @@ -917,7 +896,7 @@ "2005-01-17": "Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", - "2005-02-21": "Washington's Birthday", + "2005-02-21": "Presidents' Day", "2005-03-17": "Saint Patrick's Day", "2005-03-28": "Seward's Day", "2005-05-30": "Memorial Day", @@ -935,7 +914,7 @@ "2006-01-16": "Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", - "2006-02-20": "Washington's Birthday", + "2006-02-20": "Presidents' Day", "2006-03-17": "Saint Patrick's Day", "2006-03-27": "Seward's Day", "2006-05-29": "Memorial Day", @@ -952,7 +931,7 @@ "2007-01-15": "Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", - "2007-02-19": "Washington's Birthday", + "2007-02-19": "Presidents' Day", "2007-03-17": "Saint Patrick's Day", "2007-03-26": "Seward's Day", "2007-05-28": "Memorial Day", @@ -969,7 +948,7 @@ "2008-01-21": "Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", - "2008-02-18": "Washington's Birthday", + "2008-02-18": "Presidents' Day", "2008-03-17": "Saint Patrick's Day", "2008-03-31": "Seward's Day", "2008-05-26": "Memorial Day", @@ -987,7 +966,7 @@ "2009-01-19": "Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", - "2009-02-16": "Washington's Birthday", + "2009-02-16": "Presidents' Day", "2009-03-17": "Saint Patrick's Day", "2009-03-30": "Seward's Day", "2009-05-25": "Memorial Day", @@ -1005,7 +984,7 @@ "2010-01-18": "Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", - "2010-02-15": "Washington's Birthday", + "2010-02-15": "Presidents' Day", "2010-03-17": "Saint Patrick's Day", "2010-03-29": "Seward's Day", "2010-05-31": "Memorial Day", @@ -1024,7 +1003,7 @@ "2011-01-17": "Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", - "2011-02-21": "Washington's Birthday", + "2011-02-21": "Presidents' Day", "2011-03-17": "Saint Patrick's Day", "2011-03-28": "Seward's Day", "2011-05-30": "Memorial Day", @@ -1042,7 +1021,7 @@ "2012-01-16": "Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", - "2012-02-20": "Washington's Birthday", + "2012-02-20": "Presidents' Day", "2012-03-17": "Saint Patrick's Day", "2012-03-26": "Seward's Day", "2012-05-28": "Memorial Day", @@ -1060,7 +1039,7 @@ "2013-01-21": "Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", - "2013-02-18": "Washington's Birthday", + "2013-02-18": "Presidents' Day", "2013-03-17": "Saint Patrick's Day", "2013-03-25": "Seward's Day", "2013-05-27": "Memorial Day", @@ -1076,7 +1055,7 @@ "2014-01-20": "Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", - "2014-02-17": "Washington's Birthday", + "2014-02-17": "Presidents' Day", "2014-03-17": "Saint Patrick's Day", "2014-03-31": "Seward's Day", "2014-05-26": "Memorial Day", @@ -1093,7 +1072,7 @@ "2015-01-19": "Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", - "2015-02-16": "Washington's Birthday", + "2015-02-16": "Presidents' Day", "2015-03-17": "Saint Patrick's Day", "2015-03-30": "Seward's Day", "2015-05-25": "Memorial Day", @@ -1111,7 +1090,7 @@ "2016-01-18": "Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", - "2016-02-15": "Washington's Birthday", + "2016-02-15": "Presidents' Day", "2016-03-17": "Saint Patrick's Day", "2016-03-28": "Seward's Day", "2016-05-30": "Memorial Day", @@ -1130,7 +1109,7 @@ "2017-01-16": "Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", - "2017-02-20": "Washington's Birthday", + "2017-02-20": "Presidents' Day", "2017-03-17": "Saint Patrick's Day", "2017-03-27": "Seward's Day", "2017-05-29": "Memorial Day", @@ -1147,7 +1126,7 @@ "2018-01-15": "Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", - "2018-02-19": "Washington's Birthday", + "2018-02-19": "Presidents' Day", "2018-03-17": "Saint Patrick's Day", "2018-03-26": "Seward's Day", "2018-05-28": "Memorial Day", @@ -1164,7 +1143,7 @@ "2019-01-21": "Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", - "2019-02-18": "Washington's Birthday", + "2019-02-18": "Presidents' Day", "2019-03-17": "Saint Patrick's Day", "2019-03-25": "Seward's Day", "2019-05-27": "Memorial Day", @@ -1180,7 +1159,7 @@ "2020-01-20": "Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", - "2020-02-17": "Washington's Birthday", + "2020-02-17": "Presidents' Day", "2020-03-17": "Saint Patrick's Day", "2020-03-30": "Seward's Day", "2020-05-25": "Memorial Day", @@ -1199,7 +1178,7 @@ "2021-01-18": "Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", - "2021-02-15": "Washington's Birthday", + "2021-02-15": "Presidents' Day", "2021-03-17": "Saint Patrick's Day", "2021-03-29": "Seward's Day", "2021-05-31": "Memorial Day", @@ -1220,7 +1199,7 @@ "2022-01-17": "Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", - "2022-02-21": "Washington's Birthday", + "2022-02-21": "Presidents' Day", "2022-03-17": "Saint Patrick's Day", "2022-03-28": "Seward's Day", "2022-05-30": "Memorial Day", @@ -1240,7 +1219,7 @@ "2023-01-16": "Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", - "2023-02-20": "Washington's Birthday", + "2023-02-20": "Presidents' Day", "2023-03-17": "Saint Patrick's Day", "2023-03-27": "Seward's Day", "2023-05-29": "Memorial Day", @@ -1258,7 +1237,7 @@ "2024-01-15": "Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", - "2024-02-19": "Washington's Birthday", + "2024-02-19": "Presidents' Day", "2024-03-17": "Saint Patrick's Day", "2024-03-25": "Seward's Day", "2024-05-27": "Memorial Day", @@ -1276,7 +1255,7 @@ "2025-01-20": "Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", - "2025-02-17": "Washington's Birthday", + "2025-02-17": "Presidents' Day", "2025-03-17": "Saint Patrick's Day", "2025-03-31": "Seward's Day", "2025-05-26": "Memorial Day", @@ -1294,7 +1273,7 @@ "2026-01-19": "Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", - "2026-02-16": "Washington's Birthday", + "2026-02-16": "Presidents' Day", "2026-03-17": "Saint Patrick's Day", "2026-03-30": "Seward's Day", "2026-05-25": "Memorial Day", @@ -1313,7 +1292,7 @@ "2027-01-18": "Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", - "2027-02-15": "Washington's Birthday", + "2027-02-15": "Presidents' Day", "2027-03-17": "Saint Patrick's Day", "2027-03-29": "Seward's Day", "2027-05-31": "Memorial Day", @@ -1334,7 +1313,7 @@ "2028-01-17": "Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", - "2028-02-21": "Washington's Birthday", + "2028-02-21": "Presidents' Day", "2028-03-17": "Saint Patrick's Day", "2028-03-27": "Seward's Day", "2028-05-29": "Memorial Day", @@ -1353,7 +1332,7 @@ "2029-01-15": "Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", - "2029-02-19": "Washington's Birthday", + "2029-02-19": "Presidents' Day", "2029-03-17": "Saint Patrick's Day", "2029-03-26": "Seward's Day", "2029-05-28": "Memorial Day", @@ -1371,7 +1350,7 @@ "2030-01-21": "Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", - "2030-02-18": "Washington's Birthday", + "2030-02-18": "Presidents' Day", "2030-03-17": "Saint Patrick's Day", "2030-03-25": "Seward's Day", "2030-05-27": "Memorial Day", @@ -1388,7 +1367,7 @@ "2031-01-20": "Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", - "2031-02-17": "Washington's Birthday", + "2031-02-17": "Presidents' Day", "2031-03-17": "Saint Patrick's Day", "2031-03-31": "Seward's Day", "2031-05-26": "Memorial Day", @@ -1406,7 +1385,7 @@ "2032-01-19": "Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", - "2032-02-16": "Washington's Birthday", + "2032-02-16": "Presidents' Day", "2032-03-17": "Saint Patrick's Day", "2032-03-29": "Seward's Day", "2032-05-31": "Memorial Day", @@ -1428,7 +1407,7 @@ "2033-01-17": "Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", - "2033-02-21": "Washington's Birthday", + "2033-02-21": "Presidents' Day", "2033-03-17": "Saint Patrick's Day", "2033-03-28": "Seward's Day", "2033-05-30": "Memorial Day", @@ -1448,7 +1427,7 @@ "2034-01-16": "Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", - "2034-02-20": "Washington's Birthday", + "2034-02-20": "Presidents' Day", "2034-03-17": "Saint Patrick's Day", "2034-03-27": "Seward's Day", "2034-05-29": "Memorial Day", @@ -1466,7 +1445,7 @@ "2035-01-15": "Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", - "2035-02-19": "Washington's Birthday", + "2035-02-19": "Presidents' Day", "2035-03-17": "Saint Patrick's Day", "2035-03-26": "Seward's Day", "2035-05-28": "Memorial Day", @@ -1484,7 +1463,7 @@ "2036-01-21": "Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", - "2036-02-18": "Washington's Birthday", + "2036-02-18": "Presidents' Day", "2036-03-17": "Saint Patrick's Day", "2036-03-31": "Seward's Day", "2036-05-26": "Memorial Day", @@ -1503,7 +1482,7 @@ "2037-01-19": "Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", - "2037-02-16": "Washington's Birthday", + "2037-02-16": "Presidents' Day", "2037-03-17": "Saint Patrick's Day", "2037-03-30": "Seward's Day", "2037-05-25": "Memorial Day", @@ -1522,7 +1501,7 @@ "2038-01-18": "Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", - "2038-02-15": "Washington's Birthday", + "2038-02-15": "Presidents' Day", "2038-03-17": "Saint Patrick's Day", "2038-03-29": "Seward's Day", "2038-05-31": "Memorial Day", @@ -1543,7 +1522,7 @@ "2039-01-17": "Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", - "2039-02-21": "Washington's Birthday", + "2039-02-21": "Presidents' Day", "2039-03-17": "Saint Patrick's Day", "2039-03-28": "Seward's Day", "2039-05-30": "Memorial Day", @@ -1563,7 +1542,7 @@ "2040-01-16": "Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", - "2040-02-20": "Washington's Birthday", + "2040-02-20": "Presidents' Day", "2040-03-17": "Saint Patrick's Day", "2040-03-26": "Seward's Day", "2040-05-28": "Memorial Day", @@ -1582,7 +1561,7 @@ "2041-01-21": "Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", - "2041-02-18": "Washington's Birthday", + "2041-02-18": "Presidents' Day", "2041-03-17": "Saint Patrick's Day", "2041-03-25": "Seward's Day", "2041-05-27": "Memorial Day", @@ -1599,7 +1578,7 @@ "2042-01-20": "Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", - "2042-02-17": "Washington's Birthday", + "2042-02-17": "Presidents' Day", "2042-03-17": "Saint Patrick's Day", "2042-03-31": "Seward's Day", "2042-05-26": "Memorial Day", @@ -1617,7 +1596,7 @@ "2043-01-19": "Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", - "2043-02-16": "Washington's Birthday", + "2043-02-16": "Presidents' Day", "2043-03-17": "Saint Patrick's Day", "2043-03-30": "Seward's Day", "2043-05-25": "Memorial Day", @@ -1636,7 +1615,7 @@ "2044-01-18": "Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", - "2044-02-15": "Washington's Birthday", + "2044-02-15": "Presidents' Day", "2044-03-17": "Saint Patrick's Day", "2044-03-28": "Seward's Day", "2044-05-30": "Memorial Day", @@ -1657,7 +1636,7 @@ "2045-01-16": "Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", - "2045-02-20": "Washington's Birthday", + "2045-02-20": "Presidents' Day", "2045-03-17": "Saint Patrick's Day", "2045-03-27": "Seward's Day", "2045-05-29": "Memorial Day", @@ -1675,7 +1654,7 @@ "2046-01-15": "Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", - "2046-02-19": "Washington's Birthday", + "2046-02-19": "Presidents' Day", "2046-03-17": "Saint Patrick's Day", "2046-03-26": "Seward's Day", "2046-05-28": "Memorial Day", @@ -1693,7 +1672,7 @@ "2047-01-21": "Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", - "2047-02-18": "Washington's Birthday", + "2047-02-18": "Presidents' Day", "2047-03-17": "Saint Patrick's Day", "2047-03-25": "Seward's Day", "2047-05-27": "Memorial Day", @@ -1710,7 +1689,7 @@ "2048-01-20": "Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", - "2048-02-17": "Washington's Birthday", + "2048-02-17": "Presidents' Day", "2048-03-17": "Saint Patrick's Day", "2048-03-30": "Seward's Day", "2048-05-25": "Memorial Day", @@ -1730,7 +1709,7 @@ "2049-01-18": "Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", - "2049-02-15": "Washington's Birthday", + "2049-02-15": "Presidents' Day", "2049-03-17": "Saint Patrick's Day", "2049-03-29": "Seward's Day", "2049-05-31": "Memorial Day", @@ -1751,7 +1730,7 @@ "2050-01-17": "Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", - "2050-02-21": "Washington's Birthday", + "2050-02-21": "Presidents' Day", "2050-03-17": "Saint Patrick's Day", "2050-03-28": "Seward's Day", "2050-05-30": "Memorial Day", diff --git a/snapshots/countries/US_AZ.json b/snapshots/countries/US_AZ.json index b79061c2a..2096653e2 100644 --- a/snapshots/countries/US_AZ.json +++ b/snapshots/countries/US_AZ.json @@ -3,7 +3,6 @@ "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", - "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", @@ -17,7 +16,6 @@ "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", - "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", @@ -31,7 +29,6 @@ "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", - "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", @@ -45,7 +42,6 @@ "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", - "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", @@ -59,7 +55,6 @@ "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", - "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", @@ -75,7 +70,6 @@ "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", - "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", @@ -90,7 +84,6 @@ "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", - "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", @@ -105,7 +98,6 @@ "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", - "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", @@ -118,7 +110,6 @@ "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", - "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", @@ -131,7 +122,6 @@ "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", - "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", @@ -145,7 +135,6 @@ "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", - "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", @@ -161,7 +150,6 @@ "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", - "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", @@ -175,7 +163,6 @@ "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", - "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", @@ -189,7 +176,6 @@ "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", - "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", @@ -202,7 +188,6 @@ "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", - "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", @@ -217,7 +202,6 @@ "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", - "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", @@ -233,7 +217,6 @@ "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", - "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", @@ -248,7 +231,6 @@ "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", - "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", @@ -262,7 +244,6 @@ "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", - "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", @@ -276,7 +257,6 @@ "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", - "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", @@ -289,7 +269,6 @@ "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", - "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", @@ -303,7 +282,7 @@ "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", - "1971-02-15": "Washington's Birthday", + "1971-02-15": "Lincoln/Washington Presidents' Day", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", @@ -319,7 +298,7 @@ "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", - "1972-02-21": "Washington's Birthday", + "1972-02-21": "Lincoln/Washington Presidents' Day", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", @@ -333,7 +312,7 @@ "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", - "1973-02-19": "Washington's Birthday", + "1973-02-19": "Lincoln/Washington Presidents' Day", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", @@ -346,7 +325,7 @@ "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", - "1974-02-18": "Washington's Birthday", + "1974-02-18": "Lincoln/Washington Presidents' Day", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", @@ -359,7 +338,7 @@ "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", - "1975-02-17": "Washington's Birthday", + "1975-02-17": "Lincoln/Washington Presidents' Day", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", @@ -372,7 +351,7 @@ "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", - "1976-02-16": "Washington's Birthday", + "1976-02-16": "Lincoln/Washington Presidents' Day", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", @@ -389,7 +368,7 @@ "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", - "1977-02-21": "Washington's Birthday", + "1977-02-21": "Lincoln/Washington Presidents' Day", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", @@ -404,7 +383,7 @@ "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", - "1978-02-20": "Washington's Birthday", + "1978-02-20": "Lincoln/Washington Presidents' Day", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", @@ -418,7 +397,7 @@ "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", - "1979-02-19": "Washington's Birthday", + "1979-02-19": "Lincoln/Washington Presidents' Day", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", @@ -432,7 +411,7 @@ "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", - "1980-02-18": "Washington's Birthday", + "1980-02-18": "Lincoln/Washington Presidents' Day", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", @@ -446,7 +425,7 @@ "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", - "1981-02-16": "Washington's Birthday", + "1981-02-16": "Lincoln/Washington Presidents' Day", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", @@ -460,7 +439,7 @@ "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", - "1982-02-15": "Washington's Birthday", + "1982-02-15": "Lincoln/Washington Presidents' Day", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", @@ -476,7 +455,7 @@ "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", - "1983-02-21": "Washington's Birthday", + "1983-02-21": "Lincoln/Washington Presidents' Day", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", @@ -491,7 +470,7 @@ "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", - "1984-02-20": "Washington's Birthday", + "1984-02-20": "Lincoln/Washington Presidents' Day", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", @@ -506,7 +485,7 @@ "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", - "1985-02-18": "Washington's Birthday", + "1985-02-18": "Lincoln/Washington Presidents' Day", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", @@ -520,7 +499,7 @@ "1986-01-20": "Dr. Martin Luther King Jr. / Civil Rights Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", - "1986-02-17": "Washington's Birthday", + "1986-02-17": "Lincoln/Washington Presidents' Day", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", @@ -534,7 +513,7 @@ "1987-01-19": "Dr. Martin Luther King Jr. / Civil Rights Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", - "1987-02-16": "Washington's Birthday", + "1987-02-16": "Lincoln/Washington Presidents' Day", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", @@ -549,7 +528,7 @@ "1988-01-18": "Dr. Martin Luther King Jr. / Civil Rights Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", - "1988-02-15": "Washington's Birthday", + "1988-02-15": "Lincoln/Washington Presidents' Day", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", @@ -566,7 +545,7 @@ "1989-01-16": "Dr. Martin Luther King Jr. / Civil Rights Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", - "1989-02-20": "Washington's Birthday", + "1989-02-20": "Lincoln/Washington Presidents' Day", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", @@ -581,7 +560,7 @@ "1990-01-15": "Dr. Martin Luther King Jr. / Civil Rights Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", - "1990-02-19": "Washington's Birthday", + "1990-02-19": "Lincoln/Washington Presidents' Day", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", @@ -596,7 +575,7 @@ "1991-01-21": "Dr. Martin Luther King Jr. / Civil Rights Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", - "1991-02-18": "Washington's Birthday", + "1991-02-18": "Lincoln/Washington Presidents' Day", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", @@ -610,7 +589,7 @@ "1992-01-20": "Dr. Martin Luther King Jr. / Civil Rights Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", - "1992-02-17": "Washington's Birthday", + "1992-02-17": "Lincoln/Washington Presidents' Day", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", @@ -626,7 +605,7 @@ "1993-01-18": "Dr. Martin Luther King Jr. / Civil Rights Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", - "1993-02-15": "Washington's Birthday", + "1993-02-15": "Lincoln/Washington Presidents' Day", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", @@ -643,7 +622,7 @@ "1994-01-17": "Dr. Martin Luther King Jr. / Civil Rights Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", - "1994-02-21": "Washington's Birthday", + "1994-02-21": "Lincoln/Washington Presidents' Day", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", @@ -659,7 +638,7 @@ "1995-01-16": "Dr. Martin Luther King Jr. / Civil Rights Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", - "1995-02-20": "Washington's Birthday", + "1995-02-20": "Lincoln/Washington Presidents' Day", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", @@ -674,7 +653,7 @@ "1996-01-15": "Dr. Martin Luther King Jr. / Civil Rights Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", - "1996-02-19": "Washington's Birthday", + "1996-02-19": "Lincoln/Washington Presidents' Day", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", @@ -689,7 +668,7 @@ "1997-01-20": "Dr. Martin Luther King Jr. / Civil Rights Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", - "1997-02-17": "Washington's Birthday", + "1997-02-17": "Lincoln/Washington Presidents' Day", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", @@ -703,7 +682,7 @@ "1998-01-19": "Dr. Martin Luther King Jr. / Civil Rights Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", - "1998-02-16": "Washington's Birthday", + "1998-02-16": "Lincoln/Washington Presidents' Day", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", @@ -718,7 +697,7 @@ "1999-01-18": "Dr. Martin Luther King Jr. / Civil Rights Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", - "1999-02-15": "Washington's Birthday", + "1999-02-15": "Lincoln/Washington Presidents' Day", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", @@ -735,7 +714,7 @@ "2000-01-17": "Dr. Martin Luther King Jr. / Civil Rights Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", - "2000-02-21": "Washington's Birthday", + "2000-02-21": "Lincoln/Washington Presidents' Day", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", @@ -751,7 +730,7 @@ "2001-01-15": "Dr. Martin Luther King Jr. / Civil Rights Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", - "2001-02-19": "Washington's Birthday", + "2001-02-19": "Lincoln/Washington Presidents' Day", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", @@ -766,7 +745,7 @@ "2002-01-21": "Dr. Martin Luther King Jr. / Civil Rights Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", - "2002-02-18": "Washington's Birthday", + "2002-02-18": "Lincoln/Washington Presidents' Day", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", @@ -780,7 +759,7 @@ "2003-01-20": "Dr. Martin Luther King Jr. / Civil Rights Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", - "2003-02-17": "Washington's Birthday", + "2003-02-17": "Lincoln/Washington Presidents' Day", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", @@ -794,7 +773,7 @@ "2004-01-19": "Dr. Martin Luther King Jr. / Civil Rights Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", - "2004-02-16": "Washington's Birthday", + "2004-02-16": "Lincoln/Washington Presidents' Day", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", @@ -812,7 +791,7 @@ "2005-01-17": "Dr. Martin Luther King Jr. / Civil Rights Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", - "2005-02-21": "Washington's Birthday", + "2005-02-21": "Lincoln/Washington Presidents' Day", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", @@ -828,7 +807,7 @@ "2006-01-16": "Dr. Martin Luther King Jr. / Civil Rights Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", - "2006-02-20": "Washington's Birthday", + "2006-02-20": "Lincoln/Washington Presidents' Day", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", @@ -843,7 +822,7 @@ "2007-01-15": "Dr. Martin Luther King Jr. / Civil Rights Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", - "2007-02-19": "Washington's Birthday", + "2007-02-19": "Lincoln/Washington Presidents' Day", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", @@ -858,7 +837,7 @@ "2008-01-21": "Dr. Martin Luther King Jr. / Civil Rights Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", - "2008-02-18": "Washington's Birthday", + "2008-02-18": "Lincoln/Washington Presidents' Day", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", @@ -873,7 +852,7 @@ "2009-01-19": "Dr. Martin Luther King Jr. / Civil Rights Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", - "2009-02-16": "Washington's Birthday", + "2009-02-16": "Lincoln/Washington Presidents' Day", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", @@ -888,7 +867,7 @@ "2010-01-18": "Dr. Martin Luther King Jr. / Civil Rights Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", - "2010-02-15": "Washington's Birthday", + "2010-02-15": "Lincoln/Washington Presidents' Day", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", @@ -905,7 +884,7 @@ "2011-01-17": "Dr. Martin Luther King Jr. / Civil Rights Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", - "2011-02-21": "Washington's Birthday", + "2011-02-21": "Lincoln/Washington Presidents' Day", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", @@ -921,7 +900,7 @@ "2012-01-16": "Dr. Martin Luther King Jr. / Civil Rights Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", - "2012-02-20": "Washington's Birthday", + "2012-02-20": "Lincoln/Washington Presidents' Day", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", @@ -937,7 +916,7 @@ "2013-01-21": "Dr. Martin Luther King Jr. / Civil Rights Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", - "2013-02-18": "Washington's Birthday", + "2013-02-18": "Lincoln/Washington Presidents' Day", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", @@ -951,7 +930,7 @@ "2014-01-20": "Dr. Martin Luther King Jr. / Civil Rights Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", - "2014-02-17": "Washington's Birthday", + "2014-02-17": "Lincoln/Washington Presidents' Day", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", @@ -965,7 +944,7 @@ "2015-01-19": "Dr. Martin Luther King Jr. / Civil Rights Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", - "2015-02-16": "Washington's Birthday", + "2015-02-16": "Lincoln/Washington Presidents' Day", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", @@ -980,7 +959,7 @@ "2016-01-18": "Dr. Martin Luther King Jr. / Civil Rights Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", - "2016-02-15": "Washington's Birthday", + "2016-02-15": "Lincoln/Washington Presidents' Day", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", @@ -997,7 +976,7 @@ "2017-01-16": "Dr. Martin Luther King Jr. / Civil Rights Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", - "2017-02-20": "Washington's Birthday", + "2017-02-20": "Lincoln/Washington Presidents' Day", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", @@ -1012,7 +991,7 @@ "2018-01-15": "Dr. Martin Luther King Jr. / Civil Rights Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", - "2018-02-19": "Washington's Birthday", + "2018-02-19": "Lincoln/Washington Presidents' Day", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", @@ -1027,7 +1006,7 @@ "2019-01-21": "Dr. Martin Luther King Jr. / Civil Rights Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", - "2019-02-18": "Washington's Birthday", + "2019-02-18": "Lincoln/Washington Presidents' Day", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", @@ -1041,7 +1020,7 @@ "2020-01-20": "Dr. Martin Luther King Jr. / Civil Rights Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", - "2020-02-17": "Washington's Birthday", + "2020-02-17": "Lincoln/Washington Presidents' Day", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", @@ -1057,7 +1036,7 @@ "2021-01-18": "Dr. Martin Luther King Jr. / Civil Rights Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", - "2021-02-15": "Washington's Birthday", + "2021-02-15": "Lincoln/Washington Presidents' Day", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", @@ -1076,7 +1055,7 @@ "2022-01-17": "Dr. Martin Luther King Jr. / Civil Rights Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", - "2022-02-21": "Washington's Birthday", + "2022-02-21": "Lincoln/Washington Presidents' Day", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", @@ -1094,7 +1073,7 @@ "2023-01-16": "Dr. Martin Luther King Jr. / Civil Rights Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", - "2023-02-20": "Washington's Birthday", + "2023-02-20": "Lincoln/Washington Presidents' Day", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", @@ -1110,7 +1089,7 @@ "2024-01-15": "Dr. Martin Luther King Jr. / Civil Rights Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", - "2024-02-19": "Washington's Birthday", + "2024-02-19": "Lincoln/Washington Presidents' Day", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", @@ -1126,7 +1105,7 @@ "2025-01-20": "Dr. Martin Luther King Jr. / Civil Rights Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", - "2025-02-17": "Washington's Birthday", + "2025-02-17": "Lincoln/Washington Presidents' Day", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", @@ -1141,7 +1120,7 @@ "2026-01-19": "Dr. Martin Luther King Jr. / Civil Rights Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", - "2026-02-16": "Washington's Birthday", + "2026-02-16": "Lincoln/Washington Presidents' Day", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", @@ -1157,7 +1136,7 @@ "2027-01-18": "Dr. Martin Luther King Jr. / Civil Rights Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", - "2027-02-15": "Washington's Birthday", + "2027-02-15": "Lincoln/Washington Presidents' Day", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", @@ -1176,7 +1155,7 @@ "2028-01-17": "Dr. Martin Luther King Jr. / Civil Rights Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", - "2028-02-21": "Washington's Birthday", + "2028-02-21": "Lincoln/Washington Presidents' Day", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", @@ -1193,7 +1172,7 @@ "2029-01-15": "Dr. Martin Luther King Jr. / Civil Rights Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", - "2029-02-19": "Washington's Birthday", + "2029-02-19": "Lincoln/Washington Presidents' Day", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", @@ -1209,7 +1188,7 @@ "2030-01-21": "Dr. Martin Luther King Jr. / Civil Rights Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", - "2030-02-18": "Washington's Birthday", + "2030-02-18": "Lincoln/Washington Presidents' Day", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", @@ -1224,7 +1203,7 @@ "2031-01-20": "Dr. Martin Luther King Jr. / Civil Rights Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", - "2031-02-17": "Washington's Birthday", + "2031-02-17": "Lincoln/Washington Presidents' Day", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", @@ -1239,7 +1218,7 @@ "2032-01-19": "Dr. Martin Luther King Jr. / Civil Rights Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", - "2032-02-16": "Washington's Birthday", + "2032-02-16": "Lincoln/Washington Presidents' Day", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", @@ -1259,7 +1238,7 @@ "2033-01-17": "Dr. Martin Luther King Jr. / Civil Rights Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", - "2033-02-21": "Washington's Birthday", + "2033-02-21": "Lincoln/Washington Presidents' Day", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", @@ -1277,7 +1256,7 @@ "2034-01-16": "Dr. Martin Luther King Jr. / Civil Rights Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", - "2034-02-20": "Washington's Birthday", + "2034-02-20": "Lincoln/Washington Presidents' Day", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", @@ -1293,7 +1272,7 @@ "2035-01-15": "Dr. Martin Luther King Jr. / Civil Rights Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", - "2035-02-19": "Washington's Birthday", + "2035-02-19": "Lincoln/Washington Presidents' Day", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", @@ -1309,7 +1288,7 @@ "2036-01-21": "Dr. Martin Luther King Jr. / Civil Rights Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", - "2036-02-18": "Washington's Birthday", + "2036-02-18": "Lincoln/Washington Presidents' Day", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", @@ -1325,7 +1304,7 @@ "2037-01-19": "Dr. Martin Luther King Jr. / Civil Rights Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", - "2037-02-16": "Washington's Birthday", + "2037-02-16": "Lincoln/Washington Presidents' Day", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", @@ -1341,7 +1320,7 @@ "2038-01-18": "Dr. Martin Luther King Jr. / Civil Rights Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", - "2038-02-15": "Washington's Birthday", + "2038-02-15": "Lincoln/Washington Presidents' Day", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", @@ -1360,7 +1339,7 @@ "2039-01-17": "Dr. Martin Luther King Jr. / Civil Rights Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", - "2039-02-21": "Washington's Birthday", + "2039-02-21": "Lincoln/Washington Presidents' Day", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", @@ -1378,7 +1357,7 @@ "2040-01-16": "Dr. Martin Luther King Jr. / Civil Rights Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", - "2040-02-20": "Washington's Birthday", + "2040-02-20": "Lincoln/Washington Presidents' Day", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", @@ -1395,7 +1374,7 @@ "2041-01-21": "Dr. Martin Luther King Jr. / Civil Rights Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", - "2041-02-18": "Washington's Birthday", + "2041-02-18": "Lincoln/Washington Presidents' Day", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", @@ -1410,7 +1389,7 @@ "2042-01-20": "Dr. Martin Luther King Jr. / Civil Rights Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", - "2042-02-17": "Washington's Birthday", + "2042-02-17": "Lincoln/Washington Presidents' Day", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", @@ -1425,7 +1404,7 @@ "2043-01-19": "Dr. Martin Luther King Jr. / Civil Rights Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", - "2043-02-16": "Washington's Birthday", + "2043-02-16": "Lincoln/Washington Presidents' Day", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", @@ -1441,7 +1420,7 @@ "2044-01-18": "Dr. Martin Luther King Jr. / Civil Rights Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", - "2044-02-15": "Washington's Birthday", + "2044-02-15": "Lincoln/Washington Presidents' Day", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", @@ -1460,7 +1439,7 @@ "2045-01-16": "Dr. Martin Luther King Jr. / Civil Rights Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", - "2045-02-20": "Washington's Birthday", + "2045-02-20": "Lincoln/Washington Presidents' Day", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", @@ -1476,7 +1455,7 @@ "2046-01-15": "Dr. Martin Luther King Jr. / Civil Rights Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", - "2046-02-19": "Washington's Birthday", + "2046-02-19": "Lincoln/Washington Presidents' Day", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", @@ -1492,7 +1471,7 @@ "2047-01-21": "Dr. Martin Luther King Jr. / Civil Rights Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", - "2047-02-18": "Washington's Birthday", + "2047-02-18": "Lincoln/Washington Presidents' Day", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", @@ -1507,7 +1486,7 @@ "2048-01-20": "Dr. Martin Luther King Jr. / Civil Rights Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", - "2048-02-17": "Washington's Birthday", + "2048-02-17": "Lincoln/Washington Presidents' Day", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", @@ -1524,7 +1503,7 @@ "2049-01-18": "Dr. Martin Luther King Jr. / Civil Rights Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", - "2049-02-15": "Washington's Birthday", + "2049-02-15": "Lincoln/Washington Presidents' Day", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", @@ -1543,7 +1522,7 @@ "2050-01-17": "Dr. Martin Luther King Jr. / Civil Rights Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", - "2050-02-21": "Washington's Birthday", + "2050-02-21": "Lincoln/Washington Presidents' Day", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", diff --git a/snapshots/countries/US_CA.json b/snapshots/countries/US_CA.json index d7b2fa90f..8f39e1ed0 100644 --- a/snapshots/countries/US_CA.json +++ b/snapshots/countries/US_CA.json @@ -3,7 +3,6 @@ "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", - "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", @@ -16,7 +15,6 @@ "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", - "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", @@ -29,7 +27,6 @@ "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", - "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", @@ -42,7 +39,6 @@ "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", - "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", @@ -55,7 +51,6 @@ "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", - "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", @@ -70,7 +65,6 @@ "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", - "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", @@ -84,7 +78,6 @@ "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", - "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", @@ -98,7 +91,6 @@ "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", - "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", @@ -110,7 +102,6 @@ "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", - "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", @@ -122,7 +113,6 @@ "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", - "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", @@ -135,7 +125,6 @@ "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", - "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", @@ -150,7 +139,6 @@ "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", - "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", @@ -163,7 +151,6 @@ "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", - "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", @@ -176,7 +163,6 @@ "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", - "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", @@ -188,7 +174,6 @@ "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", - "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", @@ -202,7 +187,6 @@ "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", - "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", @@ -217,7 +201,6 @@ "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", - "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", @@ -231,7 +214,6 @@ "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", - "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", @@ -244,7 +226,6 @@ "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", - "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", @@ -257,7 +238,6 @@ "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", - "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", @@ -269,7 +249,6 @@ "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", - "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", @@ -283,7 +262,7 @@ "1971-02-02": "Groundhog Day", "1971-02-12": "Lincoln's Birthday", "1971-02-14": "Valentine's Day", - "1971-02-15": "Washington's Birthday", + "1971-02-15": "Presidents' Day", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", @@ -301,7 +280,7 @@ "1972-02-11": "Lincoln's Birthday (observed)", "1972-02-12": "Lincoln's Birthday", "1972-02-14": "Valentine's Day", - "1972-02-21": "Washington's Birthday", + "1972-02-21": "Presidents' Day", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", @@ -316,7 +295,7 @@ "1973-02-02": "Groundhog Day", "1973-02-12": "Lincoln's Birthday", "1973-02-14": "Valentine's Day", - "1973-02-19": "Washington's Birthday", + "1973-02-19": "Presidents' Day", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", @@ -330,7 +309,7 @@ "1974-02-02": "Groundhog Day", "1974-02-12": "Lincoln's Birthday", "1974-02-14": "Valentine's Day", - "1974-02-18": "Washington's Birthday", + "1974-02-18": "Presidents' Day", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", @@ -344,7 +323,7 @@ "1975-02-02": "Groundhog Day", "1975-02-12": "Lincoln's Birthday", "1975-02-14": "Valentine's Day", - "1975-02-17": "Washington's Birthday", + "1975-02-17": "Presidents' Day", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", @@ -359,7 +338,7 @@ "1976-02-02": "Groundhog Day", "1976-02-12": "Lincoln's Birthday", "1976-02-14": "Valentine's Day", - "1976-02-16": "Washington's Birthday", + "1976-02-16": "Presidents' Day", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", @@ -379,7 +358,7 @@ "1977-02-11": "Lincoln's Birthday (observed)", "1977-02-12": "Lincoln's Birthday", "1977-02-14": "Valentine's Day", - "1977-02-21": "Washington's Birthday", + "1977-02-21": "Presidents' Day", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", @@ -397,7 +376,7 @@ "1978-02-12": "Lincoln's Birthday", "1978-02-13": "Lincoln's Birthday (observed)", "1978-02-14": "Valentine's Day", - "1978-02-20": "Washington's Birthday", + "1978-02-20": "Presidents' Day", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", @@ -413,7 +392,7 @@ "1979-02-02": "Groundhog Day", "1979-02-12": "Lincoln's Birthday", "1979-02-14": "Valentine's Day", - "1979-02-19": "Washington's Birthday", + "1979-02-19": "Presidents' Day", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", @@ -429,7 +408,7 @@ "1980-02-02": "Groundhog Day", "1980-02-12": "Lincoln's Birthday", "1980-02-14": "Valentine's Day", - "1980-02-18": "Washington's Birthday", + "1980-02-18": "Presidents' Day", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", @@ -445,7 +424,7 @@ "1981-02-02": "Groundhog Day", "1981-02-12": "Lincoln's Birthday", "1981-02-14": "Valentine's Day", - "1981-02-16": "Washington's Birthday", + "1981-02-16": "Presidents' Day", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", @@ -461,7 +440,7 @@ "1982-02-02": "Groundhog Day", "1982-02-12": "Lincoln's Birthday", "1982-02-14": "Valentine's Day", - "1982-02-15": "Washington's Birthday", + "1982-02-15": "Presidents' Day", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", @@ -480,7 +459,7 @@ "1983-02-11": "Lincoln's Birthday (observed)", "1983-02-12": "Lincoln's Birthday", "1983-02-14": "Valentine's Day", - "1983-02-21": "Washington's Birthday", + "1983-02-21": "Presidents' Day", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", @@ -498,7 +477,7 @@ "1984-02-12": "Lincoln's Birthday", "1984-02-13": "Lincoln's Birthday (observed)", "1984-02-14": "Valentine's Day", - "1984-02-20": "Washington's Birthday", + "1984-02-20": "Presidents' Day", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", @@ -515,7 +494,7 @@ "1985-02-02": "Groundhog Day", "1985-02-12": "Lincoln's Birthday", "1985-02-14": "Valentine's Day", - "1985-02-18": "Washington's Birthday", + "1985-02-18": "Presidents' Day", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", @@ -531,7 +510,7 @@ "1986-02-02": "Groundhog Day", "1986-02-12": "Lincoln's Birthday", "1986-02-14": "Valentine's Day", - "1986-02-17": "Washington's Birthday", + "1986-02-17": "Presidents' Day", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", @@ -547,7 +526,7 @@ "1987-02-02": "Groundhog Day", "1987-02-12": "Lincoln's Birthday", "1987-02-14": "Valentine's Day", - "1987-02-16": "Washington's Birthday", + "1987-02-16": "Presidents' Day", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", @@ -564,7 +543,7 @@ "1988-02-02": "Groundhog Day", "1988-02-12": "Lincoln's Birthday", "1988-02-14": "Valentine's Day", - "1988-02-15": "Washington's Birthday", + "1988-02-15": "Presidents' Day", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", @@ -584,7 +563,7 @@ "1989-02-12": "Lincoln's Birthday", "1989-02-13": "Lincoln's Birthday (observed)", "1989-02-14": "Valentine's Day", - "1989-02-20": "Washington's Birthday", + "1989-02-20": "Presidents' Day", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", @@ -601,7 +580,7 @@ "1990-02-02": "Groundhog Day", "1990-02-12": "Lincoln's Birthday", "1990-02-14": "Valentine's Day", - "1990-02-19": "Washington's Birthday", + "1990-02-19": "Presidents' Day", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", @@ -618,7 +597,7 @@ "1991-02-02": "Groundhog Day", "1991-02-12": "Lincoln's Birthday", "1991-02-14": "Valentine's Day", - "1991-02-18": "Washington's Birthday", + "1991-02-18": "Presidents' Day", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", @@ -634,7 +613,7 @@ "1992-02-02": "Groundhog Day", "1992-02-12": "Lincoln's Birthday", "1992-02-14": "Valentine's Day", - "1992-02-17": "Washington's Birthday", + "1992-02-17": "Presidents' Day", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", @@ -652,7 +631,7 @@ "1993-02-02": "Groundhog Day", "1993-02-12": "Lincoln's Birthday", "1993-02-14": "Valentine's Day", - "1993-02-15": "Washington's Birthday", + "1993-02-15": "Presidents' Day", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", @@ -672,7 +651,7 @@ "1994-02-11": "Lincoln's Birthday (observed)", "1994-02-12": "Lincoln's Birthday", "1994-02-14": "Valentine's Day", - "1994-02-21": "Washington's Birthday", + "1994-02-21": "Presidents' Day", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", @@ -691,7 +670,7 @@ "1995-02-12": "Lincoln's Birthday", "1995-02-13": "Lincoln's Birthday (observed)", "1995-02-14": "Valentine's Day", - "1995-02-20": "Washington's Birthday", + "1995-02-20": "Presidents' Day", "1995-03-17": "Saint Patrick's Day", "1995-03-31": "Cesar Chavez Day", "1995-05-29": "Memorial Day", @@ -709,7 +688,7 @@ "1996-02-02": "Groundhog Day", "1996-02-12": "Lincoln's Birthday", "1996-02-14": "Valentine's Day", - "1996-02-19": "Washington's Birthday", + "1996-02-19": "Presidents' Day", "1996-03-17": "Saint Patrick's Day", "1996-03-31": "Cesar Chavez Day", "1996-04-01": "Cesar Chavez Day (observed)", @@ -728,7 +707,7 @@ "1997-02-02": "Groundhog Day", "1997-02-12": "Lincoln's Birthday", "1997-02-14": "Valentine's Day", - "1997-02-17": "Washington's Birthday", + "1997-02-17": "Presidents' Day", "1997-03-17": "Saint Patrick's Day", "1997-03-31": "Cesar Chavez Day", "1997-05-26": "Memorial Day", @@ -745,7 +724,7 @@ "1998-02-02": "Groundhog Day", "1998-02-12": "Lincoln's Birthday", "1998-02-14": "Valentine's Day", - "1998-02-16": "Washington's Birthday", + "1998-02-16": "Presidents' Day", "1998-03-17": "Saint Patrick's Day", "1998-03-31": "Cesar Chavez Day", "1998-05-25": "Memorial Day", @@ -763,7 +742,7 @@ "1999-02-02": "Groundhog Day", "1999-02-12": "Lincoln's Birthday", "1999-02-14": "Valentine's Day", - "1999-02-15": "Washington's Birthday", + "1999-02-15": "Presidents' Day", "1999-03-17": "Saint Patrick's Day", "1999-03-31": "Cesar Chavez Day", "1999-05-31": "Memorial Day", @@ -784,7 +763,7 @@ "2000-02-11": "Lincoln's Birthday (observed)", "2000-02-12": "Lincoln's Birthday", "2000-02-14": "Valentine's Day", - "2000-02-21": "Washington's Birthday", + "2000-02-21": "Presidents' Day", "2000-03-17": "Saint Patrick's Day", "2000-03-31": "Cesar Chavez Day", "2000-05-29": "Memorial Day", @@ -803,7 +782,7 @@ "2001-02-02": "Groundhog Day", "2001-02-12": "Lincoln's Birthday", "2001-02-14": "Valentine's Day", - "2001-02-19": "Washington's Birthday", + "2001-02-19": "Presidents' Day", "2001-03-17": "Saint Patrick's Day", "2001-03-31": "Cesar Chavez Day", "2001-05-28": "Memorial Day", @@ -821,7 +800,7 @@ "2002-02-02": "Groundhog Day", "2002-02-12": "Lincoln's Birthday", "2002-02-14": "Valentine's Day", - "2002-02-18": "Washington's Birthday", + "2002-02-18": "Presidents' Day", "2002-03-17": "Saint Patrick's Day", "2002-03-31": "Cesar Chavez Day", "2002-04-01": "Cesar Chavez Day (observed)", @@ -839,7 +818,7 @@ "2003-02-02": "Groundhog Day", "2003-02-12": "Lincoln's Birthday", "2003-02-14": "Valentine's Day", - "2003-02-17": "Washington's Birthday", + "2003-02-17": "Presidents' Day", "2003-03-17": "Saint Patrick's Day", "2003-03-31": "Cesar Chavez Day", "2003-05-26": "Memorial Day", @@ -856,7 +835,7 @@ "2004-02-02": "Groundhog Day", "2004-02-12": "Lincoln's Birthday", "2004-02-14": "Valentine's Day", - "2004-02-16": "Washington's Birthday", + "2004-02-16": "Presidents' Day", "2004-03-17": "Saint Patrick's Day", "2004-03-31": "Cesar Chavez Day", "2004-05-31": "Memorial Day", @@ -878,7 +857,7 @@ "2005-02-11": "Lincoln's Birthday (observed)", "2005-02-12": "Lincoln's Birthday", "2005-02-14": "Valentine's Day", - "2005-02-21": "Washington's Birthday", + "2005-02-21": "Presidents' Day", "2005-03-17": "Saint Patrick's Day", "2005-03-31": "Cesar Chavez Day", "2005-05-30": "Memorial Day", @@ -898,7 +877,7 @@ "2006-02-12": "Lincoln's Birthday", "2006-02-13": "Lincoln's Birthday (observed)", "2006-02-14": "Valentine's Day", - "2006-02-20": "Washington's Birthday", + "2006-02-20": "Presidents' Day", "2006-03-17": "Saint Patrick's Day", "2006-03-31": "Cesar Chavez Day", "2006-05-29": "Memorial Day", @@ -916,7 +895,7 @@ "2007-02-02": "Groundhog Day", "2007-02-12": "Lincoln's Birthday", "2007-02-14": "Valentine's Day", - "2007-02-19": "Washington's Birthday", + "2007-02-19": "Presidents' Day", "2007-03-17": "Saint Patrick's Day", "2007-03-31": "Cesar Chavez Day", "2007-05-28": "Memorial Day", @@ -934,7 +913,7 @@ "2008-02-02": "Groundhog Day", "2008-02-12": "Lincoln's Birthday", "2008-02-14": "Valentine's Day", - "2008-02-18": "Washington's Birthday", + "2008-02-18": "Presidents' Day", "2008-03-17": "Saint Patrick's Day", "2008-03-31": "Cesar Chavez Day", "2008-05-26": "Memorial Day", @@ -952,7 +931,7 @@ "2009-02-02": "Groundhog Day", "2009-02-12": "Lincoln's Birthday", "2009-02-14": "Valentine's Day", - "2009-02-16": "Washington's Birthday", + "2009-02-16": "Presidents' Day", "2009-03-17": "Saint Patrick's Day", "2009-03-31": "Cesar Chavez Day", "2009-05-25": "Memorial Day", @@ -968,7 +947,7 @@ "2010-01-18": "Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", - "2010-02-15": "Washington's Birthday", + "2010-02-15": "Presidents' Day", "2010-03-17": "Saint Patrick's Day", "2010-03-31": "Cesar Chavez Day", "2010-05-31": "Memorial Day", @@ -986,7 +965,7 @@ "2011-01-17": "Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", - "2011-02-21": "Washington's Birthday", + "2011-02-21": "Presidents' Day", "2011-03-17": "Saint Patrick's Day", "2011-03-31": "Cesar Chavez Day", "2011-05-30": "Memorial Day", @@ -1003,7 +982,7 @@ "2012-01-16": "Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", - "2012-02-20": "Washington's Birthday", + "2012-02-20": "Presidents' Day", "2012-03-17": "Saint Patrick's Day", "2012-03-31": "Cesar Chavez Day", "2012-05-28": "Memorial Day", @@ -1020,7 +999,7 @@ "2013-01-21": "Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", - "2013-02-18": "Washington's Birthday", + "2013-02-18": "Presidents' Day", "2013-03-17": "Saint Patrick's Day", "2013-03-31": "Cesar Chavez Day", "2013-04-01": "Cesar Chavez Day (observed)", @@ -1037,7 +1016,7 @@ "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-15": "Susan B. Anthony Day", - "2014-02-17": "Washington's Birthday", + "2014-02-17": "Presidents' Day", "2014-03-17": "Saint Patrick's Day", "2014-03-31": "Cesar Chavez Day", "2014-05-26": "Memorial Day", @@ -1053,7 +1032,7 @@ "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-15": "Susan B. Anthony Day", - "2015-02-16": "Washington's Birthday", + "2015-02-16": "Presidents' Day", "2015-03-17": "Saint Patrick's Day", "2015-03-31": "Cesar Chavez Day", "2015-05-25": "Memorial Day", @@ -1069,7 +1048,7 @@ "2016-01-18": "Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", - "2016-02-15": "Susan B. Anthony Day; Washington's Birthday", + "2016-02-15": "Presidents' Day; Susan B. Anthony Day", "2016-03-17": "Saint Patrick's Day", "2016-03-31": "Cesar Chavez Day", "2016-05-30": "Memorial Day", @@ -1088,7 +1067,7 @@ "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-15": "Susan B. Anthony Day", - "2017-02-20": "Washington's Birthday", + "2017-02-20": "Presidents' Day", "2017-03-17": "Saint Patrick's Day", "2017-03-31": "Cesar Chavez Day", "2017-05-29": "Memorial Day", @@ -1105,7 +1084,7 @@ "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-15": "Susan B. Anthony Day", - "2018-02-19": "Washington's Birthday", + "2018-02-19": "Presidents' Day", "2018-03-17": "Saint Patrick's Day", "2018-03-31": "Cesar Chavez Day", "2018-05-28": "Memorial Day", @@ -1122,7 +1101,7 @@ "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-15": "Susan B. Anthony Day", - "2019-02-18": "Washington's Birthday", + "2019-02-18": "Presidents' Day", "2019-03-17": "Saint Patrick's Day", "2019-03-31": "Cesar Chavez Day", "2019-04-01": "Cesar Chavez Day (observed)", @@ -1139,7 +1118,7 @@ "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-15": "Susan B. Anthony Day", - "2020-02-17": "Washington's Birthday", + "2020-02-17": "Presidents' Day", "2020-03-17": "Saint Patrick's Day", "2020-03-31": "Cesar Chavez Day", "2020-05-25": "Memorial Day", @@ -1156,7 +1135,7 @@ "2021-01-18": "Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", - "2021-02-15": "Susan B. Anthony Day; Washington's Birthday", + "2021-02-15": "Presidents' Day; Susan B. Anthony Day", "2021-03-17": "Saint Patrick's Day", "2021-03-31": "Cesar Chavez Day", "2021-05-31": "Memorial Day", @@ -1177,7 +1156,7 @@ "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-15": "Susan B. Anthony Day", - "2022-02-21": "Washington's Birthday", + "2022-02-21": "Presidents' Day", "2022-03-17": "Saint Patrick's Day", "2022-03-31": "Cesar Chavez Day", "2022-05-30": "Memorial Day", @@ -1197,7 +1176,7 @@ "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-15": "Susan B. Anthony Day", - "2023-02-20": "Washington's Birthday", + "2023-02-20": "Presidents' Day", "2023-03-17": "Saint Patrick's Day", "2023-03-31": "Cesar Chavez Day", "2023-05-29": "Memorial Day", @@ -1215,7 +1194,7 @@ "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-15": "Susan B. Anthony Day", - "2024-02-19": "Washington's Birthday", + "2024-02-19": "Presidents' Day", "2024-03-17": "Saint Patrick's Day", "2024-03-31": "Cesar Chavez Day", "2024-04-01": "Cesar Chavez Day (observed)", @@ -1234,7 +1213,7 @@ "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-15": "Susan B. Anthony Day", - "2025-02-17": "Washington's Birthday", + "2025-02-17": "Presidents' Day", "2025-03-17": "Saint Patrick's Day", "2025-03-31": "Cesar Chavez Day", "2025-05-26": "Memorial Day", @@ -1251,7 +1230,7 @@ "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-15": "Susan B. Anthony Day", - "2026-02-16": "Washington's Birthday", + "2026-02-16": "Presidents' Day", "2026-03-17": "Saint Patrick's Day", "2026-03-31": "Cesar Chavez Day", "2026-05-25": "Memorial Day", @@ -1268,7 +1247,7 @@ "2027-01-18": "Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", - "2027-02-15": "Susan B. Anthony Day; Washington's Birthday", + "2027-02-15": "Presidents' Day; Susan B. Anthony Day", "2027-03-17": "Saint Patrick's Day", "2027-03-31": "Cesar Chavez Day", "2027-05-31": "Memorial Day", @@ -1289,7 +1268,7 @@ "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-15": "Susan B. Anthony Day", - "2028-02-21": "Washington's Birthday", + "2028-02-21": "Presidents' Day", "2028-03-17": "Saint Patrick's Day", "2028-03-31": "Cesar Chavez Day", "2028-05-29": "Memorial Day", @@ -1308,7 +1287,7 @@ "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-15": "Susan B. Anthony Day", - "2029-02-19": "Washington's Birthday", + "2029-02-19": "Presidents' Day", "2029-03-17": "Saint Patrick's Day", "2029-03-31": "Cesar Chavez Day", "2029-05-28": "Memorial Day", @@ -1326,7 +1305,7 @@ "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-15": "Susan B. Anthony Day", - "2030-02-18": "Washington's Birthday", + "2030-02-18": "Presidents' Day", "2030-03-17": "Saint Patrick's Day", "2030-03-31": "Cesar Chavez Day", "2030-04-01": "Cesar Chavez Day (observed)", @@ -1344,7 +1323,7 @@ "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-15": "Susan B. Anthony Day", - "2031-02-17": "Washington's Birthday", + "2031-02-17": "Presidents' Day", "2031-03-17": "Saint Patrick's Day", "2031-03-31": "Cesar Chavez Day", "2031-05-26": "Memorial Day", @@ -1361,7 +1340,7 @@ "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-15": "Susan B. Anthony Day", - "2032-02-16": "Washington's Birthday", + "2032-02-16": "Presidents' Day", "2032-03-17": "Saint Patrick's Day", "2032-03-31": "Cesar Chavez Day", "2032-05-31": "Memorial Day", @@ -1383,7 +1362,7 @@ "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-15": "Susan B. Anthony Day", - "2033-02-21": "Washington's Birthday", + "2033-02-21": "Presidents' Day", "2033-03-17": "Saint Patrick's Day", "2033-03-31": "Cesar Chavez Day", "2033-05-30": "Memorial Day", @@ -1403,7 +1382,7 @@ "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-15": "Susan B. Anthony Day", - "2034-02-20": "Washington's Birthday", + "2034-02-20": "Presidents' Day", "2034-03-17": "Saint Patrick's Day", "2034-03-31": "Cesar Chavez Day", "2034-05-29": "Memorial Day", @@ -1421,7 +1400,7 @@ "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-15": "Susan B. Anthony Day", - "2035-02-19": "Washington's Birthday", + "2035-02-19": "Presidents' Day", "2035-03-17": "Saint Patrick's Day", "2035-03-31": "Cesar Chavez Day", "2035-05-28": "Memorial Day", @@ -1439,7 +1418,7 @@ "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-15": "Susan B. Anthony Day", - "2036-02-18": "Washington's Birthday", + "2036-02-18": "Presidents' Day", "2036-03-17": "Saint Patrick's Day", "2036-03-31": "Cesar Chavez Day", "2036-05-26": "Memorial Day", @@ -1457,7 +1436,7 @@ "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-15": "Susan B. Anthony Day", - "2037-02-16": "Washington's Birthday", + "2037-02-16": "Presidents' Day", "2037-03-17": "Saint Patrick's Day", "2037-03-31": "Cesar Chavez Day", "2037-05-25": "Memorial Day", @@ -1474,7 +1453,7 @@ "2038-01-18": "Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", - "2038-02-15": "Susan B. Anthony Day; Washington's Birthday", + "2038-02-15": "Presidents' Day; Susan B. Anthony Day", "2038-03-17": "Saint Patrick's Day", "2038-03-31": "Cesar Chavez Day", "2038-05-31": "Memorial Day", @@ -1495,7 +1474,7 @@ "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-15": "Susan B. Anthony Day", - "2039-02-21": "Washington's Birthday", + "2039-02-21": "Presidents' Day", "2039-03-17": "Saint Patrick's Day", "2039-03-31": "Cesar Chavez Day", "2039-05-30": "Memorial Day", @@ -1515,7 +1494,7 @@ "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-15": "Susan B. Anthony Day", - "2040-02-20": "Washington's Birthday", + "2040-02-20": "Presidents' Day", "2040-03-17": "Saint Patrick's Day", "2040-03-31": "Cesar Chavez Day", "2040-05-28": "Memorial Day", @@ -1534,7 +1513,7 @@ "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-15": "Susan B. Anthony Day", - "2041-02-18": "Washington's Birthday", + "2041-02-18": "Presidents' Day", "2041-03-17": "Saint Patrick's Day", "2041-03-31": "Cesar Chavez Day", "2041-04-01": "Cesar Chavez Day (observed)", @@ -1552,7 +1531,7 @@ "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-15": "Susan B. Anthony Day", - "2042-02-17": "Washington's Birthday", + "2042-02-17": "Presidents' Day", "2042-03-17": "Saint Patrick's Day", "2042-03-31": "Cesar Chavez Day", "2042-05-26": "Memorial Day", @@ -1569,7 +1548,7 @@ "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-15": "Susan B. Anthony Day", - "2043-02-16": "Washington's Birthday", + "2043-02-16": "Presidents' Day", "2043-03-17": "Saint Patrick's Day", "2043-03-31": "Cesar Chavez Day", "2043-05-25": "Memorial Day", @@ -1586,7 +1565,7 @@ "2044-01-18": "Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", - "2044-02-15": "Susan B. Anthony Day; Washington's Birthday", + "2044-02-15": "Presidents' Day; Susan B. Anthony Day", "2044-03-17": "Saint Patrick's Day", "2044-03-31": "Cesar Chavez Day", "2044-05-30": "Memorial Day", @@ -1607,7 +1586,7 @@ "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-15": "Susan B. Anthony Day", - "2045-02-20": "Washington's Birthday", + "2045-02-20": "Presidents' Day", "2045-03-17": "Saint Patrick's Day", "2045-03-31": "Cesar Chavez Day", "2045-05-29": "Memorial Day", @@ -1625,7 +1604,7 @@ "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-15": "Susan B. Anthony Day", - "2046-02-19": "Washington's Birthday", + "2046-02-19": "Presidents' Day", "2046-03-17": "Saint Patrick's Day", "2046-03-31": "Cesar Chavez Day", "2046-05-28": "Memorial Day", @@ -1643,7 +1622,7 @@ "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-15": "Susan B. Anthony Day", - "2047-02-18": "Washington's Birthday", + "2047-02-18": "Presidents' Day", "2047-03-17": "Saint Patrick's Day", "2047-03-31": "Cesar Chavez Day", "2047-04-01": "Cesar Chavez Day (observed)", @@ -1661,7 +1640,7 @@ "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-15": "Susan B. Anthony Day", - "2048-02-17": "Washington's Birthday", + "2048-02-17": "Presidents' Day", "2048-03-17": "Saint Patrick's Day", "2048-03-31": "Cesar Chavez Day", "2048-05-25": "Memorial Day", @@ -1679,7 +1658,7 @@ "2049-01-18": "Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", - "2049-02-15": "Susan B. Anthony Day; Washington's Birthday", + "2049-02-15": "Presidents' Day; Susan B. Anthony Day", "2049-03-17": "Saint Patrick's Day", "2049-03-31": "Cesar Chavez Day", "2049-05-31": "Memorial Day", @@ -1700,7 +1679,7 @@ "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-15": "Susan B. Anthony Day", - "2050-02-21": "Washington's Birthday", + "2050-02-21": "Presidents' Day", "2050-03-17": "Saint Patrick's Day", "2050-03-31": "Cesar Chavez Day", "2050-05-30": "Memorial Day", diff --git a/snapshots/countries/US_CO.json b/snapshots/countries/US_CO.json index b7e38947b..f041a4424 100644 --- a/snapshots/countries/US_CO.json +++ b/snapshots/countries/US_CO.json @@ -3,7 +3,6 @@ "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", - "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", @@ -16,7 +15,6 @@ "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", - "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", @@ -29,7 +27,6 @@ "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", - "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", @@ -42,7 +39,6 @@ "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", - "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", @@ -55,7 +51,6 @@ "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", - "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", @@ -70,7 +65,6 @@ "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", - "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", @@ -84,7 +78,6 @@ "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", - "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", @@ -98,7 +91,6 @@ "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", - "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", @@ -110,7 +102,6 @@ "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", - "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", @@ -122,7 +113,6 @@ "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", - "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", @@ -135,7 +125,6 @@ "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", - "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", @@ -150,7 +139,6 @@ "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", - "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", @@ -163,7 +151,6 @@ "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", - "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", @@ -176,7 +163,6 @@ "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", - "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", @@ -188,7 +174,6 @@ "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", - "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", @@ -202,7 +187,6 @@ "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", - "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", @@ -217,7 +201,6 @@ "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", - "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", @@ -231,7 +214,6 @@ "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", - "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", @@ -244,7 +226,6 @@ "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", - "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", @@ -257,7 +238,6 @@ "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", - "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", @@ -269,7 +249,6 @@ "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", - "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", @@ -282,7 +261,7 @@ "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", - "1971-02-15": "Washington's Birthday", + "1971-02-15": "Washington-Lincoln Day", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", @@ -297,7 +276,7 @@ "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", - "1972-02-21": "Washington's Birthday", + "1972-02-21": "Washington-Lincoln Day", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", @@ -310,7 +289,7 @@ "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", - "1973-02-19": "Washington's Birthday", + "1973-02-19": "Washington-Lincoln Day", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", @@ -322,7 +301,7 @@ "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", - "1974-02-18": "Washington's Birthday", + "1974-02-18": "Washington-Lincoln Day", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", @@ -334,7 +313,7 @@ "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", - "1975-02-17": "Washington's Birthday", + "1975-02-17": "Washington-Lincoln Day", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", @@ -346,7 +325,7 @@ "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", - "1976-02-16": "Washington's Birthday", + "1976-02-16": "Washington-Lincoln Day", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", @@ -362,7 +341,7 @@ "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", - "1977-02-21": "Washington's Birthday", + "1977-02-21": "Washington-Lincoln Day", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", @@ -376,7 +355,7 @@ "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", - "1978-02-20": "Washington's Birthday", + "1978-02-20": "Washington-Lincoln Day", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", @@ -389,7 +368,7 @@ "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", - "1979-02-19": "Washington's Birthday", + "1979-02-19": "Washington-Lincoln Day", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", @@ -402,7 +381,7 @@ "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", - "1980-02-18": "Washington's Birthday", + "1980-02-18": "Washington-Lincoln Day", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", @@ -415,7 +394,7 @@ "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", - "1981-02-16": "Washington's Birthday", + "1981-02-16": "Washington-Lincoln Day", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", @@ -428,7 +407,7 @@ "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", - "1982-02-15": "Washington's Birthday", + "1982-02-15": "Washington-Lincoln Day", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", @@ -443,7 +422,7 @@ "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", - "1983-02-21": "Washington's Birthday", + "1983-02-21": "Washington-Lincoln Day", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", @@ -457,7 +436,7 @@ "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", - "1984-02-20": "Washington's Birthday", + "1984-02-20": "Washington-Lincoln Day", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", @@ -471,7 +450,7 @@ "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", - "1985-02-18": "Washington's Birthday", + "1985-02-18": "Washington-Lincoln Day", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", @@ -484,7 +463,7 @@ "1986-01-20": "Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", - "1986-02-17": "Washington's Birthday", + "1986-02-17": "Washington-Lincoln Day", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", @@ -497,7 +476,7 @@ "1987-01-19": "Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", - "1987-02-16": "Washington's Birthday", + "1987-02-16": "Washington-Lincoln Day", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", @@ -511,7 +490,7 @@ "1988-01-18": "Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", - "1988-02-15": "Washington's Birthday", + "1988-02-15": "Washington-Lincoln Day", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", @@ -527,7 +506,7 @@ "1989-01-16": "Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", - "1989-02-20": "Washington's Birthday", + "1989-02-20": "Washington-Lincoln Day", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", @@ -541,7 +520,7 @@ "1990-01-15": "Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", - "1990-02-19": "Washington's Birthday", + "1990-02-19": "Washington-Lincoln Day", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", @@ -555,7 +534,7 @@ "1991-01-21": "Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", - "1991-02-18": "Washington's Birthday", + "1991-02-18": "Washington-Lincoln Day", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", @@ -568,7 +547,7 @@ "1992-01-20": "Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", - "1992-02-17": "Washington's Birthday", + "1992-02-17": "Washington-Lincoln Day", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", @@ -583,7 +562,7 @@ "1993-01-18": "Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", - "1993-02-15": "Washington's Birthday", + "1993-02-15": "Washington-Lincoln Day", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", @@ -599,7 +578,7 @@ "1994-01-17": "Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", - "1994-02-21": "Washington's Birthday", + "1994-02-21": "Washington-Lincoln Day", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", @@ -614,7 +593,7 @@ "1995-01-16": "Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", - "1995-02-20": "Washington's Birthday", + "1995-02-20": "Washington-Lincoln Day", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", @@ -628,7 +607,7 @@ "1996-01-15": "Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", - "1996-02-19": "Washington's Birthday", + "1996-02-19": "Washington-Lincoln Day", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", @@ -642,7 +621,7 @@ "1997-01-20": "Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", - "1997-02-17": "Washington's Birthday", + "1997-02-17": "Washington-Lincoln Day", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", @@ -655,7 +634,7 @@ "1998-01-19": "Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", - "1998-02-16": "Washington's Birthday", + "1998-02-16": "Washington-Lincoln Day", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", @@ -669,7 +648,7 @@ "1999-01-18": "Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", - "1999-02-15": "Washington's Birthday", + "1999-02-15": "Washington-Lincoln Day", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", @@ -685,7 +664,7 @@ "2000-01-17": "Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", - "2000-02-21": "Washington's Birthday", + "2000-02-21": "Washington-Lincoln Day", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", @@ -700,7 +679,7 @@ "2001-01-15": "Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", - "2001-02-19": "Washington's Birthday", + "2001-02-19": "Washington-Lincoln Day", "2001-03-17": "Saint Patrick's Day", "2001-03-31": "Cesar Chavez Day", "2001-05-28": "Memorial Day", @@ -715,7 +694,7 @@ "2002-01-21": "Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", - "2002-02-18": "Washington's Birthday", + "2002-02-18": "Washington-Lincoln Day", "2002-03-17": "Saint Patrick's Day", "2002-03-31": "Cesar Chavez Day", "2002-05-27": "Memorial Day", @@ -729,7 +708,7 @@ "2003-01-20": "Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", - "2003-02-17": "Washington's Birthday", + "2003-02-17": "Washington-Lincoln Day", "2003-03-17": "Saint Patrick's Day", "2003-03-31": "Cesar Chavez Day", "2003-05-26": "Memorial Day", @@ -743,7 +722,7 @@ "2004-01-19": "Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", - "2004-02-16": "Washington's Birthday", + "2004-02-16": "Washington-Lincoln Day", "2004-03-17": "Saint Patrick's Day", "2004-03-31": "Cesar Chavez Day", "2004-05-31": "Memorial Day", @@ -761,7 +740,7 @@ "2005-01-17": "Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", - "2005-02-21": "Washington's Birthday", + "2005-02-21": "Washington-Lincoln Day", "2005-03-17": "Saint Patrick's Day", "2005-03-31": "Cesar Chavez Day", "2005-05-30": "Memorial Day", @@ -777,7 +756,7 @@ "2006-01-16": "Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", - "2006-02-20": "Washington's Birthday", + "2006-02-20": "Washington-Lincoln Day", "2006-03-17": "Saint Patrick's Day", "2006-03-31": "Cesar Chavez Day", "2006-05-29": "Memorial Day", @@ -792,7 +771,7 @@ "2007-01-15": "Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", - "2007-02-19": "Washington's Birthday", + "2007-02-19": "Washington-Lincoln Day", "2007-03-17": "Saint Patrick's Day", "2007-03-31": "Cesar Chavez Day", "2007-05-28": "Memorial Day", @@ -807,7 +786,7 @@ "2008-01-21": "Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", - "2008-02-18": "Washington's Birthday", + "2008-02-18": "Washington-Lincoln Day", "2008-03-17": "Saint Patrick's Day", "2008-03-31": "Cesar Chavez Day", "2008-05-26": "Memorial Day", @@ -822,7 +801,7 @@ "2009-01-19": "Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", - "2009-02-16": "Washington's Birthday", + "2009-02-16": "Washington-Lincoln Day", "2009-03-17": "Saint Patrick's Day", "2009-03-31": "Cesar Chavez Day", "2009-05-25": "Memorial Day", @@ -837,7 +816,7 @@ "2010-01-18": "Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", - "2010-02-15": "Washington's Birthday", + "2010-02-15": "Washington-Lincoln Day", "2010-03-17": "Saint Patrick's Day", "2010-03-31": "Cesar Chavez Day", "2010-05-31": "Memorial Day", @@ -854,7 +833,7 @@ "2011-01-17": "Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", - "2011-02-21": "Washington's Birthday", + "2011-02-21": "Washington-Lincoln Day", "2011-03-17": "Saint Patrick's Day", "2011-03-31": "Cesar Chavez Day", "2011-05-30": "Memorial Day", @@ -870,7 +849,7 @@ "2012-01-16": "Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", - "2012-02-20": "Washington's Birthday", + "2012-02-20": "Washington-Lincoln Day", "2012-03-17": "Saint Patrick's Day", "2012-03-31": "Cesar Chavez Day", "2012-05-28": "Memorial Day", @@ -886,7 +865,7 @@ "2013-01-21": "Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", - "2013-02-18": "Washington's Birthday", + "2013-02-18": "Washington-Lincoln Day", "2013-03-17": "Saint Patrick's Day", "2013-03-31": "Cesar Chavez Day", "2013-05-27": "Memorial Day", @@ -900,7 +879,7 @@ "2014-01-20": "Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", - "2014-02-17": "Washington's Birthday", + "2014-02-17": "Washington-Lincoln Day", "2014-03-17": "Saint Patrick's Day", "2014-03-31": "Cesar Chavez Day", "2014-05-26": "Memorial Day", @@ -914,7 +893,7 @@ "2015-01-19": "Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", - "2015-02-16": "Washington's Birthday", + "2015-02-16": "Washington-Lincoln Day", "2015-03-17": "Saint Patrick's Day", "2015-03-31": "Cesar Chavez Day", "2015-05-25": "Memorial Day", @@ -929,7 +908,7 @@ "2016-01-18": "Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", - "2016-02-15": "Washington's Birthday", + "2016-02-15": "Washington-Lincoln Day", "2016-03-17": "Saint Patrick's Day", "2016-03-31": "Cesar Chavez Day", "2016-05-30": "Memorial Day", @@ -946,7 +925,7 @@ "2017-01-16": "Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", - "2017-02-20": "Washington's Birthday", + "2017-02-20": "Washington-Lincoln Day", "2017-03-17": "Saint Patrick's Day", "2017-03-31": "Cesar Chavez Day", "2017-05-29": "Memorial Day", @@ -961,7 +940,7 @@ "2018-01-15": "Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", - "2018-02-19": "Washington's Birthday", + "2018-02-19": "Washington-Lincoln Day", "2018-03-17": "Saint Patrick's Day", "2018-03-31": "Cesar Chavez Day", "2018-05-28": "Memorial Day", @@ -976,7 +955,7 @@ "2019-01-21": "Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", - "2019-02-18": "Washington's Birthday", + "2019-02-18": "Washington-Lincoln Day", "2019-03-17": "Saint Patrick's Day", "2019-03-31": "Cesar Chavez Day", "2019-05-27": "Memorial Day", @@ -990,7 +969,7 @@ "2020-01-20": "Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", - "2020-02-17": "Washington's Birthday", + "2020-02-17": "Washington-Lincoln Day", "2020-03-17": "Saint Patrick's Day", "2020-03-31": "Cesar Chavez Day", "2020-05-25": "Memorial Day", @@ -1007,7 +986,7 @@ "2021-01-18": "Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", - "2021-02-15": "Washington's Birthday", + "2021-02-15": "Washington-Lincoln Day", "2021-03-17": "Saint Patrick's Day", "2021-03-31": "Cesar Chavez Day", "2021-05-31": "Memorial Day", @@ -1027,7 +1006,7 @@ "2022-01-17": "Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", - "2022-02-21": "Washington's Birthday", + "2022-02-21": "Washington-Lincoln Day", "2022-03-17": "Saint Patrick's Day", "2022-03-31": "Cesar Chavez Day", "2022-05-30": "Memorial Day", @@ -1046,7 +1025,7 @@ "2023-01-16": "Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", - "2023-02-20": "Washington's Birthday", + "2023-02-20": "Washington-Lincoln Day", "2023-03-17": "Saint Patrick's Day", "2023-03-31": "Cesar Chavez Day", "2023-05-29": "Memorial Day", @@ -1063,7 +1042,7 @@ "2024-01-15": "Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", - "2024-02-19": "Washington's Birthday", + "2024-02-19": "Washington-Lincoln Day", "2024-03-17": "Saint Patrick's Day", "2024-03-31": "Cesar Chavez Day", "2024-05-27": "Memorial Day", @@ -1080,7 +1059,7 @@ "2025-01-20": "Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", - "2025-02-17": "Washington's Birthday", + "2025-02-17": "Washington-Lincoln Day", "2025-03-17": "Saint Patrick's Day", "2025-03-31": "Cesar Chavez Day", "2025-05-26": "Memorial Day", @@ -1096,7 +1075,7 @@ "2026-01-19": "Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", - "2026-02-16": "Washington's Birthday", + "2026-02-16": "Washington-Lincoln Day", "2026-03-17": "Saint Patrick's Day", "2026-03-31": "Cesar Chavez Day", "2026-05-25": "Memorial Day", @@ -1113,7 +1092,7 @@ "2027-01-18": "Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", - "2027-02-15": "Washington's Birthday", + "2027-02-15": "Washington-Lincoln Day", "2027-03-17": "Saint Patrick's Day", "2027-03-31": "Cesar Chavez Day", "2027-05-31": "Memorial Day", @@ -1133,7 +1112,7 @@ "2028-01-17": "Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", - "2028-02-21": "Washington's Birthday", + "2028-02-21": "Washington-Lincoln Day", "2028-03-17": "Saint Patrick's Day", "2028-03-31": "Cesar Chavez Day", "2028-05-29": "Memorial Day", @@ -1151,7 +1130,7 @@ "2029-01-15": "Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", - "2029-02-19": "Washington's Birthday", + "2029-02-19": "Washington-Lincoln Day", "2029-03-17": "Saint Patrick's Day", "2029-03-31": "Cesar Chavez Day", "2029-05-28": "Memorial Day", @@ -1168,7 +1147,7 @@ "2030-01-21": "Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", - "2030-02-18": "Washington's Birthday", + "2030-02-18": "Washington-Lincoln Day", "2030-03-17": "Saint Patrick's Day", "2030-03-31": "Cesar Chavez Day", "2030-05-27": "Memorial Day", @@ -1184,7 +1163,7 @@ "2031-01-20": "Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", - "2031-02-17": "Washington's Birthday", + "2031-02-17": "Washington-Lincoln Day", "2031-03-17": "Saint Patrick's Day", "2031-03-31": "Cesar Chavez Day", "2031-05-26": "Memorial Day", @@ -1200,7 +1179,7 @@ "2032-01-19": "Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", - "2032-02-16": "Washington's Birthday", + "2032-02-16": "Washington-Lincoln Day", "2032-03-17": "Saint Patrick's Day", "2032-03-31": "Cesar Chavez Day", "2032-05-31": "Memorial Day", @@ -1221,7 +1200,7 @@ "2033-01-17": "Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", - "2033-02-21": "Washington's Birthday", + "2033-02-21": "Washington-Lincoln Day", "2033-03-17": "Saint Patrick's Day", "2033-03-31": "Cesar Chavez Day", "2033-05-30": "Memorial Day", @@ -1240,7 +1219,7 @@ "2034-01-16": "Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", - "2034-02-20": "Washington's Birthday", + "2034-02-20": "Washington-Lincoln Day", "2034-03-17": "Saint Patrick's Day", "2034-03-31": "Cesar Chavez Day", "2034-05-29": "Memorial Day", @@ -1257,7 +1236,7 @@ "2035-01-15": "Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", - "2035-02-19": "Washington's Birthday", + "2035-02-19": "Washington-Lincoln Day", "2035-03-17": "Saint Patrick's Day", "2035-03-31": "Cesar Chavez Day", "2035-05-28": "Memorial Day", @@ -1274,7 +1253,7 @@ "2036-01-21": "Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", - "2036-02-18": "Washington's Birthday", + "2036-02-18": "Washington-Lincoln Day", "2036-03-17": "Saint Patrick's Day", "2036-03-31": "Cesar Chavez Day", "2036-05-26": "Memorial Day", @@ -1291,7 +1270,7 @@ "2037-01-19": "Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", - "2037-02-16": "Washington's Birthday", + "2037-02-16": "Washington-Lincoln Day", "2037-03-17": "Saint Patrick's Day", "2037-03-31": "Cesar Chavez Day", "2037-05-25": "Memorial Day", @@ -1308,7 +1287,7 @@ "2038-01-18": "Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", - "2038-02-15": "Washington's Birthday", + "2038-02-15": "Washington-Lincoln Day", "2038-03-17": "Saint Patrick's Day", "2038-03-31": "Cesar Chavez Day", "2038-05-31": "Memorial Day", @@ -1328,7 +1307,7 @@ "2039-01-17": "Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", - "2039-02-21": "Washington's Birthday", + "2039-02-21": "Washington-Lincoln Day", "2039-03-17": "Saint Patrick's Day", "2039-03-31": "Cesar Chavez Day", "2039-05-30": "Memorial Day", @@ -1347,7 +1326,7 @@ "2040-01-16": "Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", - "2040-02-20": "Washington's Birthday", + "2040-02-20": "Washington-Lincoln Day", "2040-03-17": "Saint Patrick's Day", "2040-03-31": "Cesar Chavez Day", "2040-05-28": "Memorial Day", @@ -1365,7 +1344,7 @@ "2041-01-21": "Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", - "2041-02-18": "Washington's Birthday", + "2041-02-18": "Washington-Lincoln Day", "2041-03-17": "Saint Patrick's Day", "2041-03-31": "Cesar Chavez Day", "2041-05-27": "Memorial Day", @@ -1381,7 +1360,7 @@ "2042-01-20": "Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", - "2042-02-17": "Washington's Birthday", + "2042-02-17": "Washington-Lincoln Day", "2042-03-17": "Saint Patrick's Day", "2042-03-31": "Cesar Chavez Day", "2042-05-26": "Memorial Day", @@ -1397,7 +1376,7 @@ "2043-01-19": "Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", - "2043-02-16": "Washington's Birthday", + "2043-02-16": "Washington-Lincoln Day", "2043-03-17": "Saint Patrick's Day", "2043-03-31": "Cesar Chavez Day", "2043-05-25": "Memorial Day", @@ -1414,7 +1393,7 @@ "2044-01-18": "Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", - "2044-02-15": "Washington's Birthday", + "2044-02-15": "Washington-Lincoln Day", "2044-03-17": "Saint Patrick's Day", "2044-03-31": "Cesar Chavez Day", "2044-05-30": "Memorial Day", @@ -1434,7 +1413,7 @@ "2045-01-16": "Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", - "2045-02-20": "Washington's Birthday", + "2045-02-20": "Washington-Lincoln Day", "2045-03-17": "Saint Patrick's Day", "2045-03-31": "Cesar Chavez Day", "2045-05-29": "Memorial Day", @@ -1451,7 +1430,7 @@ "2046-01-15": "Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", - "2046-02-19": "Washington's Birthday", + "2046-02-19": "Washington-Lincoln Day", "2046-03-17": "Saint Patrick's Day", "2046-03-31": "Cesar Chavez Day", "2046-05-28": "Memorial Day", @@ -1468,7 +1447,7 @@ "2047-01-21": "Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", - "2047-02-18": "Washington's Birthday", + "2047-02-18": "Washington-Lincoln Day", "2047-03-17": "Saint Patrick's Day", "2047-03-31": "Cesar Chavez Day", "2047-05-27": "Memorial Day", @@ -1484,7 +1463,7 @@ "2048-01-20": "Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", - "2048-02-17": "Washington's Birthday", + "2048-02-17": "Washington-Lincoln Day", "2048-03-17": "Saint Patrick's Day", "2048-03-31": "Cesar Chavez Day", "2048-05-25": "Memorial Day", @@ -1502,7 +1481,7 @@ "2049-01-18": "Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", - "2049-02-15": "Washington's Birthday", + "2049-02-15": "Washington-Lincoln Day", "2049-03-17": "Saint Patrick's Day", "2049-03-31": "Cesar Chavez Day", "2049-05-31": "Memorial Day", @@ -1522,7 +1501,7 @@ "2050-01-17": "Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", - "2050-02-21": "Washington's Birthday", + "2050-02-21": "Washington-Lincoln Day", "2050-03-17": "Saint Patrick's Day", "2050-03-31": "Cesar Chavez Day", "2050-05-30": "Memorial Day", diff --git a/snapshots/countries/US_HI.json b/snapshots/countries/US_HI.json index 137edaedf..c6f14a7f4 100644 --- a/snapshots/countries/US_HI.json +++ b/snapshots/countries/US_HI.json @@ -3,7 +3,6 @@ "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", - "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1950-03-27": "Prince Jonah Kuhio Kalanianaole Day (observed)", @@ -19,7 +18,6 @@ "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", - "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1951-05-30": "Memorial Day", @@ -34,7 +32,6 @@ "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", - "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1952-05-30": "Memorial Day", @@ -49,7 +46,6 @@ "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", - "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1953-05-30": "Memorial Day", @@ -64,7 +60,6 @@ "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", - "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1954-05-30": "Memorial Day", @@ -81,7 +76,6 @@ "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", - "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-03-25": "Prince Jonah Kuhio Kalanianaole Day (observed)", "1955-03-26": "Prince Jonah Kuhio Kalanianaole Day", @@ -98,7 +92,6 @@ "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", - "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1956-05-30": "Memorial Day", @@ -114,7 +107,6 @@ "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", - "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1957-05-30": "Memorial Day", @@ -128,7 +120,6 @@ "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", - "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1958-05-30": "Memorial Day", @@ -142,7 +133,6 @@ "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", - "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1959-05-30": "Memorial Day", @@ -158,7 +148,6 @@ "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", - "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-03-25": "Prince Jonah Kuhio Kalanianaole Day (observed)", "1960-03-26": "Prince Jonah Kuhio Kalanianaole Day", @@ -177,7 +166,6 @@ "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", - "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1961-03-27": "Prince Jonah Kuhio Kalanianaole Day (observed)", @@ -194,7 +182,6 @@ "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", - "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1962-05-30": "Memorial Day", @@ -210,7 +197,6 @@ "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", - "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1963-05-30": "Memorial Day", @@ -225,7 +211,6 @@ "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", - "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1964-05-30": "Memorial Day", @@ -242,7 +227,6 @@ "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", - "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1965-05-30": "Memorial Day", @@ -260,7 +244,6 @@ "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", - "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-03-25": "Prince Jonah Kuhio Kalanianaole Day (observed)", "1966-03-26": "Prince Jonah Kuhio Kalanianaole Day", @@ -278,7 +261,6 @@ "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", - "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1967-03-27": "Prince Jonah Kuhio Kalanianaole Day (observed)", @@ -295,7 +277,6 @@ "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", - "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1968-05-30": "Memorial Day", @@ -311,7 +292,6 @@ "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", - "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1969-05-30": "Memorial Day", @@ -326,7 +306,6 @@ "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", - "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1970-05-30": "Memorial Day", @@ -342,7 +321,7 @@ "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", - "1971-02-15": "Washington's Birthday", + "1971-02-15": "Presidents' Day", "1971-03-17": "Saint Patrick's Day", "1971-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1971-05-31": "Memorial Day", @@ -360,7 +339,7 @@ "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", - "1972-02-21": "Washington's Birthday", + "1972-02-21": "Presidents' Day", "1972-03-17": "Saint Patrick's Day", "1972-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1972-03-27": "Prince Jonah Kuhio Kalanianaole Day (observed)", @@ -377,7 +356,7 @@ "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", - "1973-02-19": "Washington's Birthday", + "1973-02-19": "Presidents' Day", "1973-03-17": "Saint Patrick's Day", "1973-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1973-05-28": "Memorial Day", @@ -392,7 +371,7 @@ "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", - "1974-02-18": "Washington's Birthday", + "1974-02-18": "Presidents' Day", "1974-03-17": "Saint Patrick's Day", "1974-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1974-05-27": "Memorial Day", @@ -407,7 +386,7 @@ "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", - "1975-02-17": "Washington's Birthday", + "1975-02-17": "Presidents' Day", "1975-03-17": "Saint Patrick's Day", "1975-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1975-05-26": "Memorial Day", @@ -422,7 +401,7 @@ "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", - "1976-02-16": "Washington's Birthday", + "1976-02-16": "Presidents' Day", "1976-03-17": "Saint Patrick's Day", "1976-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1976-05-31": "Memorial Day", @@ -441,7 +420,7 @@ "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", - "1977-02-21": "Washington's Birthday", + "1977-02-21": "Presidents' Day", "1977-03-17": "Saint Patrick's Day", "1977-03-25": "Prince Jonah Kuhio Kalanianaole Day (observed)", "1977-03-26": "Prince Jonah Kuhio Kalanianaole Day", @@ -459,7 +438,7 @@ "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", - "1978-02-20": "Washington's Birthday", + "1978-02-20": "Presidents' Day", "1978-03-17": "Saint Patrick's Day", "1978-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1978-03-27": "Prince Jonah Kuhio Kalanianaole Day (observed)", @@ -476,7 +455,7 @@ "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", - "1979-02-19": "Washington's Birthday", + "1979-02-19": "Presidents' Day", "1979-03-17": "Saint Patrick's Day", "1979-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1979-05-28": "Memorial Day", @@ -492,7 +471,7 @@ "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", - "1980-02-18": "Washington's Birthday", + "1980-02-18": "Presidents' Day", "1980-03-17": "Saint Patrick's Day", "1980-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1980-05-26": "Memorial Day", @@ -508,7 +487,7 @@ "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", - "1981-02-16": "Washington's Birthday", + "1981-02-16": "Presidents' Day", "1981-03-17": "Saint Patrick's Day", "1981-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1981-05-25": "Memorial Day", @@ -524,7 +503,7 @@ "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", - "1982-02-15": "Washington's Birthday", + "1982-02-15": "Presidents' Day", "1982-03-17": "Saint Patrick's Day", "1982-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1982-05-31": "Memorial Day", @@ -542,7 +521,7 @@ "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", - "1983-02-21": "Washington's Birthday", + "1983-02-21": "Presidents' Day", "1983-03-17": "Saint Patrick's Day", "1983-03-25": "Prince Jonah Kuhio Kalanianaole Day (observed)", "1983-03-26": "Prince Jonah Kuhio Kalanianaole Day", @@ -560,7 +539,7 @@ "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", - "1984-02-20": "Washington's Birthday", + "1984-02-20": "Presidents' Day", "1984-03-17": "Saint Patrick's Day", "1984-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1984-05-28": "Memorial Day", @@ -577,7 +556,7 @@ "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", - "1985-02-18": "Washington's Birthday", + "1985-02-18": "Presidents' Day", "1985-03-17": "Saint Patrick's Day", "1985-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1985-05-27": "Memorial Day", @@ -593,7 +572,7 @@ "1986-01-20": "Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", - "1986-02-17": "Washington's Birthday", + "1986-02-17": "Presidents' Day", "1986-03-17": "Saint Patrick's Day", "1986-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1986-05-26": "Memorial Day", @@ -609,7 +588,7 @@ "1987-01-19": "Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", - "1987-02-16": "Washington's Birthday", + "1987-02-16": "Presidents' Day", "1987-03-17": "Saint Patrick's Day", "1987-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1987-05-25": "Memorial Day", @@ -626,7 +605,7 @@ "1988-01-18": "Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", - "1988-02-15": "Washington's Birthday", + "1988-02-15": "Presidents' Day", "1988-03-17": "Saint Patrick's Day", "1988-03-25": "Prince Jonah Kuhio Kalanianaole Day (observed)", "1988-03-26": "Prince Jonah Kuhio Kalanianaole Day", @@ -646,7 +625,7 @@ "1989-01-16": "Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", - "1989-02-20": "Washington's Birthday", + "1989-02-20": "Presidents' Day", "1989-03-17": "Saint Patrick's Day", "1989-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1989-03-27": "Prince Jonah Kuhio Kalanianaole Day (observed)", @@ -664,7 +643,7 @@ "1990-01-15": "Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", - "1990-02-19": "Washington's Birthday", + "1990-02-19": "Presidents' Day", "1990-03-17": "Saint Patrick's Day", "1990-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1990-05-28": "Memorial Day", @@ -681,7 +660,7 @@ "1991-01-21": "Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", - "1991-02-18": "Washington's Birthday", + "1991-02-18": "Presidents' Day", "1991-03-17": "Saint Patrick's Day", "1991-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1991-05-27": "Memorial Day", @@ -697,7 +676,7 @@ "1992-01-20": "Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", - "1992-02-17": "Washington's Birthday", + "1992-02-17": "Presidents' Day", "1992-03-17": "Saint Patrick's Day", "1992-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1992-05-25": "Memorial Day", @@ -715,7 +694,7 @@ "1993-01-18": "Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", - "1993-02-15": "Washington's Birthday", + "1993-02-15": "Presidents' Day", "1993-03-17": "Saint Patrick's Day", "1993-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1993-05-31": "Memorial Day", @@ -734,7 +713,7 @@ "1994-01-17": "Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", - "1994-02-21": "Washington's Birthday", + "1994-02-21": "Presidents' Day", "1994-03-17": "Saint Patrick's Day", "1994-03-25": "Prince Jonah Kuhio Kalanianaole Day (observed)", "1994-03-26": "Prince Jonah Kuhio Kalanianaole Day", @@ -753,7 +732,7 @@ "1995-01-16": "Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", - "1995-02-20": "Washington's Birthday", + "1995-02-20": "Presidents' Day", "1995-03-17": "Saint Patrick's Day", "1995-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1995-03-27": "Prince Jonah Kuhio Kalanianaole Day (observed)", @@ -771,7 +750,7 @@ "1996-01-15": "Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", - "1996-02-19": "Washington's Birthday", + "1996-02-19": "Presidents' Day", "1996-03-17": "Saint Patrick's Day", "1996-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1996-05-27": "Memorial Day", @@ -788,7 +767,7 @@ "1997-01-20": "Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", - "1997-02-17": "Washington's Birthday", + "1997-02-17": "Presidents' Day", "1997-03-17": "Saint Patrick's Day", "1997-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1997-05-26": "Memorial Day", @@ -804,7 +783,7 @@ "1998-01-19": "Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", - "1998-02-16": "Washington's Birthday", + "1998-02-16": "Presidents' Day", "1998-03-17": "Saint Patrick's Day", "1998-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1998-05-25": "Memorial Day", @@ -821,7 +800,7 @@ "1999-01-18": "Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", - "1999-02-15": "Washington's Birthday", + "1999-02-15": "Presidents' Day", "1999-03-17": "Saint Patrick's Day", "1999-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1999-05-31": "Memorial Day", @@ -840,7 +819,7 @@ "2000-01-17": "Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", - "2000-02-21": "Washington's Birthday", + "2000-02-21": "Presidents' Day", "2000-03-17": "Saint Patrick's Day", "2000-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2000-03-27": "Prince Jonah Kuhio Kalanianaole Day (observed)", @@ -859,7 +838,7 @@ "2001-01-15": "Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", - "2001-02-19": "Washington's Birthday", + "2001-02-19": "Presidents' Day", "2001-03-17": "Saint Patrick's Day", "2001-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2001-05-28": "Memorial Day", @@ -876,7 +855,7 @@ "2002-01-21": "Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", - "2002-02-18": "Washington's Birthday", + "2002-02-18": "Presidents' Day", "2002-03-17": "Saint Patrick's Day", "2002-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2002-05-27": "Memorial Day", @@ -892,7 +871,7 @@ "2003-01-20": "Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", - "2003-02-17": "Washington's Birthday", + "2003-02-17": "Presidents' Day", "2003-03-17": "Saint Patrick's Day", "2003-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2003-05-26": "Memorial Day", @@ -908,7 +887,7 @@ "2004-01-19": "Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", - "2004-02-16": "Washington's Birthday", + "2004-02-16": "Presidents' Day", "2004-03-17": "Saint Patrick's Day", "2004-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2004-05-31": "Memorial Day", @@ -928,7 +907,7 @@ "2005-01-17": "Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", - "2005-02-21": "Washington's Birthday", + "2005-02-21": "Presidents' Day", "2005-03-17": "Saint Patrick's Day", "2005-03-25": "Prince Jonah Kuhio Kalanianaole Day (observed)", "2005-03-26": "Prince Jonah Kuhio Kalanianaole Day", @@ -947,7 +926,7 @@ "2006-01-16": "Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", - "2006-02-20": "Washington's Birthday", + "2006-02-20": "Presidents' Day", "2006-03-17": "Saint Patrick's Day", "2006-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2006-03-27": "Prince Jonah Kuhio Kalanianaole Day (observed)", @@ -965,7 +944,7 @@ "2007-01-15": "Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", - "2007-02-19": "Washington's Birthday", + "2007-02-19": "Presidents' Day", "2007-03-17": "Saint Patrick's Day", "2007-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2007-05-28": "Memorial Day", @@ -982,7 +961,7 @@ "2008-01-21": "Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", - "2008-02-18": "Washington's Birthday", + "2008-02-18": "Presidents' Day", "2008-03-17": "Saint Patrick's Day", "2008-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2008-05-26": "Memorial Day", @@ -999,7 +978,7 @@ "2009-01-19": "Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", - "2009-02-16": "Washington's Birthday", + "2009-02-16": "Presidents' Day", "2009-03-17": "Saint Patrick's Day", "2009-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2009-05-25": "Memorial Day", @@ -1016,7 +995,7 @@ "2010-01-18": "Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", - "2010-02-15": "Washington's Birthday", + "2010-02-15": "Presidents' Day", "2010-03-17": "Saint Patrick's Day", "2010-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2010-05-31": "Memorial Day", @@ -1036,7 +1015,7 @@ "2011-01-17": "Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", - "2011-02-21": "Washington's Birthday", + "2011-02-21": "Presidents' Day", "2011-03-17": "Saint Patrick's Day", "2011-03-25": "Prince Jonah Kuhio Kalanianaole Day (observed)", "2011-03-26": "Prince Jonah Kuhio Kalanianaole Day", @@ -1056,7 +1035,7 @@ "2012-01-16": "Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", - "2012-02-20": "Washington's Birthday", + "2012-02-20": "Presidents' Day", "2012-03-17": "Saint Patrick's Day", "2012-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2012-05-28": "Memorial Day", @@ -1074,7 +1053,7 @@ "2013-01-21": "Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", - "2013-02-18": "Washington's Birthday", + "2013-02-18": "Presidents' Day", "2013-03-17": "Saint Patrick's Day", "2013-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2013-05-27": "Memorial Day", @@ -1090,7 +1069,7 @@ "2014-01-20": "Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", - "2014-02-17": "Washington's Birthday", + "2014-02-17": "Presidents' Day", "2014-03-17": "Saint Patrick's Day", "2014-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2014-05-26": "Memorial Day", @@ -1107,7 +1086,7 @@ "2015-01-19": "Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", - "2015-02-16": "Washington's Birthday", + "2015-02-16": "Presidents' Day", "2015-03-17": "Saint Patrick's Day", "2015-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2015-05-25": "Memorial Day", @@ -1124,7 +1103,7 @@ "2016-01-18": "Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", - "2016-02-15": "Washington's Birthday", + "2016-02-15": "Presidents' Day", "2016-03-17": "Saint Patrick's Day", "2016-03-25": "Prince Jonah Kuhio Kalanianaole Day (observed)", "2016-03-26": "Prince Jonah Kuhio Kalanianaole Day", @@ -1145,7 +1124,7 @@ "2017-01-16": "Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", - "2017-02-20": "Washington's Birthday", + "2017-02-20": "Presidents' Day", "2017-03-17": "Saint Patrick's Day", "2017-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2017-03-27": "Prince Jonah Kuhio Kalanianaole Day (observed)", @@ -1164,7 +1143,7 @@ "2018-01-15": "Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", - "2018-02-19": "Washington's Birthday", + "2018-02-19": "Presidents' Day", "2018-03-17": "Saint Patrick's Day", "2018-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2018-05-28": "Memorial Day", @@ -1182,7 +1161,7 @@ "2019-01-21": "Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", - "2019-02-18": "Washington's Birthday", + "2019-02-18": "Presidents' Day", "2019-03-17": "Saint Patrick's Day", "2019-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2019-05-27": "Memorial Day", @@ -1198,7 +1177,7 @@ "2020-01-20": "Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", - "2020-02-17": "Washington's Birthday", + "2020-02-17": "Presidents' Day", "2020-03-17": "Saint Patrick's Day", "2020-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2020-05-25": "Memorial Day", @@ -1216,7 +1195,7 @@ "2021-01-18": "Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", - "2021-02-15": "Washington's Birthday", + "2021-02-15": "Presidents' Day", "2021-03-17": "Saint Patrick's Day", "2021-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2021-05-31": "Memorial Day", @@ -1237,7 +1216,7 @@ "2022-01-17": "Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", - "2022-02-21": "Washington's Birthday", + "2022-02-21": "Presidents' Day", "2022-03-17": "Saint Patrick's Day", "2022-03-25": "Prince Jonah Kuhio Kalanianaole Day (observed)", "2022-03-26": "Prince Jonah Kuhio Kalanianaole Day", @@ -1260,7 +1239,7 @@ "2023-01-16": "Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", - "2023-02-20": "Washington's Birthday", + "2023-02-20": "Presidents' Day", "2023-03-17": "Saint Patrick's Day", "2023-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2023-03-27": "Prince Jonah Kuhio Kalanianaole Day (observed)", @@ -1280,7 +1259,7 @@ "2024-01-15": "Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", - "2024-02-19": "Washington's Birthday", + "2024-02-19": "Presidents' Day", "2024-03-17": "Saint Patrick's Day", "2024-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2024-05-27": "Memorial Day", @@ -1298,7 +1277,7 @@ "2025-01-20": "Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", - "2025-02-17": "Washington's Birthday", + "2025-02-17": "Presidents' Day", "2025-03-17": "Saint Patrick's Day", "2025-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2025-05-26": "Memorial Day", @@ -1315,7 +1294,7 @@ "2026-01-19": "Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", - "2026-02-16": "Washington's Birthday", + "2026-02-16": "Presidents' Day", "2026-03-17": "Saint Patrick's Day", "2026-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2026-05-25": "Memorial Day", @@ -1334,7 +1313,7 @@ "2027-01-18": "Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", - "2027-02-15": "Washington's Birthday", + "2027-02-15": "Presidents' Day", "2027-03-17": "Saint Patrick's Day", "2027-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2027-05-31": "Memorial Day", @@ -1355,7 +1334,7 @@ "2028-01-17": "Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", - "2028-02-21": "Washington's Birthday", + "2028-02-21": "Presidents' Day", "2028-03-17": "Saint Patrick's Day", "2028-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2028-03-27": "Prince Jonah Kuhio Kalanianaole Day (observed)", @@ -1376,7 +1355,7 @@ "2029-01-15": "Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", - "2029-02-19": "Washington's Birthday", + "2029-02-19": "Presidents' Day", "2029-03-17": "Saint Patrick's Day", "2029-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2029-05-28": "Memorial Day", @@ -1394,7 +1373,7 @@ "2030-01-21": "Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", - "2030-02-18": "Washington's Birthday", + "2030-02-18": "Presidents' Day", "2030-03-17": "Saint Patrick's Day", "2030-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2030-05-27": "Memorial Day", @@ -1412,7 +1391,7 @@ "2031-01-20": "Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", - "2031-02-17": "Washington's Birthday", + "2031-02-17": "Presidents' Day", "2031-03-17": "Saint Patrick's Day", "2031-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2031-05-26": "Memorial Day", @@ -1429,7 +1408,7 @@ "2032-01-19": "Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", - "2032-02-16": "Washington's Birthday", + "2032-02-16": "Presidents' Day", "2032-03-17": "Saint Patrick's Day", "2032-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2032-05-31": "Memorial Day", @@ -1451,7 +1430,7 @@ "2033-01-17": "Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", - "2033-02-21": "Washington's Birthday", + "2033-02-21": "Presidents' Day", "2033-03-17": "Saint Patrick's Day", "2033-03-25": "Prince Jonah Kuhio Kalanianaole Day (observed)", "2033-03-26": "Prince Jonah Kuhio Kalanianaole Day", @@ -1473,7 +1452,7 @@ "2034-01-16": "Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", - "2034-02-20": "Washington's Birthday", + "2034-02-20": "Presidents' Day", "2034-03-17": "Saint Patrick's Day", "2034-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2034-03-27": "Prince Jonah Kuhio Kalanianaole Day (observed)", @@ -1494,7 +1473,7 @@ "2035-01-15": "Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", - "2035-02-19": "Washington's Birthday", + "2035-02-19": "Presidents' Day", "2035-03-17": "Saint Patrick's Day", "2035-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2035-05-28": "Memorial Day", @@ -1512,7 +1491,7 @@ "2036-01-21": "Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", - "2036-02-18": "Washington's Birthday", + "2036-02-18": "Presidents' Day", "2036-03-17": "Saint Patrick's Day", "2036-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2036-05-26": "Memorial Day", @@ -1530,7 +1509,7 @@ "2037-01-19": "Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", - "2037-02-16": "Washington's Birthday", + "2037-02-16": "Presidents' Day", "2037-03-17": "Saint Patrick's Day", "2037-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2037-05-25": "Memorial Day", @@ -1548,7 +1527,7 @@ "2038-01-18": "Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", - "2038-02-15": "Washington's Birthday", + "2038-02-15": "Presidents' Day", "2038-03-17": "Saint Patrick's Day", "2038-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2038-05-31": "Memorial Day", @@ -1570,7 +1549,7 @@ "2039-01-17": "Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", - "2039-02-21": "Washington's Birthday", + "2039-02-21": "Presidents' Day", "2039-03-17": "Saint Patrick's Day", "2039-03-25": "Prince Jonah Kuhio Kalanianaole Day (observed)", "2039-03-26": "Prince Jonah Kuhio Kalanianaole Day", @@ -1592,7 +1571,7 @@ "2040-01-16": "Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", - "2040-02-20": "Washington's Birthday", + "2040-02-20": "Presidents' Day", "2040-03-17": "Saint Patrick's Day", "2040-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2040-05-28": "Memorial Day", @@ -1611,7 +1590,7 @@ "2041-01-21": "Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", - "2041-02-18": "Washington's Birthday", + "2041-02-18": "Presidents' Day", "2041-03-17": "Saint Patrick's Day", "2041-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2041-05-27": "Memorial Day", @@ -1628,7 +1607,7 @@ "2042-01-20": "Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", - "2042-02-17": "Washington's Birthday", + "2042-02-17": "Presidents' Day", "2042-03-17": "Saint Patrick's Day", "2042-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2042-05-26": "Memorial Day", @@ -1646,7 +1625,7 @@ "2043-01-19": "Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", - "2043-02-16": "Washington's Birthday", + "2043-02-16": "Presidents' Day", "2043-03-17": "Saint Patrick's Day", "2043-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2043-05-25": "Memorial Day", @@ -1664,7 +1643,7 @@ "2044-01-18": "Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", - "2044-02-15": "Washington's Birthday", + "2044-02-15": "Presidents' Day", "2044-03-17": "Saint Patrick's Day", "2044-03-25": "Prince Jonah Kuhio Kalanianaole Day (observed)", "2044-03-26": "Prince Jonah Kuhio Kalanianaole Day", @@ -1687,7 +1666,7 @@ "2045-01-16": "Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", - "2045-02-20": "Washington's Birthday", + "2045-02-20": "Presidents' Day", "2045-03-17": "Saint Patrick's Day", "2045-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2045-03-27": "Prince Jonah Kuhio Kalanianaole Day (observed)", @@ -1707,7 +1686,7 @@ "2046-01-15": "Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", - "2046-02-19": "Washington's Birthday", + "2046-02-19": "Presidents' Day", "2046-03-17": "Saint Patrick's Day", "2046-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2046-05-28": "Memorial Day", @@ -1726,7 +1705,7 @@ "2047-01-21": "Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", - "2047-02-18": "Washington's Birthday", + "2047-02-18": "Presidents' Day", "2047-03-17": "Saint Patrick's Day", "2047-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2047-05-27": "Memorial Day", @@ -1743,7 +1722,7 @@ "2048-01-20": "Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", - "2048-02-17": "Washington's Birthday", + "2048-02-17": "Presidents' Day", "2048-03-17": "Saint Patrick's Day", "2048-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2048-05-25": "Memorial Day", @@ -1762,7 +1741,7 @@ "2049-01-18": "Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", - "2049-02-15": "Washington's Birthday", + "2049-02-15": "Presidents' Day", "2049-03-17": "Saint Patrick's Day", "2049-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2049-05-31": "Memorial Day", @@ -1783,7 +1762,7 @@ "2050-01-17": "Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", - "2050-02-21": "Washington's Birthday", + "2050-02-21": "Presidents' Day", "2050-03-17": "Saint Patrick's Day", "2050-03-25": "Prince Jonah Kuhio Kalanianaole Day (observed)", "2050-03-26": "Prince Jonah Kuhio Kalanianaole Day", diff --git a/snapshots/countries/US_ID.json b/snapshots/countries/US_ID.json index 8bc54c89d..ac1cc9178 100644 --- a/snapshots/countries/US_ID.json +++ b/snapshots/countries/US_ID.json @@ -3,7 +3,6 @@ "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", - "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", @@ -17,7 +16,6 @@ "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", - "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", @@ -31,7 +29,6 @@ "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", - "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", @@ -45,7 +42,6 @@ "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", - "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", @@ -59,7 +55,6 @@ "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", - "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", @@ -75,7 +70,6 @@ "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", - "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", @@ -90,7 +84,6 @@ "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", - "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", @@ -105,7 +98,6 @@ "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", - "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", @@ -118,7 +110,6 @@ "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", - "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", @@ -131,7 +122,6 @@ "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", - "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", @@ -145,7 +135,6 @@ "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", - "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", @@ -161,7 +150,6 @@ "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", - "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", @@ -175,7 +163,6 @@ "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", - "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", @@ -189,7 +176,6 @@ "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", - "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", @@ -202,7 +188,6 @@ "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", - "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", @@ -217,7 +202,6 @@ "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", - "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", @@ -233,7 +217,6 @@ "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", - "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", @@ -248,7 +231,6 @@ "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", - "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", @@ -262,7 +244,6 @@ "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", - "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", @@ -276,7 +257,6 @@ "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", - "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", @@ -289,7 +269,6 @@ "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", - "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", @@ -303,7 +282,7 @@ "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", - "1971-02-15": "Washington's Birthday", + "1971-02-15": "Presidents' Day", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", @@ -319,7 +298,7 @@ "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", - "1972-02-21": "Washington's Birthday", + "1972-02-21": "Presidents' Day", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", @@ -333,7 +312,7 @@ "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", - "1973-02-19": "Washington's Birthday", + "1973-02-19": "Presidents' Day", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", @@ -346,7 +325,7 @@ "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", - "1974-02-18": "Washington's Birthday", + "1974-02-18": "Presidents' Day", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", @@ -359,7 +338,7 @@ "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", - "1975-02-17": "Washington's Birthday", + "1975-02-17": "Presidents' Day", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", @@ -372,7 +351,7 @@ "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", - "1976-02-16": "Washington's Birthday", + "1976-02-16": "Presidents' Day", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", @@ -389,7 +368,7 @@ "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", - "1977-02-21": "Washington's Birthday", + "1977-02-21": "Presidents' Day", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", @@ -404,7 +383,7 @@ "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", - "1978-02-20": "Washington's Birthday", + "1978-02-20": "Presidents' Day", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", @@ -418,7 +397,7 @@ "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", - "1979-02-19": "Washington's Birthday", + "1979-02-19": "Presidents' Day", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", @@ -432,7 +411,7 @@ "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", - "1980-02-18": "Washington's Birthday", + "1980-02-18": "Presidents' Day", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", @@ -446,7 +425,7 @@ "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", - "1981-02-16": "Washington's Birthday", + "1981-02-16": "Presidents' Day", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", @@ -460,7 +439,7 @@ "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", - "1982-02-15": "Washington's Birthday", + "1982-02-15": "Presidents' Day", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", @@ -476,7 +455,7 @@ "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", - "1983-02-21": "Washington's Birthday", + "1983-02-21": "Presidents' Day", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", @@ -491,7 +470,7 @@ "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", - "1984-02-20": "Washington's Birthday", + "1984-02-20": "Presidents' Day", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", @@ -506,7 +485,7 @@ "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", - "1985-02-18": "Washington's Birthday", + "1985-02-18": "Presidents' Day", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", @@ -520,7 +499,7 @@ "1986-01-20": "Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", - "1986-02-17": "Washington's Birthday", + "1986-02-17": "Presidents' Day", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", @@ -534,7 +513,7 @@ "1987-01-19": "Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", - "1987-02-16": "Washington's Birthday", + "1987-02-16": "Presidents' Day", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", @@ -549,7 +528,7 @@ "1988-01-18": "Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", - "1988-02-15": "Washington's Birthday", + "1988-02-15": "Presidents' Day", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", @@ -566,7 +545,7 @@ "1989-01-16": "Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", - "1989-02-20": "Washington's Birthday", + "1989-02-20": "Presidents' Day", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", @@ -581,7 +560,7 @@ "1990-01-15": "Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", - "1990-02-19": "Washington's Birthday", + "1990-02-19": "Presidents' Day", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", @@ -596,7 +575,7 @@ "1991-01-21": "Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", - "1991-02-18": "Washington's Birthday", + "1991-02-18": "Presidents' Day", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", @@ -610,7 +589,7 @@ "1992-01-20": "Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", - "1992-02-17": "Washington's Birthday", + "1992-02-17": "Presidents' Day", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", @@ -626,7 +605,7 @@ "1993-01-18": "Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", - "1993-02-15": "Washington's Birthday", + "1993-02-15": "Presidents' Day", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", @@ -643,7 +622,7 @@ "1994-01-17": "Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", - "1994-02-21": "Washington's Birthday", + "1994-02-21": "Presidents' Day", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", @@ -659,7 +638,7 @@ "1995-01-16": "Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", - "1995-02-20": "Washington's Birthday", + "1995-02-20": "Presidents' Day", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", @@ -674,7 +653,7 @@ "1996-01-15": "Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", - "1996-02-19": "Washington's Birthday", + "1996-02-19": "Presidents' Day", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", @@ -689,7 +668,7 @@ "1997-01-20": "Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", - "1997-02-17": "Washington's Birthday", + "1997-02-17": "Presidents' Day", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", @@ -703,7 +682,7 @@ "1998-01-19": "Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", - "1998-02-16": "Washington's Birthday", + "1998-02-16": "Presidents' Day", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", @@ -718,7 +697,7 @@ "1999-01-18": "Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", - "1999-02-15": "Washington's Birthday", + "1999-02-15": "Presidents' Day", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", @@ -735,7 +714,7 @@ "2000-01-17": "Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", - "2000-02-21": "Washington's Birthday", + "2000-02-21": "Presidents' Day", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", @@ -751,7 +730,7 @@ "2001-01-15": "Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", - "2001-02-19": "Washington's Birthday", + "2001-02-19": "Presidents' Day", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", @@ -766,7 +745,7 @@ "2002-01-21": "Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", - "2002-02-18": "Washington's Birthday", + "2002-02-18": "Presidents' Day", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", @@ -780,7 +759,7 @@ "2003-01-20": "Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", - "2003-02-17": "Washington's Birthday", + "2003-02-17": "Presidents' Day", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", @@ -794,7 +773,7 @@ "2004-01-19": "Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", - "2004-02-16": "Washington's Birthday", + "2004-02-16": "Presidents' Day", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", @@ -812,7 +791,7 @@ "2005-01-17": "Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", - "2005-02-21": "Washington's Birthday", + "2005-02-21": "Presidents' Day", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", @@ -828,7 +807,7 @@ "2006-01-16": "Martin Luther King Jr. / Idaho Human Rights Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", - "2006-02-20": "Washington's Birthday", + "2006-02-20": "Presidents' Day", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", @@ -843,7 +822,7 @@ "2007-01-15": "Martin Luther King Jr. / Idaho Human Rights Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", - "2007-02-19": "Washington's Birthday", + "2007-02-19": "Presidents' Day", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", @@ -858,7 +837,7 @@ "2008-01-21": "Martin Luther King Jr. / Idaho Human Rights Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", - "2008-02-18": "Washington's Birthday", + "2008-02-18": "Presidents' Day", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", @@ -873,7 +852,7 @@ "2009-01-19": "Martin Luther King Jr. / Idaho Human Rights Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", - "2009-02-16": "Washington's Birthday", + "2009-02-16": "Presidents' Day", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", @@ -888,7 +867,7 @@ "2010-01-18": "Martin Luther King Jr. / Idaho Human Rights Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", - "2010-02-15": "Washington's Birthday", + "2010-02-15": "Presidents' Day", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", @@ -905,7 +884,7 @@ "2011-01-17": "Martin Luther King Jr. / Idaho Human Rights Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", - "2011-02-21": "Washington's Birthday", + "2011-02-21": "Presidents' Day", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", @@ -921,7 +900,7 @@ "2012-01-16": "Martin Luther King Jr. / Idaho Human Rights Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", - "2012-02-20": "Washington's Birthday", + "2012-02-20": "Presidents' Day", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", @@ -937,7 +916,7 @@ "2013-01-21": "Martin Luther King Jr. / Idaho Human Rights Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", - "2013-02-18": "Washington's Birthday", + "2013-02-18": "Presidents' Day", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", @@ -951,7 +930,7 @@ "2014-01-20": "Martin Luther King Jr. / Idaho Human Rights Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", - "2014-02-17": "Washington's Birthday", + "2014-02-17": "Presidents' Day", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", @@ -965,7 +944,7 @@ "2015-01-19": "Martin Luther King Jr. / Idaho Human Rights Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", - "2015-02-16": "Washington's Birthday", + "2015-02-16": "Presidents' Day", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", @@ -980,7 +959,7 @@ "2016-01-18": "Martin Luther King Jr. / Idaho Human Rights Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", - "2016-02-15": "Washington's Birthday", + "2016-02-15": "Presidents' Day", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", @@ -997,7 +976,7 @@ "2017-01-16": "Martin Luther King Jr. / Idaho Human Rights Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", - "2017-02-20": "Washington's Birthday", + "2017-02-20": "Presidents' Day", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", @@ -1012,7 +991,7 @@ "2018-01-15": "Martin Luther King Jr. / Idaho Human Rights Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", - "2018-02-19": "Washington's Birthday", + "2018-02-19": "Presidents' Day", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", @@ -1027,7 +1006,7 @@ "2019-01-21": "Martin Luther King Jr. / Idaho Human Rights Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", - "2019-02-18": "Washington's Birthday", + "2019-02-18": "Presidents' Day", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", @@ -1041,7 +1020,7 @@ "2020-01-20": "Martin Luther King Jr. / Idaho Human Rights Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", - "2020-02-17": "Washington's Birthday", + "2020-02-17": "Presidents' Day", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", @@ -1057,7 +1036,7 @@ "2021-01-18": "Martin Luther King Jr. / Idaho Human Rights Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", - "2021-02-15": "Washington's Birthday", + "2021-02-15": "Presidents' Day", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", @@ -1076,7 +1055,7 @@ "2022-01-17": "Martin Luther King Jr. / Idaho Human Rights Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", - "2022-02-21": "Washington's Birthday", + "2022-02-21": "Presidents' Day", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", @@ -1094,7 +1073,7 @@ "2023-01-16": "Martin Luther King Jr. / Idaho Human Rights Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", - "2023-02-20": "Washington's Birthday", + "2023-02-20": "Presidents' Day", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", @@ -1110,7 +1089,7 @@ "2024-01-15": "Martin Luther King Jr. / Idaho Human Rights Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", - "2024-02-19": "Washington's Birthday", + "2024-02-19": "Presidents' Day", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", @@ -1126,7 +1105,7 @@ "2025-01-20": "Martin Luther King Jr. / Idaho Human Rights Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", - "2025-02-17": "Washington's Birthday", + "2025-02-17": "Presidents' Day", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", @@ -1141,7 +1120,7 @@ "2026-01-19": "Martin Luther King Jr. / Idaho Human Rights Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", - "2026-02-16": "Washington's Birthday", + "2026-02-16": "Presidents' Day", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", @@ -1157,7 +1136,7 @@ "2027-01-18": "Martin Luther King Jr. / Idaho Human Rights Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", - "2027-02-15": "Washington's Birthday", + "2027-02-15": "Presidents' Day", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", @@ -1176,7 +1155,7 @@ "2028-01-17": "Martin Luther King Jr. / Idaho Human Rights Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", - "2028-02-21": "Washington's Birthday", + "2028-02-21": "Presidents' Day", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", @@ -1193,7 +1172,7 @@ "2029-01-15": "Martin Luther King Jr. / Idaho Human Rights Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", - "2029-02-19": "Washington's Birthday", + "2029-02-19": "Presidents' Day", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", @@ -1209,7 +1188,7 @@ "2030-01-21": "Martin Luther King Jr. / Idaho Human Rights Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", - "2030-02-18": "Washington's Birthday", + "2030-02-18": "Presidents' Day", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", @@ -1224,7 +1203,7 @@ "2031-01-20": "Martin Luther King Jr. / Idaho Human Rights Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", - "2031-02-17": "Washington's Birthday", + "2031-02-17": "Presidents' Day", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", @@ -1239,7 +1218,7 @@ "2032-01-19": "Martin Luther King Jr. / Idaho Human Rights Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", - "2032-02-16": "Washington's Birthday", + "2032-02-16": "Presidents' Day", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", @@ -1259,7 +1238,7 @@ "2033-01-17": "Martin Luther King Jr. / Idaho Human Rights Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", - "2033-02-21": "Washington's Birthday", + "2033-02-21": "Presidents' Day", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", @@ -1277,7 +1256,7 @@ "2034-01-16": "Martin Luther King Jr. / Idaho Human Rights Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", - "2034-02-20": "Washington's Birthday", + "2034-02-20": "Presidents' Day", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", @@ -1293,7 +1272,7 @@ "2035-01-15": "Martin Luther King Jr. / Idaho Human Rights Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", - "2035-02-19": "Washington's Birthday", + "2035-02-19": "Presidents' Day", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", @@ -1309,7 +1288,7 @@ "2036-01-21": "Martin Luther King Jr. / Idaho Human Rights Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", - "2036-02-18": "Washington's Birthday", + "2036-02-18": "Presidents' Day", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", @@ -1325,7 +1304,7 @@ "2037-01-19": "Martin Luther King Jr. / Idaho Human Rights Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", - "2037-02-16": "Washington's Birthday", + "2037-02-16": "Presidents' Day", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", @@ -1341,7 +1320,7 @@ "2038-01-18": "Martin Luther King Jr. / Idaho Human Rights Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", - "2038-02-15": "Washington's Birthday", + "2038-02-15": "Presidents' Day", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", @@ -1360,7 +1339,7 @@ "2039-01-17": "Martin Luther King Jr. / Idaho Human Rights Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", - "2039-02-21": "Washington's Birthday", + "2039-02-21": "Presidents' Day", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", @@ -1378,7 +1357,7 @@ "2040-01-16": "Martin Luther King Jr. / Idaho Human Rights Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", - "2040-02-20": "Washington's Birthday", + "2040-02-20": "Presidents' Day", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", @@ -1395,7 +1374,7 @@ "2041-01-21": "Martin Luther King Jr. / Idaho Human Rights Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", - "2041-02-18": "Washington's Birthday", + "2041-02-18": "Presidents' Day", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", @@ -1410,7 +1389,7 @@ "2042-01-20": "Martin Luther King Jr. / Idaho Human Rights Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", - "2042-02-17": "Washington's Birthday", + "2042-02-17": "Presidents' Day", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", @@ -1425,7 +1404,7 @@ "2043-01-19": "Martin Luther King Jr. / Idaho Human Rights Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", - "2043-02-16": "Washington's Birthday", + "2043-02-16": "Presidents' Day", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", @@ -1441,7 +1420,7 @@ "2044-01-18": "Martin Luther King Jr. / Idaho Human Rights Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", - "2044-02-15": "Washington's Birthday", + "2044-02-15": "Presidents' Day", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", @@ -1460,7 +1439,7 @@ "2045-01-16": "Martin Luther King Jr. / Idaho Human Rights Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", - "2045-02-20": "Washington's Birthday", + "2045-02-20": "Presidents' Day", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", @@ -1476,7 +1455,7 @@ "2046-01-15": "Martin Luther King Jr. / Idaho Human Rights Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", - "2046-02-19": "Washington's Birthday", + "2046-02-19": "Presidents' Day", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", @@ -1492,7 +1471,7 @@ "2047-01-21": "Martin Luther King Jr. / Idaho Human Rights Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", - "2047-02-18": "Washington's Birthday", + "2047-02-18": "Presidents' Day", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", @@ -1507,7 +1486,7 @@ "2048-01-20": "Martin Luther King Jr. / Idaho Human Rights Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", - "2048-02-17": "Washington's Birthday", + "2048-02-17": "Presidents' Day", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", @@ -1524,7 +1503,7 @@ "2049-01-18": "Martin Luther King Jr. / Idaho Human Rights Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", - "2049-02-15": "Washington's Birthday", + "2049-02-15": "Presidents' Day", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", @@ -1543,7 +1522,7 @@ "2050-01-17": "Martin Luther King Jr. / Idaho Human Rights Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", - "2050-02-21": "Washington's Birthday", + "2050-02-21": "Presidents' Day", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", diff --git a/snapshots/countries/US_MD.json b/snapshots/countries/US_MD.json index 0e99b89d3..d578007ae 100644 --- a/snapshots/countries/US_MD.json +++ b/snapshots/countries/US_MD.json @@ -3,7 +3,6 @@ "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", - "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", @@ -17,7 +16,6 @@ "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", - "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", @@ -31,7 +29,6 @@ "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", - "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", @@ -46,7 +43,6 @@ "1953-01-20": "Inauguration Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", - "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", @@ -60,7 +56,6 @@ "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", - "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", @@ -76,7 +71,6 @@ "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", - "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", @@ -91,7 +85,6 @@ "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", - "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", @@ -108,7 +101,6 @@ "1957-01-21": "Inauguration Day (observed)", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", - "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", @@ -121,7 +113,6 @@ "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", - "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", @@ -134,7 +125,6 @@ "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", - "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", @@ -148,7 +138,6 @@ "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", - "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", @@ -165,7 +154,6 @@ "1961-01-20": "Inauguration Day", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", - "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", @@ -179,7 +167,6 @@ "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", - "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", @@ -193,7 +180,6 @@ "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", - "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", @@ -206,7 +192,6 @@ "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", - "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", @@ -222,7 +207,6 @@ "1965-01-20": "Inauguration Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", - "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", @@ -238,7 +222,6 @@ "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", - "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", @@ -253,7 +236,6 @@ "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", - "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", @@ -267,7 +249,6 @@ "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", - "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", @@ -282,7 +263,6 @@ "1969-01-20": "Inauguration Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", - "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", @@ -295,7 +275,6 @@ "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", - "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", @@ -309,7 +288,7 @@ "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", - "1971-02-15": "Washington's Birthday", + "1971-02-15": "Presidents' Day", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", @@ -325,7 +304,7 @@ "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", - "1972-02-21": "Washington's Birthday", + "1972-02-21": "Presidents' Day", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", @@ -340,7 +319,7 @@ "1973-01-20": "Inauguration Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", - "1973-02-19": "Washington's Birthday", + "1973-02-19": "Presidents' Day", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", @@ -353,7 +332,7 @@ "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", - "1974-02-18": "Washington's Birthday", + "1974-02-18": "Presidents' Day", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", @@ -366,7 +345,7 @@ "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", - "1975-02-17": "Washington's Birthday", + "1975-02-17": "Presidents' Day", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", @@ -379,7 +358,7 @@ "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", - "1976-02-16": "Washington's Birthday", + "1976-02-16": "Presidents' Day", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", @@ -397,7 +376,7 @@ "1977-01-20": "Inauguration Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", - "1977-02-21": "Washington's Birthday", + "1977-02-21": "Presidents' Day", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", @@ -412,7 +391,7 @@ "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", - "1978-02-20": "Washington's Birthday", + "1978-02-20": "Presidents' Day", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", @@ -426,7 +405,7 @@ "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", - "1979-02-19": "Washington's Birthday", + "1979-02-19": "Presidents' Day", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", @@ -440,7 +419,7 @@ "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", - "1980-02-18": "Washington's Birthday", + "1980-02-18": "Presidents' Day", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", @@ -455,7 +434,7 @@ "1981-01-20": "Inauguration Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", - "1981-02-16": "Washington's Birthday", + "1981-02-16": "Presidents' Day", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", @@ -469,7 +448,7 @@ "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", - "1982-02-15": "Washington's Birthday", + "1982-02-15": "Presidents' Day", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", @@ -485,7 +464,7 @@ "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", - "1983-02-21": "Washington's Birthday", + "1983-02-21": "Presidents' Day", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", @@ -500,7 +479,7 @@ "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", - "1984-02-20": "Washington's Birthday", + "1984-02-20": "Presidents' Day", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", @@ -517,7 +496,7 @@ "1985-01-21": "Inauguration Day (observed)", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", - "1985-02-18": "Washington's Birthday", + "1985-02-18": "Presidents' Day", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", @@ -531,7 +510,7 @@ "1986-01-20": "Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", - "1986-02-17": "Washington's Birthday", + "1986-02-17": "Presidents' Day", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", @@ -545,7 +524,7 @@ "1987-01-19": "Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", - "1987-02-16": "Washington's Birthday", + "1987-02-16": "Presidents' Day", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", @@ -560,7 +539,7 @@ "1988-01-18": "Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", - "1988-02-15": "Washington's Birthday", + "1988-02-15": "Presidents' Day", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", @@ -578,7 +557,7 @@ "1989-01-20": "Inauguration Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", - "1989-02-20": "Washington's Birthday", + "1989-02-20": "Presidents' Day", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", @@ -593,7 +572,7 @@ "1990-01-15": "Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", - "1990-02-19": "Washington's Birthday", + "1990-02-19": "Presidents' Day", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", @@ -608,7 +587,7 @@ "1991-01-21": "Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", - "1991-02-18": "Washington's Birthday", + "1991-02-18": "Presidents' Day", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", @@ -622,7 +601,7 @@ "1992-01-20": "Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", - "1992-02-17": "Washington's Birthday", + "1992-02-17": "Presidents' Day", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", @@ -639,7 +618,7 @@ "1993-01-20": "Inauguration Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", - "1993-02-15": "Washington's Birthday", + "1993-02-15": "Presidents' Day", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", @@ -656,7 +635,7 @@ "1994-01-17": "Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", - "1994-02-21": "Washington's Birthday", + "1994-02-21": "Presidents' Day", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", @@ -672,7 +651,7 @@ "1995-01-16": "Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", - "1995-02-20": "Washington's Birthday", + "1995-02-20": "Presidents' Day", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", @@ -687,7 +666,7 @@ "1996-01-15": "Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", - "1996-02-19": "Washington's Birthday", + "1996-02-19": "Presidents' Day", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", @@ -702,7 +681,7 @@ "1997-01-20": "Inauguration Day; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", - "1997-02-17": "Washington's Birthday", + "1997-02-17": "Presidents' Day", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", @@ -716,7 +695,7 @@ "1998-01-19": "Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", - "1998-02-16": "Washington's Birthday", + "1998-02-16": "Presidents' Day", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", @@ -731,7 +710,7 @@ "1999-01-18": "Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", - "1999-02-15": "Washington's Birthday", + "1999-02-15": "Presidents' Day", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", @@ -748,7 +727,7 @@ "2000-01-17": "Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", - "2000-02-21": "Washington's Birthday", + "2000-02-21": "Presidents' Day", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", @@ -765,7 +744,7 @@ "2001-01-20": "Inauguration Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", - "2001-02-19": "Washington's Birthday", + "2001-02-19": "Presidents' Day", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", @@ -780,7 +759,7 @@ "2002-01-21": "Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", - "2002-02-18": "Washington's Birthday", + "2002-02-18": "Presidents' Day", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", @@ -794,7 +773,7 @@ "2003-01-20": "Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", - "2003-02-17": "Washington's Birthday", + "2003-02-17": "Presidents' Day", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", @@ -808,7 +787,7 @@ "2004-01-19": "Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", - "2004-02-16": "Washington's Birthday", + "2004-02-16": "Presidents' Day", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", @@ -827,7 +806,7 @@ "2005-01-20": "Inauguration Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", - "2005-02-21": "Washington's Birthday", + "2005-02-21": "Presidents' Day", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", @@ -843,7 +822,7 @@ "2006-01-16": "Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", - "2006-02-20": "Washington's Birthday", + "2006-02-20": "Presidents' Day", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", @@ -858,7 +837,7 @@ "2007-01-15": "Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", - "2007-02-19": "Washington's Birthday", + "2007-02-19": "Presidents' Day", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", @@ -873,7 +852,7 @@ "2008-01-21": "Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", - "2008-02-18": "Washington's Birthday", + "2008-02-18": "Presidents' Day", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", @@ -890,7 +869,7 @@ "2009-01-20": "Inauguration Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", - "2009-02-16": "Washington's Birthday", + "2009-02-16": "Presidents' Day", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", @@ -906,7 +885,7 @@ "2010-01-18": "Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", - "2010-02-15": "Washington's Birthday", + "2010-02-15": "Presidents' Day", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", @@ -924,7 +903,7 @@ "2011-01-17": "Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", - "2011-02-21": "Washington's Birthday", + "2011-02-21": "Presidents' Day", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", @@ -941,7 +920,7 @@ "2012-01-16": "Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", - "2012-02-20": "Washington's Birthday", + "2012-02-20": "Presidents' Day", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", @@ -959,7 +938,7 @@ "2013-01-21": "Inauguration Day (observed); Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", - "2013-02-18": "Washington's Birthday", + "2013-02-18": "Presidents' Day", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", @@ -974,7 +953,7 @@ "2014-01-20": "Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", - "2014-02-17": "Washington's Birthday", + "2014-02-17": "Presidents' Day", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", @@ -989,7 +968,7 @@ "2015-01-19": "Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", - "2015-02-16": "Washington's Birthday", + "2015-02-16": "Presidents' Day", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", @@ -1005,7 +984,7 @@ "2016-01-18": "Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", - "2016-02-15": "Washington's Birthday", + "2016-02-15": "Presidents' Day", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", @@ -1024,7 +1003,7 @@ "2017-01-20": "Inauguration Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", - "2017-02-20": "Washington's Birthday", + "2017-02-20": "Presidents' Day", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", @@ -1040,7 +1019,7 @@ "2018-01-15": "Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", - "2018-02-19": "Washington's Birthday", + "2018-02-19": "Presidents' Day", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", @@ -1056,7 +1035,7 @@ "2019-01-21": "Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", - "2019-02-18": "Washington's Birthday", + "2019-02-18": "Presidents' Day", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", @@ -1071,7 +1050,7 @@ "2020-01-20": "Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", - "2020-02-17": "Washington's Birthday", + "2020-02-17": "Presidents' Day", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", @@ -1089,7 +1068,7 @@ "2021-01-20": "Inauguration Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", - "2021-02-15": "Washington's Birthday", + "2021-02-15": "Presidents' Day", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", @@ -1109,7 +1088,7 @@ "2022-01-17": "Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", - "2022-02-21": "Washington's Birthday", + "2022-02-21": "Presidents' Day", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", @@ -1128,7 +1107,7 @@ "2023-01-16": "Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", - "2023-02-20": "Washington's Birthday", + "2023-02-20": "Presidents' Day", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", @@ -1145,7 +1124,7 @@ "2024-01-15": "Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", - "2024-02-19": "Washington's Birthday", + "2024-02-19": "Presidents' Day", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", @@ -1162,7 +1141,7 @@ "2025-01-20": "Inauguration Day; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", - "2025-02-17": "Washington's Birthday", + "2025-02-17": "Presidents' Day", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", @@ -1178,7 +1157,7 @@ "2026-01-19": "Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", - "2026-02-16": "Washington's Birthday", + "2026-02-16": "Presidents' Day", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", @@ -1195,7 +1174,7 @@ "2027-01-18": "Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", - "2027-02-15": "Washington's Birthday", + "2027-02-15": "Presidents' Day", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", @@ -1215,7 +1194,7 @@ "2028-01-17": "Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", - "2028-02-21": "Washington's Birthday", + "2028-02-21": "Presidents' Day", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", @@ -1234,7 +1213,7 @@ "2029-01-20": "Inauguration Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", - "2029-02-19": "Washington's Birthday", + "2029-02-19": "Presidents' Day", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", @@ -1251,7 +1230,7 @@ "2030-01-21": "Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", - "2030-02-18": "Washington's Birthday", + "2030-02-18": "Presidents' Day", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", @@ -1267,7 +1246,7 @@ "2031-01-20": "Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", - "2031-02-17": "Washington's Birthday", + "2031-02-17": "Presidents' Day", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", @@ -1283,7 +1262,7 @@ "2032-01-19": "Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", - "2032-02-16": "Washington's Birthday", + "2032-02-16": "Presidents' Day", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", @@ -1305,7 +1284,7 @@ "2033-01-20": "Inauguration Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", - "2033-02-21": "Washington's Birthday", + "2033-02-21": "Presidents' Day", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", @@ -1324,7 +1303,7 @@ "2034-01-16": "Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", - "2034-02-20": "Washington's Birthday", + "2034-02-20": "Presidents' Day", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", @@ -1341,7 +1320,7 @@ "2035-01-15": "Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", - "2035-02-19": "Washington's Birthday", + "2035-02-19": "Presidents' Day", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", @@ -1358,7 +1337,7 @@ "2036-01-21": "Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", - "2036-02-18": "Washington's Birthday", + "2036-02-18": "Presidents' Day", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", @@ -1376,7 +1355,7 @@ "2037-01-20": "Inauguration Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", - "2037-02-16": "Washington's Birthday", + "2037-02-16": "Presidents' Day", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", @@ -1393,7 +1372,7 @@ "2038-01-18": "Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", - "2038-02-15": "Washington's Birthday", + "2038-02-15": "Presidents' Day", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", @@ -1413,7 +1392,7 @@ "2039-01-17": "Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", - "2039-02-21": "Washington's Birthday", + "2039-02-21": "Presidents' Day", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", @@ -1432,7 +1411,7 @@ "2040-01-16": "Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", - "2040-02-20": "Washington's Birthday", + "2040-02-20": "Presidents' Day", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", @@ -1451,7 +1430,7 @@ "2041-01-21": "Inauguration Day (observed); Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", - "2041-02-18": "Washington's Birthday", + "2041-02-18": "Presidents' Day", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", @@ -1467,7 +1446,7 @@ "2042-01-20": "Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", - "2042-02-17": "Washington's Birthday", + "2042-02-17": "Presidents' Day", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", @@ -1483,7 +1462,7 @@ "2043-01-19": "Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", - "2043-02-16": "Washington's Birthday", + "2043-02-16": "Presidents' Day", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", @@ -1500,7 +1479,7 @@ "2044-01-18": "Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", - "2044-02-15": "Washington's Birthday", + "2044-02-15": "Presidents' Day", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", @@ -1521,7 +1500,7 @@ "2045-01-20": "Inauguration Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", - "2045-02-20": "Washington's Birthday", + "2045-02-20": "Presidents' Day", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", @@ -1538,7 +1517,7 @@ "2046-01-15": "Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", - "2046-02-19": "Washington's Birthday", + "2046-02-19": "Presidents' Day", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", @@ -1555,7 +1534,7 @@ "2047-01-21": "Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", - "2047-02-18": "Washington's Birthday", + "2047-02-18": "Presidents' Day", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", @@ -1571,7 +1550,7 @@ "2048-01-20": "Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", - "2048-02-17": "Washington's Birthday", + "2048-02-17": "Presidents' Day", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", @@ -1590,7 +1569,7 @@ "2049-01-20": "Inauguration Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", - "2049-02-15": "Washington's Birthday", + "2049-02-15": "Presidents' Day", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", @@ -1610,7 +1589,7 @@ "2050-01-17": "Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", - "2050-02-21": "Washington's Birthday", + "2050-02-21": "Presidents' Day", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", diff --git a/snapshots/countries/US_MN.json b/snapshots/countries/US_MN.json index 4d1010471..24158f8a4 100644 --- a/snapshots/countries/US_MN.json +++ b/snapshots/countries/US_MN.json @@ -3,7 +3,6 @@ "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", - "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", @@ -16,7 +15,6 @@ "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", - "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", @@ -29,7 +27,6 @@ "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", - "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", @@ -42,7 +39,6 @@ "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", - "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", @@ -55,7 +51,6 @@ "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", - "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", @@ -70,7 +65,6 @@ "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", - "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", @@ -84,7 +78,6 @@ "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", - "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", @@ -98,7 +91,6 @@ "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", - "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", @@ -110,7 +102,6 @@ "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", - "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", @@ -122,7 +113,6 @@ "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", - "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", @@ -135,7 +125,6 @@ "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", - "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", @@ -150,7 +139,6 @@ "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", - "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", @@ -163,7 +151,6 @@ "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", - "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", @@ -176,7 +163,6 @@ "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", - "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", @@ -188,7 +174,6 @@ "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", - "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", @@ -202,7 +187,6 @@ "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", - "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", @@ -217,7 +201,6 @@ "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", - "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", @@ -231,7 +214,6 @@ "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", - "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", @@ -244,7 +226,6 @@ "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", - "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", @@ -257,7 +238,6 @@ "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", - "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", @@ -269,7 +249,6 @@ "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", - "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", @@ -282,7 +261,7 @@ "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", - "1971-02-15": "Washington's Birthday", + "1971-02-15": "Washington's and Lincoln's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", @@ -297,7 +276,7 @@ "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", - "1972-02-21": "Washington's Birthday", + "1972-02-21": "Washington's and Lincoln's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", @@ -310,7 +289,7 @@ "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", - "1973-02-19": "Washington's Birthday", + "1973-02-19": "Washington's and Lincoln's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", @@ -322,7 +301,7 @@ "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", - "1974-02-18": "Washington's Birthday", + "1974-02-18": "Washington's and Lincoln's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", @@ -334,7 +313,7 @@ "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", - "1975-02-17": "Washington's Birthday", + "1975-02-17": "Washington's and Lincoln's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", @@ -346,7 +325,7 @@ "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", - "1976-02-16": "Washington's Birthday", + "1976-02-16": "Washington's and Lincoln's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", @@ -362,7 +341,7 @@ "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", - "1977-02-21": "Washington's Birthday", + "1977-02-21": "Washington's and Lincoln's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", @@ -376,7 +355,7 @@ "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", - "1978-02-20": "Washington's Birthday", + "1978-02-20": "Washington's and Lincoln's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", @@ -389,7 +368,7 @@ "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", - "1979-02-19": "Washington's Birthday", + "1979-02-19": "Washington's and Lincoln's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", @@ -402,7 +381,7 @@ "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", - "1980-02-18": "Washington's Birthday", + "1980-02-18": "Washington's and Lincoln's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", @@ -415,7 +394,7 @@ "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", - "1981-02-16": "Washington's Birthday", + "1981-02-16": "Washington's and Lincoln's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", @@ -428,7 +407,7 @@ "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", - "1982-02-15": "Washington's Birthday", + "1982-02-15": "Washington's and Lincoln's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", @@ -443,7 +422,7 @@ "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", - "1983-02-21": "Washington's Birthday", + "1983-02-21": "Washington's and Lincoln's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", @@ -457,7 +436,7 @@ "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", - "1984-02-20": "Washington's Birthday", + "1984-02-20": "Washington's and Lincoln's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", @@ -471,7 +450,7 @@ "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", - "1985-02-18": "Washington's Birthday", + "1985-02-18": "Washington's and Lincoln's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", @@ -484,7 +463,7 @@ "1986-01-20": "Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", - "1986-02-17": "Washington's Birthday", + "1986-02-17": "Washington's and Lincoln's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", @@ -497,7 +476,7 @@ "1987-01-19": "Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", - "1987-02-16": "Washington's Birthday", + "1987-02-16": "Washington's and Lincoln's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", @@ -511,7 +490,7 @@ "1988-01-18": "Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", - "1988-02-15": "Washington's Birthday", + "1988-02-15": "Washington's and Lincoln's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", @@ -527,7 +506,7 @@ "1989-01-16": "Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", - "1989-02-20": "Washington's Birthday", + "1989-02-20": "Washington's and Lincoln's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", @@ -541,7 +520,7 @@ "1990-01-15": "Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", - "1990-02-19": "Washington's Birthday", + "1990-02-19": "Washington's and Lincoln's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", @@ -555,7 +534,7 @@ "1991-01-21": "Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", - "1991-02-18": "Washington's Birthday", + "1991-02-18": "Washington's and Lincoln's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", @@ -568,7 +547,7 @@ "1992-01-20": "Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", - "1992-02-17": "Washington's Birthday", + "1992-02-17": "Washington's and Lincoln's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", @@ -583,7 +562,7 @@ "1993-01-18": "Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", - "1993-02-15": "Washington's Birthday", + "1993-02-15": "Washington's and Lincoln's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", @@ -599,7 +578,7 @@ "1994-01-17": "Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", - "1994-02-21": "Washington's Birthday", + "1994-02-21": "Washington's and Lincoln's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", @@ -614,7 +593,7 @@ "1995-01-16": "Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", - "1995-02-20": "Washington's Birthday", + "1995-02-20": "Washington's and Lincoln's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", @@ -628,7 +607,7 @@ "1996-01-15": "Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", - "1996-02-19": "Washington's Birthday", + "1996-02-19": "Washington's and Lincoln's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", @@ -642,7 +621,7 @@ "1997-01-20": "Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", - "1997-02-17": "Washington's Birthday", + "1997-02-17": "Washington's and Lincoln's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", @@ -655,7 +634,7 @@ "1998-01-19": "Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", - "1998-02-16": "Washington's Birthday", + "1998-02-16": "Washington's and Lincoln's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", @@ -669,7 +648,7 @@ "1999-01-18": "Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", - "1999-02-15": "Washington's Birthday", + "1999-02-15": "Washington's and Lincoln's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", @@ -685,7 +664,7 @@ "2000-01-17": "Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", - "2000-02-21": "Washington's Birthday", + "2000-02-21": "Washington's and Lincoln's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", @@ -700,7 +679,7 @@ "2001-01-15": "Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", - "2001-02-19": "Washington's Birthday", + "2001-02-19": "Washington's and Lincoln's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", @@ -714,7 +693,7 @@ "2002-01-21": "Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", - "2002-02-18": "Washington's Birthday", + "2002-02-18": "Washington's and Lincoln's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", @@ -727,7 +706,7 @@ "2003-01-20": "Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", - "2003-02-17": "Washington's Birthday", + "2003-02-17": "Washington's and Lincoln's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", @@ -740,7 +719,7 @@ "2004-01-19": "Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", - "2004-02-16": "Washington's Birthday", + "2004-02-16": "Washington's and Lincoln's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", @@ -757,7 +736,7 @@ "2005-01-17": "Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", - "2005-02-21": "Washington's Birthday", + "2005-02-21": "Washington's and Lincoln's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", @@ -772,7 +751,7 @@ "2006-01-16": "Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", - "2006-02-20": "Washington's Birthday", + "2006-02-20": "Washington's and Lincoln's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", @@ -786,7 +765,7 @@ "2007-01-15": "Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", - "2007-02-19": "Washington's Birthday", + "2007-02-19": "Washington's and Lincoln's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", @@ -800,7 +779,7 @@ "2008-01-21": "Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", - "2008-02-18": "Washington's Birthday", + "2008-02-18": "Washington's and Lincoln's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", @@ -814,7 +793,7 @@ "2009-01-19": "Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", - "2009-02-16": "Washington's Birthday", + "2009-02-16": "Washington's and Lincoln's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", @@ -828,7 +807,7 @@ "2010-01-18": "Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", - "2010-02-15": "Washington's Birthday", + "2010-02-15": "Washington's and Lincoln's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", @@ -844,7 +823,7 @@ "2011-01-17": "Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", - "2011-02-21": "Washington's Birthday", + "2011-02-21": "Washington's and Lincoln's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", @@ -859,7 +838,7 @@ "2012-01-16": "Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", - "2012-02-20": "Washington's Birthday", + "2012-02-20": "Washington's and Lincoln's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", @@ -874,7 +853,7 @@ "2013-01-21": "Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", - "2013-02-18": "Washington's Birthday", + "2013-02-18": "Washington's and Lincoln's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", @@ -887,7 +866,7 @@ "2014-01-20": "Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", - "2014-02-17": "Washington's Birthday", + "2014-02-17": "Washington's and Lincoln's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", @@ -900,7 +879,7 @@ "2015-01-19": "Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", - "2015-02-16": "Washington's Birthday", + "2015-02-16": "Washington's and Lincoln's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", @@ -914,7 +893,7 @@ "2016-01-18": "Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", - "2016-02-15": "Washington's Birthday", + "2016-02-15": "Washington's and Lincoln's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", @@ -930,7 +909,7 @@ "2017-01-16": "Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", - "2017-02-20": "Washington's Birthday", + "2017-02-20": "Washington's and Lincoln's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", @@ -944,7 +923,7 @@ "2018-01-15": "Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", - "2018-02-19": "Washington's Birthday", + "2018-02-19": "Washington's and Lincoln's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", @@ -958,7 +937,7 @@ "2019-01-21": "Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", - "2019-02-18": "Washington's Birthday", + "2019-02-18": "Washington's and Lincoln's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", @@ -971,7 +950,7 @@ "2020-01-20": "Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", - "2020-02-17": "Washington's Birthday", + "2020-02-17": "Washington's and Lincoln's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", @@ -986,7 +965,7 @@ "2021-01-18": "Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", - "2021-02-15": "Washington's Birthday", + "2021-02-15": "Washington's and Lincoln's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", @@ -1004,7 +983,7 @@ "2022-01-17": "Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", - "2022-02-21": "Washington's Birthday", + "2022-02-21": "Washington's and Lincoln's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", @@ -1021,7 +1000,7 @@ "2023-01-16": "Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", - "2023-02-20": "Washington's Birthday", + "2023-02-20": "Washington's and Lincoln's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", @@ -1036,7 +1015,7 @@ "2024-01-15": "Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", - "2024-02-19": "Washington's Birthday", + "2024-02-19": "Washington's and Lincoln's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", @@ -1051,7 +1030,7 @@ "2025-01-20": "Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", - "2025-02-17": "Washington's Birthday", + "2025-02-17": "Washington's and Lincoln's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", @@ -1065,7 +1044,7 @@ "2026-01-19": "Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", - "2026-02-16": "Washington's Birthday", + "2026-02-16": "Washington's and Lincoln's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", @@ -1080,7 +1059,7 @@ "2027-01-18": "Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", - "2027-02-15": "Washington's Birthday", + "2027-02-15": "Washington's and Lincoln's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", @@ -1098,7 +1077,7 @@ "2028-01-17": "Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", - "2028-02-21": "Washington's Birthday", + "2028-02-21": "Washington's and Lincoln's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", @@ -1114,7 +1093,7 @@ "2029-01-15": "Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", - "2029-02-19": "Washington's Birthday", + "2029-02-19": "Washington's and Lincoln's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", @@ -1129,7 +1108,7 @@ "2030-01-21": "Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", - "2030-02-18": "Washington's Birthday", + "2030-02-18": "Washington's and Lincoln's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", @@ -1143,7 +1122,7 @@ "2031-01-20": "Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", - "2031-02-17": "Washington's Birthday", + "2031-02-17": "Washington's and Lincoln's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", @@ -1157,7 +1136,7 @@ "2032-01-19": "Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", - "2032-02-16": "Washington's Birthday", + "2032-02-16": "Washington's and Lincoln's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", @@ -1176,7 +1155,7 @@ "2033-01-17": "Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", - "2033-02-21": "Washington's Birthday", + "2033-02-21": "Washington's and Lincoln's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", @@ -1193,7 +1172,7 @@ "2034-01-16": "Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", - "2034-02-20": "Washington's Birthday", + "2034-02-20": "Washington's and Lincoln's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", @@ -1208,7 +1187,7 @@ "2035-01-15": "Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", - "2035-02-19": "Washington's Birthday", + "2035-02-19": "Washington's and Lincoln's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", @@ -1223,7 +1202,7 @@ "2036-01-21": "Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", - "2036-02-18": "Washington's Birthday", + "2036-02-18": "Washington's and Lincoln's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", @@ -1238,7 +1217,7 @@ "2037-01-19": "Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", - "2037-02-16": "Washington's Birthday", + "2037-02-16": "Washington's and Lincoln's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", @@ -1253,7 +1232,7 @@ "2038-01-18": "Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", - "2038-02-15": "Washington's Birthday", + "2038-02-15": "Washington's and Lincoln's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", @@ -1271,7 +1250,7 @@ "2039-01-17": "Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", - "2039-02-21": "Washington's Birthday", + "2039-02-21": "Washington's and Lincoln's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", @@ -1288,7 +1267,7 @@ "2040-01-16": "Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", - "2040-02-20": "Washington's Birthday", + "2040-02-20": "Washington's and Lincoln's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", @@ -1304,7 +1283,7 @@ "2041-01-21": "Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", - "2041-02-18": "Washington's Birthday", + "2041-02-18": "Washington's and Lincoln's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", @@ -1318,7 +1297,7 @@ "2042-01-20": "Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", - "2042-02-17": "Washington's Birthday", + "2042-02-17": "Washington's and Lincoln's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", @@ -1332,7 +1311,7 @@ "2043-01-19": "Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", - "2043-02-16": "Washington's Birthday", + "2043-02-16": "Washington's and Lincoln's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", @@ -1347,7 +1326,7 @@ "2044-01-18": "Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", - "2044-02-15": "Washington's Birthday", + "2044-02-15": "Washington's and Lincoln's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", @@ -1365,7 +1344,7 @@ "2045-01-16": "Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", - "2045-02-20": "Washington's Birthday", + "2045-02-20": "Washington's and Lincoln's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", @@ -1380,7 +1359,7 @@ "2046-01-15": "Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", - "2046-02-19": "Washington's Birthday", + "2046-02-19": "Washington's and Lincoln's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", @@ -1395,7 +1374,7 @@ "2047-01-21": "Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", - "2047-02-18": "Washington's Birthday", + "2047-02-18": "Washington's and Lincoln's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", @@ -1409,7 +1388,7 @@ "2048-01-20": "Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", - "2048-02-17": "Washington's Birthday", + "2048-02-17": "Washington's and Lincoln's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", @@ -1425,7 +1404,7 @@ "2049-01-18": "Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", - "2049-02-15": "Washington's Birthday", + "2049-02-15": "Washington's and Lincoln's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", @@ -1443,7 +1422,7 @@ "2050-01-17": "Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", - "2050-02-21": "Washington's Birthday", + "2050-02-21": "Washington's and Lincoln's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", diff --git a/snapshots/countries/US_MT.json b/snapshots/countries/US_MT.json index 612856730..d88327f26 100644 --- a/snapshots/countries/US_MT.json +++ b/snapshots/countries/US_MT.json @@ -3,7 +3,6 @@ "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", - "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", @@ -17,7 +16,6 @@ "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", - "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", @@ -31,7 +29,6 @@ "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", - "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", @@ -45,7 +42,6 @@ "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", - "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", @@ -59,7 +55,6 @@ "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", - "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", @@ -75,7 +70,6 @@ "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", - "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", @@ -90,7 +84,6 @@ "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", - "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", @@ -105,7 +98,6 @@ "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", - "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", @@ -118,7 +110,6 @@ "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", - "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", @@ -131,7 +122,6 @@ "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", - "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", @@ -145,7 +135,6 @@ "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", - "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", @@ -161,7 +150,6 @@ "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", - "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", @@ -175,7 +163,6 @@ "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", - "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", @@ -189,7 +176,6 @@ "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", - "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", @@ -202,7 +188,6 @@ "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", - "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", @@ -217,7 +202,6 @@ "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", - "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", @@ -233,7 +217,6 @@ "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", - "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", @@ -248,7 +231,6 @@ "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", - "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", @@ -262,7 +244,6 @@ "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", - "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", @@ -276,7 +257,6 @@ "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", - "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", @@ -289,7 +269,6 @@ "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", - "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", @@ -303,7 +282,7 @@ "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", - "1971-02-15": "Washington's Birthday", + "1971-02-15": "Lincoln's and Washington's Birthdays", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", @@ -319,7 +298,7 @@ "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", - "1972-02-21": "Washington's Birthday", + "1972-02-21": "Lincoln's and Washington's Birthdays", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", @@ -333,7 +312,7 @@ "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", - "1973-02-19": "Washington's Birthday", + "1973-02-19": "Lincoln's and Washington's Birthdays", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", @@ -346,7 +325,7 @@ "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", - "1974-02-18": "Washington's Birthday", + "1974-02-18": "Lincoln's and Washington's Birthdays", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", @@ -359,7 +338,7 @@ "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", - "1975-02-17": "Washington's Birthday", + "1975-02-17": "Lincoln's and Washington's Birthdays", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", @@ -372,7 +351,7 @@ "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", - "1976-02-16": "Washington's Birthday", + "1976-02-16": "Lincoln's and Washington's Birthdays", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", @@ -389,7 +368,7 @@ "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", - "1977-02-21": "Washington's Birthday", + "1977-02-21": "Lincoln's and Washington's Birthdays", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", @@ -404,7 +383,7 @@ "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", - "1978-02-20": "Washington's Birthday", + "1978-02-20": "Lincoln's and Washington's Birthdays", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", @@ -418,7 +397,7 @@ "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", - "1979-02-19": "Washington's Birthday", + "1979-02-19": "Lincoln's and Washington's Birthdays", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", @@ -432,7 +411,7 @@ "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", - "1980-02-18": "Washington's Birthday", + "1980-02-18": "Lincoln's and Washington's Birthdays", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", @@ -446,7 +425,7 @@ "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", - "1981-02-16": "Washington's Birthday", + "1981-02-16": "Lincoln's and Washington's Birthdays", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", @@ -460,7 +439,7 @@ "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", - "1982-02-15": "Washington's Birthday", + "1982-02-15": "Lincoln's and Washington's Birthdays", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", @@ -476,7 +455,7 @@ "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", - "1983-02-21": "Washington's Birthday", + "1983-02-21": "Lincoln's and Washington's Birthdays", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", @@ -491,7 +470,7 @@ "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", - "1984-02-20": "Washington's Birthday", + "1984-02-20": "Lincoln's and Washington's Birthdays", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", @@ -506,7 +485,7 @@ "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", - "1985-02-18": "Washington's Birthday", + "1985-02-18": "Lincoln's and Washington's Birthdays", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", @@ -520,7 +499,7 @@ "1986-01-20": "Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", - "1986-02-17": "Washington's Birthday", + "1986-02-17": "Lincoln's and Washington's Birthdays", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", @@ -534,7 +513,7 @@ "1987-01-19": "Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", - "1987-02-16": "Washington's Birthday", + "1987-02-16": "Lincoln's and Washington's Birthdays", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", @@ -549,7 +528,7 @@ "1988-01-18": "Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", - "1988-02-15": "Washington's Birthday", + "1988-02-15": "Lincoln's and Washington's Birthdays", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", @@ -566,7 +545,7 @@ "1989-01-16": "Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", - "1989-02-20": "Washington's Birthday", + "1989-02-20": "Lincoln's and Washington's Birthdays", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", @@ -581,7 +560,7 @@ "1990-01-15": "Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", - "1990-02-19": "Washington's Birthday", + "1990-02-19": "Lincoln's and Washington's Birthdays", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", @@ -596,7 +575,7 @@ "1991-01-21": "Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", - "1991-02-18": "Washington's Birthday", + "1991-02-18": "Lincoln's and Washington's Birthdays", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", @@ -610,7 +589,7 @@ "1992-01-20": "Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", - "1992-02-17": "Washington's Birthday", + "1992-02-17": "Lincoln's and Washington's Birthdays", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", @@ -626,7 +605,7 @@ "1993-01-18": "Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", - "1993-02-15": "Washington's Birthday", + "1993-02-15": "Lincoln's and Washington's Birthdays", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", @@ -643,7 +622,7 @@ "1994-01-17": "Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", - "1994-02-21": "Washington's Birthday", + "1994-02-21": "Lincoln's and Washington's Birthdays", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", @@ -659,7 +638,7 @@ "1995-01-16": "Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", - "1995-02-20": "Washington's Birthday", + "1995-02-20": "Lincoln's and Washington's Birthdays", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", @@ -674,7 +653,7 @@ "1996-01-15": "Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", - "1996-02-19": "Washington's Birthday", + "1996-02-19": "Lincoln's and Washington's Birthdays", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", @@ -689,7 +668,7 @@ "1997-01-20": "Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", - "1997-02-17": "Washington's Birthday", + "1997-02-17": "Lincoln's and Washington's Birthdays", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", @@ -703,7 +682,7 @@ "1998-01-19": "Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", - "1998-02-16": "Washington's Birthday", + "1998-02-16": "Lincoln's and Washington's Birthdays", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", @@ -718,7 +697,7 @@ "1999-01-18": "Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", - "1999-02-15": "Washington's Birthday", + "1999-02-15": "Lincoln's and Washington's Birthdays", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", @@ -735,7 +714,7 @@ "2000-01-17": "Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", - "2000-02-21": "Washington's Birthday", + "2000-02-21": "Lincoln's and Washington's Birthdays", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", @@ -751,7 +730,7 @@ "2001-01-15": "Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", - "2001-02-19": "Washington's Birthday", + "2001-02-19": "Lincoln's and Washington's Birthdays", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", @@ -766,7 +745,7 @@ "2002-01-21": "Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", - "2002-02-18": "Washington's Birthday", + "2002-02-18": "Lincoln's and Washington's Birthdays", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", @@ -780,7 +759,7 @@ "2003-01-20": "Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", - "2003-02-17": "Washington's Birthday", + "2003-02-17": "Lincoln's and Washington's Birthdays", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", @@ -794,7 +773,7 @@ "2004-01-19": "Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", - "2004-02-16": "Washington's Birthday", + "2004-02-16": "Lincoln's and Washington's Birthdays", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", @@ -812,7 +791,7 @@ "2005-01-17": "Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", - "2005-02-21": "Washington's Birthday", + "2005-02-21": "Lincoln's and Washington's Birthdays", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", @@ -828,7 +807,7 @@ "2006-01-16": "Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", - "2006-02-20": "Washington's Birthday", + "2006-02-20": "Lincoln's and Washington's Birthdays", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", @@ -843,7 +822,7 @@ "2007-01-15": "Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", - "2007-02-19": "Washington's Birthday", + "2007-02-19": "Lincoln's and Washington's Birthdays", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", @@ -858,7 +837,7 @@ "2008-01-21": "Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", - "2008-02-18": "Washington's Birthday", + "2008-02-18": "Lincoln's and Washington's Birthdays", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", @@ -873,7 +852,7 @@ "2009-01-19": "Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", - "2009-02-16": "Washington's Birthday", + "2009-02-16": "Lincoln's and Washington's Birthdays", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", @@ -888,7 +867,7 @@ "2010-01-18": "Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", - "2010-02-15": "Washington's Birthday", + "2010-02-15": "Lincoln's and Washington's Birthdays", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", @@ -906,7 +885,7 @@ "2011-01-17": "Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", - "2011-02-21": "Washington's Birthday", + "2011-02-21": "Lincoln's and Washington's Birthdays", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", @@ -922,7 +901,7 @@ "2012-01-16": "Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", - "2012-02-20": "Washington's Birthday", + "2012-02-20": "Lincoln's and Washington's Birthdays", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", @@ -938,7 +917,7 @@ "2013-01-21": "Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", - "2013-02-18": "Washington's Birthday", + "2013-02-18": "Lincoln's and Washington's Birthdays", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", @@ -952,7 +931,7 @@ "2014-01-20": "Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", - "2014-02-17": "Washington's Birthday", + "2014-02-17": "Lincoln's and Washington's Birthdays", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", @@ -967,7 +946,7 @@ "2015-01-19": "Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", - "2015-02-16": "Washington's Birthday", + "2015-02-16": "Lincoln's and Washington's Birthdays", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", @@ -982,7 +961,7 @@ "2016-01-18": "Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", - "2016-02-15": "Washington's Birthday", + "2016-02-15": "Lincoln's and Washington's Birthdays", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", @@ -999,7 +978,7 @@ "2017-01-16": "Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", - "2017-02-20": "Washington's Birthday", + "2017-02-20": "Lincoln's and Washington's Birthdays", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", @@ -1014,7 +993,7 @@ "2018-01-15": "Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", - "2018-02-19": "Washington's Birthday", + "2018-02-19": "Lincoln's and Washington's Birthdays", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", @@ -1030,7 +1009,7 @@ "2019-01-21": "Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", - "2019-02-18": "Washington's Birthday", + "2019-02-18": "Lincoln's and Washington's Birthdays", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", @@ -1044,7 +1023,7 @@ "2020-01-20": "Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", - "2020-02-17": "Washington's Birthday", + "2020-02-17": "Lincoln's and Washington's Birthdays", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", @@ -1060,7 +1039,7 @@ "2021-01-18": "Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", - "2021-02-15": "Washington's Birthday", + "2021-02-15": "Lincoln's and Washington's Birthdays", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", @@ -1079,7 +1058,7 @@ "2022-01-17": "Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", - "2022-02-21": "Washington's Birthday", + "2022-02-21": "Lincoln's and Washington's Birthdays", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", @@ -1098,7 +1077,7 @@ "2023-01-16": "Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", - "2023-02-20": "Washington's Birthday", + "2023-02-20": "Lincoln's and Washington's Birthdays", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", @@ -1114,7 +1093,7 @@ "2024-01-15": "Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", - "2024-02-19": "Washington's Birthday", + "2024-02-19": "Lincoln's and Washington's Birthdays", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", @@ -1130,7 +1109,7 @@ "2025-01-20": "Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", - "2025-02-17": "Washington's Birthday", + "2025-02-17": "Lincoln's and Washington's Birthdays", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", @@ -1145,7 +1124,7 @@ "2026-01-19": "Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", - "2026-02-16": "Washington's Birthday", + "2026-02-16": "Lincoln's and Washington's Birthdays", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", @@ -1162,7 +1141,7 @@ "2027-01-18": "Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", - "2027-02-15": "Washington's Birthday", + "2027-02-15": "Lincoln's and Washington's Birthdays", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", @@ -1181,7 +1160,7 @@ "2028-01-17": "Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", - "2028-02-21": "Washington's Birthday", + "2028-02-21": "Lincoln's and Washington's Birthdays", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", @@ -1198,7 +1177,7 @@ "2029-01-15": "Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", - "2029-02-19": "Washington's Birthday", + "2029-02-19": "Lincoln's and Washington's Birthdays", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", @@ -1214,7 +1193,7 @@ "2030-01-21": "Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", - "2030-02-18": "Washington's Birthday", + "2030-02-18": "Lincoln's and Washington's Birthdays", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", @@ -1230,7 +1209,7 @@ "2031-01-20": "Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", - "2031-02-17": "Washington's Birthday", + "2031-02-17": "Lincoln's and Washington's Birthdays", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", @@ -1245,7 +1224,7 @@ "2032-01-19": "Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", - "2032-02-16": "Washington's Birthday", + "2032-02-16": "Lincoln's and Washington's Birthdays", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", @@ -1265,7 +1244,7 @@ "2033-01-17": "Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", - "2033-02-21": "Washington's Birthday", + "2033-02-21": "Lincoln's and Washington's Birthdays", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", @@ -1283,7 +1262,7 @@ "2034-01-16": "Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", - "2034-02-20": "Washington's Birthday", + "2034-02-20": "Lincoln's and Washington's Birthdays", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", @@ -1300,7 +1279,7 @@ "2035-01-15": "Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", - "2035-02-19": "Washington's Birthday", + "2035-02-19": "Lincoln's and Washington's Birthdays", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", @@ -1316,7 +1295,7 @@ "2036-01-21": "Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", - "2036-02-18": "Washington's Birthday", + "2036-02-18": "Lincoln's and Washington's Birthdays", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", @@ -1332,7 +1311,7 @@ "2037-01-19": "Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", - "2037-02-16": "Washington's Birthday", + "2037-02-16": "Lincoln's and Washington's Birthdays", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", @@ -1348,7 +1327,7 @@ "2038-01-18": "Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", - "2038-02-15": "Washington's Birthday", + "2038-02-15": "Lincoln's and Washington's Birthdays", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", @@ -1368,7 +1347,7 @@ "2039-01-17": "Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", - "2039-02-21": "Washington's Birthday", + "2039-02-21": "Lincoln's and Washington's Birthdays", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", @@ -1386,7 +1365,7 @@ "2040-01-16": "Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", - "2040-02-20": "Washington's Birthday", + "2040-02-20": "Lincoln's and Washington's Birthdays", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", @@ -1403,7 +1382,7 @@ "2041-01-21": "Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", - "2041-02-18": "Washington's Birthday", + "2041-02-18": "Lincoln's and Washington's Birthdays", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", @@ -1418,7 +1397,7 @@ "2042-01-20": "Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", - "2042-02-17": "Washington's Birthday", + "2042-02-17": "Lincoln's and Washington's Birthdays", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", @@ -1434,7 +1413,7 @@ "2043-01-19": "Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", - "2043-02-16": "Washington's Birthday", + "2043-02-16": "Lincoln's and Washington's Birthdays", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", @@ -1450,7 +1429,7 @@ "2044-01-18": "Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", - "2044-02-15": "Washington's Birthday", + "2044-02-15": "Lincoln's and Washington's Birthdays", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", @@ -1469,7 +1448,7 @@ "2045-01-16": "Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", - "2045-02-20": "Washington's Birthday", + "2045-02-20": "Lincoln's and Washington's Birthdays", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", @@ -1485,7 +1464,7 @@ "2046-01-15": "Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", - "2046-02-19": "Washington's Birthday", + "2046-02-19": "Lincoln's and Washington's Birthdays", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", @@ -1502,7 +1481,7 @@ "2047-01-21": "Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", - "2047-02-18": "Washington's Birthday", + "2047-02-18": "Lincoln's and Washington's Birthdays", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", @@ -1517,7 +1496,7 @@ "2048-01-20": "Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", - "2048-02-17": "Washington's Birthday", + "2048-02-17": "Lincoln's and Washington's Birthdays", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", @@ -1534,7 +1513,7 @@ "2049-01-18": "Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", - "2049-02-15": "Washington's Birthday", + "2049-02-15": "Lincoln's and Washington's Birthdays", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", @@ -1553,7 +1532,7 @@ "2050-01-17": "Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", - "2050-02-21": "Washington's Birthday", + "2050-02-21": "Lincoln's and Washington's Birthdays", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", diff --git a/snapshots/countries/US_NJ.json b/snapshots/countries/US_NJ.json index 9b27b2d3d..1e013df29 100644 --- a/snapshots/countries/US_NJ.json +++ b/snapshots/countries/US_NJ.json @@ -3,7 +3,6 @@ "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", - "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-04-07": "Good Friday", "1950-05-30": "Memorial Day", @@ -18,7 +17,6 @@ "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", - "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-03-23": "Good Friday", "1951-05-30": "Memorial Day", @@ -33,7 +31,6 @@ "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", - "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-04-11": "Good Friday", "1952-05-30": "Memorial Day", @@ -48,7 +45,6 @@ "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", - "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-04-03": "Good Friday", "1953-05-30": "Memorial Day", @@ -63,7 +59,6 @@ "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", - "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-04-16": "Good Friday", "1954-05-30": "Memorial Day", @@ -80,7 +75,6 @@ "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", - "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-04-08": "Good Friday", "1955-05-30": "Memorial Day", @@ -96,7 +90,6 @@ "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", - "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-03-30": "Good Friday", "1956-05-30": "Memorial Day", @@ -112,7 +105,6 @@ "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", - "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-04-19": "Good Friday", "1957-05-30": "Memorial Day", @@ -126,7 +118,6 @@ "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", - "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-04-04": "Good Friday", "1958-05-30": "Memorial Day", @@ -140,7 +131,6 @@ "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", - "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-03-27": "Good Friday", "1959-05-30": "Memorial Day", @@ -155,7 +145,6 @@ "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", - "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-04-15": "Good Friday", "1960-05-30": "Memorial Day", @@ -172,7 +161,6 @@ "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", - "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-03-31": "Good Friday", "1961-05-30": "Memorial Day", @@ -187,7 +175,6 @@ "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", - "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-04-20": "Good Friday", "1962-05-30": "Memorial Day", @@ -202,7 +189,6 @@ "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", - "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-04-12": "Good Friday", "1963-05-30": "Memorial Day", @@ -216,7 +202,6 @@ "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", - "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-03-27": "Good Friday", "1964-05-30": "Memorial Day", @@ -232,7 +217,6 @@ "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", - "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-04-16": "Good Friday", "1965-05-30": "Memorial Day", @@ -249,7 +233,6 @@ "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", - "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-04-08": "Good Friday", "1966-05-30": "Memorial Day", @@ -265,7 +248,6 @@ "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", - "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-03-24": "Good Friday", "1967-05-30": "Memorial Day", @@ -280,7 +262,6 @@ "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", - "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-04-12": "Good Friday", "1968-05-30": "Memorial Day", @@ -295,7 +276,6 @@ "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", - "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-04-04": "Good Friday", "1969-05-30": "Memorial Day", @@ -309,7 +289,6 @@ "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", - "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-03-27": "Good Friday", "1970-05-30": "Memorial Day", @@ -325,7 +304,7 @@ "1971-02-02": "Groundhog Day", "1971-02-12": "Lincoln's Birthday", "1971-02-14": "Valentine's Day", - "1971-02-15": "Washington's Birthday", + "1971-02-15": "Presidents Day", "1971-03-17": "Saint Patrick's Day", "1971-04-09": "Good Friday", "1971-05-31": "Memorial Day", @@ -344,7 +323,7 @@ "1972-02-11": "Lincoln's Birthday (observed)", "1972-02-12": "Lincoln's Birthday", "1972-02-14": "Valentine's Day", - "1972-02-21": "Washington's Birthday", + "1972-02-21": "Presidents Day", "1972-03-17": "Saint Patrick's Day", "1972-03-31": "Good Friday", "1972-05-29": "Memorial Day", @@ -360,7 +339,7 @@ "1973-02-02": "Groundhog Day", "1973-02-12": "Lincoln's Birthday", "1973-02-14": "Valentine's Day", - "1973-02-19": "Washington's Birthday", + "1973-02-19": "Presidents Day", "1973-03-17": "Saint Patrick's Day", "1973-04-20": "Good Friday", "1973-05-28": "Memorial Day", @@ -375,7 +354,7 @@ "1974-02-02": "Groundhog Day", "1974-02-12": "Lincoln's Birthday", "1974-02-14": "Valentine's Day", - "1974-02-18": "Washington's Birthday", + "1974-02-18": "Presidents Day", "1974-03-17": "Saint Patrick's Day", "1974-04-12": "Good Friday", "1974-05-27": "Memorial Day", @@ -390,7 +369,7 @@ "1975-02-02": "Groundhog Day", "1975-02-12": "Lincoln's Birthday", "1975-02-14": "Valentine's Day", - "1975-02-17": "Washington's Birthday", + "1975-02-17": "Presidents Day", "1975-03-17": "Saint Patrick's Day", "1975-03-28": "Good Friday", "1975-05-26": "Memorial Day", @@ -405,7 +384,7 @@ "1976-02-02": "Groundhog Day", "1976-02-12": "Lincoln's Birthday", "1976-02-14": "Valentine's Day", - "1976-02-16": "Washington's Birthday", + "1976-02-16": "Presidents Day", "1976-03-17": "Saint Patrick's Day", "1976-04-16": "Good Friday", "1976-05-31": "Memorial Day", @@ -425,7 +404,7 @@ "1977-02-11": "Lincoln's Birthday (observed)", "1977-02-12": "Lincoln's Birthday", "1977-02-14": "Valentine's Day", - "1977-02-21": "Washington's Birthday", + "1977-02-21": "Presidents Day", "1977-03-17": "Saint Patrick's Day", "1977-04-08": "Good Friday", "1977-05-30": "Memorial Day", @@ -443,7 +422,7 @@ "1978-02-12": "Lincoln's Birthday", "1978-02-13": "Lincoln's Birthday (observed)", "1978-02-14": "Valentine's Day", - "1978-02-20": "Washington's Birthday", + "1978-02-20": "Presidents Day", "1978-03-17": "Saint Patrick's Day", "1978-03-24": "Good Friday", "1978-05-29": "Memorial Day", @@ -459,7 +438,7 @@ "1979-02-02": "Groundhog Day", "1979-02-12": "Lincoln's Birthday", "1979-02-14": "Valentine's Day", - "1979-02-19": "Washington's Birthday", + "1979-02-19": "Presidents Day", "1979-03-17": "Saint Patrick's Day", "1979-04-13": "Good Friday", "1979-05-28": "Memorial Day", @@ -475,7 +454,7 @@ "1980-02-02": "Groundhog Day", "1980-02-12": "Lincoln's Birthday", "1980-02-14": "Valentine's Day", - "1980-02-18": "Washington's Birthday", + "1980-02-18": "Presidents Day", "1980-03-17": "Saint Patrick's Day", "1980-04-04": "Good Friday", "1980-05-26": "Memorial Day", @@ -491,7 +470,7 @@ "1981-02-02": "Groundhog Day", "1981-02-12": "Lincoln's Birthday", "1981-02-14": "Valentine's Day", - "1981-02-16": "Washington's Birthday", + "1981-02-16": "Presidents Day", "1981-03-17": "Saint Patrick's Day", "1981-04-17": "Good Friday", "1981-05-25": "Memorial Day", @@ -507,7 +486,7 @@ "1982-02-02": "Groundhog Day", "1982-02-12": "Lincoln's Birthday", "1982-02-14": "Valentine's Day", - "1982-02-15": "Washington's Birthday", + "1982-02-15": "Presidents Day", "1982-03-17": "Saint Patrick's Day", "1982-04-09": "Good Friday", "1982-05-31": "Memorial Day", @@ -526,7 +505,7 @@ "1983-02-11": "Lincoln's Birthday (observed)", "1983-02-12": "Lincoln's Birthday", "1983-02-14": "Valentine's Day", - "1983-02-21": "Washington's Birthday", + "1983-02-21": "Presidents Day", "1983-03-17": "Saint Patrick's Day", "1983-04-01": "Good Friday", "1983-05-30": "Memorial Day", @@ -544,7 +523,7 @@ "1984-02-12": "Lincoln's Birthday", "1984-02-13": "Lincoln's Birthday (observed)", "1984-02-14": "Valentine's Day", - "1984-02-20": "Washington's Birthday", + "1984-02-20": "Presidents Day", "1984-03-17": "Saint Patrick's Day", "1984-04-20": "Good Friday", "1984-05-28": "Memorial Day", @@ -561,7 +540,7 @@ "1985-02-02": "Groundhog Day", "1985-02-12": "Lincoln's Birthday", "1985-02-14": "Valentine's Day", - "1985-02-18": "Washington's Birthday", + "1985-02-18": "Presidents Day", "1985-03-17": "Saint Patrick's Day", "1985-04-05": "Good Friday", "1985-05-27": "Memorial Day", @@ -577,7 +556,7 @@ "1986-02-02": "Groundhog Day", "1986-02-12": "Lincoln's Birthday", "1986-02-14": "Valentine's Day", - "1986-02-17": "Washington's Birthday", + "1986-02-17": "Presidents Day", "1986-03-17": "Saint Patrick's Day", "1986-03-28": "Good Friday", "1986-05-26": "Memorial Day", @@ -593,7 +572,7 @@ "1987-02-02": "Groundhog Day", "1987-02-12": "Lincoln's Birthday", "1987-02-14": "Valentine's Day", - "1987-02-16": "Washington's Birthday", + "1987-02-16": "Presidents Day", "1987-03-17": "Saint Patrick's Day", "1987-04-17": "Good Friday", "1987-05-25": "Memorial Day", @@ -610,7 +589,7 @@ "1988-02-02": "Groundhog Day", "1988-02-12": "Lincoln's Birthday", "1988-02-14": "Valentine's Day", - "1988-02-15": "Washington's Birthday", + "1988-02-15": "Presidents Day", "1988-03-17": "Saint Patrick's Day", "1988-04-01": "Good Friday", "1988-05-30": "Memorial Day", @@ -630,7 +609,7 @@ "1989-02-12": "Lincoln's Birthday", "1989-02-13": "Lincoln's Birthday (observed)", "1989-02-14": "Valentine's Day", - "1989-02-20": "Washington's Birthday", + "1989-02-20": "Presidents Day", "1989-03-17": "Saint Patrick's Day", "1989-03-24": "Good Friday", "1989-05-29": "Memorial Day", @@ -647,7 +626,7 @@ "1990-02-02": "Groundhog Day", "1990-02-12": "Lincoln's Birthday", "1990-02-14": "Valentine's Day", - "1990-02-19": "Washington's Birthday", + "1990-02-19": "Presidents Day", "1990-03-17": "Saint Patrick's Day", "1990-04-13": "Good Friday", "1990-05-28": "Memorial Day", @@ -664,7 +643,7 @@ "1991-02-02": "Groundhog Day", "1991-02-12": "Lincoln's Birthday", "1991-02-14": "Valentine's Day", - "1991-02-18": "Washington's Birthday", + "1991-02-18": "Presidents Day", "1991-03-17": "Saint Patrick's Day", "1991-03-29": "Good Friday", "1991-05-27": "Memorial Day", @@ -680,7 +659,7 @@ "1992-02-02": "Groundhog Day", "1992-02-12": "Lincoln's Birthday", "1992-02-14": "Valentine's Day", - "1992-02-17": "Washington's Birthday", + "1992-02-17": "Presidents Day", "1992-03-17": "Saint Patrick's Day", "1992-04-17": "Good Friday", "1992-05-25": "Memorial Day", @@ -698,7 +677,7 @@ "1993-02-02": "Groundhog Day", "1993-02-12": "Lincoln's Birthday", "1993-02-14": "Valentine's Day", - "1993-02-15": "Washington's Birthday", + "1993-02-15": "Presidents Day", "1993-03-17": "Saint Patrick's Day", "1993-04-09": "Good Friday", "1993-05-31": "Memorial Day", @@ -718,7 +697,7 @@ "1994-02-11": "Lincoln's Birthday (observed)", "1994-02-12": "Lincoln's Birthday", "1994-02-14": "Valentine's Day", - "1994-02-21": "Washington's Birthday", + "1994-02-21": "Presidents Day", "1994-03-17": "Saint Patrick's Day", "1994-04-01": "Good Friday", "1994-05-30": "Memorial Day", @@ -737,7 +716,7 @@ "1995-02-12": "Lincoln's Birthday", "1995-02-13": "Lincoln's Birthday (observed)", "1995-02-14": "Valentine's Day", - "1995-02-20": "Washington's Birthday", + "1995-02-20": "Presidents Day", "1995-03-17": "Saint Patrick's Day", "1995-04-14": "Good Friday", "1995-05-29": "Memorial Day", @@ -754,7 +733,7 @@ "1996-02-02": "Groundhog Day", "1996-02-12": "Lincoln's Birthday", "1996-02-14": "Valentine's Day", - "1996-02-19": "Washington's Birthday", + "1996-02-19": "Presidents Day", "1996-03-17": "Saint Patrick's Day", "1996-04-05": "Good Friday", "1996-05-27": "Memorial Day", @@ -771,7 +750,7 @@ "1997-02-02": "Groundhog Day", "1997-02-12": "Lincoln's Birthday", "1997-02-14": "Valentine's Day", - "1997-02-17": "Washington's Birthday", + "1997-02-17": "Presidents Day", "1997-03-17": "Saint Patrick's Day", "1997-03-28": "Good Friday", "1997-05-26": "Memorial Day", @@ -787,7 +766,7 @@ "1998-02-02": "Groundhog Day", "1998-02-12": "Lincoln's Birthday", "1998-02-14": "Valentine's Day", - "1998-02-16": "Washington's Birthday", + "1998-02-16": "Presidents Day", "1998-03-17": "Saint Patrick's Day", "1998-04-10": "Good Friday", "1998-05-25": "Memorial Day", @@ -804,7 +783,7 @@ "1999-02-02": "Groundhog Day", "1999-02-12": "Lincoln's Birthday", "1999-02-14": "Valentine's Day", - "1999-02-15": "Washington's Birthday", + "1999-02-15": "Presidents Day", "1999-03-17": "Saint Patrick's Day", "1999-04-02": "Good Friday", "1999-05-31": "Memorial Day", @@ -824,7 +803,7 @@ "2000-02-11": "Lincoln's Birthday (observed)", "2000-02-12": "Lincoln's Birthday", "2000-02-14": "Valentine's Day", - "2000-02-21": "Washington's Birthday", + "2000-02-21": "Presidents Day", "2000-03-17": "Saint Patrick's Day", "2000-04-21": "Good Friday", "2000-05-29": "Memorial Day", @@ -842,7 +821,7 @@ "2001-02-02": "Groundhog Day", "2001-02-12": "Lincoln's Birthday", "2001-02-14": "Valentine's Day", - "2001-02-19": "Washington's Birthday", + "2001-02-19": "Presidents Day", "2001-03-17": "Saint Patrick's Day", "2001-04-13": "Good Friday", "2001-05-28": "Memorial Day", @@ -859,7 +838,7 @@ "2002-02-02": "Groundhog Day", "2002-02-12": "Lincoln's Birthday", "2002-02-14": "Valentine's Day", - "2002-02-18": "Washington's Birthday", + "2002-02-18": "Presidents Day", "2002-03-17": "Saint Patrick's Day", "2002-03-29": "Good Friday", "2002-05-27": "Memorial Day", @@ -875,7 +854,7 @@ "2003-02-02": "Groundhog Day", "2003-02-12": "Lincoln's Birthday", "2003-02-14": "Valentine's Day", - "2003-02-17": "Washington's Birthday", + "2003-02-17": "Presidents Day", "2003-03-17": "Saint Patrick's Day", "2003-04-18": "Good Friday", "2003-05-26": "Memorial Day", @@ -891,7 +870,7 @@ "2004-02-02": "Groundhog Day", "2004-02-12": "Lincoln's Birthday", "2004-02-14": "Valentine's Day", - "2004-02-16": "Washington's Birthday", + "2004-02-16": "Presidents Day", "2004-03-17": "Saint Patrick's Day", "2004-04-09": "Good Friday", "2004-05-31": "Memorial Day", @@ -912,7 +891,7 @@ "2005-02-11": "Lincoln's Birthday (observed)", "2005-02-12": "Lincoln's Birthday", "2005-02-14": "Valentine's Day", - "2005-02-21": "Washington's Birthday", + "2005-02-21": "Presidents Day", "2005-03-17": "Saint Patrick's Day", "2005-03-25": "Good Friday", "2005-05-30": "Memorial Day", @@ -931,7 +910,7 @@ "2006-02-12": "Lincoln's Birthday", "2006-02-13": "Lincoln's Birthday (observed)", "2006-02-14": "Valentine's Day", - "2006-02-20": "Washington's Birthday", + "2006-02-20": "Presidents Day", "2006-03-17": "Saint Patrick's Day", "2006-04-14": "Good Friday", "2006-05-29": "Memorial Day", @@ -948,7 +927,7 @@ "2007-02-02": "Groundhog Day", "2007-02-12": "Lincoln's Birthday", "2007-02-14": "Valentine's Day", - "2007-02-19": "Washington's Birthday", + "2007-02-19": "Presidents Day", "2007-03-17": "Saint Patrick's Day", "2007-04-06": "Good Friday", "2007-05-28": "Memorial Day", @@ -965,7 +944,7 @@ "2008-02-02": "Groundhog Day", "2008-02-12": "Lincoln's Birthday", "2008-02-14": "Valentine's Day", - "2008-02-18": "Washington's Birthday", + "2008-02-18": "Presidents Day", "2008-03-17": "Saint Patrick's Day", "2008-03-21": "Good Friday", "2008-05-26": "Memorial Day", @@ -982,7 +961,7 @@ "2009-02-02": "Groundhog Day", "2009-02-12": "Lincoln's Birthday", "2009-02-14": "Valentine's Day", - "2009-02-16": "Washington's Birthday", + "2009-02-16": "Presidents Day", "2009-03-17": "Saint Patrick's Day", "2009-04-10": "Good Friday", "2009-05-25": "Memorial Day", @@ -999,7 +978,7 @@ "2010-02-02": "Groundhog Day", "2010-02-12": "Lincoln's Birthday", "2010-02-14": "Valentine's Day", - "2010-02-15": "Washington's Birthday", + "2010-02-15": "Presidents Day", "2010-03-17": "Saint Patrick's Day", "2010-04-02": "Good Friday", "2010-05-31": "Memorial Day", @@ -1020,7 +999,7 @@ "2011-02-11": "Lincoln's Birthday (observed)", "2011-02-12": "Lincoln's Birthday", "2011-02-14": "Valentine's Day", - "2011-02-21": "Washington's Birthday", + "2011-02-21": "Presidents Day", "2011-03-17": "Saint Patrick's Day", "2011-04-22": "Good Friday", "2011-05-30": "Memorial Day", @@ -1039,7 +1018,7 @@ "2012-02-12": "Lincoln's Birthday", "2012-02-13": "Lincoln's Birthday (observed)", "2012-02-14": "Valentine's Day", - "2012-02-20": "Washington's Birthday", + "2012-02-20": "Presidents Day", "2012-03-17": "Saint Patrick's Day", "2012-04-06": "Good Friday", "2012-05-28": "Memorial Day", @@ -1057,7 +1036,7 @@ "2013-02-02": "Groundhog Day", "2013-02-12": "Lincoln's Birthday", "2013-02-14": "Valentine's Day", - "2013-02-18": "Washington's Birthday", + "2013-02-18": "Presidents Day", "2013-03-17": "Saint Patrick's Day", "2013-03-29": "Good Friday", "2013-05-27": "Memorial Day", @@ -1073,7 +1052,7 @@ "2014-02-02": "Groundhog Day", "2014-02-12": "Lincoln's Birthday", "2014-02-14": "Valentine's Day", - "2014-02-17": "Washington's Birthday", + "2014-02-17": "Presidents Day", "2014-03-17": "Saint Patrick's Day", "2014-04-18": "Good Friday", "2014-05-26": "Memorial Day", @@ -1090,7 +1069,7 @@ "2015-02-02": "Groundhog Day", "2015-02-12": "Lincoln's Birthday", "2015-02-14": "Valentine's Day", - "2015-02-16": "Washington's Birthday", + "2015-02-16": "Presidents Day", "2015-03-17": "Saint Patrick's Day", "2015-04-03": "Good Friday", "2015-05-25": "Memorial Day", @@ -1107,7 +1086,7 @@ "2016-02-02": "Groundhog Day", "2016-02-12": "Lincoln's Birthday", "2016-02-14": "Valentine's Day", - "2016-02-15": "Washington's Birthday", + "2016-02-15": "Presidents Day", "2016-03-17": "Saint Patrick's Day", "2016-03-25": "Good Friday", "2016-05-30": "Memorial Day", @@ -1127,7 +1106,7 @@ "2017-02-12": "Lincoln's Birthday", "2017-02-13": "Lincoln's Birthday (observed)", "2017-02-14": "Valentine's Day", - "2017-02-20": "Washington's Birthday", + "2017-02-20": "Presidents Day", "2017-03-17": "Saint Patrick's Day", "2017-04-14": "Good Friday", "2017-05-29": "Memorial Day", @@ -1144,7 +1123,7 @@ "2018-02-02": "Groundhog Day", "2018-02-12": "Lincoln's Birthday", "2018-02-14": "Valentine's Day", - "2018-02-19": "Washington's Birthday", + "2018-02-19": "Presidents Day", "2018-03-17": "Saint Patrick's Day", "2018-03-30": "Good Friday", "2018-05-28": "Memorial Day", @@ -1162,7 +1141,7 @@ "2019-02-02": "Groundhog Day", "2019-02-12": "Lincoln's Birthday", "2019-02-14": "Valentine's Day", - "2019-02-18": "Washington's Birthday", + "2019-02-18": "Presidents Day", "2019-03-17": "Saint Patrick's Day", "2019-04-19": "Good Friday", "2019-05-27": "Memorial Day", @@ -1178,7 +1157,7 @@ "2020-02-02": "Groundhog Day", "2020-02-12": "Lincoln's Birthday", "2020-02-14": "Valentine's Day", - "2020-02-17": "Washington's Birthday", + "2020-02-17": "Presidents Day", "2020-03-17": "Saint Patrick's Day", "2020-04-10": "Good Friday", "2020-05-25": "Memorial Day", @@ -1196,7 +1175,7 @@ "2021-02-02": "Groundhog Day", "2021-02-12": "Lincoln's Birthday", "2021-02-14": "Valentine's Day", - "2021-02-15": "Washington's Birthday", + "2021-02-15": "Presidents Day", "2021-03-17": "Saint Patrick's Day", "2021-04-02": "Good Friday", "2021-05-31": "Memorial Day", @@ -1218,7 +1197,7 @@ "2022-02-11": "Lincoln's Birthday (observed)", "2022-02-12": "Lincoln's Birthday", "2022-02-14": "Valentine's Day", - "2022-02-21": "Washington's Birthday", + "2022-02-21": "Presidents Day", "2022-03-17": "Saint Patrick's Day", "2022-04-15": "Good Friday", "2022-05-30": "Memorial Day", @@ -1240,7 +1219,7 @@ "2023-02-12": "Lincoln's Birthday", "2023-02-13": "Lincoln's Birthday (observed)", "2023-02-14": "Valentine's Day", - "2023-02-20": "Washington's Birthday", + "2023-02-20": "Presidents Day", "2023-03-17": "Saint Patrick's Day", "2023-04-07": "Good Friday", "2023-05-29": "Memorial Day", @@ -1258,7 +1237,7 @@ "2024-02-02": "Groundhog Day", "2024-02-12": "Lincoln's Birthday", "2024-02-14": "Valentine's Day", - "2024-02-19": "Washington's Birthday", + "2024-02-19": "Presidents Day", "2024-03-17": "Saint Patrick's Day", "2024-03-29": "Good Friday", "2024-05-27": "Memorial Day", @@ -1276,7 +1255,7 @@ "2025-02-02": "Groundhog Day", "2025-02-12": "Lincoln's Birthday", "2025-02-14": "Valentine's Day", - "2025-02-17": "Washington's Birthday", + "2025-02-17": "Presidents Day", "2025-03-17": "Saint Patrick's Day", "2025-04-18": "Good Friday", "2025-05-26": "Memorial Day", @@ -1293,7 +1272,7 @@ "2026-02-02": "Groundhog Day", "2026-02-12": "Lincoln's Birthday", "2026-02-14": "Valentine's Day", - "2026-02-16": "Washington's Birthday", + "2026-02-16": "Presidents Day", "2026-03-17": "Saint Patrick's Day", "2026-04-03": "Good Friday", "2026-05-25": "Memorial Day", @@ -1312,7 +1291,7 @@ "2027-02-02": "Groundhog Day", "2027-02-12": "Lincoln's Birthday", "2027-02-14": "Valentine's Day", - "2027-02-15": "Washington's Birthday", + "2027-02-15": "Presidents Day", "2027-03-17": "Saint Patrick's Day", "2027-03-26": "Good Friday", "2027-05-31": "Memorial Day", @@ -1334,7 +1313,7 @@ "2028-02-11": "Lincoln's Birthday (observed)", "2028-02-12": "Lincoln's Birthday", "2028-02-14": "Valentine's Day", - "2028-02-21": "Washington's Birthday", + "2028-02-21": "Presidents Day", "2028-03-17": "Saint Patrick's Day", "2028-04-14": "Good Friday", "2028-05-29": "Memorial Day", @@ -1353,7 +1332,7 @@ "2029-02-02": "Groundhog Day", "2029-02-12": "Lincoln's Birthday", "2029-02-14": "Valentine's Day", - "2029-02-19": "Washington's Birthday", + "2029-02-19": "Presidents Day", "2029-03-17": "Saint Patrick's Day", "2029-03-30": "Good Friday", "2029-05-28": "Memorial Day", @@ -1371,7 +1350,7 @@ "2030-02-02": "Groundhog Day", "2030-02-12": "Lincoln's Birthday", "2030-02-14": "Valentine's Day", - "2030-02-18": "Washington's Birthday", + "2030-02-18": "Presidents Day", "2030-03-17": "Saint Patrick's Day", "2030-04-19": "Good Friday", "2030-05-27": "Memorial Day", @@ -1389,7 +1368,7 @@ "2031-02-02": "Groundhog Day", "2031-02-12": "Lincoln's Birthday", "2031-02-14": "Valentine's Day", - "2031-02-17": "Washington's Birthday", + "2031-02-17": "Presidents Day", "2031-03-17": "Saint Patrick's Day", "2031-04-11": "Good Friday", "2031-05-26": "Memorial Day", @@ -1406,7 +1385,7 @@ "2032-02-02": "Groundhog Day", "2032-02-12": "Lincoln's Birthday", "2032-02-14": "Valentine's Day", - "2032-02-16": "Washington's Birthday", + "2032-02-16": "Presidents Day", "2032-03-17": "Saint Patrick's Day", "2032-03-26": "Good Friday", "2032-05-31": "Memorial Day", @@ -1429,7 +1408,7 @@ "2033-02-11": "Lincoln's Birthday (observed)", "2033-02-12": "Lincoln's Birthday", "2033-02-14": "Valentine's Day", - "2033-02-21": "Washington's Birthday", + "2033-02-21": "Presidents Day", "2033-03-17": "Saint Patrick's Day", "2033-04-15": "Good Friday", "2033-05-30": "Memorial Day", @@ -1450,7 +1429,7 @@ "2034-02-12": "Lincoln's Birthday", "2034-02-13": "Lincoln's Birthday (observed)", "2034-02-14": "Valentine's Day", - "2034-02-20": "Washington's Birthday", + "2034-02-20": "Presidents Day", "2034-03-17": "Saint Patrick's Day", "2034-04-07": "Good Friday", "2034-05-29": "Memorial Day", @@ -1469,7 +1448,7 @@ "2035-02-02": "Groundhog Day", "2035-02-12": "Lincoln's Birthday", "2035-02-14": "Valentine's Day", - "2035-02-19": "Washington's Birthday", + "2035-02-19": "Presidents Day", "2035-03-17": "Saint Patrick's Day", "2035-03-23": "Good Friday", "2035-05-28": "Memorial Day", @@ -1487,7 +1466,7 @@ "2036-02-02": "Groundhog Day", "2036-02-12": "Lincoln's Birthday", "2036-02-14": "Valentine's Day", - "2036-02-18": "Washington's Birthday", + "2036-02-18": "Presidents Day", "2036-03-17": "Saint Patrick's Day", "2036-04-11": "Good Friday", "2036-05-26": "Memorial Day", @@ -1505,7 +1484,7 @@ "2037-02-02": "Groundhog Day", "2037-02-12": "Lincoln's Birthday", "2037-02-14": "Valentine's Day", - "2037-02-16": "Washington's Birthday", + "2037-02-16": "Presidents Day", "2037-03-17": "Saint Patrick's Day", "2037-04-03": "Good Friday", "2037-05-25": "Memorial Day", @@ -1523,7 +1502,7 @@ "2038-02-02": "Groundhog Day", "2038-02-12": "Lincoln's Birthday", "2038-02-14": "Valentine's Day", - "2038-02-15": "Washington's Birthday", + "2038-02-15": "Presidents Day", "2038-03-17": "Saint Patrick's Day", "2038-04-23": "Good Friday", "2038-05-31": "Memorial Day", @@ -1546,7 +1525,7 @@ "2039-02-11": "Lincoln's Birthday (observed)", "2039-02-12": "Lincoln's Birthday", "2039-02-14": "Valentine's Day", - "2039-02-21": "Washington's Birthday", + "2039-02-21": "Presidents Day", "2039-03-17": "Saint Patrick's Day", "2039-04-08": "Good Friday", "2039-05-30": "Memorial Day", @@ -1567,7 +1546,7 @@ "2040-02-12": "Lincoln's Birthday", "2040-02-13": "Lincoln's Birthday (observed)", "2040-02-14": "Valentine's Day", - "2040-02-20": "Washington's Birthday", + "2040-02-20": "Presidents Day", "2040-03-17": "Saint Patrick's Day", "2040-03-30": "Good Friday", "2040-05-28": "Memorial Day", @@ -1586,7 +1565,7 @@ "2041-02-02": "Groundhog Day", "2041-02-12": "Lincoln's Birthday", "2041-02-14": "Valentine's Day", - "2041-02-18": "Washington's Birthday", + "2041-02-18": "Presidents Day", "2041-03-17": "Saint Patrick's Day", "2041-04-19": "Good Friday", "2041-05-27": "Memorial Day", @@ -1603,7 +1582,7 @@ "2042-02-02": "Groundhog Day", "2042-02-12": "Lincoln's Birthday", "2042-02-14": "Valentine's Day", - "2042-02-17": "Washington's Birthday", + "2042-02-17": "Presidents Day", "2042-03-17": "Saint Patrick's Day", "2042-04-04": "Good Friday", "2042-05-26": "Memorial Day", @@ -1621,7 +1600,7 @@ "2043-02-02": "Groundhog Day", "2043-02-12": "Lincoln's Birthday", "2043-02-14": "Valentine's Day", - "2043-02-16": "Washington's Birthday", + "2043-02-16": "Presidents Day", "2043-03-17": "Saint Patrick's Day", "2043-03-27": "Good Friday", "2043-05-25": "Memorial Day", @@ -1639,7 +1618,7 @@ "2044-02-02": "Groundhog Day", "2044-02-12": "Lincoln's Birthday", "2044-02-14": "Valentine's Day", - "2044-02-15": "Washington's Birthday", + "2044-02-15": "Presidents Day", "2044-03-17": "Saint Patrick's Day", "2044-04-15": "Good Friday", "2044-05-30": "Memorial Day", @@ -1661,7 +1640,7 @@ "2045-02-12": "Lincoln's Birthday", "2045-02-13": "Lincoln's Birthday (observed)", "2045-02-14": "Valentine's Day", - "2045-02-20": "Washington's Birthday", + "2045-02-20": "Presidents Day", "2045-03-17": "Saint Patrick's Day", "2045-04-07": "Good Friday", "2045-05-29": "Memorial Day", @@ -1679,7 +1658,7 @@ "2046-02-02": "Groundhog Day", "2046-02-12": "Lincoln's Birthday", "2046-02-14": "Valentine's Day", - "2046-02-19": "Washington's Birthday", + "2046-02-19": "Presidents Day", "2046-03-17": "Saint Patrick's Day", "2046-03-23": "Good Friday", "2046-05-28": "Memorial Day", @@ -1698,7 +1677,7 @@ "2047-02-02": "Groundhog Day", "2047-02-12": "Lincoln's Birthday", "2047-02-14": "Valentine's Day", - "2047-02-18": "Washington's Birthday", + "2047-02-18": "Presidents Day", "2047-03-17": "Saint Patrick's Day", "2047-04-12": "Good Friday", "2047-05-27": "Memorial Day", @@ -1715,7 +1694,7 @@ "2048-02-02": "Groundhog Day", "2048-02-12": "Lincoln's Birthday", "2048-02-14": "Valentine's Day", - "2048-02-17": "Washington's Birthday", + "2048-02-17": "Presidents Day", "2048-03-17": "Saint Patrick's Day", "2048-04-03": "Good Friday", "2048-05-25": "Memorial Day", @@ -1734,7 +1713,7 @@ "2049-02-02": "Groundhog Day", "2049-02-12": "Lincoln's Birthday", "2049-02-14": "Valentine's Day", - "2049-02-15": "Washington's Birthday", + "2049-02-15": "Presidents Day", "2049-03-17": "Saint Patrick's Day", "2049-04-16": "Good Friday", "2049-05-31": "Memorial Day", @@ -1756,7 +1735,7 @@ "2050-02-11": "Lincoln's Birthday (observed)", "2050-02-12": "Lincoln's Birthday", "2050-02-14": "Valentine's Day", - "2050-02-21": "Washington's Birthday", + "2050-02-21": "Presidents Day", "2050-03-17": "Saint Patrick's Day", "2050-04-08": "Good Friday", "2050-05-30": "Memorial Day", diff --git a/snapshots/countries/US_OH.json b/snapshots/countries/US_OH.json index 0b1335add..670e72142 100644 --- a/snapshots/countries/US_OH.json +++ b/snapshots/countries/US_OH.json @@ -3,7 +3,6 @@ "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", - "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", @@ -17,7 +16,6 @@ "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", - "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", @@ -31,7 +29,6 @@ "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", - "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", @@ -45,7 +42,6 @@ "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", - "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", @@ -59,7 +55,6 @@ "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", - "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", @@ -75,7 +70,6 @@ "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", - "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", @@ -90,7 +84,6 @@ "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", - "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", @@ -105,7 +98,6 @@ "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", - "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", @@ -118,7 +110,6 @@ "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", - "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", @@ -131,7 +122,6 @@ "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", - "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", @@ -145,7 +135,6 @@ "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", - "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", @@ -161,7 +150,6 @@ "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", - "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", @@ -175,7 +163,6 @@ "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", - "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", @@ -189,7 +176,6 @@ "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", - "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", @@ -202,7 +188,6 @@ "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", - "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", @@ -217,7 +202,6 @@ "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", - "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", @@ -233,7 +217,6 @@ "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", - "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", @@ -248,7 +231,6 @@ "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", - "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", @@ -262,7 +244,6 @@ "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", - "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", @@ -276,7 +257,6 @@ "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", - "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", @@ -289,7 +269,6 @@ "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", - "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", @@ -303,7 +282,7 @@ "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", - "1971-02-15": "Washington's Birthday", + "1971-02-15": "Washington-Lincoln Day", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", @@ -319,7 +298,7 @@ "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", - "1972-02-21": "Washington's Birthday", + "1972-02-21": "Washington-Lincoln Day", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", @@ -333,7 +312,7 @@ "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", - "1973-02-19": "Washington's Birthday", + "1973-02-19": "Washington-Lincoln Day", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", @@ -346,7 +325,7 @@ "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", - "1974-02-18": "Washington's Birthday", + "1974-02-18": "Washington-Lincoln Day", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", @@ -359,7 +338,7 @@ "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", - "1975-02-17": "Washington's Birthday", + "1975-02-17": "Washington-Lincoln Day", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", @@ -372,7 +351,7 @@ "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", - "1976-02-16": "Washington's Birthday", + "1976-02-16": "Washington-Lincoln Day", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", @@ -389,7 +368,7 @@ "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", - "1977-02-21": "Washington's Birthday", + "1977-02-21": "Washington-Lincoln Day", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", @@ -404,7 +383,7 @@ "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", - "1978-02-20": "Washington's Birthday", + "1978-02-20": "Washington-Lincoln Day", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", @@ -418,7 +397,7 @@ "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", - "1979-02-19": "Washington's Birthday", + "1979-02-19": "Washington-Lincoln Day", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", @@ -432,7 +411,7 @@ "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", - "1980-02-18": "Washington's Birthday", + "1980-02-18": "Washington-Lincoln Day", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", @@ -446,7 +425,7 @@ "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", - "1981-02-16": "Washington's Birthday", + "1981-02-16": "Washington-Lincoln Day", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", @@ -460,7 +439,7 @@ "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", - "1982-02-15": "Washington's Birthday", + "1982-02-15": "Washington-Lincoln Day", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", @@ -476,7 +455,7 @@ "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", - "1983-02-21": "Washington's Birthday", + "1983-02-21": "Washington-Lincoln Day", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", @@ -491,7 +470,7 @@ "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", - "1984-02-20": "Washington's Birthday", + "1984-02-20": "Washington-Lincoln Day", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", @@ -506,7 +485,7 @@ "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", - "1985-02-18": "Washington's Birthday", + "1985-02-18": "Washington-Lincoln Day", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", @@ -520,7 +499,7 @@ "1986-01-20": "Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", - "1986-02-17": "Washington's Birthday", + "1986-02-17": "Washington-Lincoln Day", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", @@ -534,7 +513,7 @@ "1987-01-19": "Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", - "1987-02-16": "Washington's Birthday", + "1987-02-16": "Washington-Lincoln Day", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", @@ -549,7 +528,7 @@ "1988-01-18": "Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", - "1988-02-15": "Washington's Birthday", + "1988-02-15": "Washington-Lincoln Day", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", @@ -566,7 +545,7 @@ "1989-01-16": "Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", - "1989-02-20": "Washington's Birthday", + "1989-02-20": "Washington-Lincoln Day", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", @@ -581,7 +560,7 @@ "1990-01-15": "Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", - "1990-02-19": "Washington's Birthday", + "1990-02-19": "Washington-Lincoln Day", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", @@ -596,7 +575,7 @@ "1991-01-21": "Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", - "1991-02-18": "Washington's Birthday", + "1991-02-18": "Washington-Lincoln Day", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", @@ -610,7 +589,7 @@ "1992-01-20": "Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", - "1992-02-17": "Washington's Birthday", + "1992-02-17": "Washington-Lincoln Day", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", @@ -626,7 +605,7 @@ "1993-01-18": "Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", - "1993-02-15": "Washington's Birthday", + "1993-02-15": "Washington-Lincoln Day", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", @@ -643,7 +622,7 @@ "1994-01-17": "Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", - "1994-02-21": "Washington's Birthday", + "1994-02-21": "Washington-Lincoln Day", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", @@ -659,7 +638,7 @@ "1995-01-16": "Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", - "1995-02-20": "Washington's Birthday", + "1995-02-20": "Washington-Lincoln Day", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", @@ -674,7 +653,7 @@ "1996-01-15": "Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", - "1996-02-19": "Washington's Birthday", + "1996-02-19": "Washington-Lincoln Day", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", @@ -689,7 +668,7 @@ "1997-01-20": "Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", - "1997-02-17": "Washington's Birthday", + "1997-02-17": "Washington-Lincoln Day", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", @@ -703,7 +682,7 @@ "1998-01-19": "Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", - "1998-02-16": "Washington's Birthday", + "1998-02-16": "Washington-Lincoln Day", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", @@ -718,7 +697,7 @@ "1999-01-18": "Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", - "1999-02-15": "Washington's Birthday", + "1999-02-15": "Washington-Lincoln Day", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", @@ -735,7 +714,7 @@ "2000-01-17": "Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", - "2000-02-21": "Washington's Birthday", + "2000-02-21": "Washington-Lincoln Day", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", @@ -751,7 +730,7 @@ "2001-01-15": "Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", - "2001-02-19": "Washington's Birthday", + "2001-02-19": "Washington-Lincoln Day", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", @@ -766,7 +745,7 @@ "2002-01-21": "Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", - "2002-02-18": "Washington's Birthday", + "2002-02-18": "Washington-Lincoln Day", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", @@ -780,7 +759,7 @@ "2003-01-20": "Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", - "2003-02-17": "Washington's Birthday", + "2003-02-17": "Washington-Lincoln Day", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", @@ -794,7 +773,7 @@ "2004-01-19": "Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", - "2004-02-16": "Washington's Birthday", + "2004-02-16": "Washington-Lincoln Day", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", @@ -812,7 +791,7 @@ "2005-01-17": "Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", - "2005-02-21": "Washington's Birthday", + "2005-02-21": "Washington-Lincoln Day", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", @@ -828,7 +807,7 @@ "2006-01-16": "Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", - "2006-02-20": "Washington's Birthday", + "2006-02-20": "Washington-Lincoln Day", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", @@ -843,7 +822,7 @@ "2007-01-15": "Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", - "2007-02-19": "Washington's Birthday", + "2007-02-19": "Washington-Lincoln Day", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", @@ -858,7 +837,7 @@ "2008-01-21": "Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", - "2008-02-18": "Washington's Birthday", + "2008-02-18": "Washington-Lincoln Day", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", @@ -873,7 +852,7 @@ "2009-01-19": "Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", - "2009-02-16": "Washington's Birthday", + "2009-02-16": "Washington-Lincoln Day", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", @@ -888,7 +867,7 @@ "2010-01-18": "Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", - "2010-02-15": "Washington's Birthday", + "2010-02-15": "Washington-Lincoln Day", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", @@ -905,7 +884,7 @@ "2011-01-17": "Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", - "2011-02-21": "Washington's Birthday", + "2011-02-21": "Washington-Lincoln Day", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", @@ -921,7 +900,7 @@ "2012-01-16": "Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", - "2012-02-20": "Washington's Birthday", + "2012-02-20": "Washington-Lincoln Day", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", @@ -937,7 +916,7 @@ "2013-01-21": "Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", - "2013-02-18": "Washington's Birthday", + "2013-02-18": "Washington-Lincoln Day", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", @@ -951,7 +930,7 @@ "2014-01-20": "Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", - "2014-02-17": "Washington's Birthday", + "2014-02-17": "Washington-Lincoln Day", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", @@ -965,7 +944,7 @@ "2015-01-19": "Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", - "2015-02-16": "Washington's Birthday", + "2015-02-16": "Washington-Lincoln Day", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", @@ -980,7 +959,7 @@ "2016-01-18": "Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", - "2016-02-15": "Washington's Birthday", + "2016-02-15": "Washington-Lincoln Day", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", @@ -997,7 +976,7 @@ "2017-01-16": "Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", - "2017-02-20": "Washington's Birthday", + "2017-02-20": "Washington-Lincoln Day", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", @@ -1012,7 +991,7 @@ "2018-01-15": "Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", - "2018-02-19": "Washington's Birthday", + "2018-02-19": "Washington-Lincoln Day", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", @@ -1027,7 +1006,7 @@ "2019-01-21": "Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", - "2019-02-18": "Washington's Birthday", + "2019-02-18": "Washington-Lincoln Day", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", @@ -1041,7 +1020,7 @@ "2020-01-20": "Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", - "2020-02-17": "Washington's Birthday", + "2020-02-17": "Washington-Lincoln Day", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", @@ -1057,7 +1036,7 @@ "2021-01-18": "Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", - "2021-02-15": "Washington's Birthday", + "2021-02-15": "Washington-Lincoln Day", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", @@ -1076,7 +1055,7 @@ "2022-01-17": "Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", - "2022-02-21": "Washington's Birthday", + "2022-02-21": "Washington-Lincoln Day", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", @@ -1094,7 +1073,7 @@ "2023-01-16": "Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", - "2023-02-20": "Washington's Birthday", + "2023-02-20": "Washington-Lincoln Day", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", @@ -1110,7 +1089,7 @@ "2024-01-15": "Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", - "2024-02-19": "Washington's Birthday", + "2024-02-19": "Washington-Lincoln Day", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", @@ -1126,7 +1105,7 @@ "2025-01-20": "Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", - "2025-02-17": "Washington's Birthday", + "2025-02-17": "Washington-Lincoln Day", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", @@ -1141,7 +1120,7 @@ "2026-01-19": "Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", - "2026-02-16": "Washington's Birthday", + "2026-02-16": "Washington-Lincoln Day", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", @@ -1157,7 +1136,7 @@ "2027-01-18": "Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", - "2027-02-15": "Washington's Birthday", + "2027-02-15": "Washington-Lincoln Day", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", @@ -1176,7 +1155,7 @@ "2028-01-17": "Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", - "2028-02-21": "Washington's Birthday", + "2028-02-21": "Washington-Lincoln Day", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", @@ -1193,7 +1172,7 @@ "2029-01-15": "Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", - "2029-02-19": "Washington's Birthday", + "2029-02-19": "Washington-Lincoln Day", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", @@ -1209,7 +1188,7 @@ "2030-01-21": "Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", - "2030-02-18": "Washington's Birthday", + "2030-02-18": "Washington-Lincoln Day", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", @@ -1224,7 +1203,7 @@ "2031-01-20": "Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", - "2031-02-17": "Washington's Birthday", + "2031-02-17": "Washington-Lincoln Day", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", @@ -1239,7 +1218,7 @@ "2032-01-19": "Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", - "2032-02-16": "Washington's Birthday", + "2032-02-16": "Washington-Lincoln Day", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", @@ -1259,7 +1238,7 @@ "2033-01-17": "Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", - "2033-02-21": "Washington's Birthday", + "2033-02-21": "Washington-Lincoln Day", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", @@ -1277,7 +1256,7 @@ "2034-01-16": "Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", - "2034-02-20": "Washington's Birthday", + "2034-02-20": "Washington-Lincoln Day", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", @@ -1293,7 +1272,7 @@ "2035-01-15": "Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", - "2035-02-19": "Washington's Birthday", + "2035-02-19": "Washington-Lincoln Day", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", @@ -1309,7 +1288,7 @@ "2036-01-21": "Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", - "2036-02-18": "Washington's Birthday", + "2036-02-18": "Washington-Lincoln Day", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", @@ -1325,7 +1304,7 @@ "2037-01-19": "Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", - "2037-02-16": "Washington's Birthday", + "2037-02-16": "Washington-Lincoln Day", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", @@ -1341,7 +1320,7 @@ "2038-01-18": "Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", - "2038-02-15": "Washington's Birthday", + "2038-02-15": "Washington-Lincoln Day", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", @@ -1360,7 +1339,7 @@ "2039-01-17": "Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", - "2039-02-21": "Washington's Birthday", + "2039-02-21": "Washington-Lincoln Day", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", @@ -1378,7 +1357,7 @@ "2040-01-16": "Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", - "2040-02-20": "Washington's Birthday", + "2040-02-20": "Washington-Lincoln Day", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", @@ -1395,7 +1374,7 @@ "2041-01-21": "Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", - "2041-02-18": "Washington's Birthday", + "2041-02-18": "Washington-Lincoln Day", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", @@ -1410,7 +1389,7 @@ "2042-01-20": "Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", - "2042-02-17": "Washington's Birthday", + "2042-02-17": "Washington-Lincoln Day", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", @@ -1425,7 +1404,7 @@ "2043-01-19": "Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", - "2043-02-16": "Washington's Birthday", + "2043-02-16": "Washington-Lincoln Day", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", @@ -1441,7 +1420,7 @@ "2044-01-18": "Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", - "2044-02-15": "Washington's Birthday", + "2044-02-15": "Washington-Lincoln Day", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", @@ -1460,7 +1439,7 @@ "2045-01-16": "Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", - "2045-02-20": "Washington's Birthday", + "2045-02-20": "Washington-Lincoln Day", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", @@ -1476,7 +1455,7 @@ "2046-01-15": "Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", - "2046-02-19": "Washington's Birthday", + "2046-02-19": "Washington-Lincoln Day", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", @@ -1492,7 +1471,7 @@ "2047-01-21": "Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", - "2047-02-18": "Washington's Birthday", + "2047-02-18": "Washington-Lincoln Day", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", @@ -1507,7 +1486,7 @@ "2048-01-20": "Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", - "2048-02-17": "Washington's Birthday", + "2048-02-17": "Washington-Lincoln Day", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", @@ -1524,7 +1503,7 @@ "2049-01-18": "Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", - "2049-02-15": "Washington's Birthday", + "2049-02-15": "Washington-Lincoln Day", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", @@ -1543,7 +1522,7 @@ "2050-01-17": "Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", - "2050-02-21": "Washington's Birthday", + "2050-02-21": "Washington-Lincoln Day", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", diff --git a/snapshots/countries/US_OK.json b/snapshots/countries/US_OK.json index 9f07531b3..653c59815 100644 --- a/snapshots/countries/US_OK.json +++ b/snapshots/countries/US_OK.json @@ -3,7 +3,6 @@ "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", - "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", @@ -16,7 +15,6 @@ "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", - "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", @@ -29,7 +27,6 @@ "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", - "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", @@ -42,7 +39,6 @@ "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", - "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", @@ -55,7 +51,6 @@ "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", - "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", @@ -70,7 +65,6 @@ "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", - "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", @@ -84,7 +78,6 @@ "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", - "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", @@ -98,7 +91,6 @@ "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", - "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", @@ -110,7 +102,6 @@ "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", - "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", @@ -122,7 +113,6 @@ "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", - "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", @@ -135,7 +125,6 @@ "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", - "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", @@ -150,7 +139,6 @@ "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", - "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", @@ -163,7 +151,6 @@ "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", - "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", @@ -176,7 +163,6 @@ "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", - "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", @@ -188,7 +174,6 @@ "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", - "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", @@ -202,7 +187,6 @@ "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", - "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", @@ -217,7 +201,6 @@ "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", - "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", @@ -231,7 +214,6 @@ "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", - "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", @@ -244,7 +226,6 @@ "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", - "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", @@ -257,7 +238,6 @@ "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", - "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", @@ -269,7 +249,6 @@ "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", - "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", @@ -282,7 +261,7 @@ "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", - "1971-02-15": "Washington's Birthday", + "1971-02-15": "Presidents' Day", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", @@ -297,7 +276,7 @@ "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", - "1972-02-21": "Washington's Birthday", + "1972-02-21": "Presidents' Day", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", @@ -310,7 +289,7 @@ "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", - "1973-02-19": "Washington's Birthday", + "1973-02-19": "Presidents' Day", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", @@ -322,7 +301,7 @@ "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", - "1974-02-18": "Washington's Birthday", + "1974-02-18": "Presidents' Day", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", @@ -334,7 +313,7 @@ "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", - "1975-02-17": "Washington's Birthday", + "1975-02-17": "Presidents' Day", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", @@ -347,7 +326,7 @@ "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", - "1976-02-16": "Washington's Birthday", + "1976-02-16": "Presidents' Day", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", @@ -364,7 +343,7 @@ "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", - "1977-02-21": "Washington's Birthday", + "1977-02-21": "Presidents' Day", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", @@ -379,7 +358,7 @@ "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", - "1978-02-20": "Washington's Birthday", + "1978-02-20": "Presidents' Day", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", @@ -393,7 +372,7 @@ "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", - "1979-02-19": "Washington's Birthday", + "1979-02-19": "Presidents' Day", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", @@ -407,7 +386,7 @@ "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", - "1980-02-18": "Washington's Birthday", + "1980-02-18": "Presidents' Day", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", @@ -421,7 +400,7 @@ "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", - "1981-02-16": "Washington's Birthday", + "1981-02-16": "Presidents' Day", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", @@ -435,7 +414,7 @@ "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", - "1982-02-15": "Washington's Birthday", + "1982-02-15": "Presidents' Day", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", @@ -451,7 +430,7 @@ "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", - "1983-02-21": "Washington's Birthday", + "1983-02-21": "Presidents' Day", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", @@ -466,7 +445,7 @@ "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", - "1984-02-20": "Washington's Birthday", + "1984-02-20": "Presidents' Day", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", @@ -481,7 +460,7 @@ "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", - "1985-02-18": "Washington's Birthday", + "1985-02-18": "Presidents' Day", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", @@ -495,7 +474,7 @@ "1986-01-20": "Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", - "1986-02-17": "Washington's Birthday", + "1986-02-17": "Presidents' Day", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", @@ -509,7 +488,7 @@ "1987-01-19": "Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", - "1987-02-16": "Washington's Birthday", + "1987-02-16": "Presidents' Day", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", @@ -524,7 +503,7 @@ "1988-01-18": "Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", - "1988-02-15": "Washington's Birthday", + "1988-02-15": "Presidents' Day", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", @@ -541,7 +520,7 @@ "1989-01-16": "Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", - "1989-02-20": "Washington's Birthday", + "1989-02-20": "Presidents' Day", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", @@ -556,7 +535,7 @@ "1990-01-15": "Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", - "1990-02-19": "Washington's Birthday", + "1990-02-19": "Presidents' Day", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", @@ -571,7 +550,7 @@ "1991-01-21": "Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", - "1991-02-18": "Washington's Birthday", + "1991-02-18": "Presidents' Day", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", @@ -585,7 +564,7 @@ "1992-01-20": "Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", - "1992-02-17": "Washington's Birthday", + "1992-02-17": "Presidents' Day", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", @@ -601,7 +580,7 @@ "1993-01-18": "Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", - "1993-02-15": "Washington's Birthday", + "1993-02-15": "Presidents' Day", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", @@ -618,7 +597,7 @@ "1994-01-17": "Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", - "1994-02-21": "Washington's Birthday", + "1994-02-21": "Presidents' Day", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", @@ -634,7 +613,7 @@ "1995-01-16": "Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", - "1995-02-20": "Washington's Birthday", + "1995-02-20": "Presidents' Day", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", @@ -649,7 +628,7 @@ "1996-01-15": "Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", - "1996-02-19": "Washington's Birthday", + "1996-02-19": "Presidents' Day", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", @@ -664,7 +643,7 @@ "1997-01-20": "Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", - "1997-02-17": "Washington's Birthday", + "1997-02-17": "Presidents' Day", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", @@ -678,7 +657,7 @@ "1998-01-19": "Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", - "1998-02-16": "Washington's Birthday", + "1998-02-16": "Presidents' Day", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", @@ -693,7 +672,7 @@ "1999-01-18": "Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", - "1999-02-15": "Washington's Birthday", + "1999-02-15": "Presidents' Day", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", @@ -710,7 +689,7 @@ "2000-01-17": "Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", - "2000-02-21": "Washington's Birthday", + "2000-02-21": "Presidents' Day", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", @@ -726,7 +705,7 @@ "2001-01-15": "Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", - "2001-02-19": "Washington's Birthday", + "2001-02-19": "Presidents' Day", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", @@ -741,7 +720,7 @@ "2002-01-21": "Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", - "2002-02-18": "Washington's Birthday", + "2002-02-18": "Presidents' Day", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", @@ -755,7 +734,7 @@ "2003-01-20": "Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", - "2003-02-17": "Washington's Birthday", + "2003-02-17": "Presidents' Day", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", @@ -769,7 +748,7 @@ "2004-01-19": "Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", - "2004-02-16": "Washington's Birthday", + "2004-02-16": "Presidents' Day", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", @@ -787,7 +766,7 @@ "2005-01-17": "Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", - "2005-02-21": "Washington's Birthday", + "2005-02-21": "Presidents' Day", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", @@ -803,7 +782,7 @@ "2006-01-16": "Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", - "2006-02-20": "Washington's Birthday", + "2006-02-20": "Presidents' Day", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", @@ -818,7 +797,7 @@ "2007-01-15": "Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", - "2007-02-19": "Washington's Birthday", + "2007-02-19": "Presidents' Day", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", @@ -833,7 +812,7 @@ "2008-01-21": "Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", - "2008-02-18": "Washington's Birthday", + "2008-02-18": "Presidents' Day", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", @@ -848,7 +827,7 @@ "2009-01-19": "Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", - "2009-02-16": "Washington's Birthday", + "2009-02-16": "Presidents' Day", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", @@ -863,7 +842,7 @@ "2010-01-18": "Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", - "2010-02-15": "Washington's Birthday", + "2010-02-15": "Presidents' Day", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", @@ -880,7 +859,7 @@ "2011-01-17": "Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", - "2011-02-21": "Washington's Birthday", + "2011-02-21": "Presidents' Day", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", @@ -896,7 +875,7 @@ "2012-01-16": "Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", - "2012-02-20": "Washington's Birthday", + "2012-02-20": "Presidents' Day", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", @@ -912,7 +891,7 @@ "2013-01-21": "Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", - "2013-02-18": "Washington's Birthday", + "2013-02-18": "Presidents' Day", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", @@ -926,7 +905,7 @@ "2014-01-20": "Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", - "2014-02-17": "Washington's Birthday", + "2014-02-17": "Presidents' Day", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", @@ -940,7 +919,7 @@ "2015-01-19": "Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", - "2015-02-16": "Washington's Birthday", + "2015-02-16": "Presidents' Day", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", @@ -955,7 +934,7 @@ "2016-01-18": "Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", - "2016-02-15": "Washington's Birthday", + "2016-02-15": "Presidents' Day", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", @@ -972,7 +951,7 @@ "2017-01-16": "Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", - "2017-02-20": "Washington's Birthday", + "2017-02-20": "Presidents' Day", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", @@ -987,7 +966,7 @@ "2018-01-15": "Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", - "2018-02-19": "Washington's Birthday", + "2018-02-19": "Presidents' Day", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", @@ -1002,7 +981,7 @@ "2019-01-21": "Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", - "2019-02-18": "Washington's Birthday", + "2019-02-18": "Presidents' Day", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", @@ -1016,7 +995,7 @@ "2020-01-20": "Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", - "2020-02-17": "Washington's Birthday", + "2020-02-17": "Presidents' Day", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", @@ -1032,7 +1011,7 @@ "2021-01-18": "Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", - "2021-02-15": "Washington's Birthday", + "2021-02-15": "Presidents' Day", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", @@ -1051,7 +1030,7 @@ "2022-01-17": "Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", - "2022-02-21": "Washington's Birthday", + "2022-02-21": "Presidents' Day", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", @@ -1069,7 +1048,7 @@ "2023-01-16": "Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", - "2023-02-20": "Washington's Birthday", + "2023-02-20": "Presidents' Day", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", @@ -1085,7 +1064,7 @@ "2024-01-15": "Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", - "2024-02-19": "Washington's Birthday", + "2024-02-19": "Presidents' Day", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", @@ -1101,7 +1080,7 @@ "2025-01-20": "Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", - "2025-02-17": "Washington's Birthday", + "2025-02-17": "Presidents' Day", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", @@ -1116,7 +1095,7 @@ "2026-01-19": "Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", - "2026-02-16": "Washington's Birthday", + "2026-02-16": "Presidents' Day", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", @@ -1132,7 +1111,7 @@ "2027-01-18": "Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", - "2027-02-15": "Washington's Birthday", + "2027-02-15": "Presidents' Day", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", @@ -1151,7 +1130,7 @@ "2028-01-17": "Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", - "2028-02-21": "Washington's Birthday", + "2028-02-21": "Presidents' Day", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", @@ -1168,7 +1147,7 @@ "2029-01-15": "Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", - "2029-02-19": "Washington's Birthday", + "2029-02-19": "Presidents' Day", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", @@ -1184,7 +1163,7 @@ "2030-01-21": "Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", - "2030-02-18": "Washington's Birthday", + "2030-02-18": "Presidents' Day", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", @@ -1199,7 +1178,7 @@ "2031-01-20": "Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", - "2031-02-17": "Washington's Birthday", + "2031-02-17": "Presidents' Day", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", @@ -1214,7 +1193,7 @@ "2032-01-19": "Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", - "2032-02-16": "Washington's Birthday", + "2032-02-16": "Presidents' Day", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", @@ -1234,7 +1213,7 @@ "2033-01-17": "Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", - "2033-02-21": "Washington's Birthday", + "2033-02-21": "Presidents' Day", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", @@ -1252,7 +1231,7 @@ "2034-01-16": "Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", - "2034-02-20": "Washington's Birthday", + "2034-02-20": "Presidents' Day", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", @@ -1268,7 +1247,7 @@ "2035-01-15": "Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", - "2035-02-19": "Washington's Birthday", + "2035-02-19": "Presidents' Day", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", @@ -1284,7 +1263,7 @@ "2036-01-21": "Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", - "2036-02-18": "Washington's Birthday", + "2036-02-18": "Presidents' Day", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", @@ -1300,7 +1279,7 @@ "2037-01-19": "Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", - "2037-02-16": "Washington's Birthday", + "2037-02-16": "Presidents' Day", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", @@ -1316,7 +1295,7 @@ "2038-01-18": "Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", - "2038-02-15": "Washington's Birthday", + "2038-02-15": "Presidents' Day", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", @@ -1335,7 +1314,7 @@ "2039-01-17": "Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", - "2039-02-21": "Washington's Birthday", + "2039-02-21": "Presidents' Day", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", @@ -1353,7 +1332,7 @@ "2040-01-16": "Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", - "2040-02-20": "Washington's Birthday", + "2040-02-20": "Presidents' Day", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", @@ -1370,7 +1349,7 @@ "2041-01-21": "Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", - "2041-02-18": "Washington's Birthday", + "2041-02-18": "Presidents' Day", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", @@ -1385,7 +1364,7 @@ "2042-01-20": "Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", - "2042-02-17": "Washington's Birthday", + "2042-02-17": "Presidents' Day", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", @@ -1400,7 +1379,7 @@ "2043-01-19": "Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", - "2043-02-16": "Washington's Birthday", + "2043-02-16": "Presidents' Day", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", @@ -1416,7 +1395,7 @@ "2044-01-18": "Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", - "2044-02-15": "Washington's Birthday", + "2044-02-15": "Presidents' Day", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", @@ -1435,7 +1414,7 @@ "2045-01-16": "Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", - "2045-02-20": "Washington's Birthday", + "2045-02-20": "Presidents' Day", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", @@ -1451,7 +1430,7 @@ "2046-01-15": "Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", - "2046-02-19": "Washington's Birthday", + "2046-02-19": "Presidents' Day", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", @@ -1467,7 +1446,7 @@ "2047-01-21": "Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", - "2047-02-18": "Washington's Birthday", + "2047-02-18": "Presidents' Day", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", @@ -1482,7 +1461,7 @@ "2048-01-20": "Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", - "2048-02-17": "Washington's Birthday", + "2048-02-17": "Presidents' Day", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", @@ -1499,7 +1478,7 @@ "2049-01-18": "Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", - "2049-02-15": "Washington's Birthday", + "2049-02-15": "Presidents' Day", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", @@ -1518,7 +1497,7 @@ "2050-01-17": "Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", - "2050-02-21": "Washington's Birthday", + "2050-02-21": "Presidents' Day", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", diff --git a/snapshots/countries/US_OR.json b/snapshots/countries/US_OR.json index 4d1010471..34f6f3c9f 100644 --- a/snapshots/countries/US_OR.json +++ b/snapshots/countries/US_OR.json @@ -3,7 +3,6 @@ "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", - "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", @@ -16,7 +15,6 @@ "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", - "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", @@ -29,7 +27,6 @@ "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", - "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", @@ -42,7 +39,6 @@ "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", - "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", @@ -55,7 +51,6 @@ "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", - "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", @@ -70,7 +65,6 @@ "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", - "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", @@ -84,7 +78,6 @@ "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", - "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", @@ -98,7 +91,6 @@ "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", - "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", @@ -110,7 +102,6 @@ "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", - "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", @@ -122,7 +113,6 @@ "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", - "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", @@ -135,7 +125,6 @@ "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", - "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", @@ -150,7 +139,6 @@ "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", - "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", @@ -163,7 +151,6 @@ "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", - "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", @@ -176,7 +163,6 @@ "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", - "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", @@ -188,7 +174,6 @@ "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", - "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", @@ -202,7 +187,6 @@ "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", - "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", @@ -217,7 +201,6 @@ "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", - "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", @@ -231,7 +214,6 @@ "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", - "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", @@ -244,7 +226,6 @@ "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", - "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", @@ -257,7 +238,6 @@ "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", - "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", @@ -269,7 +249,6 @@ "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", - "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", @@ -282,7 +261,7 @@ "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", - "1971-02-15": "Washington's Birthday", + "1971-02-15": "Presidents Day", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", @@ -297,7 +276,7 @@ "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", - "1972-02-21": "Washington's Birthday", + "1972-02-21": "Presidents Day", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", @@ -310,7 +289,7 @@ "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", - "1973-02-19": "Washington's Birthday", + "1973-02-19": "Presidents Day", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", @@ -322,7 +301,7 @@ "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", - "1974-02-18": "Washington's Birthday", + "1974-02-18": "Presidents Day", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", @@ -334,7 +313,7 @@ "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", - "1975-02-17": "Washington's Birthday", + "1975-02-17": "Presidents Day", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", @@ -346,7 +325,7 @@ "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", - "1976-02-16": "Washington's Birthday", + "1976-02-16": "Presidents Day", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", @@ -362,7 +341,7 @@ "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", - "1977-02-21": "Washington's Birthday", + "1977-02-21": "Presidents Day", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", @@ -376,7 +355,7 @@ "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", - "1978-02-20": "Washington's Birthday", + "1978-02-20": "Presidents Day", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", @@ -389,7 +368,7 @@ "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", - "1979-02-19": "Washington's Birthday", + "1979-02-19": "Presidents Day", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", @@ -402,7 +381,7 @@ "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", - "1980-02-18": "Washington's Birthday", + "1980-02-18": "Presidents Day", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", @@ -415,7 +394,7 @@ "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", - "1981-02-16": "Washington's Birthday", + "1981-02-16": "Presidents Day", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", @@ -428,7 +407,7 @@ "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", - "1982-02-15": "Washington's Birthday", + "1982-02-15": "Presidents Day", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", @@ -443,7 +422,7 @@ "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", - "1983-02-21": "Washington's Birthday", + "1983-02-21": "Presidents Day", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", @@ -457,7 +436,7 @@ "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", - "1984-02-20": "Washington's Birthday", + "1984-02-20": "Presidents Day", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", @@ -471,7 +450,7 @@ "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", - "1985-02-18": "Washington's Birthday", + "1985-02-18": "Presidents Day", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", @@ -484,7 +463,7 @@ "1986-01-20": "Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", - "1986-02-17": "Washington's Birthday", + "1986-02-17": "Presidents Day", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", @@ -497,7 +476,7 @@ "1987-01-19": "Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", - "1987-02-16": "Washington's Birthday", + "1987-02-16": "Presidents Day", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", @@ -511,7 +490,7 @@ "1988-01-18": "Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", - "1988-02-15": "Washington's Birthday", + "1988-02-15": "Presidents Day", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", @@ -527,7 +506,7 @@ "1989-01-16": "Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", - "1989-02-20": "Washington's Birthday", + "1989-02-20": "Presidents Day", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", @@ -541,7 +520,7 @@ "1990-01-15": "Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", - "1990-02-19": "Washington's Birthday", + "1990-02-19": "Presidents Day", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", @@ -555,7 +534,7 @@ "1991-01-21": "Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", - "1991-02-18": "Washington's Birthday", + "1991-02-18": "Presidents Day", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", @@ -568,7 +547,7 @@ "1992-01-20": "Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", - "1992-02-17": "Washington's Birthday", + "1992-02-17": "Presidents Day", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", @@ -583,7 +562,7 @@ "1993-01-18": "Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", - "1993-02-15": "Washington's Birthday", + "1993-02-15": "Presidents Day", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", @@ -599,7 +578,7 @@ "1994-01-17": "Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", - "1994-02-21": "Washington's Birthday", + "1994-02-21": "Presidents Day", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", @@ -614,7 +593,7 @@ "1995-01-16": "Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", - "1995-02-20": "Washington's Birthday", + "1995-02-20": "Presidents Day", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", @@ -628,7 +607,7 @@ "1996-01-15": "Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", - "1996-02-19": "Washington's Birthday", + "1996-02-19": "Presidents Day", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", @@ -642,7 +621,7 @@ "1997-01-20": "Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", - "1997-02-17": "Washington's Birthday", + "1997-02-17": "Presidents Day", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", @@ -655,7 +634,7 @@ "1998-01-19": "Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", - "1998-02-16": "Washington's Birthday", + "1998-02-16": "Presidents Day", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", @@ -669,7 +648,7 @@ "1999-01-18": "Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", - "1999-02-15": "Washington's Birthday", + "1999-02-15": "Presidents Day", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", @@ -685,7 +664,7 @@ "2000-01-17": "Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", - "2000-02-21": "Washington's Birthday", + "2000-02-21": "Presidents Day", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", @@ -700,7 +679,7 @@ "2001-01-15": "Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", - "2001-02-19": "Washington's Birthday", + "2001-02-19": "Presidents Day", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", @@ -714,7 +693,7 @@ "2002-01-21": "Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", - "2002-02-18": "Washington's Birthday", + "2002-02-18": "Presidents Day", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", @@ -727,7 +706,7 @@ "2003-01-20": "Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", - "2003-02-17": "Washington's Birthday", + "2003-02-17": "Presidents Day", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", @@ -740,7 +719,7 @@ "2004-01-19": "Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", - "2004-02-16": "Washington's Birthday", + "2004-02-16": "Presidents Day", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", @@ -757,7 +736,7 @@ "2005-01-17": "Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", - "2005-02-21": "Washington's Birthday", + "2005-02-21": "Presidents Day", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", @@ -772,7 +751,7 @@ "2006-01-16": "Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", - "2006-02-20": "Washington's Birthday", + "2006-02-20": "Presidents Day", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", @@ -786,7 +765,7 @@ "2007-01-15": "Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", - "2007-02-19": "Washington's Birthday", + "2007-02-19": "Presidents Day", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", @@ -800,7 +779,7 @@ "2008-01-21": "Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", - "2008-02-18": "Washington's Birthday", + "2008-02-18": "Presidents Day", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", @@ -814,7 +793,7 @@ "2009-01-19": "Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", - "2009-02-16": "Washington's Birthday", + "2009-02-16": "Presidents Day", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", @@ -828,7 +807,7 @@ "2010-01-18": "Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", - "2010-02-15": "Washington's Birthday", + "2010-02-15": "Presidents Day", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", @@ -844,7 +823,7 @@ "2011-01-17": "Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", - "2011-02-21": "Washington's Birthday", + "2011-02-21": "Presidents Day", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", @@ -859,7 +838,7 @@ "2012-01-16": "Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", - "2012-02-20": "Washington's Birthday", + "2012-02-20": "Presidents Day", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", @@ -874,7 +853,7 @@ "2013-01-21": "Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", - "2013-02-18": "Washington's Birthday", + "2013-02-18": "Presidents Day", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", @@ -887,7 +866,7 @@ "2014-01-20": "Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", - "2014-02-17": "Washington's Birthday", + "2014-02-17": "Presidents Day", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", @@ -900,7 +879,7 @@ "2015-01-19": "Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", - "2015-02-16": "Washington's Birthday", + "2015-02-16": "Presidents Day", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", @@ -914,7 +893,7 @@ "2016-01-18": "Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", - "2016-02-15": "Washington's Birthday", + "2016-02-15": "Presidents Day", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", @@ -930,7 +909,7 @@ "2017-01-16": "Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", - "2017-02-20": "Washington's Birthday", + "2017-02-20": "Presidents Day", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", @@ -944,7 +923,7 @@ "2018-01-15": "Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", - "2018-02-19": "Washington's Birthday", + "2018-02-19": "Presidents Day", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", @@ -958,7 +937,7 @@ "2019-01-21": "Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", - "2019-02-18": "Washington's Birthday", + "2019-02-18": "Presidents Day", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", @@ -971,7 +950,7 @@ "2020-01-20": "Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", - "2020-02-17": "Washington's Birthday", + "2020-02-17": "Presidents Day", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", @@ -986,7 +965,7 @@ "2021-01-18": "Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", - "2021-02-15": "Washington's Birthday", + "2021-02-15": "Presidents Day", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", @@ -1004,7 +983,7 @@ "2022-01-17": "Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", - "2022-02-21": "Washington's Birthday", + "2022-02-21": "Presidents Day", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", @@ -1021,7 +1000,7 @@ "2023-01-16": "Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", - "2023-02-20": "Washington's Birthday", + "2023-02-20": "Presidents Day", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", @@ -1036,7 +1015,7 @@ "2024-01-15": "Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", - "2024-02-19": "Washington's Birthday", + "2024-02-19": "Presidents Day", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", @@ -1051,7 +1030,7 @@ "2025-01-20": "Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", - "2025-02-17": "Washington's Birthday", + "2025-02-17": "Presidents Day", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", @@ -1065,7 +1044,7 @@ "2026-01-19": "Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", - "2026-02-16": "Washington's Birthday", + "2026-02-16": "Presidents Day", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", @@ -1080,7 +1059,7 @@ "2027-01-18": "Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", - "2027-02-15": "Washington's Birthday", + "2027-02-15": "Presidents Day", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", @@ -1098,7 +1077,7 @@ "2028-01-17": "Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", - "2028-02-21": "Washington's Birthday", + "2028-02-21": "Presidents Day", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", @@ -1114,7 +1093,7 @@ "2029-01-15": "Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", - "2029-02-19": "Washington's Birthday", + "2029-02-19": "Presidents Day", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", @@ -1129,7 +1108,7 @@ "2030-01-21": "Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", - "2030-02-18": "Washington's Birthday", + "2030-02-18": "Presidents Day", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", @@ -1143,7 +1122,7 @@ "2031-01-20": "Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", - "2031-02-17": "Washington's Birthday", + "2031-02-17": "Presidents Day", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", @@ -1157,7 +1136,7 @@ "2032-01-19": "Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", - "2032-02-16": "Washington's Birthday", + "2032-02-16": "Presidents Day", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", @@ -1176,7 +1155,7 @@ "2033-01-17": "Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", - "2033-02-21": "Washington's Birthday", + "2033-02-21": "Presidents Day", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", @@ -1193,7 +1172,7 @@ "2034-01-16": "Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", - "2034-02-20": "Washington's Birthday", + "2034-02-20": "Presidents Day", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", @@ -1208,7 +1187,7 @@ "2035-01-15": "Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", - "2035-02-19": "Washington's Birthday", + "2035-02-19": "Presidents Day", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", @@ -1223,7 +1202,7 @@ "2036-01-21": "Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", - "2036-02-18": "Washington's Birthday", + "2036-02-18": "Presidents Day", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", @@ -1238,7 +1217,7 @@ "2037-01-19": "Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", - "2037-02-16": "Washington's Birthday", + "2037-02-16": "Presidents Day", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", @@ -1253,7 +1232,7 @@ "2038-01-18": "Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", - "2038-02-15": "Washington's Birthday", + "2038-02-15": "Presidents Day", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", @@ -1271,7 +1250,7 @@ "2039-01-17": "Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", - "2039-02-21": "Washington's Birthday", + "2039-02-21": "Presidents Day", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", @@ -1288,7 +1267,7 @@ "2040-01-16": "Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", - "2040-02-20": "Washington's Birthday", + "2040-02-20": "Presidents Day", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", @@ -1304,7 +1283,7 @@ "2041-01-21": "Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", - "2041-02-18": "Washington's Birthday", + "2041-02-18": "Presidents Day", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", @@ -1318,7 +1297,7 @@ "2042-01-20": "Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", - "2042-02-17": "Washington's Birthday", + "2042-02-17": "Presidents Day", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", @@ -1332,7 +1311,7 @@ "2043-01-19": "Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", - "2043-02-16": "Washington's Birthday", + "2043-02-16": "Presidents Day", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", @@ -1347,7 +1326,7 @@ "2044-01-18": "Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", - "2044-02-15": "Washington's Birthday", + "2044-02-15": "Presidents Day", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", @@ -1365,7 +1344,7 @@ "2045-01-16": "Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", - "2045-02-20": "Washington's Birthday", + "2045-02-20": "Presidents Day", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", @@ -1380,7 +1359,7 @@ "2046-01-15": "Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", - "2046-02-19": "Washington's Birthday", + "2046-02-19": "Presidents Day", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", @@ -1395,7 +1374,7 @@ "2047-01-21": "Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", - "2047-02-18": "Washington's Birthday", + "2047-02-18": "Presidents Day", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", @@ -1409,7 +1388,7 @@ "2048-01-20": "Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", - "2048-02-17": "Washington's Birthday", + "2048-02-17": "Presidents Day", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", @@ -1425,7 +1404,7 @@ "2049-01-18": "Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", - "2049-02-15": "Washington's Birthday", + "2049-02-15": "Presidents Day", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", @@ -1443,7 +1422,7 @@ "2050-01-17": "Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", - "2050-02-21": "Washington's Birthday", + "2050-02-21": "Presidents Day", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", diff --git a/snapshots/countries/US_PA.json b/snapshots/countries/US_PA.json index 4b8317142..c0c076422 100644 --- a/snapshots/countries/US_PA.json +++ b/snapshots/countries/US_PA.json @@ -3,7 +3,6 @@ "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", - "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", @@ -18,7 +17,6 @@ "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", - "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", @@ -33,7 +31,6 @@ "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", - "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", @@ -48,7 +45,6 @@ "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", - "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", @@ -63,7 +59,6 @@ "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", - "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", @@ -80,7 +75,6 @@ "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", - "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", @@ -96,7 +90,6 @@ "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", - "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", @@ -112,7 +105,6 @@ "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", - "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", @@ -126,7 +118,6 @@ "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", - "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", @@ -140,7 +131,6 @@ "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", - "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", @@ -155,7 +145,6 @@ "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", - "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", @@ -172,7 +161,6 @@ "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", - "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", @@ -187,7 +175,6 @@ "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", - "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", @@ -202,7 +189,6 @@ "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", - "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", @@ -216,7 +202,6 @@ "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", - "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", @@ -232,7 +217,6 @@ "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", - "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", @@ -249,7 +233,6 @@ "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", - "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", @@ -265,7 +248,6 @@ "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", - "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", @@ -280,7 +262,6 @@ "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", - "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", @@ -295,7 +276,6 @@ "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", - "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", @@ -309,7 +289,6 @@ "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", - "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", @@ -324,7 +303,7 @@ "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", - "1971-02-15": "Washington's Birthday", + "1971-02-15": "Presidents' Day", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", @@ -341,7 +320,7 @@ "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", - "1972-02-21": "Washington's Birthday", + "1972-02-21": "Presidents' Day", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", @@ -356,7 +335,7 @@ "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", - "1973-02-19": "Washington's Birthday", + "1973-02-19": "Presidents' Day", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", @@ -370,7 +349,7 @@ "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", - "1974-02-18": "Washington's Birthday", + "1974-02-18": "Presidents' Day", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", @@ -384,7 +363,7 @@ "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", - "1975-02-17": "Washington's Birthday", + "1975-02-17": "Presidents' Day", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", @@ -398,7 +377,7 @@ "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", - "1976-02-16": "Washington's Birthday", + "1976-02-16": "Presidents' Day", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", @@ -416,7 +395,7 @@ "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", - "1977-02-21": "Washington's Birthday", + "1977-02-21": "Presidents' Day", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", @@ -432,7 +411,7 @@ "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", - "1978-02-20": "Washington's Birthday", + "1978-02-20": "Presidents' Day", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", @@ -447,7 +426,7 @@ "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", - "1979-02-19": "Washington's Birthday", + "1979-02-19": "Presidents' Day", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", @@ -462,7 +441,7 @@ "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", - "1980-02-18": "Washington's Birthday", + "1980-02-18": "Presidents' Day", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", @@ -477,7 +456,7 @@ "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", - "1981-02-16": "Washington's Birthday", + "1981-02-16": "Presidents' Day", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", @@ -492,7 +471,7 @@ "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", - "1982-02-15": "Washington's Birthday", + "1982-02-15": "Presidents' Day", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", @@ -509,7 +488,7 @@ "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", - "1983-02-21": "Washington's Birthday", + "1983-02-21": "Presidents' Day", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", @@ -525,7 +504,7 @@ "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", - "1984-02-20": "Washington's Birthday", + "1984-02-20": "Presidents' Day", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", @@ -541,7 +520,7 @@ "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", - "1985-02-18": "Washington's Birthday", + "1985-02-18": "Presidents' Day", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", @@ -556,7 +535,7 @@ "1986-01-20": "Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", - "1986-02-17": "Washington's Birthday", + "1986-02-17": "Presidents' Day", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", @@ -571,7 +550,7 @@ "1987-01-19": "Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", - "1987-02-16": "Washington's Birthday", + "1987-02-16": "Presidents' Day", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", @@ -587,7 +566,7 @@ "1988-01-18": "Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", - "1988-02-15": "Washington's Birthday", + "1988-02-15": "Presidents' Day", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", @@ -605,7 +584,7 @@ "1989-01-16": "Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", - "1989-02-20": "Washington's Birthday", + "1989-02-20": "Presidents' Day", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", @@ -621,7 +600,7 @@ "1990-01-15": "Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", - "1990-02-19": "Washington's Birthday", + "1990-02-19": "Presidents' Day", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", @@ -637,7 +616,7 @@ "1991-01-21": "Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", - "1991-02-18": "Washington's Birthday", + "1991-02-18": "Presidents' Day", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", @@ -652,7 +631,7 @@ "1992-01-20": "Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", - "1992-02-17": "Washington's Birthday", + "1992-02-17": "Presidents' Day", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", @@ -669,7 +648,7 @@ "1993-01-18": "Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", - "1993-02-15": "Washington's Birthday", + "1993-02-15": "Presidents' Day", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", @@ -687,7 +666,7 @@ "1994-01-17": "Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", - "1994-02-21": "Washington's Birthday", + "1994-02-21": "Presidents' Day", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", @@ -704,7 +683,7 @@ "1995-01-16": "Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", - "1995-02-20": "Washington's Birthday", + "1995-02-20": "Presidents' Day", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", @@ -720,7 +699,7 @@ "1996-01-15": "Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", - "1996-02-19": "Washington's Birthday", + "1996-02-19": "Presidents' Day", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", @@ -736,7 +715,7 @@ "1997-01-20": "Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", - "1997-02-17": "Washington's Birthday", + "1997-02-17": "Presidents' Day", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", @@ -751,7 +730,7 @@ "1998-01-19": "Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", - "1998-02-16": "Washington's Birthday", + "1998-02-16": "Presidents' Day", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", @@ -767,7 +746,7 @@ "1999-01-18": "Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", - "1999-02-15": "Washington's Birthday", + "1999-02-15": "Presidents' Day", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", @@ -785,7 +764,7 @@ "2000-01-17": "Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", - "2000-02-21": "Washington's Birthday", + "2000-02-21": "Presidents' Day", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", @@ -802,7 +781,7 @@ "2001-01-15": "Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", - "2001-02-19": "Washington's Birthday", + "2001-02-19": "Presidents' Day", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", @@ -818,7 +797,7 @@ "2002-01-21": "Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", - "2002-02-18": "Washington's Birthday", + "2002-02-18": "Presidents' Day", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", @@ -833,7 +812,7 @@ "2003-01-20": "Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", - "2003-02-17": "Washington's Birthday", + "2003-02-17": "Presidents' Day", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", @@ -848,7 +827,7 @@ "2004-01-19": "Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", - "2004-02-16": "Washington's Birthday", + "2004-02-16": "Presidents' Day", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", @@ -867,7 +846,7 @@ "2005-01-17": "Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", - "2005-02-21": "Washington's Birthday", + "2005-02-21": "Presidents' Day", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", @@ -884,7 +863,7 @@ "2006-01-16": "Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", - "2006-02-20": "Washington's Birthday", + "2006-02-20": "Presidents' Day", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", @@ -900,7 +879,7 @@ "2007-01-15": "Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", - "2007-02-19": "Washington's Birthday", + "2007-02-19": "Presidents' Day", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", @@ -916,7 +895,7 @@ "2008-01-21": "Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", - "2008-02-18": "Washington's Birthday", + "2008-02-18": "Presidents' Day", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", @@ -932,7 +911,7 @@ "2009-01-19": "Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", - "2009-02-16": "Washington's Birthday", + "2009-02-16": "Presidents' Day", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", @@ -948,7 +927,7 @@ "2010-01-18": "Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", - "2010-02-15": "Washington's Birthday", + "2010-02-15": "Presidents' Day", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", @@ -966,7 +945,7 @@ "2011-01-17": "Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", - "2011-02-21": "Washington's Birthday", + "2011-02-21": "Presidents' Day", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", @@ -983,7 +962,7 @@ "2012-01-16": "Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", - "2012-02-20": "Washington's Birthday", + "2012-02-20": "Presidents' Day", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", @@ -1000,7 +979,7 @@ "2013-01-21": "Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", - "2013-02-18": "Washington's Birthday", + "2013-02-18": "Presidents' Day", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", @@ -1015,7 +994,7 @@ "2014-01-20": "Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", - "2014-02-17": "Washington's Birthday", + "2014-02-17": "Presidents' Day", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", @@ -1030,7 +1009,7 @@ "2015-01-19": "Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", - "2015-02-16": "Washington's Birthday", + "2015-02-16": "Presidents' Day", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", @@ -1046,7 +1025,7 @@ "2016-01-18": "Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", - "2016-02-15": "Washington's Birthday", + "2016-02-15": "Presidents' Day", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", @@ -1064,7 +1043,7 @@ "2017-01-16": "Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", - "2017-02-20": "Washington's Birthday", + "2017-02-20": "Presidents' Day", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", @@ -1080,7 +1059,7 @@ "2018-01-15": "Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", - "2018-02-19": "Washington's Birthday", + "2018-02-19": "Presidents' Day", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", @@ -1096,7 +1075,7 @@ "2019-01-21": "Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", - "2019-02-18": "Washington's Birthday", + "2019-02-18": "Presidents' Day", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", @@ -1111,7 +1090,7 @@ "2020-01-20": "Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", - "2020-02-17": "Washington's Birthday", + "2020-02-17": "Presidents' Day", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", @@ -1128,7 +1107,7 @@ "2021-01-18": "Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", - "2021-02-15": "Washington's Birthday", + "2021-02-15": "Presidents' Day", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", @@ -1148,7 +1127,7 @@ "2022-01-17": "Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", - "2022-02-21": "Washington's Birthday", + "2022-02-21": "Presidents' Day", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", @@ -1167,7 +1146,7 @@ "2023-01-16": "Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", - "2023-02-20": "Washington's Birthday", + "2023-02-20": "Presidents' Day", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", @@ -1184,7 +1163,7 @@ "2024-01-15": "Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", - "2024-02-19": "Washington's Birthday", + "2024-02-19": "Presidents' Day", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", @@ -1201,7 +1180,7 @@ "2025-01-20": "Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", - "2025-02-17": "Washington's Birthday", + "2025-02-17": "Presidents' Day", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", @@ -1217,7 +1196,7 @@ "2026-01-19": "Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", - "2026-02-16": "Washington's Birthday", + "2026-02-16": "Presidents' Day", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", @@ -1234,7 +1213,7 @@ "2027-01-18": "Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", - "2027-02-15": "Washington's Birthday", + "2027-02-15": "Presidents' Day", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", @@ -1254,7 +1233,7 @@ "2028-01-17": "Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", - "2028-02-21": "Washington's Birthday", + "2028-02-21": "Presidents' Day", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", @@ -1272,7 +1251,7 @@ "2029-01-15": "Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", - "2029-02-19": "Washington's Birthday", + "2029-02-19": "Presidents' Day", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", @@ -1289,7 +1268,7 @@ "2030-01-21": "Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", - "2030-02-18": "Washington's Birthday", + "2030-02-18": "Presidents' Day", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", @@ -1305,7 +1284,7 @@ "2031-01-20": "Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", - "2031-02-17": "Washington's Birthday", + "2031-02-17": "Presidents' Day", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", @@ -1321,7 +1300,7 @@ "2032-01-19": "Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", - "2032-02-16": "Washington's Birthday", + "2032-02-16": "Presidents' Day", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", @@ -1342,7 +1321,7 @@ "2033-01-17": "Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", - "2033-02-21": "Washington's Birthday", + "2033-02-21": "Presidents' Day", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", @@ -1361,7 +1340,7 @@ "2034-01-16": "Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", - "2034-02-20": "Washington's Birthday", + "2034-02-20": "Presidents' Day", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", @@ -1378,7 +1357,7 @@ "2035-01-15": "Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", - "2035-02-19": "Washington's Birthday", + "2035-02-19": "Presidents' Day", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", @@ -1395,7 +1374,7 @@ "2036-01-21": "Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", - "2036-02-18": "Washington's Birthday", + "2036-02-18": "Presidents' Day", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", @@ -1412,7 +1391,7 @@ "2037-01-19": "Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", - "2037-02-16": "Washington's Birthday", + "2037-02-16": "Presidents' Day", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", @@ -1429,7 +1408,7 @@ "2038-01-18": "Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", - "2038-02-15": "Washington's Birthday", + "2038-02-15": "Presidents' Day", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", @@ -1449,7 +1428,7 @@ "2039-01-17": "Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", - "2039-02-21": "Washington's Birthday", + "2039-02-21": "Presidents' Day", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", @@ -1468,7 +1447,7 @@ "2040-01-16": "Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", - "2040-02-20": "Washington's Birthday", + "2040-02-20": "Presidents' Day", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", @@ -1486,7 +1465,7 @@ "2041-01-21": "Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", - "2041-02-18": "Washington's Birthday", + "2041-02-18": "Presidents' Day", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", @@ -1502,7 +1481,7 @@ "2042-01-20": "Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", - "2042-02-17": "Washington's Birthday", + "2042-02-17": "Presidents' Day", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", @@ -1518,7 +1497,7 @@ "2043-01-19": "Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", - "2043-02-16": "Washington's Birthday", + "2043-02-16": "Presidents' Day", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", @@ -1535,7 +1514,7 @@ "2044-01-18": "Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", - "2044-02-15": "Washington's Birthday", + "2044-02-15": "Presidents' Day", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", @@ -1555,7 +1534,7 @@ "2045-01-16": "Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", - "2045-02-20": "Washington's Birthday", + "2045-02-20": "Presidents' Day", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", @@ -1572,7 +1551,7 @@ "2046-01-15": "Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", - "2046-02-19": "Washington's Birthday", + "2046-02-19": "Presidents' Day", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", @@ -1589,7 +1568,7 @@ "2047-01-21": "Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", - "2047-02-18": "Washington's Birthday", + "2047-02-18": "Presidents' Day", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", @@ -1605,7 +1584,7 @@ "2048-01-20": "Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", - "2048-02-17": "Washington's Birthday", + "2048-02-17": "Presidents' Day", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", @@ -1623,7 +1602,7 @@ "2049-01-18": "Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", - "2049-02-15": "Washington's Birthday", + "2049-02-15": "Presidents' Day", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", @@ -1643,7 +1622,7 @@ "2050-01-17": "Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", - "2050-02-21": "Washington's Birthday", + "2050-02-21": "Presidents' Day", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", diff --git a/snapshots/countries/US_SC.json b/snapshots/countries/US_SC.json index 39b9e8e06..c165af92b 100644 --- a/snapshots/countries/US_SC.json +++ b/snapshots/countries/US_SC.json @@ -3,7 +3,6 @@ "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", - "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-04-24": "Confederate Memorial Day", "1950-05-30": "Memorial Day", @@ -17,7 +16,6 @@ "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", - "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-04-23": "Confederate Memorial Day", "1951-05-30": "Memorial Day", @@ -31,7 +29,6 @@ "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", - "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-04-28": "Confederate Memorial Day", "1952-05-30": "Memorial Day", @@ -45,7 +42,6 @@ "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", - "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-04-27": "Confederate Memorial Day", "1953-05-30": "Memorial Day", @@ -59,7 +55,6 @@ "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", - "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-04-26": "Confederate Memorial Day", "1954-05-30": "Memorial Day", @@ -75,7 +70,6 @@ "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", - "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-04-25": "Confederate Memorial Day", "1955-05-30": "Memorial Day", @@ -90,7 +84,6 @@ "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", - "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-04-23": "Confederate Memorial Day", "1956-05-30": "Memorial Day", @@ -105,7 +98,6 @@ "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", - "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-04-22": "Confederate Memorial Day", "1957-05-30": "Memorial Day", @@ -118,7 +110,6 @@ "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", - "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-04-28": "Confederate Memorial Day", "1958-05-30": "Memorial Day", @@ -131,7 +122,6 @@ "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", - "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-04-27": "Confederate Memorial Day", "1959-05-30": "Memorial Day", @@ -145,7 +135,6 @@ "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", - "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-04-25": "Confederate Memorial Day", "1960-05-30": "Memorial Day", @@ -161,7 +150,6 @@ "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", - "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-04-24": "Confederate Memorial Day", "1961-05-30": "Memorial Day", @@ -175,7 +163,6 @@ "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", - "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-04-23": "Confederate Memorial Day", "1962-05-30": "Memorial Day", @@ -189,7 +176,6 @@ "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", - "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-04-22": "Confederate Memorial Day", "1963-05-30": "Memorial Day", @@ -202,7 +188,6 @@ "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", - "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-04-27": "Confederate Memorial Day", "1964-05-30": "Memorial Day", @@ -217,7 +202,6 @@ "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", - "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-04-26": "Confederate Memorial Day", "1965-05-30": "Memorial Day", @@ -233,7 +217,6 @@ "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", - "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-04-25": "Confederate Memorial Day", "1966-05-30": "Memorial Day", @@ -248,7 +231,6 @@ "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", - "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-04-24": "Confederate Memorial Day", "1967-05-30": "Memorial Day", @@ -262,7 +244,6 @@ "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", - "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-04-22": "Confederate Memorial Day", "1968-05-30": "Memorial Day", @@ -276,7 +257,6 @@ "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", - "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-04-28": "Confederate Memorial Day", "1969-05-30": "Memorial Day", @@ -289,7 +269,6 @@ "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", - "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-04-27": "Confederate Memorial Day", "1970-05-30": "Memorial Day", @@ -303,7 +282,7 @@ "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", - "1971-02-15": "Washington's Birthday", + "1971-02-15": "President's Day", "1971-03-17": "Saint Patrick's Day", "1971-04-26": "Confederate Memorial Day", "1971-05-31": "Memorial Day", @@ -319,7 +298,7 @@ "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", - "1972-02-21": "Washington's Birthday", + "1972-02-21": "President's Day", "1972-03-17": "Saint Patrick's Day", "1972-04-24": "Confederate Memorial Day", "1972-05-29": "Memorial Day", @@ -333,7 +312,7 @@ "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", - "1973-02-19": "Washington's Birthday", + "1973-02-19": "President's Day", "1973-03-17": "Saint Patrick's Day", "1973-04-23": "Confederate Memorial Day", "1973-05-28": "Memorial Day", @@ -346,7 +325,7 @@ "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", - "1974-02-18": "Washington's Birthday", + "1974-02-18": "President's Day", "1974-03-17": "Saint Patrick's Day", "1974-04-22": "Confederate Memorial Day", "1974-05-27": "Memorial Day", @@ -359,7 +338,7 @@ "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", - "1975-02-17": "Washington's Birthday", + "1975-02-17": "President's Day", "1975-03-17": "Saint Patrick's Day", "1975-04-28": "Confederate Memorial Day", "1975-05-26": "Memorial Day", @@ -372,7 +351,7 @@ "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", - "1976-02-16": "Washington's Birthday", + "1976-02-16": "President's Day", "1976-03-17": "Saint Patrick's Day", "1976-04-26": "Confederate Memorial Day", "1976-05-31": "Memorial Day", @@ -389,7 +368,7 @@ "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", - "1977-02-21": "Washington's Birthday", + "1977-02-21": "President's Day", "1977-03-17": "Saint Patrick's Day", "1977-04-25": "Confederate Memorial Day", "1977-05-30": "Memorial Day", @@ -404,7 +383,7 @@ "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", - "1978-02-20": "Washington's Birthday", + "1978-02-20": "President's Day", "1978-03-17": "Saint Patrick's Day", "1978-04-24": "Confederate Memorial Day", "1978-05-29": "Memorial Day", @@ -418,7 +397,7 @@ "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", - "1979-02-19": "Washington's Birthday", + "1979-02-19": "President's Day", "1979-03-17": "Saint Patrick's Day", "1979-04-23": "Confederate Memorial Day", "1979-05-28": "Memorial Day", @@ -432,7 +411,7 @@ "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", - "1980-02-18": "Washington's Birthday", + "1980-02-18": "President's Day", "1980-03-17": "Saint Patrick's Day", "1980-04-28": "Confederate Memorial Day", "1980-05-26": "Memorial Day", @@ -446,7 +425,7 @@ "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", - "1981-02-16": "Washington's Birthday", + "1981-02-16": "President's Day", "1981-03-17": "Saint Patrick's Day", "1981-04-27": "Confederate Memorial Day", "1981-05-25": "Memorial Day", @@ -460,7 +439,7 @@ "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", - "1982-02-15": "Washington's Birthday", + "1982-02-15": "President's Day", "1982-03-17": "Saint Patrick's Day", "1982-04-26": "Confederate Memorial Day", "1982-05-31": "Memorial Day", @@ -476,7 +455,7 @@ "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", - "1983-02-21": "Washington's Birthday", + "1983-02-21": "President's Day", "1983-03-17": "Saint Patrick's Day", "1983-04-25": "Confederate Memorial Day", "1983-05-30": "Memorial Day", @@ -491,7 +470,7 @@ "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", - "1984-02-20": "Washington's Birthday", + "1984-02-20": "President's Day", "1984-03-17": "Saint Patrick's Day", "1984-04-23": "Confederate Memorial Day", "1984-05-28": "Memorial Day", @@ -506,7 +485,7 @@ "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", - "1985-02-18": "Washington's Birthday", + "1985-02-18": "President's Day", "1985-03-17": "Saint Patrick's Day", "1985-04-22": "Confederate Memorial Day", "1985-05-27": "Memorial Day", @@ -520,7 +499,7 @@ "1986-01-20": "Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", - "1986-02-17": "Washington's Birthday", + "1986-02-17": "President's Day", "1986-03-17": "Saint Patrick's Day", "1986-04-28": "Confederate Memorial Day", "1986-05-26": "Memorial Day", @@ -534,7 +513,7 @@ "1987-01-19": "Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", - "1987-02-16": "Washington's Birthday", + "1987-02-16": "President's Day", "1987-03-17": "Saint Patrick's Day", "1987-04-27": "Confederate Memorial Day", "1987-05-25": "Memorial Day", @@ -549,7 +528,7 @@ "1988-01-18": "Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", - "1988-02-15": "Washington's Birthday", + "1988-02-15": "President's Day", "1988-03-17": "Saint Patrick's Day", "1988-04-25": "Confederate Memorial Day", "1988-05-30": "Memorial Day", @@ -566,7 +545,7 @@ "1989-01-16": "Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", - "1989-02-20": "Washington's Birthday", + "1989-02-20": "President's Day", "1989-03-17": "Saint Patrick's Day", "1989-04-24": "Confederate Memorial Day", "1989-05-29": "Memorial Day", @@ -581,7 +560,7 @@ "1990-01-15": "Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", - "1990-02-19": "Washington's Birthday", + "1990-02-19": "President's Day", "1990-03-17": "Saint Patrick's Day", "1990-04-23": "Confederate Memorial Day", "1990-05-28": "Memorial Day", @@ -596,7 +575,7 @@ "1991-01-21": "Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", - "1991-02-18": "Washington's Birthday", + "1991-02-18": "President's Day", "1991-03-17": "Saint Patrick's Day", "1991-04-22": "Confederate Memorial Day", "1991-05-27": "Memorial Day", @@ -610,7 +589,7 @@ "1992-01-20": "Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", - "1992-02-17": "Washington's Birthday", + "1992-02-17": "President's Day", "1992-03-17": "Saint Patrick's Day", "1992-04-27": "Confederate Memorial Day", "1992-05-25": "Memorial Day", @@ -626,7 +605,7 @@ "1993-01-18": "Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", - "1993-02-15": "Washington's Birthday", + "1993-02-15": "President's Day", "1993-03-17": "Saint Patrick's Day", "1993-04-26": "Confederate Memorial Day", "1993-05-31": "Memorial Day", @@ -643,7 +622,7 @@ "1994-01-17": "Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", - "1994-02-21": "Washington's Birthday", + "1994-02-21": "President's Day", "1994-03-17": "Saint Patrick's Day", "1994-04-25": "Confederate Memorial Day", "1994-05-30": "Memorial Day", @@ -659,7 +638,7 @@ "1995-01-16": "Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", - "1995-02-20": "Washington's Birthday", + "1995-02-20": "President's Day", "1995-03-17": "Saint Patrick's Day", "1995-04-24": "Confederate Memorial Day", "1995-05-29": "Memorial Day", @@ -674,7 +653,7 @@ "1996-01-15": "Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", - "1996-02-19": "Washington's Birthday", + "1996-02-19": "President's Day", "1996-03-17": "Saint Patrick's Day", "1996-04-22": "Confederate Memorial Day", "1996-05-27": "Memorial Day", @@ -689,7 +668,7 @@ "1997-01-20": "Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", - "1997-02-17": "Washington's Birthday", + "1997-02-17": "President's Day", "1997-03-17": "Saint Patrick's Day", "1997-04-28": "Confederate Memorial Day", "1997-05-26": "Memorial Day", @@ -703,7 +682,7 @@ "1998-01-19": "Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", - "1998-02-16": "Washington's Birthday", + "1998-02-16": "President's Day", "1998-03-17": "Saint Patrick's Day", "1998-04-27": "Confederate Memorial Day", "1998-05-25": "Memorial Day", @@ -718,7 +697,7 @@ "1999-01-18": "Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", - "1999-02-15": "Washington's Birthday", + "1999-02-15": "President's Day", "1999-03-17": "Saint Patrick's Day", "1999-04-26": "Confederate Memorial Day", "1999-05-31": "Memorial Day", @@ -735,7 +714,7 @@ "2000-01-17": "Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", - "2000-02-21": "Washington's Birthday", + "2000-02-21": "President's Day", "2000-03-17": "Saint Patrick's Day", "2000-04-24": "Confederate Memorial Day", "2000-05-29": "Memorial Day", @@ -751,7 +730,7 @@ "2001-01-15": "Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", - "2001-02-19": "Washington's Birthday", + "2001-02-19": "President's Day", "2001-03-17": "Saint Patrick's Day", "2001-04-23": "Confederate Memorial Day", "2001-05-28": "Memorial Day", @@ -766,7 +745,7 @@ "2002-01-21": "Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", - "2002-02-18": "Washington's Birthday", + "2002-02-18": "President's Day", "2002-03-17": "Saint Patrick's Day", "2002-04-22": "Confederate Memorial Day", "2002-05-27": "Memorial Day", @@ -780,7 +759,7 @@ "2003-01-20": "Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", - "2003-02-17": "Washington's Birthday", + "2003-02-17": "President's Day", "2003-03-17": "Saint Patrick's Day", "2003-04-28": "Confederate Memorial Day", "2003-05-26": "Memorial Day", @@ -794,7 +773,7 @@ "2004-01-19": "Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", - "2004-02-16": "Washington's Birthday", + "2004-02-16": "President's Day", "2004-03-17": "Saint Patrick's Day", "2004-04-26": "Confederate Memorial Day", "2004-05-31": "Memorial Day", @@ -812,7 +791,7 @@ "2005-01-17": "Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", - "2005-02-21": "Washington's Birthday", + "2005-02-21": "President's Day", "2005-03-17": "Saint Patrick's Day", "2005-04-25": "Confederate Memorial Day", "2005-05-30": "Memorial Day", @@ -828,7 +807,7 @@ "2006-01-16": "Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", - "2006-02-20": "Washington's Birthday", + "2006-02-20": "President's Day", "2006-03-17": "Saint Patrick's Day", "2006-04-24": "Confederate Memorial Day", "2006-05-29": "Memorial Day", @@ -843,7 +822,7 @@ "2007-01-15": "Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", - "2007-02-19": "Washington's Birthday", + "2007-02-19": "President's Day", "2007-03-17": "Saint Patrick's Day", "2007-04-23": "Confederate Memorial Day", "2007-05-28": "Memorial Day", @@ -858,7 +837,7 @@ "2008-01-21": "Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", - "2008-02-18": "Washington's Birthday", + "2008-02-18": "President's Day", "2008-03-17": "Saint Patrick's Day", "2008-04-28": "Confederate Memorial Day", "2008-05-26": "Memorial Day", @@ -873,7 +852,7 @@ "2009-01-19": "Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", - "2009-02-16": "Washington's Birthday", + "2009-02-16": "President's Day", "2009-03-17": "Saint Patrick's Day", "2009-04-27": "Confederate Memorial Day", "2009-05-25": "Memorial Day", @@ -888,7 +867,7 @@ "2010-01-18": "Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", - "2010-02-15": "Washington's Birthday", + "2010-02-15": "President's Day", "2010-03-17": "Saint Patrick's Day", "2010-04-26": "Confederate Memorial Day", "2010-05-31": "Memorial Day", @@ -905,7 +884,7 @@ "2011-01-17": "Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", - "2011-02-21": "Washington's Birthday", + "2011-02-21": "President's Day", "2011-03-17": "Saint Patrick's Day", "2011-04-25": "Confederate Memorial Day", "2011-05-30": "Memorial Day", @@ -921,7 +900,7 @@ "2012-01-16": "Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", - "2012-02-20": "Washington's Birthday", + "2012-02-20": "President's Day", "2012-03-17": "Saint Patrick's Day", "2012-04-23": "Confederate Memorial Day", "2012-05-28": "Memorial Day", @@ -937,7 +916,7 @@ "2013-01-21": "Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", - "2013-02-18": "Washington's Birthday", + "2013-02-18": "President's Day", "2013-03-17": "Saint Patrick's Day", "2013-04-22": "Confederate Memorial Day", "2013-05-27": "Memorial Day", @@ -951,7 +930,7 @@ "2014-01-20": "Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", - "2014-02-17": "Washington's Birthday", + "2014-02-17": "President's Day", "2014-03-17": "Saint Patrick's Day", "2014-04-28": "Confederate Memorial Day", "2014-05-26": "Memorial Day", @@ -965,7 +944,7 @@ "2015-01-19": "Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", - "2015-02-16": "Washington's Birthday", + "2015-02-16": "President's Day", "2015-03-17": "Saint Patrick's Day", "2015-04-27": "Confederate Memorial Day", "2015-05-25": "Memorial Day", @@ -980,7 +959,7 @@ "2016-01-18": "Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", - "2016-02-15": "Washington's Birthday", + "2016-02-15": "President's Day", "2016-03-17": "Saint Patrick's Day", "2016-04-25": "Confederate Memorial Day", "2016-05-30": "Memorial Day", @@ -997,7 +976,7 @@ "2017-01-16": "Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", - "2017-02-20": "Washington's Birthday", + "2017-02-20": "President's Day", "2017-03-17": "Saint Patrick's Day", "2017-04-24": "Confederate Memorial Day", "2017-05-29": "Memorial Day", @@ -1012,7 +991,7 @@ "2018-01-15": "Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", - "2018-02-19": "Washington's Birthday", + "2018-02-19": "President's Day", "2018-03-17": "Saint Patrick's Day", "2018-04-23": "Confederate Memorial Day", "2018-05-28": "Memorial Day", @@ -1027,7 +1006,7 @@ "2019-01-21": "Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", - "2019-02-18": "Washington's Birthday", + "2019-02-18": "President's Day", "2019-03-17": "Saint Patrick's Day", "2019-04-22": "Confederate Memorial Day", "2019-05-27": "Memorial Day", @@ -1041,7 +1020,7 @@ "2020-01-20": "Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", - "2020-02-17": "Washington's Birthday", + "2020-02-17": "President's Day", "2020-03-17": "Saint Patrick's Day", "2020-04-27": "Confederate Memorial Day", "2020-05-25": "Memorial Day", @@ -1057,7 +1036,7 @@ "2021-01-18": "Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", - "2021-02-15": "Washington's Birthday", + "2021-02-15": "President's Day", "2021-03-17": "Saint Patrick's Day", "2021-04-26": "Confederate Memorial Day", "2021-05-31": "Memorial Day", @@ -1076,7 +1055,7 @@ "2022-01-17": "Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", - "2022-02-21": "Washington's Birthday", + "2022-02-21": "President's Day", "2022-03-17": "Saint Patrick's Day", "2022-04-25": "Confederate Memorial Day", "2022-05-30": "Memorial Day", @@ -1094,7 +1073,7 @@ "2023-01-16": "Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", - "2023-02-20": "Washington's Birthday", + "2023-02-20": "President's Day", "2023-03-17": "Saint Patrick's Day", "2023-04-24": "Confederate Memorial Day", "2023-05-29": "Memorial Day", @@ -1110,7 +1089,7 @@ "2024-01-15": "Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", - "2024-02-19": "Washington's Birthday", + "2024-02-19": "President's Day", "2024-03-17": "Saint Patrick's Day", "2024-04-22": "Confederate Memorial Day", "2024-05-27": "Memorial Day", @@ -1126,7 +1105,7 @@ "2025-01-20": "Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", - "2025-02-17": "Washington's Birthday", + "2025-02-17": "President's Day", "2025-03-17": "Saint Patrick's Day", "2025-04-28": "Confederate Memorial Day", "2025-05-26": "Memorial Day", @@ -1141,7 +1120,7 @@ "2026-01-19": "Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", - "2026-02-16": "Washington's Birthday", + "2026-02-16": "President's Day", "2026-03-17": "Saint Patrick's Day", "2026-04-27": "Confederate Memorial Day", "2026-05-25": "Memorial Day", @@ -1157,7 +1136,7 @@ "2027-01-18": "Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", - "2027-02-15": "Washington's Birthday", + "2027-02-15": "President's Day", "2027-03-17": "Saint Patrick's Day", "2027-04-26": "Confederate Memorial Day", "2027-05-31": "Memorial Day", @@ -1176,7 +1155,7 @@ "2028-01-17": "Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", - "2028-02-21": "Washington's Birthday", + "2028-02-21": "President's Day", "2028-03-17": "Saint Patrick's Day", "2028-04-24": "Confederate Memorial Day", "2028-05-29": "Memorial Day", @@ -1193,7 +1172,7 @@ "2029-01-15": "Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", - "2029-02-19": "Washington's Birthday", + "2029-02-19": "President's Day", "2029-03-17": "Saint Patrick's Day", "2029-04-23": "Confederate Memorial Day", "2029-05-28": "Memorial Day", @@ -1209,7 +1188,7 @@ "2030-01-21": "Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", - "2030-02-18": "Washington's Birthday", + "2030-02-18": "President's Day", "2030-03-17": "Saint Patrick's Day", "2030-04-22": "Confederate Memorial Day", "2030-05-27": "Memorial Day", @@ -1224,7 +1203,7 @@ "2031-01-20": "Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", - "2031-02-17": "Washington's Birthday", + "2031-02-17": "President's Day", "2031-03-17": "Saint Patrick's Day", "2031-04-28": "Confederate Memorial Day", "2031-05-26": "Memorial Day", @@ -1239,7 +1218,7 @@ "2032-01-19": "Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", - "2032-02-16": "Washington's Birthday", + "2032-02-16": "President's Day", "2032-03-17": "Saint Patrick's Day", "2032-04-26": "Confederate Memorial Day", "2032-05-31": "Memorial Day", @@ -1259,7 +1238,7 @@ "2033-01-17": "Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", - "2033-02-21": "Washington's Birthday", + "2033-02-21": "President's Day", "2033-03-17": "Saint Patrick's Day", "2033-04-25": "Confederate Memorial Day", "2033-05-30": "Memorial Day", @@ -1277,7 +1256,7 @@ "2034-01-16": "Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", - "2034-02-20": "Washington's Birthday", + "2034-02-20": "President's Day", "2034-03-17": "Saint Patrick's Day", "2034-04-24": "Confederate Memorial Day", "2034-05-29": "Memorial Day", @@ -1293,7 +1272,7 @@ "2035-01-15": "Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", - "2035-02-19": "Washington's Birthday", + "2035-02-19": "President's Day", "2035-03-17": "Saint Patrick's Day", "2035-04-23": "Confederate Memorial Day", "2035-05-28": "Memorial Day", @@ -1309,7 +1288,7 @@ "2036-01-21": "Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", - "2036-02-18": "Washington's Birthday", + "2036-02-18": "President's Day", "2036-03-17": "Saint Patrick's Day", "2036-04-28": "Confederate Memorial Day", "2036-05-26": "Memorial Day", @@ -1325,7 +1304,7 @@ "2037-01-19": "Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", - "2037-02-16": "Washington's Birthday", + "2037-02-16": "President's Day", "2037-03-17": "Saint Patrick's Day", "2037-04-27": "Confederate Memorial Day", "2037-05-25": "Memorial Day", @@ -1341,7 +1320,7 @@ "2038-01-18": "Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", - "2038-02-15": "Washington's Birthday", + "2038-02-15": "President's Day", "2038-03-17": "Saint Patrick's Day", "2038-04-26": "Confederate Memorial Day", "2038-05-31": "Memorial Day", @@ -1360,7 +1339,7 @@ "2039-01-17": "Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", - "2039-02-21": "Washington's Birthday", + "2039-02-21": "President's Day", "2039-03-17": "Saint Patrick's Day", "2039-04-25": "Confederate Memorial Day", "2039-05-30": "Memorial Day", @@ -1378,7 +1357,7 @@ "2040-01-16": "Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", - "2040-02-20": "Washington's Birthday", + "2040-02-20": "President's Day", "2040-03-17": "Saint Patrick's Day", "2040-04-23": "Confederate Memorial Day", "2040-05-28": "Memorial Day", @@ -1395,7 +1374,7 @@ "2041-01-21": "Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", - "2041-02-18": "Washington's Birthday", + "2041-02-18": "President's Day", "2041-03-17": "Saint Patrick's Day", "2041-04-22": "Confederate Memorial Day", "2041-05-27": "Memorial Day", @@ -1410,7 +1389,7 @@ "2042-01-20": "Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", - "2042-02-17": "Washington's Birthday", + "2042-02-17": "President's Day", "2042-03-17": "Saint Patrick's Day", "2042-04-28": "Confederate Memorial Day", "2042-05-26": "Memorial Day", @@ -1425,7 +1404,7 @@ "2043-01-19": "Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", - "2043-02-16": "Washington's Birthday", + "2043-02-16": "President's Day", "2043-03-17": "Saint Patrick's Day", "2043-04-27": "Confederate Memorial Day", "2043-05-25": "Memorial Day", @@ -1441,7 +1420,7 @@ "2044-01-18": "Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", - "2044-02-15": "Washington's Birthday", + "2044-02-15": "President's Day", "2044-03-17": "Saint Patrick's Day", "2044-04-25": "Confederate Memorial Day", "2044-05-30": "Memorial Day", @@ -1460,7 +1439,7 @@ "2045-01-16": "Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", - "2045-02-20": "Washington's Birthday", + "2045-02-20": "President's Day", "2045-03-17": "Saint Patrick's Day", "2045-04-24": "Confederate Memorial Day", "2045-05-29": "Memorial Day", @@ -1476,7 +1455,7 @@ "2046-01-15": "Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", - "2046-02-19": "Washington's Birthday", + "2046-02-19": "President's Day", "2046-03-17": "Saint Patrick's Day", "2046-04-23": "Confederate Memorial Day", "2046-05-28": "Memorial Day", @@ -1492,7 +1471,7 @@ "2047-01-21": "Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", - "2047-02-18": "Washington's Birthday", + "2047-02-18": "President's Day", "2047-03-17": "Saint Patrick's Day", "2047-04-22": "Confederate Memorial Day", "2047-05-27": "Memorial Day", @@ -1507,7 +1486,7 @@ "2048-01-20": "Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", - "2048-02-17": "Washington's Birthday", + "2048-02-17": "President's Day", "2048-03-17": "Saint Patrick's Day", "2048-04-27": "Confederate Memorial Day", "2048-05-25": "Memorial Day", @@ -1524,7 +1503,7 @@ "2049-01-18": "Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", - "2049-02-15": "Washington's Birthday", + "2049-02-15": "President's Day", "2049-03-17": "Saint Patrick's Day", "2049-04-26": "Confederate Memorial Day", "2049-05-31": "Memorial Day", @@ -1543,7 +1522,7 @@ "2050-01-17": "Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", - "2050-02-21": "Washington's Birthday", + "2050-02-21": "President's Day", "2050-03-17": "Saint Patrick's Day", "2050-04-25": "Confederate Memorial Day", "2050-05-30": "Memorial Day", diff --git a/snapshots/countries/US_TN.json b/snapshots/countries/US_TN.json index bc67eaa49..e987ce653 100644 --- a/snapshots/countries/US_TN.json +++ b/snapshots/countries/US_TN.json @@ -3,7 +3,6 @@ "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", - "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-04-07": "Good Friday", "1950-05-30": "Memorial Day", @@ -17,7 +16,6 @@ "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", - "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-03-23": "Good Friday", "1951-05-30": "Memorial Day", @@ -31,7 +29,6 @@ "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", - "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-04-11": "Good Friday", "1952-05-30": "Memorial Day", @@ -45,7 +42,6 @@ "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", - "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-04-03": "Good Friday", "1953-05-30": "Memorial Day", @@ -59,7 +55,6 @@ "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", - "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-04-16": "Good Friday", "1954-05-30": "Memorial Day", @@ -75,7 +70,6 @@ "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", - "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-04-08": "Good Friday", "1955-05-30": "Memorial Day", @@ -90,7 +84,6 @@ "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", - "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-03-30": "Good Friday", "1956-05-30": "Memorial Day", @@ -105,7 +98,6 @@ "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", - "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-04-19": "Good Friday", "1957-05-30": "Memorial Day", @@ -118,7 +110,6 @@ "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", - "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-04-04": "Good Friday", "1958-05-30": "Memorial Day", @@ -131,7 +122,6 @@ "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", - "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-03-27": "Good Friday", "1959-05-30": "Memorial Day", @@ -145,7 +135,6 @@ "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", - "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-04-15": "Good Friday", "1960-05-30": "Memorial Day", @@ -161,7 +150,6 @@ "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", - "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-03-31": "Good Friday", "1961-05-30": "Memorial Day", @@ -175,7 +163,6 @@ "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", - "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-04-20": "Good Friday", "1962-05-30": "Memorial Day", @@ -189,7 +176,6 @@ "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", - "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-04-12": "Good Friday", "1963-05-30": "Memorial Day", @@ -202,7 +188,6 @@ "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", - "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-03-27": "Good Friday", "1964-05-30": "Memorial Day", @@ -217,7 +202,6 @@ "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", - "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-04-16": "Good Friday", "1965-05-30": "Memorial Day", @@ -233,7 +217,6 @@ "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", - "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-04-08": "Good Friday", "1966-05-30": "Memorial Day", @@ -248,7 +231,6 @@ "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", - "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-03-24": "Good Friday", "1967-05-30": "Memorial Day", @@ -262,7 +244,6 @@ "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", - "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-04-12": "Good Friday", "1968-05-30": "Memorial Day", @@ -276,7 +257,6 @@ "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", - "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-04-04": "Good Friday", "1969-05-30": "Memorial Day", @@ -289,7 +269,6 @@ "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", - "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-03-27": "Good Friday", "1970-05-30": "Memorial Day", @@ -303,7 +282,7 @@ "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", - "1971-02-15": "Washington's Birthday", + "1971-02-15": "President's Day", "1971-03-17": "Saint Patrick's Day", "1971-04-09": "Good Friday", "1971-05-31": "Memorial Day", @@ -319,7 +298,7 @@ "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", - "1972-02-21": "Washington's Birthday", + "1972-02-21": "President's Day", "1972-03-17": "Saint Patrick's Day", "1972-03-31": "Good Friday", "1972-05-29": "Memorial Day", @@ -333,7 +312,7 @@ "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", - "1973-02-19": "Washington's Birthday", + "1973-02-19": "President's Day", "1973-03-17": "Saint Patrick's Day", "1973-04-20": "Good Friday", "1973-05-28": "Memorial Day", @@ -346,7 +325,7 @@ "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", - "1974-02-18": "Washington's Birthday", + "1974-02-18": "President's Day", "1974-03-17": "Saint Patrick's Day", "1974-04-12": "Good Friday", "1974-05-27": "Memorial Day", @@ -359,7 +338,7 @@ "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", - "1975-02-17": "Washington's Birthday", + "1975-02-17": "President's Day", "1975-03-17": "Saint Patrick's Day", "1975-03-28": "Good Friday", "1975-05-26": "Memorial Day", @@ -372,7 +351,7 @@ "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", - "1976-02-16": "Washington's Birthday", + "1976-02-16": "President's Day", "1976-03-17": "Saint Patrick's Day", "1976-04-16": "Good Friday", "1976-05-31": "Memorial Day", @@ -389,7 +368,7 @@ "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", - "1977-02-21": "Washington's Birthday", + "1977-02-21": "President's Day", "1977-03-17": "Saint Patrick's Day", "1977-04-08": "Good Friday", "1977-05-30": "Memorial Day", @@ -404,7 +383,7 @@ "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", - "1978-02-20": "Washington's Birthday", + "1978-02-20": "President's Day", "1978-03-17": "Saint Patrick's Day", "1978-03-24": "Good Friday", "1978-05-29": "Memorial Day", @@ -418,7 +397,7 @@ "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", - "1979-02-19": "Washington's Birthday", + "1979-02-19": "President's Day", "1979-03-17": "Saint Patrick's Day", "1979-04-13": "Good Friday", "1979-05-28": "Memorial Day", @@ -432,7 +411,7 @@ "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", - "1980-02-18": "Washington's Birthday", + "1980-02-18": "President's Day", "1980-03-17": "Saint Patrick's Day", "1980-04-04": "Good Friday", "1980-05-26": "Memorial Day", @@ -446,7 +425,7 @@ "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", - "1981-02-16": "Washington's Birthday", + "1981-02-16": "President's Day", "1981-03-17": "Saint Patrick's Day", "1981-04-17": "Good Friday", "1981-05-25": "Memorial Day", @@ -460,7 +439,7 @@ "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", - "1982-02-15": "Washington's Birthday", + "1982-02-15": "President's Day", "1982-03-17": "Saint Patrick's Day", "1982-04-09": "Good Friday", "1982-05-31": "Memorial Day", @@ -476,7 +455,7 @@ "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", - "1983-02-21": "Washington's Birthday", + "1983-02-21": "President's Day", "1983-03-17": "Saint Patrick's Day", "1983-04-01": "Good Friday", "1983-05-30": "Memorial Day", @@ -491,7 +470,7 @@ "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", - "1984-02-20": "Washington's Birthday", + "1984-02-20": "President's Day", "1984-03-17": "Saint Patrick's Day", "1984-04-20": "Good Friday", "1984-05-28": "Memorial Day", @@ -506,7 +485,7 @@ "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", - "1985-02-18": "Washington's Birthday", + "1985-02-18": "President's Day", "1985-03-17": "Saint Patrick's Day", "1985-04-05": "Good Friday", "1985-05-27": "Memorial Day", @@ -520,7 +499,7 @@ "1986-01-20": "Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", - "1986-02-17": "Washington's Birthday", + "1986-02-17": "President's Day", "1986-03-17": "Saint Patrick's Day", "1986-03-28": "Good Friday", "1986-05-26": "Memorial Day", @@ -534,7 +513,7 @@ "1987-01-19": "Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", - "1987-02-16": "Washington's Birthday", + "1987-02-16": "President's Day", "1987-03-17": "Saint Patrick's Day", "1987-04-17": "Good Friday", "1987-05-25": "Memorial Day", @@ -549,7 +528,7 @@ "1988-01-18": "Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", - "1988-02-15": "Washington's Birthday", + "1988-02-15": "President's Day", "1988-03-17": "Saint Patrick's Day", "1988-04-01": "Good Friday", "1988-05-30": "Memorial Day", @@ -566,7 +545,7 @@ "1989-01-16": "Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", - "1989-02-20": "Washington's Birthday", + "1989-02-20": "President's Day", "1989-03-17": "Saint Patrick's Day", "1989-03-24": "Good Friday", "1989-05-29": "Memorial Day", @@ -581,7 +560,7 @@ "1990-01-15": "Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", - "1990-02-19": "Washington's Birthday", + "1990-02-19": "President's Day", "1990-03-17": "Saint Patrick's Day", "1990-04-13": "Good Friday", "1990-05-28": "Memorial Day", @@ -596,7 +575,7 @@ "1991-01-21": "Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", - "1991-02-18": "Washington's Birthday", + "1991-02-18": "President's Day", "1991-03-17": "Saint Patrick's Day", "1991-03-29": "Good Friday", "1991-05-27": "Memorial Day", @@ -610,7 +589,7 @@ "1992-01-20": "Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", - "1992-02-17": "Washington's Birthday", + "1992-02-17": "President's Day", "1992-03-17": "Saint Patrick's Day", "1992-04-17": "Good Friday", "1992-05-25": "Memorial Day", @@ -626,7 +605,7 @@ "1993-01-18": "Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", - "1993-02-15": "Washington's Birthday", + "1993-02-15": "President's Day", "1993-03-17": "Saint Patrick's Day", "1993-04-09": "Good Friday", "1993-05-31": "Memorial Day", @@ -643,7 +622,7 @@ "1994-01-17": "Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", - "1994-02-21": "Washington's Birthday", + "1994-02-21": "President's Day", "1994-03-17": "Saint Patrick's Day", "1994-04-01": "Good Friday", "1994-05-30": "Memorial Day", @@ -659,7 +638,7 @@ "1995-01-16": "Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", - "1995-02-20": "Washington's Birthday", + "1995-02-20": "President's Day", "1995-03-17": "Saint Patrick's Day", "1995-04-14": "Good Friday", "1995-05-29": "Memorial Day", @@ -674,7 +653,7 @@ "1996-01-15": "Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", - "1996-02-19": "Washington's Birthday", + "1996-02-19": "President's Day", "1996-03-17": "Saint Patrick's Day", "1996-04-05": "Good Friday", "1996-05-27": "Memorial Day", @@ -689,7 +668,7 @@ "1997-01-20": "Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", - "1997-02-17": "Washington's Birthday", + "1997-02-17": "President's Day", "1997-03-17": "Saint Patrick's Day", "1997-03-28": "Good Friday", "1997-05-26": "Memorial Day", @@ -703,7 +682,7 @@ "1998-01-19": "Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", - "1998-02-16": "Washington's Birthday", + "1998-02-16": "President's Day", "1998-03-17": "Saint Patrick's Day", "1998-04-10": "Good Friday", "1998-05-25": "Memorial Day", @@ -718,7 +697,7 @@ "1999-01-18": "Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", - "1999-02-15": "Washington's Birthday", + "1999-02-15": "President's Day", "1999-03-17": "Saint Patrick's Day", "1999-04-02": "Good Friday", "1999-05-31": "Memorial Day", @@ -735,7 +714,7 @@ "2000-01-17": "Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", - "2000-02-21": "Washington's Birthday", + "2000-02-21": "President's Day", "2000-03-17": "Saint Patrick's Day", "2000-04-21": "Good Friday", "2000-05-29": "Memorial Day", @@ -751,7 +730,7 @@ "2001-01-15": "Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", - "2001-02-19": "Washington's Birthday", + "2001-02-19": "President's Day", "2001-03-17": "Saint Patrick's Day", "2001-04-13": "Good Friday", "2001-05-28": "Memorial Day", @@ -766,7 +745,7 @@ "2002-01-21": "Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", - "2002-02-18": "Washington's Birthday", + "2002-02-18": "President's Day", "2002-03-17": "Saint Patrick's Day", "2002-03-29": "Good Friday", "2002-05-27": "Memorial Day", @@ -780,7 +759,7 @@ "2003-01-20": "Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", - "2003-02-17": "Washington's Birthday", + "2003-02-17": "President's Day", "2003-03-17": "Saint Patrick's Day", "2003-04-18": "Good Friday", "2003-05-26": "Memorial Day", @@ -794,7 +773,7 @@ "2004-01-19": "Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", - "2004-02-16": "Washington's Birthday", + "2004-02-16": "President's Day", "2004-03-17": "Saint Patrick's Day", "2004-04-09": "Good Friday", "2004-05-31": "Memorial Day", @@ -812,7 +791,7 @@ "2005-01-17": "Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", - "2005-02-21": "Washington's Birthday", + "2005-02-21": "President's Day", "2005-03-17": "Saint Patrick's Day", "2005-03-25": "Good Friday", "2005-05-30": "Memorial Day", @@ -828,7 +807,7 @@ "2006-01-16": "Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", - "2006-02-20": "Washington's Birthday", + "2006-02-20": "President's Day", "2006-03-17": "Saint Patrick's Day", "2006-04-14": "Good Friday", "2006-05-29": "Memorial Day", @@ -843,7 +822,7 @@ "2007-01-15": "Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", - "2007-02-19": "Washington's Birthday", + "2007-02-19": "President's Day", "2007-03-17": "Saint Patrick's Day", "2007-04-06": "Good Friday", "2007-05-28": "Memorial Day", @@ -858,7 +837,7 @@ "2008-01-21": "Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", - "2008-02-18": "Washington's Birthday", + "2008-02-18": "President's Day", "2008-03-17": "Saint Patrick's Day", "2008-03-21": "Good Friday", "2008-05-26": "Memorial Day", @@ -873,7 +852,7 @@ "2009-01-19": "Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", - "2009-02-16": "Washington's Birthday", + "2009-02-16": "President's Day", "2009-03-17": "Saint Patrick's Day", "2009-04-10": "Good Friday", "2009-05-25": "Memorial Day", @@ -888,7 +867,7 @@ "2010-01-18": "Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", - "2010-02-15": "Washington's Birthday", + "2010-02-15": "President's Day", "2010-03-17": "Saint Patrick's Day", "2010-04-02": "Good Friday", "2010-05-31": "Memorial Day", @@ -905,7 +884,7 @@ "2011-01-17": "Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", - "2011-02-21": "Washington's Birthday", + "2011-02-21": "President's Day", "2011-03-17": "Saint Patrick's Day", "2011-04-22": "Good Friday", "2011-05-30": "Memorial Day", @@ -921,7 +900,7 @@ "2012-01-16": "Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", - "2012-02-20": "Washington's Birthday", + "2012-02-20": "President's Day", "2012-03-17": "Saint Patrick's Day", "2012-04-06": "Good Friday", "2012-05-28": "Memorial Day", @@ -937,7 +916,7 @@ "2013-01-21": "Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", - "2013-02-18": "Washington's Birthday", + "2013-02-18": "President's Day", "2013-03-17": "Saint Patrick's Day", "2013-03-29": "Good Friday", "2013-05-27": "Memorial Day", @@ -951,7 +930,7 @@ "2014-01-20": "Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", - "2014-02-17": "Washington's Birthday", + "2014-02-17": "President's Day", "2014-03-17": "Saint Patrick's Day", "2014-04-18": "Good Friday", "2014-05-26": "Memorial Day", @@ -965,7 +944,7 @@ "2015-01-19": "Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", - "2015-02-16": "Washington's Birthday", + "2015-02-16": "President's Day", "2015-03-17": "Saint Patrick's Day", "2015-04-03": "Good Friday", "2015-05-25": "Memorial Day", @@ -980,7 +959,7 @@ "2016-01-18": "Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", - "2016-02-15": "Washington's Birthday", + "2016-02-15": "President's Day", "2016-03-17": "Saint Patrick's Day", "2016-03-25": "Good Friday", "2016-05-30": "Memorial Day", @@ -997,7 +976,7 @@ "2017-01-16": "Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", - "2017-02-20": "Washington's Birthday", + "2017-02-20": "President's Day", "2017-03-17": "Saint Patrick's Day", "2017-04-14": "Good Friday", "2017-05-29": "Memorial Day", @@ -1012,7 +991,7 @@ "2018-01-15": "Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", - "2018-02-19": "Washington's Birthday", + "2018-02-19": "President's Day", "2018-03-17": "Saint Patrick's Day", "2018-03-30": "Good Friday", "2018-05-28": "Memorial Day", @@ -1027,7 +1006,7 @@ "2019-01-21": "Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", - "2019-02-18": "Washington's Birthday", + "2019-02-18": "President's Day", "2019-03-17": "Saint Patrick's Day", "2019-04-19": "Good Friday", "2019-05-27": "Memorial Day", @@ -1041,7 +1020,7 @@ "2020-01-20": "Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", - "2020-02-17": "Washington's Birthday", + "2020-02-17": "President's Day", "2020-03-17": "Saint Patrick's Day", "2020-04-10": "Good Friday", "2020-05-25": "Memorial Day", @@ -1057,7 +1036,7 @@ "2021-01-18": "Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", - "2021-02-15": "Washington's Birthday", + "2021-02-15": "President's Day", "2021-03-17": "Saint Patrick's Day", "2021-04-02": "Good Friday", "2021-05-31": "Memorial Day", @@ -1076,7 +1055,7 @@ "2022-01-17": "Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", - "2022-02-21": "Washington's Birthday", + "2022-02-21": "President's Day", "2022-03-17": "Saint Patrick's Day", "2022-04-15": "Good Friday", "2022-05-30": "Memorial Day", @@ -1094,7 +1073,7 @@ "2023-01-16": "Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", - "2023-02-20": "Washington's Birthday", + "2023-02-20": "President's Day", "2023-03-17": "Saint Patrick's Day", "2023-04-07": "Good Friday", "2023-05-29": "Memorial Day", @@ -1110,7 +1089,7 @@ "2024-01-15": "Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", - "2024-02-19": "Washington's Birthday", + "2024-02-19": "President's Day", "2024-03-17": "Saint Patrick's Day", "2024-03-29": "Good Friday", "2024-05-27": "Memorial Day", @@ -1126,7 +1105,7 @@ "2025-01-20": "Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", - "2025-02-17": "Washington's Birthday", + "2025-02-17": "President's Day", "2025-03-17": "Saint Patrick's Day", "2025-04-18": "Good Friday", "2025-05-26": "Memorial Day", @@ -1141,7 +1120,7 @@ "2026-01-19": "Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", - "2026-02-16": "Washington's Birthday", + "2026-02-16": "President's Day", "2026-03-17": "Saint Patrick's Day", "2026-04-03": "Good Friday", "2026-05-25": "Memorial Day", @@ -1157,7 +1136,7 @@ "2027-01-18": "Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", - "2027-02-15": "Washington's Birthday", + "2027-02-15": "President's Day", "2027-03-17": "Saint Patrick's Day", "2027-03-26": "Good Friday", "2027-05-31": "Memorial Day", @@ -1176,7 +1155,7 @@ "2028-01-17": "Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", - "2028-02-21": "Washington's Birthday", + "2028-02-21": "President's Day", "2028-03-17": "Saint Patrick's Day", "2028-04-14": "Good Friday", "2028-05-29": "Memorial Day", @@ -1193,7 +1172,7 @@ "2029-01-15": "Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", - "2029-02-19": "Washington's Birthday", + "2029-02-19": "President's Day", "2029-03-17": "Saint Patrick's Day", "2029-03-30": "Good Friday", "2029-05-28": "Memorial Day", @@ -1209,7 +1188,7 @@ "2030-01-21": "Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", - "2030-02-18": "Washington's Birthday", + "2030-02-18": "President's Day", "2030-03-17": "Saint Patrick's Day", "2030-04-19": "Good Friday", "2030-05-27": "Memorial Day", @@ -1224,7 +1203,7 @@ "2031-01-20": "Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", - "2031-02-17": "Washington's Birthday", + "2031-02-17": "President's Day", "2031-03-17": "Saint Patrick's Day", "2031-04-11": "Good Friday", "2031-05-26": "Memorial Day", @@ -1239,7 +1218,7 @@ "2032-01-19": "Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", - "2032-02-16": "Washington's Birthday", + "2032-02-16": "President's Day", "2032-03-17": "Saint Patrick's Day", "2032-03-26": "Good Friday", "2032-05-31": "Memorial Day", @@ -1259,7 +1238,7 @@ "2033-01-17": "Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", - "2033-02-21": "Washington's Birthday", + "2033-02-21": "President's Day", "2033-03-17": "Saint Patrick's Day", "2033-04-15": "Good Friday", "2033-05-30": "Memorial Day", @@ -1277,7 +1256,7 @@ "2034-01-16": "Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", - "2034-02-20": "Washington's Birthday", + "2034-02-20": "President's Day", "2034-03-17": "Saint Patrick's Day", "2034-04-07": "Good Friday", "2034-05-29": "Memorial Day", @@ -1293,7 +1272,7 @@ "2035-01-15": "Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", - "2035-02-19": "Washington's Birthday", + "2035-02-19": "President's Day", "2035-03-17": "Saint Patrick's Day", "2035-03-23": "Good Friday", "2035-05-28": "Memorial Day", @@ -1309,7 +1288,7 @@ "2036-01-21": "Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", - "2036-02-18": "Washington's Birthday", + "2036-02-18": "President's Day", "2036-03-17": "Saint Patrick's Day", "2036-04-11": "Good Friday", "2036-05-26": "Memorial Day", @@ -1325,7 +1304,7 @@ "2037-01-19": "Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", - "2037-02-16": "Washington's Birthday", + "2037-02-16": "President's Day", "2037-03-17": "Saint Patrick's Day", "2037-04-03": "Good Friday", "2037-05-25": "Memorial Day", @@ -1341,7 +1320,7 @@ "2038-01-18": "Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", - "2038-02-15": "Washington's Birthday", + "2038-02-15": "President's Day", "2038-03-17": "Saint Patrick's Day", "2038-04-23": "Good Friday", "2038-05-31": "Memorial Day", @@ -1360,7 +1339,7 @@ "2039-01-17": "Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", - "2039-02-21": "Washington's Birthday", + "2039-02-21": "President's Day", "2039-03-17": "Saint Patrick's Day", "2039-04-08": "Good Friday", "2039-05-30": "Memorial Day", @@ -1378,7 +1357,7 @@ "2040-01-16": "Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", - "2040-02-20": "Washington's Birthday", + "2040-02-20": "President's Day", "2040-03-17": "Saint Patrick's Day", "2040-03-30": "Good Friday", "2040-05-28": "Memorial Day", @@ -1395,7 +1374,7 @@ "2041-01-21": "Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", - "2041-02-18": "Washington's Birthday", + "2041-02-18": "President's Day", "2041-03-17": "Saint Patrick's Day", "2041-04-19": "Good Friday", "2041-05-27": "Memorial Day", @@ -1410,7 +1389,7 @@ "2042-01-20": "Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", - "2042-02-17": "Washington's Birthday", + "2042-02-17": "President's Day", "2042-03-17": "Saint Patrick's Day", "2042-04-04": "Good Friday", "2042-05-26": "Memorial Day", @@ -1425,7 +1404,7 @@ "2043-01-19": "Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", - "2043-02-16": "Washington's Birthday", + "2043-02-16": "President's Day", "2043-03-17": "Saint Patrick's Day", "2043-03-27": "Good Friday", "2043-05-25": "Memorial Day", @@ -1441,7 +1420,7 @@ "2044-01-18": "Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", - "2044-02-15": "Washington's Birthday", + "2044-02-15": "President's Day", "2044-03-17": "Saint Patrick's Day", "2044-04-15": "Good Friday", "2044-05-30": "Memorial Day", @@ -1460,7 +1439,7 @@ "2045-01-16": "Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", - "2045-02-20": "Washington's Birthday", + "2045-02-20": "President's Day", "2045-03-17": "Saint Patrick's Day", "2045-04-07": "Good Friday", "2045-05-29": "Memorial Day", @@ -1476,7 +1455,7 @@ "2046-01-15": "Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", - "2046-02-19": "Washington's Birthday", + "2046-02-19": "President's Day", "2046-03-17": "Saint Patrick's Day", "2046-03-23": "Good Friday", "2046-05-28": "Memorial Day", @@ -1492,7 +1471,7 @@ "2047-01-21": "Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", - "2047-02-18": "Washington's Birthday", + "2047-02-18": "President's Day", "2047-03-17": "Saint Patrick's Day", "2047-04-12": "Good Friday", "2047-05-27": "Memorial Day", @@ -1507,7 +1486,7 @@ "2048-01-20": "Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", - "2048-02-17": "Washington's Birthday", + "2048-02-17": "President's Day", "2048-03-17": "Saint Patrick's Day", "2048-04-03": "Good Friday", "2048-05-25": "Memorial Day", @@ -1524,7 +1503,7 @@ "2049-01-18": "Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", - "2049-02-15": "Washington's Birthday", + "2049-02-15": "President's Day", "2049-03-17": "Saint Patrick's Day", "2049-04-16": "Good Friday", "2049-05-31": "Memorial Day", @@ -1543,7 +1522,7 @@ "2050-01-17": "Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", - "2050-02-21": "Washington's Birthday", + "2050-02-21": "President's Day", "2050-03-17": "Saint Patrick's Day", "2050-04-08": "Good Friday", "2050-05-30": "Memorial Day", diff --git a/snapshots/countries/US_TX.json b/snapshots/countries/US_TX.json index cddf7115b..350d209d3 100644 --- a/snapshots/countries/US_TX.json +++ b/snapshots/countries/US_TX.json @@ -4,7 +4,6 @@ "1950-01-19": "Confederate Memorial Day", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", - "1950-02-22": "Washington's Birthday", "1950-03-02": "Texas Independence Day", "1950-03-17": "Saint Patrick's Day", "1950-04-07": "Good Friday", @@ -21,7 +20,6 @@ "1951-01-19": "Confederate Memorial Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", - "1951-02-22": "Washington's Birthday", "1951-03-02": "Texas Independence Day", "1951-03-17": "Saint Patrick's Day", "1951-03-23": "Good Friday", @@ -38,7 +36,6 @@ "1952-01-19": "Confederate Memorial Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", - "1952-02-22": "Washington's Birthday", "1952-03-02": "Texas Independence Day", "1952-03-17": "Saint Patrick's Day", "1952-04-11": "Good Friday", @@ -55,7 +52,6 @@ "1953-01-19": "Confederate Memorial Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", - "1953-02-22": "Washington's Birthday", "1953-03-02": "Texas Independence Day", "1953-03-17": "Saint Patrick's Day", "1953-04-03": "Good Friday", @@ -72,7 +68,6 @@ "1954-01-19": "Confederate Memorial Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", - "1954-02-22": "Washington's Birthday", "1954-03-02": "Texas Independence Day", "1954-03-17": "Saint Patrick's Day", "1954-04-16": "Good Friday", @@ -91,7 +86,6 @@ "1955-01-19": "Confederate Memorial Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", - "1955-02-22": "Washington's Birthday", "1955-03-02": "Texas Independence Day", "1955-03-17": "Saint Patrick's Day", "1955-04-08": "Good Friday", @@ -109,7 +103,6 @@ "1956-01-19": "Confederate Memorial Day", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", - "1956-02-22": "Washington's Birthday", "1956-03-02": "Texas Independence Day", "1956-03-17": "Saint Patrick's Day", "1956-03-30": "Good Friday", @@ -127,7 +120,6 @@ "1957-01-19": "Confederate Memorial Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", - "1957-02-22": "Washington's Birthday", "1957-03-02": "Texas Independence Day", "1957-03-17": "Saint Patrick's Day", "1957-04-19": "Good Friday", @@ -143,7 +135,6 @@ "1958-01-19": "Confederate Memorial Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", - "1958-02-22": "Washington's Birthday", "1958-03-02": "Texas Independence Day", "1958-03-17": "Saint Patrick's Day", "1958-04-04": "Good Friday", @@ -159,7 +150,6 @@ "1959-01-19": "Confederate Memorial Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", - "1959-02-22": "Washington's Birthday", "1959-03-02": "Texas Independence Day", "1959-03-17": "Saint Patrick's Day", "1959-03-27": "Good Friday", @@ -176,7 +166,6 @@ "1960-01-19": "Confederate Memorial Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", - "1960-02-22": "Washington's Birthday", "1960-03-02": "Texas Independence Day", "1960-03-17": "Saint Patrick's Day", "1960-04-15": "Good Friday", @@ -195,7 +184,6 @@ "1961-01-19": "Confederate Memorial Day", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", - "1961-02-22": "Washington's Birthday", "1961-03-02": "Texas Independence Day", "1961-03-17": "Saint Patrick's Day", "1961-03-31": "Good Friday", @@ -212,7 +200,6 @@ "1962-01-19": "Confederate Memorial Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", - "1962-02-22": "Washington's Birthday", "1962-03-02": "Texas Independence Day", "1962-03-17": "Saint Patrick's Day", "1962-04-20": "Good Friday", @@ -229,7 +216,6 @@ "1963-01-19": "Confederate Memorial Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", - "1963-02-22": "Washington's Birthday", "1963-03-02": "Texas Independence Day", "1963-03-17": "Saint Patrick's Day", "1963-04-12": "Good Friday", @@ -245,7 +231,6 @@ "1964-01-19": "Confederate Memorial Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", - "1964-02-22": "Washington's Birthday", "1964-03-02": "Texas Independence Day", "1964-03-17": "Saint Patrick's Day", "1964-03-27": "Good Friday", @@ -263,7 +248,6 @@ "1965-01-19": "Confederate Memorial Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", - "1965-02-22": "Washington's Birthday", "1965-03-02": "Texas Independence Day", "1965-03-17": "Saint Patrick's Day", "1965-04-16": "Good Friday", @@ -282,7 +266,6 @@ "1966-01-19": "Confederate Memorial Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", - "1966-02-22": "Washington's Birthday", "1966-03-02": "Texas Independence Day", "1966-03-17": "Saint Patrick's Day", "1966-04-08": "Good Friday", @@ -300,7 +283,6 @@ "1967-01-19": "Confederate Memorial Day", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", - "1967-02-22": "Washington's Birthday", "1967-03-02": "Texas Independence Day", "1967-03-17": "Saint Patrick's Day", "1967-03-24": "Good Friday", @@ -317,7 +299,6 @@ "1968-01-19": "Confederate Memorial Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", - "1968-02-22": "Washington's Birthday", "1968-03-02": "Texas Independence Day", "1968-03-17": "Saint Patrick's Day", "1968-04-12": "Good Friday", @@ -334,7 +315,6 @@ "1969-01-19": "Confederate Memorial Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", - "1969-02-22": "Washington's Birthday", "1969-03-02": "Texas Independence Day", "1969-03-17": "Saint Patrick's Day", "1969-04-04": "Good Friday", @@ -350,7 +330,6 @@ "1970-01-19": "Confederate Memorial Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", - "1970-02-22": "Washington's Birthday", "1970-03-02": "Texas Independence Day", "1970-03-17": "Saint Patrick's Day", "1970-03-27": "Good Friday", @@ -367,7 +346,7 @@ "1971-01-19": "Confederate Memorial Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", - "1971-02-15": "Washington's Birthday", + "1971-02-15": "Presidents' Day", "1971-03-02": "Texas Independence Day", "1971-03-17": "Saint Patrick's Day", "1971-04-09": "Good Friday", @@ -386,7 +365,7 @@ "1972-01-19": "Confederate Memorial Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", - "1972-02-21": "Washington's Birthday", + "1972-02-21": "Presidents' Day", "1972-03-02": "Texas Independence Day", "1972-03-17": "Saint Patrick's Day", "1972-03-31": "Good Friday", @@ -403,7 +382,7 @@ "1973-01-19": "Confederate Memorial Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", - "1973-02-19": "Washington's Birthday", + "1973-02-19": "Presidents' Day", "1973-03-02": "Texas Independence Day", "1973-03-17": "Saint Patrick's Day", "1973-04-20": "Good Friday", @@ -420,7 +399,7 @@ "1974-01-19": "Confederate Memorial Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", - "1974-02-18": "Washington's Birthday", + "1974-02-18": "Presidents' Day", "1974-03-02": "Texas Independence Day", "1974-03-17": "Saint Patrick's Day", "1974-04-12": "Good Friday", @@ -437,7 +416,7 @@ "1975-01-19": "Confederate Memorial Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", - "1975-02-17": "Washington's Birthday", + "1975-02-17": "Presidents' Day", "1975-03-02": "Texas Independence Day", "1975-03-17": "Saint Patrick's Day", "1975-03-28": "Good Friday", @@ -455,7 +434,7 @@ "1976-01-19": "Confederate Memorial Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", - "1976-02-16": "Washington's Birthday", + "1976-02-16": "Presidents' Day", "1976-03-02": "Texas Independence Day", "1976-03-17": "Saint Patrick's Day", "1976-04-16": "Good Friday", @@ -477,7 +456,7 @@ "1977-01-19": "Confederate Memorial Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", - "1977-02-21": "Washington's Birthday", + "1977-02-21": "Presidents' Day", "1977-03-02": "Texas Independence Day", "1977-03-17": "Saint Patrick's Day", "1977-04-08": "Good Friday", @@ -497,7 +476,7 @@ "1978-01-19": "Confederate Memorial Day", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", - "1978-02-20": "Washington's Birthday", + "1978-02-20": "Presidents' Day", "1978-03-02": "Texas Independence Day", "1978-03-17": "Saint Patrick's Day", "1978-03-24": "Good Friday", @@ -516,7 +495,7 @@ "1979-01-19": "Confederate Memorial Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", - "1979-02-19": "Washington's Birthday", + "1979-02-19": "Presidents' Day", "1979-03-02": "Texas Independence Day", "1979-03-17": "Saint Patrick's Day", "1979-04-13": "Good Friday", @@ -535,7 +514,7 @@ "1980-01-19": "Confederate Memorial Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", - "1980-02-18": "Washington's Birthday", + "1980-02-18": "Presidents' Day", "1980-03-02": "Texas Independence Day", "1980-03-17": "Saint Patrick's Day", "1980-04-04": "Good Friday", @@ -555,7 +534,7 @@ "1981-01-19": "Confederate Memorial Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", - "1981-02-16": "Washington's Birthday", + "1981-02-16": "Presidents' Day", "1981-03-02": "Texas Independence Day", "1981-03-17": "Saint Patrick's Day", "1981-04-17": "Good Friday", @@ -577,7 +556,7 @@ "1982-01-19": "Confederate Memorial Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", - "1982-02-15": "Washington's Birthday", + "1982-02-15": "Presidents' Day", "1982-03-02": "Texas Independence Day", "1982-03-17": "Saint Patrick's Day", "1982-04-09": "Good Friday", @@ -601,7 +580,7 @@ "1983-01-19": "Confederate Memorial Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", - "1983-02-21": "Washington's Birthday", + "1983-02-21": "Presidents' Day", "1983-03-02": "Texas Independence Day", "1983-03-17": "Saint Patrick's Day", "1983-04-01": "Good Friday", @@ -624,7 +603,7 @@ "1984-01-19": "Confederate Memorial Day", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", - "1984-02-20": "Washington's Birthday", + "1984-02-20": "Presidents' Day", "1984-03-02": "Texas Independence Day", "1984-03-17": "Saint Patrick's Day", "1984-04-20": "Good Friday", @@ -647,7 +626,7 @@ "1985-01-19": "Confederate Memorial Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", - "1985-02-18": "Washington's Birthday", + "1985-02-18": "Presidents' Day", "1985-03-02": "Texas Independence Day", "1985-03-17": "Saint Patrick's Day", "1985-04-05": "Good Friday", @@ -669,7 +648,7 @@ "1986-01-20": "Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", - "1986-02-17": "Washington's Birthday", + "1986-02-17": "Presidents' Day", "1986-03-02": "Texas Independence Day", "1986-03-17": "Saint Patrick's Day", "1986-03-28": "Good Friday", @@ -690,7 +669,7 @@ "1987-01-19": "Confederate Memorial Day; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", - "1987-02-16": "Washington's Birthday", + "1987-02-16": "Presidents' Day", "1987-03-02": "Texas Independence Day", "1987-03-17": "Saint Patrick's Day", "1987-04-17": "Good Friday", @@ -713,7 +692,7 @@ "1988-01-19": "Confederate Memorial Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", - "1988-02-15": "Washington's Birthday", + "1988-02-15": "Presidents' Day", "1988-03-02": "Texas Independence Day", "1988-03-17": "Saint Patrick's Day", "1988-04-01": "Good Friday", @@ -738,7 +717,7 @@ "1989-01-19": "Confederate Memorial Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", - "1989-02-20": "Washington's Birthday", + "1989-02-20": "Presidents' Day", "1989-03-02": "Texas Independence Day", "1989-03-17": "Saint Patrick's Day", "1989-03-24": "Good Friday", @@ -762,7 +741,7 @@ "1990-01-19": "Confederate Memorial Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", - "1990-02-19": "Washington's Birthday", + "1990-02-19": "Presidents' Day", "1990-03-02": "Texas Independence Day", "1990-03-17": "Saint Patrick's Day", "1990-04-13": "Good Friday", @@ -785,7 +764,7 @@ "1991-01-21": "Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", - "1991-02-18": "Washington's Birthday", + "1991-02-18": "Presidents' Day", "1991-03-02": "Texas Independence Day", "1991-03-17": "Saint Patrick's Day", "1991-03-29": "Good Friday", @@ -807,7 +786,7 @@ "1992-01-20": "Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", - "1992-02-17": "Washington's Birthday", + "1992-02-17": "Presidents' Day", "1992-03-02": "Texas Independence Day", "1992-03-17": "Saint Patrick's Day", "1992-04-17": "Good Friday", @@ -831,7 +810,7 @@ "1993-01-19": "Confederate Memorial Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", - "1993-02-15": "Washington's Birthday", + "1993-02-15": "Presidents' Day", "1993-03-02": "Texas Independence Day", "1993-03-17": "Saint Patrick's Day", "1993-04-09": "Good Friday", @@ -856,7 +835,7 @@ "1994-01-19": "Confederate Memorial Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", - "1994-02-21": "Washington's Birthday", + "1994-02-21": "Presidents' Day", "1994-03-02": "Texas Independence Day", "1994-03-17": "Saint Patrick's Day", "1994-04-01": "Good Friday", @@ -880,7 +859,7 @@ "1995-01-19": "Confederate Memorial Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", - "1995-02-20": "Washington's Birthday", + "1995-02-20": "Presidents' Day", "1995-03-02": "Texas Independence Day", "1995-03-17": "Saint Patrick's Day", "1995-04-14": "Good Friday", @@ -904,7 +883,7 @@ "1996-01-19": "Confederate Memorial Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", - "1996-02-19": "Washington's Birthday", + "1996-02-19": "Presidents' Day", "1996-03-02": "Texas Independence Day", "1996-03-17": "Saint Patrick's Day", "1996-04-05": "Good Friday", @@ -927,7 +906,7 @@ "1997-01-20": "Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", - "1997-02-17": "Washington's Birthday", + "1997-02-17": "Presidents' Day", "1997-03-02": "Texas Independence Day", "1997-03-17": "Saint Patrick's Day", "1997-03-28": "Good Friday", @@ -948,7 +927,7 @@ "1998-01-19": "Confederate Memorial Day; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", - "1998-02-16": "Washington's Birthday", + "1998-02-16": "Presidents' Day", "1998-03-02": "Texas Independence Day", "1998-03-17": "Saint Patrick's Day", "1998-04-10": "Good Friday", @@ -971,7 +950,7 @@ "1999-01-19": "Confederate Memorial Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", - "1999-02-15": "Washington's Birthday", + "1999-02-15": "Presidents' Day", "1999-03-02": "Texas Independence Day", "1999-03-17": "Saint Patrick's Day", "1999-04-02": "Good Friday", @@ -996,7 +975,7 @@ "2000-01-19": "Confederate Memorial Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", - "2000-02-21": "Washington's Birthday", + "2000-02-21": "Presidents' Day", "2000-03-02": "Texas Independence Day", "2000-03-17": "Saint Patrick's Day", "2000-03-31": "Cesar Chavez Day", @@ -1021,7 +1000,7 @@ "2001-01-19": "Confederate Memorial Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", - "2001-02-19": "Washington's Birthday", + "2001-02-19": "Presidents' Day", "2001-03-02": "Texas Independence Day", "2001-03-17": "Saint Patrick's Day", "2001-03-31": "Cesar Chavez Day", @@ -1045,7 +1024,7 @@ "2002-01-21": "Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", - "2002-02-18": "Washington's Birthday", + "2002-02-18": "Presidents' Day", "2002-03-02": "Texas Independence Day", "2002-03-17": "Saint Patrick's Day", "2002-03-29": "Good Friday", @@ -1068,7 +1047,7 @@ "2003-01-20": "Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", - "2003-02-17": "Washington's Birthday", + "2003-02-17": "Presidents' Day", "2003-03-02": "Texas Independence Day", "2003-03-17": "Saint Patrick's Day", "2003-03-31": "Cesar Chavez Day", @@ -1090,7 +1069,7 @@ "2004-01-19": "Confederate Memorial Day; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", - "2004-02-16": "Washington's Birthday", + "2004-02-16": "Presidents' Day", "2004-03-02": "Texas Independence Day", "2004-03-17": "Saint Patrick's Day", "2004-03-31": "Cesar Chavez Day", @@ -1117,7 +1096,7 @@ "2005-01-19": "Confederate Memorial Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", - "2005-02-21": "Washington's Birthday", + "2005-02-21": "Presidents' Day", "2005-03-02": "Texas Independence Day", "2005-03-17": "Saint Patrick's Day", "2005-03-25": "Good Friday", @@ -1142,7 +1121,7 @@ "2006-01-19": "Confederate Memorial Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", - "2006-02-20": "Washington's Birthday", + "2006-02-20": "Presidents' Day", "2006-03-02": "Texas Independence Day", "2006-03-17": "Saint Patrick's Day", "2006-03-31": "Cesar Chavez Day", @@ -1167,7 +1146,7 @@ "2007-01-19": "Confederate Memorial Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", - "2007-02-19": "Washington's Birthday", + "2007-02-19": "Presidents' Day", "2007-03-02": "Texas Independence Day", "2007-03-17": "Saint Patrick's Day", "2007-03-31": "Cesar Chavez Day", @@ -1191,7 +1170,7 @@ "2008-01-21": "Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", - "2008-02-18": "Washington's Birthday", + "2008-02-18": "Presidents' Day", "2008-03-02": "Texas Independence Day", "2008-03-17": "Saint Patrick's Day", "2008-03-21": "Good Friday", @@ -1214,7 +1193,7 @@ "2009-01-19": "Confederate Memorial Day; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", - "2009-02-16": "Washington's Birthday", + "2009-02-16": "Presidents' Day", "2009-03-02": "Texas Independence Day", "2009-03-17": "Saint Patrick's Day", "2009-03-31": "Cesar Chavez Day", @@ -1238,7 +1217,7 @@ "2010-01-19": "Confederate Memorial Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", - "2010-02-15": "Washington's Birthday", + "2010-02-15": "Presidents' Day", "2010-03-02": "Texas Independence Day", "2010-03-17": "Saint Patrick's Day", "2010-03-31": "Cesar Chavez Day", @@ -1264,7 +1243,7 @@ "2011-01-19": "Confederate Memorial Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", - "2011-02-21": "Washington's Birthday", + "2011-02-21": "Presidents' Day", "2011-03-02": "Texas Independence Day", "2011-03-17": "Saint Patrick's Day", "2011-03-31": "Cesar Chavez Day", @@ -1289,7 +1268,7 @@ "2012-01-19": "Confederate Memorial Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", - "2012-02-20": "Washington's Birthday", + "2012-02-20": "Presidents' Day", "2012-03-02": "Texas Independence Day", "2012-03-17": "Saint Patrick's Day", "2012-03-31": "Cesar Chavez Day", @@ -1314,7 +1293,7 @@ "2013-01-21": "Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", - "2013-02-18": "Washington's Birthday", + "2013-02-18": "Presidents' Day", "2013-03-02": "Texas Independence Day", "2013-03-17": "Saint Patrick's Day", "2013-03-29": "Good Friday", @@ -1337,7 +1316,7 @@ "2014-01-20": "Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", - "2014-02-17": "Washington's Birthday", + "2014-02-17": "Presidents' Day", "2014-03-02": "Texas Independence Day", "2014-03-17": "Saint Patrick's Day", "2014-03-31": "Cesar Chavez Day", @@ -1359,7 +1338,7 @@ "2015-01-19": "Confederate Memorial Day; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", - "2015-02-16": "Washington's Birthday", + "2015-02-16": "Presidents' Day", "2015-03-02": "Texas Independence Day", "2015-03-17": "Saint Patrick's Day", "2015-03-31": "Cesar Chavez Day", @@ -1383,7 +1362,7 @@ "2016-01-19": "Confederate Memorial Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", - "2016-02-15": "Washington's Birthday", + "2016-02-15": "Presidents' Day", "2016-03-02": "Texas Independence Day", "2016-03-17": "Saint Patrick's Day", "2016-03-25": "Good Friday", @@ -1409,7 +1388,7 @@ "2017-01-19": "Confederate Memorial Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", - "2017-02-20": "Washington's Birthday", + "2017-02-20": "Presidents' Day", "2017-03-02": "Texas Independence Day", "2017-03-17": "Saint Patrick's Day", "2017-03-31": "Cesar Chavez Day", @@ -1434,7 +1413,7 @@ "2018-01-19": "Confederate Memorial Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", - "2018-02-19": "Washington's Birthday", + "2018-02-19": "Presidents' Day", "2018-03-02": "Texas Independence Day", "2018-03-17": "Saint Patrick's Day", "2018-03-30": "Good Friday", @@ -1458,7 +1437,7 @@ "2019-01-21": "Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", - "2019-02-18": "Washington's Birthday", + "2019-02-18": "Presidents' Day", "2019-03-02": "Texas Independence Day", "2019-03-17": "Saint Patrick's Day", "2019-03-31": "Cesar Chavez Day", @@ -1481,7 +1460,7 @@ "2020-01-20": "Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", - "2020-02-17": "Washington's Birthday", + "2020-02-17": "Presidents' Day", "2020-03-02": "Texas Independence Day", "2020-03-17": "Saint Patrick's Day", "2020-03-31": "Cesar Chavez Day", @@ -1506,7 +1485,7 @@ "2021-01-19": "Confederate Memorial Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", - "2021-02-15": "Washington's Birthday", + "2021-02-15": "Presidents' Day", "2021-03-02": "Texas Independence Day", "2021-03-17": "Saint Patrick's Day", "2021-03-31": "Cesar Chavez Day", @@ -1533,7 +1512,7 @@ "2022-01-19": "Confederate Memorial Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", - "2022-02-21": "Washington's Birthday", + "2022-02-21": "Presidents' Day", "2022-03-02": "Texas Independence Day", "2022-03-17": "Saint Patrick's Day", "2022-03-31": "Cesar Chavez Day", @@ -1559,7 +1538,7 @@ "2023-01-19": "Confederate Memorial Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", - "2023-02-20": "Washington's Birthday", + "2023-02-20": "Presidents' Day", "2023-03-02": "Texas Independence Day", "2023-03-17": "Saint Patrick's Day", "2023-03-31": "Cesar Chavez Day", @@ -1584,7 +1563,7 @@ "2024-01-19": "Confederate Memorial Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", - "2024-02-19": "Washington's Birthday", + "2024-02-19": "Presidents' Day", "2024-03-02": "Texas Independence Day", "2024-03-17": "Saint Patrick's Day", "2024-03-29": "Good Friday", @@ -1608,7 +1587,7 @@ "2025-01-20": "Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", - "2025-02-17": "Washington's Birthday", + "2025-02-17": "Presidents' Day", "2025-03-02": "Texas Independence Day", "2025-03-17": "Saint Patrick's Day", "2025-03-31": "Cesar Chavez Day", @@ -1630,7 +1609,7 @@ "2026-01-19": "Confederate Memorial Day; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", - "2026-02-16": "Washington's Birthday", + "2026-02-16": "Presidents' Day", "2026-03-02": "Texas Independence Day", "2026-03-17": "Saint Patrick's Day", "2026-03-31": "Cesar Chavez Day", @@ -1654,7 +1633,7 @@ "2027-01-19": "Confederate Memorial Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", - "2027-02-15": "Washington's Birthday", + "2027-02-15": "Presidents' Day", "2027-03-02": "Texas Independence Day", "2027-03-17": "Saint Patrick's Day", "2027-03-26": "Good Friday", @@ -1681,7 +1660,7 @@ "2028-01-19": "Confederate Memorial Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", - "2028-02-21": "Washington's Birthday", + "2028-02-21": "Presidents' Day", "2028-03-02": "Texas Independence Day", "2028-03-17": "Saint Patrick's Day", "2028-03-31": "Cesar Chavez Day", @@ -1707,7 +1686,7 @@ "2029-01-19": "Confederate Memorial Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", - "2029-02-19": "Washington's Birthday", + "2029-02-19": "Presidents' Day", "2029-03-02": "Texas Independence Day", "2029-03-17": "Saint Patrick's Day", "2029-03-30": "Good Friday", @@ -1731,7 +1710,7 @@ "2030-01-21": "Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", - "2030-02-18": "Washington's Birthday", + "2030-02-18": "Presidents' Day", "2030-03-02": "Texas Independence Day", "2030-03-17": "Saint Patrick's Day", "2030-03-31": "Cesar Chavez Day", @@ -1754,7 +1733,7 @@ "2031-01-20": "Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", - "2031-02-17": "Washington's Birthday", + "2031-02-17": "Presidents' Day", "2031-03-02": "Texas Independence Day", "2031-03-17": "Saint Patrick's Day", "2031-03-31": "Cesar Chavez Day", @@ -1776,7 +1755,7 @@ "2032-01-19": "Confederate Memorial Day; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", - "2032-02-16": "Washington's Birthday", + "2032-02-16": "Presidents' Day", "2032-03-02": "Texas Independence Day", "2032-03-17": "Saint Patrick's Day", "2032-03-26": "Good Friday", @@ -1804,7 +1783,7 @@ "2033-01-19": "Confederate Memorial Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", - "2033-02-21": "Washington's Birthday", + "2033-02-21": "Presidents' Day", "2033-03-02": "Texas Independence Day", "2033-03-17": "Saint Patrick's Day", "2033-03-31": "Cesar Chavez Day", @@ -1830,7 +1809,7 @@ "2034-01-19": "Confederate Memorial Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", - "2034-02-20": "Washington's Birthday", + "2034-02-20": "Presidents' Day", "2034-03-02": "Texas Independence Day", "2034-03-17": "Saint Patrick's Day", "2034-03-31": "Cesar Chavez Day", @@ -1855,7 +1834,7 @@ "2035-01-19": "Confederate Memorial Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", - "2035-02-19": "Washington's Birthday", + "2035-02-19": "Presidents' Day", "2035-03-02": "Texas Independence Day", "2035-03-17": "Saint Patrick's Day", "2035-03-23": "Good Friday", @@ -1879,7 +1858,7 @@ "2036-01-21": "Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", - "2036-02-18": "Washington's Birthday", + "2036-02-18": "Presidents' Day", "2036-03-02": "Texas Independence Day", "2036-03-17": "Saint Patrick's Day", "2036-03-31": "Cesar Chavez Day", @@ -1902,7 +1881,7 @@ "2037-01-19": "Confederate Memorial Day; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", - "2037-02-16": "Washington's Birthday", + "2037-02-16": "Presidents' Day", "2037-03-02": "Texas Independence Day", "2037-03-17": "Saint Patrick's Day", "2037-03-31": "Cesar Chavez Day", @@ -1926,7 +1905,7 @@ "2038-01-19": "Confederate Memorial Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", - "2038-02-15": "Washington's Birthday", + "2038-02-15": "Presidents' Day", "2038-03-02": "Texas Independence Day", "2038-03-17": "Saint Patrick's Day", "2038-03-31": "Cesar Chavez Day", @@ -1953,7 +1932,7 @@ "2039-01-19": "Confederate Memorial Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", - "2039-02-21": "Washington's Birthday", + "2039-02-21": "Presidents' Day", "2039-03-02": "Texas Independence Day", "2039-03-17": "Saint Patrick's Day", "2039-03-31": "Cesar Chavez Day", @@ -1979,7 +1958,7 @@ "2040-01-19": "Confederate Memorial Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", - "2040-02-20": "Washington's Birthday", + "2040-02-20": "Presidents' Day", "2040-03-02": "Texas Independence Day", "2040-03-17": "Saint Patrick's Day", "2040-03-30": "Good Friday", @@ -2004,7 +1983,7 @@ "2041-01-21": "Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", - "2041-02-18": "Washington's Birthday", + "2041-02-18": "Presidents' Day", "2041-03-02": "Texas Independence Day", "2041-03-17": "Saint Patrick's Day", "2041-03-31": "Cesar Chavez Day", @@ -2027,7 +2006,7 @@ "2042-01-20": "Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", - "2042-02-17": "Washington's Birthday", + "2042-02-17": "Presidents' Day", "2042-03-02": "Texas Independence Day", "2042-03-17": "Saint Patrick's Day", "2042-03-31": "Cesar Chavez Day", @@ -2049,7 +2028,7 @@ "2043-01-19": "Confederate Memorial Day; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", - "2043-02-16": "Washington's Birthday", + "2043-02-16": "Presidents' Day", "2043-03-02": "Texas Independence Day", "2043-03-17": "Saint Patrick's Day", "2043-03-27": "Good Friday", @@ -2073,7 +2052,7 @@ "2044-01-19": "Confederate Memorial Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", - "2044-02-15": "Washington's Birthday", + "2044-02-15": "Presidents' Day", "2044-03-02": "Texas Independence Day", "2044-03-17": "Saint Patrick's Day", "2044-03-31": "Cesar Chavez Day", @@ -2100,7 +2079,7 @@ "2045-01-19": "Confederate Memorial Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", - "2045-02-20": "Washington's Birthday", + "2045-02-20": "Presidents' Day", "2045-03-02": "Texas Independence Day", "2045-03-17": "Saint Patrick's Day", "2045-03-31": "Cesar Chavez Day", @@ -2125,7 +2104,7 @@ "2046-01-19": "Confederate Memorial Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", - "2046-02-19": "Washington's Birthday", + "2046-02-19": "Presidents' Day", "2046-03-02": "Texas Independence Day", "2046-03-17": "Saint Patrick's Day", "2046-03-23": "Good Friday", @@ -2149,7 +2128,7 @@ "2047-01-21": "Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", - "2047-02-18": "Washington's Birthday", + "2047-02-18": "Presidents' Day", "2047-03-02": "Texas Independence Day", "2047-03-17": "Saint Patrick's Day", "2047-03-31": "Cesar Chavez Day", @@ -2172,7 +2151,7 @@ "2048-01-20": "Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", - "2048-02-17": "Washington's Birthday", + "2048-02-17": "Presidents' Day", "2048-03-02": "Texas Independence Day", "2048-03-17": "Saint Patrick's Day", "2048-03-31": "Cesar Chavez Day", @@ -2197,7 +2176,7 @@ "2049-01-19": "Confederate Memorial Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", - "2049-02-15": "Washington's Birthday", + "2049-02-15": "Presidents' Day", "2049-03-02": "Texas Independence Day", "2049-03-17": "Saint Patrick's Day", "2049-03-31": "Cesar Chavez Day", @@ -2224,7 +2203,7 @@ "2050-01-19": "Confederate Memorial Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", - "2050-02-21": "Washington's Birthday", + "2050-02-21": "Presidents' Day", "2050-03-02": "Texas Independence Day", "2050-03-17": "Saint Patrick's Day", "2050-03-31": "Cesar Chavez Day", diff --git a/snapshots/countries/US_UT.json b/snapshots/countries/US_UT.json index 97576aa1f..713f8fe65 100644 --- a/snapshots/countries/US_UT.json +++ b/snapshots/countries/US_UT.json @@ -3,7 +3,6 @@ "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", - "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", @@ -18,7 +17,6 @@ "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", - "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", @@ -33,7 +31,6 @@ "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", - "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", @@ -48,7 +45,6 @@ "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", - "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", @@ -63,7 +59,6 @@ "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", - "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", @@ -81,7 +76,6 @@ "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", - "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", @@ -98,7 +92,6 @@ "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", - "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", @@ -114,7 +107,6 @@ "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", - "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", @@ -128,7 +120,6 @@ "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", - "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", @@ -142,7 +133,6 @@ "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", - "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", @@ -157,7 +147,6 @@ "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", - "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", @@ -175,7 +164,6 @@ "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", - "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", @@ -190,7 +178,6 @@ "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", - "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", @@ -205,7 +192,6 @@ "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", - "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", @@ -219,7 +205,6 @@ "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", - "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", @@ -235,7 +220,6 @@ "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", - "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", @@ -253,7 +237,6 @@ "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", - "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", @@ -270,7 +253,6 @@ "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", - "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", @@ -285,7 +267,6 @@ "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", - "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", @@ -300,7 +281,6 @@ "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", - "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", @@ -314,7 +294,6 @@ "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", - "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", @@ -329,7 +308,7 @@ "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", - "1971-02-15": "Washington's Birthday", + "1971-02-15": "Washington and Lincoln Day", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", @@ -347,7 +326,7 @@ "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", - "1972-02-21": "Washington's Birthday", + "1972-02-21": "Washington and Lincoln Day", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", @@ -362,7 +341,7 @@ "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", - "1973-02-19": "Washington's Birthday", + "1973-02-19": "Washington and Lincoln Day", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", @@ -376,7 +355,7 @@ "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", - "1974-02-18": "Washington's Birthday", + "1974-02-18": "Washington and Lincoln Day", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", @@ -390,7 +369,7 @@ "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", - "1975-02-17": "Washington's Birthday", + "1975-02-17": "Washington and Lincoln Day", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", @@ -404,7 +383,7 @@ "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", - "1976-02-16": "Washington's Birthday", + "1976-02-16": "Washington and Lincoln Day", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", @@ -423,7 +402,7 @@ "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", - "1977-02-21": "Washington's Birthday", + "1977-02-21": "Washington and Lincoln Day", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", @@ -440,7 +419,7 @@ "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", - "1978-02-20": "Washington's Birthday", + "1978-02-20": "Washington and Lincoln Day", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", @@ -455,7 +434,7 @@ "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", - "1979-02-19": "Washington's Birthday", + "1979-02-19": "Washington and Lincoln Day", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", @@ -470,7 +449,7 @@ "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", - "1980-02-18": "Washington's Birthday", + "1980-02-18": "Washington and Lincoln Day", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", @@ -485,7 +464,7 @@ "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", - "1981-02-16": "Washington's Birthday", + "1981-02-16": "Washington and Lincoln Day", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", @@ -500,7 +479,7 @@ "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", - "1982-02-15": "Washington's Birthday", + "1982-02-15": "Washington and Lincoln Day", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", @@ -518,7 +497,7 @@ "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", - "1983-02-21": "Washington's Birthday", + "1983-02-21": "Washington and Lincoln Day", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", @@ -535,7 +514,7 @@ "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", - "1984-02-20": "Washington's Birthday", + "1984-02-20": "Washington and Lincoln Day", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", @@ -551,7 +530,7 @@ "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", - "1985-02-18": "Washington's Birthday", + "1985-02-18": "Washington and Lincoln Day", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", @@ -566,7 +545,7 @@ "1986-01-20": "Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", - "1986-02-17": "Washington's Birthday", + "1986-02-17": "Washington and Lincoln Day", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", @@ -581,7 +560,7 @@ "1987-01-19": "Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", - "1987-02-16": "Washington's Birthday", + "1987-02-16": "Washington and Lincoln Day", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", @@ -597,7 +576,7 @@ "1988-01-18": "Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", - "1988-02-15": "Washington's Birthday", + "1988-02-15": "Washington and Lincoln Day", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", @@ -616,7 +595,7 @@ "1989-01-16": "Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", - "1989-02-20": "Washington's Birthday", + "1989-02-20": "Washington and Lincoln Day", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", @@ -632,7 +611,7 @@ "1990-01-15": "Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", - "1990-02-19": "Washington's Birthday", + "1990-02-19": "Washington and Lincoln Day", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", @@ -648,7 +627,7 @@ "1991-01-21": "Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", - "1991-02-18": "Washington's Birthday", + "1991-02-18": "Washington and Lincoln Day", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", @@ -663,7 +642,7 @@ "1992-01-20": "Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", - "1992-02-17": "Washington's Birthday", + "1992-02-17": "Washington and Lincoln Day", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", @@ -680,7 +659,7 @@ "1993-01-18": "Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", - "1993-02-15": "Washington's Birthday", + "1993-02-15": "Washington and Lincoln Day", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", @@ -699,7 +678,7 @@ "1994-01-17": "Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", - "1994-02-21": "Washington's Birthday", + "1994-02-21": "Washington and Lincoln Day", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", @@ -717,7 +696,7 @@ "1995-01-16": "Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", - "1995-02-20": "Washington's Birthday", + "1995-02-20": "Washington and Lincoln Day", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", @@ -733,7 +712,7 @@ "1996-01-15": "Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", - "1996-02-19": "Washington's Birthday", + "1996-02-19": "Washington and Lincoln Day", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", @@ -749,7 +728,7 @@ "1997-01-20": "Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", - "1997-02-17": "Washington's Birthday", + "1997-02-17": "Washington and Lincoln Day", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", @@ -764,7 +743,7 @@ "1998-01-19": "Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", - "1998-02-16": "Washington's Birthday", + "1998-02-16": "Washington and Lincoln Day", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", @@ -780,7 +759,7 @@ "1999-01-18": "Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", - "1999-02-15": "Washington's Birthday", + "1999-02-15": "Washington and Lincoln Day", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", @@ -799,7 +778,7 @@ "2000-01-17": "Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", - "2000-02-21": "Washington's Birthday", + "2000-02-21": "Washington and Lincoln Day", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", @@ -816,7 +795,7 @@ "2001-01-15": "Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", - "2001-02-19": "Washington's Birthday", + "2001-02-19": "Washington and Lincoln Day", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", @@ -832,7 +811,7 @@ "2002-01-21": "Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", - "2002-02-18": "Washington's Birthday", + "2002-02-18": "Washington and Lincoln Day", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", @@ -847,7 +826,7 @@ "2003-01-20": "Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", - "2003-02-17": "Washington's Birthday", + "2003-02-17": "Washington and Lincoln Day", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", @@ -862,7 +841,7 @@ "2004-01-19": "Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", - "2004-02-16": "Washington's Birthday", + "2004-02-16": "Washington and Lincoln Day", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", @@ -882,7 +861,7 @@ "2005-01-17": "Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", - "2005-02-21": "Washington's Birthday", + "2005-02-21": "Washington and Lincoln Day", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", @@ -900,7 +879,7 @@ "2006-01-16": "Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", - "2006-02-20": "Washington's Birthday", + "2006-02-20": "Washington and Lincoln Day", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", @@ -916,7 +895,7 @@ "2007-01-15": "Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", - "2007-02-19": "Washington's Birthday", + "2007-02-19": "Washington and Lincoln Day", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", @@ -932,7 +911,7 @@ "2008-01-21": "Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", - "2008-02-18": "Washington's Birthday", + "2008-02-18": "Washington and Lincoln Day", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", @@ -948,7 +927,7 @@ "2009-01-19": "Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", - "2009-02-16": "Washington's Birthday", + "2009-02-16": "Washington and Lincoln Day", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", @@ -964,7 +943,7 @@ "2010-01-18": "Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", - "2010-02-15": "Washington's Birthday", + "2010-02-15": "Washington and Lincoln Day", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", @@ -983,7 +962,7 @@ "2011-01-17": "Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", - "2011-02-21": "Washington's Birthday", + "2011-02-21": "Washington and Lincoln Day", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", @@ -1001,7 +980,7 @@ "2012-01-16": "Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", - "2012-02-20": "Washington's Birthday", + "2012-02-20": "Washington and Lincoln Day", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", @@ -1018,7 +997,7 @@ "2013-01-21": "Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", - "2013-02-18": "Washington's Birthday", + "2013-02-18": "Washington and Lincoln Day", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", @@ -1033,7 +1012,7 @@ "2014-01-20": "Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", - "2014-02-17": "Washington's Birthday", + "2014-02-17": "Washington and Lincoln Day", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", @@ -1048,7 +1027,7 @@ "2015-01-19": "Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", - "2015-02-16": "Washington's Birthday", + "2015-02-16": "Washington and Lincoln Day", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", @@ -1064,7 +1043,7 @@ "2016-01-18": "Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", - "2016-02-15": "Washington's Birthday", + "2016-02-15": "Washington and Lincoln Day", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", @@ -1083,7 +1062,7 @@ "2017-01-16": "Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", - "2017-02-20": "Washington's Birthday", + "2017-02-20": "Washington and Lincoln Day", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", @@ -1099,7 +1078,7 @@ "2018-01-15": "Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", - "2018-02-19": "Washington's Birthday", + "2018-02-19": "Washington and Lincoln Day", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", @@ -1115,7 +1094,7 @@ "2019-01-21": "Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", - "2019-02-18": "Washington's Birthday", + "2019-02-18": "Washington and Lincoln Day", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", @@ -1130,7 +1109,7 @@ "2020-01-20": "Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", - "2020-02-17": "Washington's Birthday", + "2020-02-17": "Washington and Lincoln Day", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", @@ -1147,7 +1126,7 @@ "2021-01-18": "Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", - "2021-02-15": "Washington's Birthday", + "2021-02-15": "Washington and Lincoln Day", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", @@ -1168,7 +1147,7 @@ "2022-01-17": "Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", - "2022-02-21": "Washington's Birthday", + "2022-02-21": "Washington and Lincoln Day", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", @@ -1188,7 +1167,7 @@ "2023-01-16": "Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", - "2023-02-20": "Washington's Birthday", + "2023-02-20": "Washington and Lincoln Day", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", @@ -1205,7 +1184,7 @@ "2024-01-15": "Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", - "2024-02-19": "Washington's Birthday", + "2024-02-19": "Washington and Lincoln Day", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", @@ -1222,7 +1201,7 @@ "2025-01-20": "Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", - "2025-02-17": "Washington's Birthday", + "2025-02-17": "Washington and Lincoln Day", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", @@ -1238,7 +1217,7 @@ "2026-01-19": "Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", - "2026-02-16": "Washington's Birthday", + "2026-02-16": "Washington and Lincoln Day", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", @@ -1255,7 +1234,7 @@ "2027-01-18": "Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", - "2027-02-15": "Washington's Birthday", + "2027-02-15": "Washington and Lincoln Day", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", @@ -1276,7 +1255,7 @@ "2028-01-17": "Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", - "2028-02-21": "Washington's Birthday", + "2028-02-21": "Washington and Lincoln Day", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", @@ -1294,7 +1273,7 @@ "2029-01-15": "Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", - "2029-02-19": "Washington's Birthday", + "2029-02-19": "Washington and Lincoln Day", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", @@ -1311,7 +1290,7 @@ "2030-01-21": "Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", - "2030-02-18": "Washington's Birthday", + "2030-02-18": "Washington and Lincoln Day", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", @@ -1327,7 +1306,7 @@ "2031-01-20": "Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", - "2031-02-17": "Washington's Birthday", + "2031-02-17": "Washington and Lincoln Day", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", @@ -1343,7 +1322,7 @@ "2032-01-19": "Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", - "2032-02-16": "Washington's Birthday", + "2032-02-16": "Washington and Lincoln Day", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", @@ -1365,7 +1344,7 @@ "2033-01-17": "Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", - "2033-02-21": "Washington's Birthday", + "2033-02-21": "Washington and Lincoln Day", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", @@ -1385,7 +1364,7 @@ "2034-01-16": "Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", - "2034-02-20": "Washington's Birthday", + "2034-02-20": "Washington and Lincoln Day", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", @@ -1402,7 +1381,7 @@ "2035-01-15": "Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", - "2035-02-19": "Washington's Birthday", + "2035-02-19": "Washington and Lincoln Day", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", @@ -1419,7 +1398,7 @@ "2036-01-21": "Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", - "2036-02-18": "Washington's Birthday", + "2036-02-18": "Washington and Lincoln Day", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", @@ -1436,7 +1415,7 @@ "2037-01-19": "Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", - "2037-02-16": "Washington's Birthday", + "2037-02-16": "Washington and Lincoln Day", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", @@ -1453,7 +1432,7 @@ "2038-01-18": "Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", - "2038-02-15": "Washington's Birthday", + "2038-02-15": "Washington and Lincoln Day", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", @@ -1474,7 +1453,7 @@ "2039-01-17": "Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", - "2039-02-21": "Washington's Birthday", + "2039-02-21": "Washington and Lincoln Day", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", @@ -1494,7 +1473,7 @@ "2040-01-16": "Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", - "2040-02-20": "Washington's Birthday", + "2040-02-20": "Washington and Lincoln Day", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", @@ -1512,7 +1491,7 @@ "2041-01-21": "Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", - "2041-02-18": "Washington's Birthday", + "2041-02-18": "Washington and Lincoln Day", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", @@ -1528,7 +1507,7 @@ "2042-01-20": "Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", - "2042-02-17": "Washington's Birthday", + "2042-02-17": "Washington and Lincoln Day", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", @@ -1544,7 +1523,7 @@ "2043-01-19": "Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", - "2043-02-16": "Washington's Birthday", + "2043-02-16": "Washington and Lincoln Day", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", @@ -1561,7 +1540,7 @@ "2044-01-18": "Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", - "2044-02-15": "Washington's Birthday", + "2044-02-15": "Washington and Lincoln Day", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", @@ -1582,7 +1561,7 @@ "2045-01-16": "Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", - "2045-02-20": "Washington's Birthday", + "2045-02-20": "Washington and Lincoln Day", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", @@ -1599,7 +1578,7 @@ "2046-01-15": "Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", - "2046-02-19": "Washington's Birthday", + "2046-02-19": "Washington and Lincoln Day", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", @@ -1616,7 +1595,7 @@ "2047-01-21": "Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", - "2047-02-18": "Washington's Birthday", + "2047-02-18": "Washington and Lincoln Day", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", @@ -1632,7 +1611,7 @@ "2048-01-20": "Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", - "2048-02-17": "Washington's Birthday", + "2048-02-17": "Washington and Lincoln Day", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", @@ -1650,7 +1629,7 @@ "2049-01-18": "Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", - "2049-02-15": "Washington's Birthday", + "2049-02-15": "Washington and Lincoln Day", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", @@ -1671,7 +1650,7 @@ "2050-01-17": "Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", - "2050-02-21": "Washington's Birthday", + "2050-02-21": "Washington and Lincoln Day", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", diff --git a/snapshots/countries/US_VA.json b/snapshots/countries/US_VA.json index 680d7c52b..5ca6bd6f7 100644 --- a/snapshots/countries/US_VA.json +++ b/snapshots/countries/US_VA.json @@ -4,7 +4,6 @@ "1950-01-19": "Lee Jackson Day", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", - "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", @@ -18,7 +17,6 @@ "1951-01-19": "Lee Jackson Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", - "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", @@ -32,7 +30,6 @@ "1952-01-19": "Lee Jackson Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", - "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", @@ -47,7 +44,6 @@ "1953-01-20": "Inauguration Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", - "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", @@ -61,7 +57,6 @@ "1954-01-19": "Lee Jackson Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", - "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", @@ -77,7 +72,6 @@ "1955-01-19": "Lee Jackson Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", - "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", @@ -92,7 +86,6 @@ "1956-01-19": "Lee Jackson Day", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", - "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", @@ -109,7 +102,6 @@ "1957-01-21": "Inauguration Day (observed)", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", - "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", @@ -122,7 +114,6 @@ "1958-01-19": "Lee Jackson Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", - "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", @@ -135,7 +126,6 @@ "1959-01-19": "Lee Jackson Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", - "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", @@ -149,7 +139,6 @@ "1960-01-19": "Lee Jackson Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", - "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", @@ -166,7 +155,6 @@ "1961-01-20": "Inauguration Day", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", - "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", @@ -180,7 +168,6 @@ "1962-01-19": "Lee Jackson Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", - "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", @@ -194,7 +181,6 @@ "1963-01-19": "Lee Jackson Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", - "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", @@ -207,7 +193,6 @@ "1964-01-19": "Lee Jackson Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", - "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", @@ -223,7 +208,6 @@ "1965-01-20": "Inauguration Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", - "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", @@ -239,7 +223,6 @@ "1966-01-19": "Lee Jackson Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", - "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", @@ -254,7 +237,6 @@ "1967-01-19": "Lee Jackson Day", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", - "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", @@ -268,7 +250,6 @@ "1968-01-19": "Lee Jackson Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", - "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", @@ -283,7 +264,6 @@ "1969-01-20": "Inauguration Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", - "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", @@ -296,7 +276,6 @@ "1970-01-19": "Lee Jackson Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", - "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", @@ -310,7 +289,7 @@ "1971-01-19": "Lee Jackson Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", - "1971-02-15": "Washington's Birthday", + "1971-02-15": "George Washington Day", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", @@ -327,7 +306,7 @@ "1972-01-19": "Lee Jackson Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", - "1972-02-21": "Washington's Birthday", + "1972-02-21": "George Washington Day", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", @@ -343,7 +322,7 @@ "1973-01-20": "Inauguration Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", - "1973-02-19": "Washington's Birthday", + "1973-02-19": "George Washington Day", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", @@ -357,7 +336,7 @@ "1974-01-19": "Lee Jackson Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", - "1974-02-18": "Washington's Birthday", + "1974-02-18": "George Washington Day", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", @@ -371,7 +350,7 @@ "1975-01-19": "Lee Jackson Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", - "1975-02-17": "Washington's Birthday", + "1975-02-17": "George Washington Day", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", @@ -385,7 +364,7 @@ "1976-01-19": "Lee Jackson Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", - "1976-02-16": "Washington's Birthday", + "1976-02-16": "George Washington Day", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", @@ -404,7 +383,7 @@ "1977-01-20": "Inauguration Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", - "1977-02-21": "Washington's Birthday", + "1977-02-21": "George Washington Day", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", @@ -420,7 +399,7 @@ "1978-01-19": "Lee Jackson Day", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", - "1978-02-20": "Washington's Birthday", + "1978-02-20": "George Washington Day", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", @@ -435,7 +414,7 @@ "1979-01-19": "Lee Jackson Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", - "1979-02-19": "Washington's Birthday", + "1979-02-19": "George Washington Day", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", @@ -450,7 +429,7 @@ "1980-01-19": "Lee Jackson Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", - "1980-02-18": "Washington's Birthday", + "1980-02-18": "George Washington Day", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", @@ -466,7 +445,7 @@ "1981-01-20": "Inauguration Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", - "1981-02-16": "Washington's Birthday", + "1981-02-16": "George Washington Day", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", @@ -481,7 +460,7 @@ "1982-01-19": "Lee Jackson Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", - "1982-02-15": "Washington's Birthday", + "1982-02-15": "George Washington Day", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", @@ -498,7 +477,7 @@ "1983-01-17": "Lee Jackson Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", - "1983-02-21": "Washington's Birthday", + "1983-02-21": "George Washington Day", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", @@ -514,7 +493,7 @@ "1984-01-16": "Lee Jackson Day", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", - "1984-02-20": "Washington's Birthday", + "1984-02-20": "George Washington Day", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", @@ -531,7 +510,7 @@ "1985-01-21": "Inauguration Day (observed); Lee Jackson Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", - "1985-02-18": "Washington's Birthday", + "1985-02-18": "George Washington Day", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", @@ -545,7 +524,7 @@ "1986-01-20": "Lee Jackson Day; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", - "1986-02-17": "Washington's Birthday", + "1986-02-17": "George Washington Day", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", @@ -559,7 +538,7 @@ "1987-01-19": "Lee Jackson Day; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", - "1987-02-16": "Washington's Birthday", + "1987-02-16": "George Washington Day", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", @@ -574,7 +553,7 @@ "1988-01-18": "Lee Jackson Day; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", - "1988-02-15": "Washington's Birthday", + "1988-02-15": "George Washington Day", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", @@ -592,7 +571,7 @@ "1989-01-20": "Inauguration Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", - "1989-02-20": "Washington's Birthday", + "1989-02-20": "George Washington Day", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", @@ -607,7 +586,7 @@ "1990-01-15": "Lee Jackson Day; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", - "1990-02-19": "Washington's Birthday", + "1990-02-19": "George Washington Day", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", @@ -622,7 +601,7 @@ "1991-01-21": "Lee Jackson Day; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", - "1991-02-18": "Washington's Birthday", + "1991-02-18": "George Washington Day", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", @@ -636,7 +615,7 @@ "1992-01-20": "Lee Jackson Day; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", - "1992-02-17": "Washington's Birthday", + "1992-02-17": "George Washington Day", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", @@ -653,7 +632,7 @@ "1993-01-20": "Inauguration Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", - "1993-02-15": "Washington's Birthday", + "1993-02-15": "George Washington Day", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", @@ -670,7 +649,7 @@ "1994-01-17": "Lee Jackson Day; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", - "1994-02-21": "Washington's Birthday", + "1994-02-21": "George Washington Day", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", @@ -686,7 +665,7 @@ "1995-01-16": "Lee Jackson Day; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", - "1995-02-20": "Washington's Birthday", + "1995-02-20": "George Washington Day", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", @@ -701,7 +680,7 @@ "1996-01-15": "Lee Jackson Day; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", - "1996-02-19": "Washington's Birthday", + "1996-02-19": "George Washington Day", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", @@ -716,7 +695,7 @@ "1997-01-20": "Inauguration Day; Lee Jackson Day; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", - "1997-02-17": "Washington's Birthday", + "1997-02-17": "George Washington Day", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", @@ -730,7 +709,7 @@ "1998-01-19": "Lee Jackson Day; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", - "1998-02-16": "Washington's Birthday", + "1998-02-16": "George Washington Day", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", @@ -745,7 +724,7 @@ "1999-01-18": "Lee Jackson Day; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", - "1999-02-15": "Washington's Birthday", + "1999-02-15": "George Washington Day", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", @@ -763,7 +742,7 @@ "2000-01-17": "Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", - "2000-02-21": "Washington's Birthday", + "2000-02-21": "George Washington Day", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", @@ -781,7 +760,7 @@ "2001-01-20": "Inauguration Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", - "2001-02-19": "Washington's Birthday", + "2001-02-19": "George Washington Day", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", @@ -797,7 +776,7 @@ "2002-01-21": "Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", - "2002-02-18": "Washington's Birthday", + "2002-02-18": "George Washington Day", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", @@ -812,7 +791,7 @@ "2003-01-20": "Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", - "2003-02-17": "Washington's Birthday", + "2003-02-17": "George Washington Day", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", @@ -827,7 +806,7 @@ "2004-01-19": "Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", - "2004-02-16": "Washington's Birthday", + "2004-02-16": "George Washington Day", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", @@ -847,7 +826,7 @@ "2005-01-20": "Inauguration Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", - "2005-02-21": "Washington's Birthday", + "2005-02-21": "George Washington Day", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", @@ -864,7 +843,7 @@ "2006-01-16": "Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", - "2006-02-20": "Washington's Birthday", + "2006-02-20": "George Washington Day", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", @@ -880,7 +859,7 @@ "2007-01-15": "Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", - "2007-02-19": "Washington's Birthday", + "2007-02-19": "George Washington Day", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", @@ -896,7 +875,7 @@ "2008-01-21": "Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", - "2008-02-18": "Washington's Birthday", + "2008-02-18": "George Washington Day", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", @@ -913,7 +892,7 @@ "2009-01-20": "Inauguration Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", - "2009-02-16": "Washington's Birthday", + "2009-02-16": "George Washington Day", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", @@ -929,7 +908,7 @@ "2010-01-18": "Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", - "2010-02-15": "Washington's Birthday", + "2010-02-15": "George Washington Day", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", @@ -947,7 +926,7 @@ "2011-01-17": "Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", - "2011-02-21": "Washington's Birthday", + "2011-02-21": "George Washington Day", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", @@ -964,7 +943,7 @@ "2012-01-16": "Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", - "2012-02-20": "Washington's Birthday", + "2012-02-20": "George Washington Day", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", @@ -982,7 +961,7 @@ "2013-01-21": "Inauguration Day (observed); Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", - "2013-02-18": "Washington's Birthday", + "2013-02-18": "George Washington Day", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", @@ -997,7 +976,7 @@ "2014-01-20": "Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", - "2014-02-17": "Washington's Birthday", + "2014-02-17": "George Washington Day", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", @@ -1012,7 +991,7 @@ "2015-01-19": "Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", - "2015-02-16": "Washington's Birthday", + "2015-02-16": "George Washington Day", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", @@ -1028,7 +1007,7 @@ "2016-01-18": "Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", - "2016-02-15": "Washington's Birthday", + "2016-02-15": "George Washington Day", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", @@ -1047,7 +1026,7 @@ "2017-01-20": "Inauguration Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", - "2017-02-20": "Washington's Birthday", + "2017-02-20": "George Washington Day", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", @@ -1063,7 +1042,7 @@ "2018-01-15": "Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", - "2018-02-19": "Washington's Birthday", + "2018-02-19": "George Washington Day", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", @@ -1079,7 +1058,7 @@ "2019-01-21": "Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", - "2019-02-18": "Washington's Birthday", + "2019-02-18": "George Washington Day", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", @@ -1094,7 +1073,7 @@ "2020-01-20": "Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", - "2020-02-17": "Washington's Birthday", + "2020-02-17": "George Washington Day", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", @@ -1111,7 +1090,7 @@ "2021-01-20": "Inauguration Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", - "2021-02-15": "Washington's Birthday", + "2021-02-15": "George Washington Day", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", @@ -1130,7 +1109,7 @@ "2022-01-17": "Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", - "2022-02-21": "Washington's Birthday", + "2022-02-21": "George Washington Day", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", @@ -1148,7 +1127,7 @@ "2023-01-16": "Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", - "2023-02-20": "Washington's Birthday", + "2023-02-20": "George Washington Day", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", @@ -1164,7 +1143,7 @@ "2024-01-15": "Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", - "2024-02-19": "Washington's Birthday", + "2024-02-19": "George Washington Day", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", @@ -1180,7 +1159,7 @@ "2025-01-20": "Inauguration Day; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", - "2025-02-17": "Washington's Birthday", + "2025-02-17": "George Washington Day", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", @@ -1195,7 +1174,7 @@ "2026-01-19": "Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", - "2026-02-16": "Washington's Birthday", + "2026-02-16": "George Washington Day", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", @@ -1211,7 +1190,7 @@ "2027-01-18": "Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", - "2027-02-15": "Washington's Birthday", + "2027-02-15": "George Washington Day", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", @@ -1230,7 +1209,7 @@ "2028-01-17": "Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", - "2028-02-21": "Washington's Birthday", + "2028-02-21": "George Washington Day", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", @@ -1248,7 +1227,7 @@ "2029-01-20": "Inauguration Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", - "2029-02-19": "Washington's Birthday", + "2029-02-19": "George Washington Day", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", @@ -1264,7 +1243,7 @@ "2030-01-21": "Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", - "2030-02-18": "Washington's Birthday", + "2030-02-18": "George Washington Day", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", @@ -1279,7 +1258,7 @@ "2031-01-20": "Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", - "2031-02-17": "Washington's Birthday", + "2031-02-17": "George Washington Day", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", @@ -1294,7 +1273,7 @@ "2032-01-19": "Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", - "2032-02-16": "Washington's Birthday", + "2032-02-16": "George Washington Day", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", @@ -1315,7 +1294,7 @@ "2033-01-20": "Inauguration Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", - "2033-02-21": "Washington's Birthday", + "2033-02-21": "George Washington Day", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", @@ -1333,7 +1312,7 @@ "2034-01-16": "Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", - "2034-02-20": "Washington's Birthday", + "2034-02-20": "George Washington Day", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", @@ -1349,7 +1328,7 @@ "2035-01-15": "Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", - "2035-02-19": "Washington's Birthday", + "2035-02-19": "George Washington Day", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", @@ -1365,7 +1344,7 @@ "2036-01-21": "Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", - "2036-02-18": "Washington's Birthday", + "2036-02-18": "George Washington Day", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", @@ -1382,7 +1361,7 @@ "2037-01-20": "Inauguration Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", - "2037-02-16": "Washington's Birthday", + "2037-02-16": "George Washington Day", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", @@ -1398,7 +1377,7 @@ "2038-01-18": "Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", - "2038-02-15": "Washington's Birthday", + "2038-02-15": "George Washington Day", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", @@ -1417,7 +1396,7 @@ "2039-01-17": "Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", - "2039-02-21": "Washington's Birthday", + "2039-02-21": "George Washington Day", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", @@ -1435,7 +1414,7 @@ "2040-01-16": "Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", - "2040-02-20": "Washington's Birthday", + "2040-02-20": "George Washington Day", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", @@ -1453,7 +1432,7 @@ "2041-01-21": "Inauguration Day (observed); Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", - "2041-02-18": "Washington's Birthday", + "2041-02-18": "George Washington Day", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", @@ -1468,7 +1447,7 @@ "2042-01-20": "Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", - "2042-02-17": "Washington's Birthday", + "2042-02-17": "George Washington Day", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", @@ -1483,7 +1462,7 @@ "2043-01-19": "Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", - "2043-02-16": "Washington's Birthday", + "2043-02-16": "George Washington Day", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", @@ -1499,7 +1478,7 @@ "2044-01-18": "Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", - "2044-02-15": "Washington's Birthday", + "2044-02-15": "George Washington Day", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", @@ -1519,7 +1498,7 @@ "2045-01-20": "Inauguration Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", - "2045-02-20": "Washington's Birthday", + "2045-02-20": "George Washington Day", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", @@ -1535,7 +1514,7 @@ "2046-01-15": "Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", - "2046-02-19": "Washington's Birthday", + "2046-02-19": "George Washington Day", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", @@ -1551,7 +1530,7 @@ "2047-01-21": "Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", - "2047-02-18": "Washington's Birthday", + "2047-02-18": "George Washington Day", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", @@ -1566,7 +1545,7 @@ "2048-01-20": "Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", - "2048-02-17": "Washington's Birthday", + "2048-02-17": "George Washington Day", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", @@ -1584,7 +1563,7 @@ "2049-01-20": "Inauguration Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", - "2049-02-15": "Washington's Birthday", + "2049-02-15": "George Washington Day", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", @@ -1603,7 +1582,7 @@ "2050-01-17": "Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", - "2050-02-21": "Washington's Birthday", + "2050-02-21": "George Washington Day", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", diff --git a/snapshots/countries/US_VT.json b/snapshots/countries/US_VT.json index 65f0306f1..b2cf79695 100644 --- a/snapshots/countries/US_VT.json +++ b/snapshots/countries/US_VT.json @@ -3,7 +3,6 @@ "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", - "1950-02-22": "Washington's Birthday", "1950-03-07": "Town Meeting Day", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", @@ -18,7 +17,6 @@ "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", - "1951-02-22": "Washington's Birthday", "1951-03-06": "Town Meeting Day", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", @@ -33,7 +31,6 @@ "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", - "1952-02-22": "Washington's Birthday", "1952-03-04": "Town Meeting Day", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", @@ -49,7 +46,6 @@ "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", - "1953-02-22": "Washington's Birthday", "1953-03-03": "Town Meeting Day", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", @@ -65,7 +61,6 @@ "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", - "1954-02-22": "Washington's Birthday", "1954-03-02": "Town Meeting Day", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", @@ -82,7 +77,6 @@ "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", - "1955-02-22": "Washington's Birthday", "1955-03-01": "Town Meeting Day", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", @@ -98,7 +92,6 @@ "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", - "1956-02-22": "Washington's Birthday", "1956-03-06": "Town Meeting Day", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", @@ -114,7 +107,6 @@ "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", - "1957-02-22": "Washington's Birthday", "1957-03-05": "Town Meeting Day", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", @@ -128,7 +120,6 @@ "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", - "1958-02-22": "Washington's Birthday", "1958-03-04": "Town Meeting Day", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", @@ -143,7 +134,6 @@ "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", - "1959-02-22": "Washington's Birthday", "1959-03-03": "Town Meeting Day", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", @@ -159,7 +149,6 @@ "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", - "1960-02-22": "Washington's Birthday", "1960-03-01": "Town Meeting Day", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", @@ -176,7 +165,6 @@ "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", - "1961-02-22": "Washington's Birthday", "1961-03-07": "Town Meeting Day", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", @@ -191,7 +179,6 @@ "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", - "1962-02-22": "Washington's Birthday", "1962-03-06": "Town Meeting Day", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", @@ -206,7 +193,6 @@ "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", - "1963-02-22": "Washington's Birthday", "1963-03-05": "Town Meeting Day", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", @@ -220,7 +206,6 @@ "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", - "1964-02-22": "Washington's Birthday", "1964-03-03": "Town Meeting Day", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", @@ -237,7 +222,6 @@ "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", - "1965-02-22": "Washington's Birthday", "1965-03-02": "Town Meeting Day", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", @@ -254,7 +238,6 @@ "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", - "1966-02-22": "Washington's Birthday", "1966-03-01": "Town Meeting Day", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", @@ -270,7 +253,6 @@ "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", - "1967-02-22": "Washington's Birthday", "1967-03-07": "Town Meeting Day", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", @@ -285,7 +267,6 @@ "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", - "1968-02-22": "Washington's Birthday", "1968-03-05": "Town Meeting Day", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", @@ -300,7 +281,6 @@ "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", - "1969-02-22": "Washington's Birthday", "1969-03-04": "Town Meeting Day", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", @@ -315,7 +295,6 @@ "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", - "1970-02-22": "Washington's Birthday", "1970-03-03": "Town Meeting Day", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", @@ -331,7 +310,7 @@ "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", - "1971-02-15": "Washington's Birthday", + "1971-02-15": "Presidents' Day", "1971-03-02": "Town Meeting Day", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", @@ -348,7 +327,7 @@ "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", - "1972-02-21": "Washington's Birthday", + "1972-02-21": "Presidents' Day", "1972-03-07": "Town Meeting Day", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", @@ -363,7 +342,7 @@ "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", - "1973-02-19": "Washington's Birthday", + "1973-02-19": "Presidents' Day", "1973-03-06": "Town Meeting Day", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", @@ -377,7 +356,7 @@ "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", - "1974-02-18": "Washington's Birthday", + "1974-02-18": "Presidents' Day", "1974-03-05": "Town Meeting Day", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", @@ -391,7 +370,7 @@ "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", - "1975-02-17": "Washington's Birthday", + "1975-02-17": "Presidents' Day", "1975-03-04": "Town Meeting Day", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", @@ -406,7 +385,7 @@ "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", - "1976-02-16": "Washington's Birthday", + "1976-02-16": "Presidents' Day", "1976-03-02": "Town Meeting Day", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", @@ -424,7 +403,7 @@ "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", - "1977-02-21": "Washington's Birthday", + "1977-02-21": "Presidents' Day", "1977-03-01": "Town Meeting Day", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", @@ -440,7 +419,7 @@ "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", - "1978-02-20": "Washington's Birthday", + "1978-02-20": "Presidents' Day", "1978-03-07": "Town Meeting Day", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", @@ -455,7 +434,7 @@ "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", - "1979-02-19": "Washington's Birthday", + "1979-02-19": "Presidents' Day", "1979-03-06": "Town Meeting Day", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", @@ -470,7 +449,7 @@ "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", - "1980-02-18": "Washington's Birthday", + "1980-02-18": "Presidents' Day", "1980-03-04": "Town Meeting Day", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", @@ -486,7 +465,7 @@ "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", - "1981-02-16": "Washington's Birthday", + "1981-02-16": "Presidents' Day", "1981-03-03": "Town Meeting Day", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", @@ -502,7 +481,7 @@ "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", - "1982-02-15": "Washington's Birthday", + "1982-02-15": "Presidents' Day", "1982-03-02": "Town Meeting Day", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", @@ -519,7 +498,7 @@ "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", - "1983-02-21": "Washington's Birthday", + "1983-02-21": "Presidents' Day", "1983-03-01": "Town Meeting Day", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", @@ -535,7 +514,7 @@ "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", - "1984-02-20": "Washington's Birthday", + "1984-02-20": "Presidents' Day", "1984-03-06": "Town Meeting Day", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", @@ -551,7 +530,7 @@ "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", - "1985-02-18": "Washington's Birthday", + "1985-02-18": "Presidents' Day", "1985-03-05": "Town Meeting Day", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", @@ -566,7 +545,7 @@ "1986-01-20": "Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", - "1986-02-17": "Washington's Birthday", + "1986-02-17": "Presidents' Day", "1986-03-04": "Town Meeting Day", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", @@ -582,7 +561,7 @@ "1987-01-19": "Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", - "1987-02-16": "Washington's Birthday", + "1987-02-16": "Presidents' Day", "1987-03-03": "Town Meeting Day", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", @@ -599,7 +578,7 @@ "1988-01-18": "Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", - "1988-02-15": "Washington's Birthday", + "1988-02-15": "Presidents' Day", "1988-03-01": "Town Meeting Day", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", @@ -617,7 +596,7 @@ "1989-01-16": "Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", - "1989-02-20": "Washington's Birthday", + "1989-02-20": "Presidents' Day", "1989-03-07": "Town Meeting Day", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", @@ -633,7 +612,7 @@ "1990-01-15": "Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", - "1990-02-19": "Washington's Birthday", + "1990-02-19": "Presidents' Day", "1990-03-06": "Town Meeting Day", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", @@ -649,7 +628,7 @@ "1991-01-21": "Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", - "1991-02-18": "Washington's Birthday", + "1991-02-18": "Presidents' Day", "1991-03-05": "Town Meeting Day", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", @@ -664,7 +643,7 @@ "1992-01-20": "Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", - "1992-02-17": "Washington's Birthday", + "1992-02-17": "Presidents' Day", "1992-03-03": "Town Meeting Day", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", @@ -682,7 +661,7 @@ "1993-01-18": "Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", - "1993-02-15": "Washington's Birthday", + "1993-02-15": "Presidents' Day", "1993-03-02": "Town Meeting Day", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", @@ -700,7 +679,7 @@ "1994-01-17": "Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", - "1994-02-21": "Washington's Birthday", + "1994-02-21": "Presidents' Day", "1994-03-01": "Town Meeting Day", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", @@ -717,7 +696,7 @@ "1995-01-16": "Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", - "1995-02-20": "Washington's Birthday", + "1995-02-20": "Presidents' Day", "1995-03-07": "Town Meeting Day", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", @@ -733,7 +712,7 @@ "1996-01-15": "Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", - "1996-02-19": "Washington's Birthday", + "1996-02-19": "Presidents' Day", "1996-03-05": "Town Meeting Day", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", @@ -749,7 +728,7 @@ "1997-01-20": "Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", - "1997-02-17": "Washington's Birthday", + "1997-02-17": "Presidents' Day", "1997-03-04": "Town Meeting Day", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", @@ -765,7 +744,7 @@ "1998-01-19": "Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", - "1998-02-16": "Washington's Birthday", + "1998-02-16": "Presidents' Day", "1998-03-03": "Town Meeting Day", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", @@ -782,7 +761,7 @@ "1999-01-18": "Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", - "1999-02-15": "Washington's Birthday", + "1999-02-15": "Presidents' Day", "1999-03-02": "Town Meeting Day", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", @@ -800,7 +779,7 @@ "2000-01-17": "Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", - "2000-02-21": "Washington's Birthday", + "2000-02-21": "Presidents' Day", "2000-03-07": "Town Meeting Day", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", @@ -817,7 +796,7 @@ "2001-01-15": "Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", - "2001-02-19": "Washington's Birthday", + "2001-02-19": "Presidents' Day", "2001-03-06": "Town Meeting Day", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", @@ -833,7 +812,7 @@ "2002-01-21": "Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", - "2002-02-18": "Washington's Birthday", + "2002-02-18": "Presidents' Day", "2002-03-05": "Town Meeting Day", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", @@ -848,7 +827,7 @@ "2003-01-20": "Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", - "2003-02-17": "Washington's Birthday", + "2003-02-17": "Presidents' Day", "2003-03-04": "Town Meeting Day", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", @@ -864,7 +843,7 @@ "2004-01-19": "Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", - "2004-02-16": "Washington's Birthday", + "2004-02-16": "Presidents' Day", "2004-03-02": "Town Meeting Day", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", @@ -883,7 +862,7 @@ "2005-01-17": "Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", - "2005-02-21": "Washington's Birthday", + "2005-02-21": "Presidents' Day", "2005-03-01": "Town Meeting Day", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", @@ -900,7 +879,7 @@ "2006-01-16": "Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", - "2006-02-20": "Washington's Birthday", + "2006-02-20": "Presidents' Day", "2006-03-07": "Town Meeting Day", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", @@ -916,7 +895,7 @@ "2007-01-15": "Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", - "2007-02-19": "Washington's Birthday", + "2007-02-19": "Presidents' Day", "2007-03-06": "Town Meeting Day", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", @@ -932,7 +911,7 @@ "2008-01-21": "Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", - "2008-02-18": "Washington's Birthday", + "2008-02-18": "Presidents' Day", "2008-03-04": "Town Meeting Day", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", @@ -949,7 +928,7 @@ "2009-01-19": "Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", - "2009-02-16": "Washington's Birthday", + "2009-02-16": "Presidents' Day", "2009-03-03": "Town Meeting Day", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", @@ -966,7 +945,7 @@ "2010-01-18": "Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", - "2010-02-15": "Washington's Birthday", + "2010-02-15": "Presidents' Day", "2010-03-02": "Town Meeting Day", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", @@ -984,7 +963,7 @@ "2011-01-17": "Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", - "2011-02-21": "Washington's Birthday", + "2011-02-21": "Presidents' Day", "2011-03-01": "Town Meeting Day", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", @@ -1001,7 +980,7 @@ "2012-01-16": "Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", - "2012-02-20": "Washington's Birthday", + "2012-02-20": "Presidents' Day", "2012-03-06": "Town Meeting Day", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", @@ -1018,7 +997,7 @@ "2013-01-21": "Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", - "2013-02-18": "Washington's Birthday", + "2013-02-18": "Presidents' Day", "2013-03-05": "Town Meeting Day", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", @@ -1033,7 +1012,7 @@ "2014-01-20": "Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", - "2014-02-17": "Washington's Birthday", + "2014-02-17": "Presidents' Day", "2014-03-04": "Town Meeting Day", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", @@ -1049,7 +1028,7 @@ "2015-01-19": "Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", - "2015-02-16": "Washington's Birthday", + "2015-02-16": "Presidents' Day", "2015-03-03": "Town Meeting Day", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", @@ -1066,7 +1045,7 @@ "2016-01-18": "Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", - "2016-02-15": "Washington's Birthday", + "2016-02-15": "Presidents' Day", "2016-03-01": "Town Meeting Day", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", @@ -1084,7 +1063,7 @@ "2017-01-16": "Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", - "2017-02-20": "Washington's Birthday", + "2017-02-20": "Presidents' Day", "2017-03-07": "Town Meeting Day", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", @@ -1100,7 +1079,7 @@ "2018-01-15": "Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", - "2018-02-19": "Washington's Birthday", + "2018-02-19": "Presidents' Day", "2018-03-06": "Town Meeting Day", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", @@ -1116,7 +1095,7 @@ "2019-01-21": "Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", - "2019-02-18": "Washington's Birthday", + "2019-02-18": "Presidents' Day", "2019-03-05": "Town Meeting Day", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", @@ -1131,7 +1110,7 @@ "2020-01-20": "Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", - "2020-02-17": "Washington's Birthday", + "2020-02-17": "Presidents' Day", "2020-03-03": "Town Meeting Day", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", @@ -1149,7 +1128,7 @@ "2021-01-18": "Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", - "2021-02-15": "Washington's Birthday", + "2021-02-15": "Presidents' Day", "2021-03-02": "Town Meeting Day", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", @@ -1169,7 +1148,7 @@ "2022-01-17": "Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", - "2022-02-21": "Washington's Birthday", + "2022-02-21": "Presidents' Day", "2022-03-01": "Town Meeting Day", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", @@ -1188,7 +1167,7 @@ "2023-01-16": "Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", - "2023-02-20": "Washington's Birthday", + "2023-02-20": "Presidents' Day", "2023-03-07": "Town Meeting Day", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", @@ -1205,7 +1184,7 @@ "2024-01-15": "Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", - "2024-02-19": "Washington's Birthday", + "2024-02-19": "Presidents' Day", "2024-03-05": "Town Meeting Day", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", @@ -1222,7 +1201,7 @@ "2025-01-20": "Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", - "2025-02-17": "Washington's Birthday", + "2025-02-17": "Presidents' Day", "2025-03-04": "Town Meeting Day", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", @@ -1239,7 +1218,7 @@ "2026-01-19": "Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", - "2026-02-16": "Washington's Birthday", + "2026-02-16": "Presidents' Day", "2026-03-03": "Town Meeting Day", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", @@ -1257,7 +1236,7 @@ "2027-01-18": "Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", - "2027-02-15": "Washington's Birthday", + "2027-02-15": "Presidents' Day", "2027-03-02": "Town Meeting Day", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", @@ -1277,7 +1256,7 @@ "2028-01-17": "Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", - "2028-02-21": "Washington's Birthday", + "2028-02-21": "Presidents' Day", "2028-03-07": "Town Meeting Day", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", @@ -1295,7 +1274,7 @@ "2029-01-15": "Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", - "2029-02-19": "Washington's Birthday", + "2029-02-19": "Presidents' Day", "2029-03-06": "Town Meeting Day", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", @@ -1312,7 +1291,7 @@ "2030-01-21": "Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", - "2030-02-18": "Washington's Birthday", + "2030-02-18": "Presidents' Day", "2030-03-05": "Town Meeting Day", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", @@ -1328,7 +1307,7 @@ "2031-01-20": "Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", - "2031-02-17": "Washington's Birthday", + "2031-02-17": "Presidents' Day", "2031-03-04": "Town Meeting Day", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", @@ -1345,7 +1324,7 @@ "2032-01-19": "Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", - "2032-02-16": "Washington's Birthday", + "2032-02-16": "Presidents' Day", "2032-03-02": "Town Meeting Day", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", @@ -1366,7 +1345,7 @@ "2033-01-17": "Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", - "2033-02-21": "Washington's Birthday", + "2033-02-21": "Presidents' Day", "2033-03-01": "Town Meeting Day", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", @@ -1385,7 +1364,7 @@ "2034-01-16": "Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", - "2034-02-20": "Washington's Birthday", + "2034-02-20": "Presidents' Day", "2034-03-07": "Town Meeting Day", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", @@ -1402,7 +1381,7 @@ "2035-01-15": "Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", - "2035-02-19": "Washington's Birthday", + "2035-02-19": "Presidents' Day", "2035-03-06": "Town Meeting Day", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", @@ -1419,7 +1398,7 @@ "2036-01-21": "Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", - "2036-02-18": "Washington's Birthday", + "2036-02-18": "Presidents' Day", "2036-03-04": "Town Meeting Day", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", @@ -1437,7 +1416,7 @@ "2037-01-19": "Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", - "2037-02-16": "Washington's Birthday", + "2037-02-16": "Presidents' Day", "2037-03-03": "Town Meeting Day", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", @@ -1455,7 +1434,7 @@ "2038-01-18": "Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", - "2038-02-15": "Washington's Birthday", + "2038-02-15": "Presidents' Day", "2038-03-02": "Town Meeting Day", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", @@ -1475,7 +1454,7 @@ "2039-01-17": "Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", - "2039-02-21": "Washington's Birthday", + "2039-02-21": "Presidents' Day", "2039-03-01": "Town Meeting Day", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", @@ -1494,7 +1473,7 @@ "2040-01-16": "Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", - "2040-02-20": "Washington's Birthday", + "2040-02-20": "Presidents' Day", "2040-03-06": "Town Meeting Day", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", @@ -1512,7 +1491,7 @@ "2041-01-21": "Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", - "2041-02-18": "Washington's Birthday", + "2041-02-18": "Presidents' Day", "2041-03-05": "Town Meeting Day", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", @@ -1528,7 +1507,7 @@ "2042-01-20": "Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", - "2042-02-17": "Washington's Birthday", + "2042-02-17": "Presidents' Day", "2042-03-04": "Town Meeting Day", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", @@ -1545,7 +1524,7 @@ "2043-01-19": "Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", - "2043-02-16": "Washington's Birthday", + "2043-02-16": "Presidents' Day", "2043-03-03": "Town Meeting Day", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", @@ -1563,7 +1542,7 @@ "2044-01-18": "Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", - "2044-02-15": "Washington's Birthday", + "2044-02-15": "Presidents' Day", "2044-03-01": "Town Meeting Day", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", @@ -1583,7 +1562,7 @@ "2045-01-16": "Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", - "2045-02-20": "Washington's Birthday", + "2045-02-20": "Presidents' Day", "2045-03-07": "Town Meeting Day", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", @@ -1600,7 +1579,7 @@ "2046-01-15": "Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", - "2046-02-19": "Washington's Birthday", + "2046-02-19": "Presidents' Day", "2046-03-06": "Town Meeting Day", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", @@ -1617,7 +1596,7 @@ "2047-01-21": "Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", - "2047-02-18": "Washington's Birthday", + "2047-02-18": "Presidents' Day", "2047-03-05": "Town Meeting Day", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", @@ -1633,7 +1612,7 @@ "2048-01-20": "Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", - "2048-02-17": "Washington's Birthday", + "2048-02-17": "Presidents' Day", "2048-03-03": "Town Meeting Day", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", @@ -1652,7 +1631,7 @@ "2049-01-18": "Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", - "2049-02-15": "Washington's Birthday", + "2049-02-15": "Presidents' Day", "2049-03-02": "Town Meeting Day", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", @@ -1672,7 +1651,7 @@ "2050-01-17": "Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", - "2050-02-21": "Washington's Birthday", + "2050-02-21": "Presidents' Day", "2050-03-01": "Town Meeting Day", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", diff --git a/snapshots/countries/US_WA.json b/snapshots/countries/US_WA.json index 4d1010471..bdade99ab 100644 --- a/snapshots/countries/US_WA.json +++ b/snapshots/countries/US_WA.json @@ -3,7 +3,6 @@ "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", - "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", @@ -16,7 +15,6 @@ "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", - "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", @@ -29,7 +27,6 @@ "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", - "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", @@ -42,7 +39,6 @@ "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", - "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", @@ -55,7 +51,6 @@ "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", - "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", @@ -70,7 +65,6 @@ "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", - "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", @@ -84,7 +78,6 @@ "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", - "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", @@ -98,7 +91,6 @@ "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", - "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", @@ -110,7 +102,6 @@ "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", - "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", @@ -122,7 +113,6 @@ "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", - "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", @@ -135,7 +125,6 @@ "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", - "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", @@ -150,7 +139,6 @@ "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", - "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", @@ -163,7 +151,6 @@ "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", - "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", @@ -176,7 +163,6 @@ "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", - "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", @@ -188,7 +174,6 @@ "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", - "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", @@ -202,7 +187,6 @@ "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", - "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", @@ -217,7 +201,6 @@ "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", - "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", @@ -231,7 +214,6 @@ "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", - "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", @@ -244,7 +226,6 @@ "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", - "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", @@ -257,7 +238,6 @@ "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", - "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", @@ -269,7 +249,6 @@ "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", - "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", @@ -282,7 +261,7 @@ "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", - "1971-02-15": "Washington's Birthday", + "1971-02-15": "Presidents' Day", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", @@ -297,7 +276,7 @@ "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", - "1972-02-21": "Washington's Birthday", + "1972-02-21": "Presidents' Day", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", @@ -310,7 +289,7 @@ "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", - "1973-02-19": "Washington's Birthday", + "1973-02-19": "Presidents' Day", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", @@ -322,7 +301,7 @@ "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", - "1974-02-18": "Washington's Birthday", + "1974-02-18": "Presidents' Day", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", @@ -334,7 +313,7 @@ "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", - "1975-02-17": "Washington's Birthday", + "1975-02-17": "Presidents' Day", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", @@ -346,7 +325,7 @@ "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", - "1976-02-16": "Washington's Birthday", + "1976-02-16": "Presidents' Day", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", @@ -362,7 +341,7 @@ "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", - "1977-02-21": "Washington's Birthday", + "1977-02-21": "Presidents' Day", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", @@ -376,7 +355,7 @@ "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", - "1978-02-20": "Washington's Birthday", + "1978-02-20": "Presidents' Day", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", @@ -389,7 +368,7 @@ "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", - "1979-02-19": "Washington's Birthday", + "1979-02-19": "Presidents' Day", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", @@ -402,7 +381,7 @@ "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", - "1980-02-18": "Washington's Birthday", + "1980-02-18": "Presidents' Day", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", @@ -415,7 +394,7 @@ "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", - "1981-02-16": "Washington's Birthday", + "1981-02-16": "Presidents' Day", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", @@ -428,7 +407,7 @@ "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", - "1982-02-15": "Washington's Birthday", + "1982-02-15": "Presidents' Day", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", @@ -443,7 +422,7 @@ "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", - "1983-02-21": "Washington's Birthday", + "1983-02-21": "Presidents' Day", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", @@ -457,7 +436,7 @@ "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", - "1984-02-20": "Washington's Birthday", + "1984-02-20": "Presidents' Day", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", @@ -471,7 +450,7 @@ "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", - "1985-02-18": "Washington's Birthday", + "1985-02-18": "Presidents' Day", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", @@ -484,7 +463,7 @@ "1986-01-20": "Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", - "1986-02-17": "Washington's Birthday", + "1986-02-17": "Presidents' Day", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", @@ -497,7 +476,7 @@ "1987-01-19": "Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", - "1987-02-16": "Washington's Birthday", + "1987-02-16": "Presidents' Day", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", @@ -511,7 +490,7 @@ "1988-01-18": "Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", - "1988-02-15": "Washington's Birthday", + "1988-02-15": "Presidents' Day", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", @@ -527,7 +506,7 @@ "1989-01-16": "Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", - "1989-02-20": "Washington's Birthday", + "1989-02-20": "Presidents' Day", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", @@ -541,7 +520,7 @@ "1990-01-15": "Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", - "1990-02-19": "Washington's Birthday", + "1990-02-19": "Presidents' Day", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", @@ -555,7 +534,7 @@ "1991-01-21": "Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", - "1991-02-18": "Washington's Birthday", + "1991-02-18": "Presidents' Day", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", @@ -568,7 +547,7 @@ "1992-01-20": "Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", - "1992-02-17": "Washington's Birthday", + "1992-02-17": "Presidents' Day", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", @@ -583,7 +562,7 @@ "1993-01-18": "Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", - "1993-02-15": "Washington's Birthday", + "1993-02-15": "Presidents' Day", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", @@ -599,7 +578,7 @@ "1994-01-17": "Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", - "1994-02-21": "Washington's Birthday", + "1994-02-21": "Presidents' Day", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", @@ -614,7 +593,7 @@ "1995-01-16": "Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", - "1995-02-20": "Washington's Birthday", + "1995-02-20": "Presidents' Day", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", @@ -628,7 +607,7 @@ "1996-01-15": "Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", - "1996-02-19": "Washington's Birthday", + "1996-02-19": "Presidents' Day", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", @@ -642,7 +621,7 @@ "1997-01-20": "Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", - "1997-02-17": "Washington's Birthday", + "1997-02-17": "Presidents' Day", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", @@ -655,7 +634,7 @@ "1998-01-19": "Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", - "1998-02-16": "Washington's Birthday", + "1998-02-16": "Presidents' Day", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", @@ -669,7 +648,7 @@ "1999-01-18": "Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", - "1999-02-15": "Washington's Birthday", + "1999-02-15": "Presidents' Day", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", @@ -685,7 +664,7 @@ "2000-01-17": "Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", - "2000-02-21": "Washington's Birthday", + "2000-02-21": "Presidents' Day", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", @@ -700,7 +679,7 @@ "2001-01-15": "Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", - "2001-02-19": "Washington's Birthday", + "2001-02-19": "Presidents' Day", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", @@ -714,7 +693,7 @@ "2002-01-21": "Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", - "2002-02-18": "Washington's Birthday", + "2002-02-18": "Presidents' Day", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", @@ -727,7 +706,7 @@ "2003-01-20": "Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", - "2003-02-17": "Washington's Birthday", + "2003-02-17": "Presidents' Day", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", @@ -740,7 +719,7 @@ "2004-01-19": "Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", - "2004-02-16": "Washington's Birthday", + "2004-02-16": "Presidents' Day", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", @@ -757,7 +736,7 @@ "2005-01-17": "Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", - "2005-02-21": "Washington's Birthday", + "2005-02-21": "Presidents' Day", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", @@ -772,7 +751,7 @@ "2006-01-16": "Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", - "2006-02-20": "Washington's Birthday", + "2006-02-20": "Presidents' Day", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", @@ -786,7 +765,7 @@ "2007-01-15": "Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", - "2007-02-19": "Washington's Birthday", + "2007-02-19": "Presidents' Day", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", @@ -800,7 +779,7 @@ "2008-01-21": "Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", - "2008-02-18": "Washington's Birthday", + "2008-02-18": "Presidents' Day", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", @@ -814,7 +793,7 @@ "2009-01-19": "Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", - "2009-02-16": "Washington's Birthday", + "2009-02-16": "Presidents' Day", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", @@ -828,7 +807,7 @@ "2010-01-18": "Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", - "2010-02-15": "Washington's Birthday", + "2010-02-15": "Presidents' Day", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", @@ -844,7 +823,7 @@ "2011-01-17": "Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", - "2011-02-21": "Washington's Birthday", + "2011-02-21": "Presidents' Day", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", @@ -859,7 +838,7 @@ "2012-01-16": "Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", - "2012-02-20": "Washington's Birthday", + "2012-02-20": "Presidents' Day", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", @@ -874,7 +853,7 @@ "2013-01-21": "Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", - "2013-02-18": "Washington's Birthday", + "2013-02-18": "Presidents' Day", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", @@ -887,7 +866,7 @@ "2014-01-20": "Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", - "2014-02-17": "Washington's Birthday", + "2014-02-17": "Presidents' Day", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", @@ -900,7 +879,7 @@ "2015-01-19": "Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", - "2015-02-16": "Washington's Birthday", + "2015-02-16": "Presidents' Day", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", @@ -914,7 +893,7 @@ "2016-01-18": "Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", - "2016-02-15": "Washington's Birthday", + "2016-02-15": "Presidents' Day", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", @@ -930,7 +909,7 @@ "2017-01-16": "Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", - "2017-02-20": "Washington's Birthday", + "2017-02-20": "Presidents' Day", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", @@ -944,7 +923,7 @@ "2018-01-15": "Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", - "2018-02-19": "Washington's Birthday", + "2018-02-19": "Presidents' Day", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", @@ -958,7 +937,7 @@ "2019-01-21": "Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", - "2019-02-18": "Washington's Birthday", + "2019-02-18": "Presidents' Day", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", @@ -971,7 +950,7 @@ "2020-01-20": "Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", - "2020-02-17": "Washington's Birthday", + "2020-02-17": "Presidents' Day", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", @@ -986,7 +965,7 @@ "2021-01-18": "Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", - "2021-02-15": "Washington's Birthday", + "2021-02-15": "Presidents' Day", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", @@ -1004,7 +983,7 @@ "2022-01-17": "Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", - "2022-02-21": "Washington's Birthday", + "2022-02-21": "Presidents' Day", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", @@ -1021,7 +1000,7 @@ "2023-01-16": "Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", - "2023-02-20": "Washington's Birthday", + "2023-02-20": "Presidents' Day", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", @@ -1036,7 +1015,7 @@ "2024-01-15": "Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", - "2024-02-19": "Washington's Birthday", + "2024-02-19": "Presidents' Day", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", @@ -1051,7 +1030,7 @@ "2025-01-20": "Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", - "2025-02-17": "Washington's Birthday", + "2025-02-17": "Presidents' Day", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", @@ -1065,7 +1044,7 @@ "2026-01-19": "Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", - "2026-02-16": "Washington's Birthday", + "2026-02-16": "Presidents' Day", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", @@ -1080,7 +1059,7 @@ "2027-01-18": "Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", - "2027-02-15": "Washington's Birthday", + "2027-02-15": "Presidents' Day", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", @@ -1098,7 +1077,7 @@ "2028-01-17": "Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", - "2028-02-21": "Washington's Birthday", + "2028-02-21": "Presidents' Day", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", @@ -1114,7 +1093,7 @@ "2029-01-15": "Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", - "2029-02-19": "Washington's Birthday", + "2029-02-19": "Presidents' Day", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", @@ -1129,7 +1108,7 @@ "2030-01-21": "Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", - "2030-02-18": "Washington's Birthday", + "2030-02-18": "Presidents' Day", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", @@ -1143,7 +1122,7 @@ "2031-01-20": "Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", - "2031-02-17": "Washington's Birthday", + "2031-02-17": "Presidents' Day", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", @@ -1157,7 +1136,7 @@ "2032-01-19": "Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", - "2032-02-16": "Washington's Birthday", + "2032-02-16": "Presidents' Day", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", @@ -1176,7 +1155,7 @@ "2033-01-17": "Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", - "2033-02-21": "Washington's Birthday", + "2033-02-21": "Presidents' Day", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", @@ -1193,7 +1172,7 @@ "2034-01-16": "Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", - "2034-02-20": "Washington's Birthday", + "2034-02-20": "Presidents' Day", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", @@ -1208,7 +1187,7 @@ "2035-01-15": "Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", - "2035-02-19": "Washington's Birthday", + "2035-02-19": "Presidents' Day", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", @@ -1223,7 +1202,7 @@ "2036-01-21": "Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", - "2036-02-18": "Washington's Birthday", + "2036-02-18": "Presidents' Day", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", @@ -1238,7 +1217,7 @@ "2037-01-19": "Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", - "2037-02-16": "Washington's Birthday", + "2037-02-16": "Presidents' Day", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", @@ -1253,7 +1232,7 @@ "2038-01-18": "Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", - "2038-02-15": "Washington's Birthday", + "2038-02-15": "Presidents' Day", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", @@ -1271,7 +1250,7 @@ "2039-01-17": "Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", - "2039-02-21": "Washington's Birthday", + "2039-02-21": "Presidents' Day", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", @@ -1288,7 +1267,7 @@ "2040-01-16": "Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", - "2040-02-20": "Washington's Birthday", + "2040-02-20": "Presidents' Day", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", @@ -1304,7 +1283,7 @@ "2041-01-21": "Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", - "2041-02-18": "Washington's Birthday", + "2041-02-18": "Presidents' Day", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", @@ -1318,7 +1297,7 @@ "2042-01-20": "Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", - "2042-02-17": "Washington's Birthday", + "2042-02-17": "Presidents' Day", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", @@ -1332,7 +1311,7 @@ "2043-01-19": "Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", - "2043-02-16": "Washington's Birthday", + "2043-02-16": "Presidents' Day", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", @@ -1347,7 +1326,7 @@ "2044-01-18": "Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", - "2044-02-15": "Washington's Birthday", + "2044-02-15": "Presidents' Day", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", @@ -1365,7 +1344,7 @@ "2045-01-16": "Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", - "2045-02-20": "Washington's Birthday", + "2045-02-20": "Presidents' Day", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", @@ -1380,7 +1359,7 @@ "2046-01-15": "Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", - "2046-02-19": "Washington's Birthday", + "2046-02-19": "Presidents' Day", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", @@ -1395,7 +1374,7 @@ "2047-01-21": "Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", - "2047-02-18": "Washington's Birthday", + "2047-02-18": "Presidents' Day", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", @@ -1409,7 +1388,7 @@ "2048-01-20": "Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", - "2048-02-17": "Washington's Birthday", + "2048-02-17": "Presidents' Day", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", @@ -1425,7 +1404,7 @@ "2049-01-18": "Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", - "2049-02-15": "Washington's Birthday", + "2049-02-15": "Presidents' Day", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", @@ -1443,7 +1422,7 @@ "2050-01-17": "Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", - "2050-02-21": "Washington's Birthday", + "2050-02-21": "Presidents' Day", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", diff --git a/snapshots/countries/US_WV.json b/snapshots/countries/US_WV.json index 20eb7f542..8a7d722b0 100644 --- a/snapshots/countries/US_WV.json +++ b/snapshots/countries/US_WV.json @@ -3,7 +3,6 @@ "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", - "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-06-20": "West Virginia Day", @@ -18,7 +17,6 @@ "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", - "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-06-20": "West Virginia Day", @@ -33,7 +31,6 @@ "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", - "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-06-20": "West Virginia Day", @@ -48,7 +45,6 @@ "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", - "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-06-19": "West Virginia Day (observed)", @@ -64,7 +60,6 @@ "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", - "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-06-20": "West Virginia Day", @@ -82,7 +77,6 @@ "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", - "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-06-20": "West Virginia Day", @@ -98,7 +92,6 @@ "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", - "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-06-20": "West Virginia Day", @@ -114,7 +107,6 @@ "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", - "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-06-20": "West Virginia Day", @@ -128,7 +120,6 @@ "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", - "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-06-20": "West Virginia Day", @@ -142,7 +133,6 @@ "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", - "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-06-19": "West Virginia Day (observed)", @@ -158,7 +148,6 @@ "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", - "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-06-20": "West Virginia Day", @@ -175,7 +164,6 @@ "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", - "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-06-20": "West Virginia Day", @@ -190,7 +178,6 @@ "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", - "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-06-20": "West Virginia Day", @@ -205,7 +192,6 @@ "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", - "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-06-20": "West Virginia Day", @@ -219,7 +205,6 @@ "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", - "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-06-19": "West Virginia Day (observed)", @@ -236,7 +221,6 @@ "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", - "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-06-20": "West Virginia Day", @@ -254,7 +238,6 @@ "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", - "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-06-20": "West Virginia Day", @@ -270,7 +253,6 @@ "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", - "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-06-20": "West Virginia Day", @@ -285,7 +267,6 @@ "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", - "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-06-20": "West Virginia Day", @@ -300,7 +281,6 @@ "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", - "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-06-20": "West Virginia Day", @@ -314,7 +294,6 @@ "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", - "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-06-19": "West Virginia Day (observed)", @@ -330,7 +309,7 @@ "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", - "1971-02-15": "Washington's Birthday", + "1971-02-15": "Presidents' Day", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-06-20": "West Virginia Day", @@ -348,7 +327,7 @@ "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", - "1972-02-21": "Washington's Birthday", + "1972-02-21": "Presidents' Day", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-06-20": "West Virginia Day", @@ -363,7 +342,7 @@ "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", - "1973-02-19": "Washington's Birthday", + "1973-02-19": "Presidents' Day", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-06-20": "West Virginia Day", @@ -377,7 +356,7 @@ "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", - "1974-02-18": "Washington's Birthday", + "1974-02-18": "Presidents' Day", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-06-20": "West Virginia Day", @@ -391,7 +370,7 @@ "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", - "1975-02-17": "Washington's Birthday", + "1975-02-17": "Presidents' Day", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-06-20": "West Virginia Day", @@ -406,7 +385,7 @@ "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", - "1976-02-16": "Washington's Birthday", + "1976-02-16": "Presidents' Day", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-06-20": "West Virginia Day", @@ -426,7 +405,7 @@ "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", - "1977-02-21": "Washington's Birthday", + "1977-02-21": "Presidents' Day", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-06-20": "West Virginia Day", @@ -443,7 +422,7 @@ "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", - "1978-02-20": "Washington's Birthday", + "1978-02-20": "Presidents' Day", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-06-20": "West Virginia Day", @@ -459,7 +438,7 @@ "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", - "1979-02-19": "Washington's Birthday", + "1979-02-19": "Presidents' Day", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-06-20": "West Virginia Day", @@ -475,7 +454,7 @@ "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", - "1980-02-18": "Washington's Birthday", + "1980-02-18": "Presidents' Day", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-06-20": "West Virginia Day", @@ -491,7 +470,7 @@ "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", - "1981-02-16": "Washington's Birthday", + "1981-02-16": "Presidents' Day", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-06-19": "West Virginia Day (observed)", @@ -508,7 +487,7 @@ "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", - "1982-02-15": "Washington's Birthday", + "1982-02-15": "Presidents' Day", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-06-20": "West Virginia Day", @@ -527,7 +506,7 @@ "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", - "1983-02-21": "Washington's Birthday", + "1983-02-21": "Presidents' Day", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-06-20": "West Virginia Day", @@ -544,7 +523,7 @@ "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", - "1984-02-20": "Washington's Birthday", + "1984-02-20": "Presidents' Day", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-06-20": "West Virginia Day", @@ -561,7 +540,7 @@ "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", - "1985-02-18": "Washington's Birthday", + "1985-02-18": "Presidents' Day", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-06-20": "West Virginia Day", @@ -577,7 +556,7 @@ "1986-01-20": "Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", - "1986-02-17": "Washington's Birthday", + "1986-02-17": "Presidents' Day", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-06-20": "West Virginia Day", @@ -593,7 +572,7 @@ "1987-01-19": "Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", - "1987-02-16": "Washington's Birthday", + "1987-02-16": "Presidents' Day", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-06-19": "West Virginia Day (observed)", @@ -611,7 +590,7 @@ "1988-01-18": "Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", - "1988-02-15": "Washington's Birthday", + "1988-02-15": "Presidents' Day", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-06-20": "West Virginia Day", @@ -630,7 +609,7 @@ "1989-01-16": "Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", - "1989-02-20": "Washington's Birthday", + "1989-02-20": "Presidents' Day", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-06-20": "West Virginia Day", @@ -647,7 +626,7 @@ "1990-01-15": "Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", - "1990-02-19": "Washington's Birthday", + "1990-02-19": "Presidents' Day", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-06-20": "West Virginia Day", @@ -664,7 +643,7 @@ "1991-01-21": "Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", - "1991-02-18": "Washington's Birthday", + "1991-02-18": "Presidents' Day", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-06-20": "West Virginia Day", @@ -680,7 +659,7 @@ "1992-01-20": "Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", - "1992-02-17": "Washington's Birthday", + "1992-02-17": "Presidents' Day", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-06-19": "West Virginia Day (observed)", @@ -699,7 +678,7 @@ "1993-01-18": "Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", - "1993-02-15": "Washington's Birthday", + "1993-02-15": "Presidents' Day", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-06-20": "West Virginia Day", @@ -719,7 +698,7 @@ "1994-01-17": "Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", - "1994-02-21": "Washington's Birthday", + "1994-02-21": "Presidents' Day", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-06-20": "West Virginia Day", @@ -737,7 +716,7 @@ "1995-01-16": "Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", - "1995-02-20": "Washington's Birthday", + "1995-02-20": "Presidents' Day", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-06-20": "West Virginia Day", @@ -754,7 +733,7 @@ "1996-01-15": "Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", - "1996-02-19": "Washington's Birthday", + "1996-02-19": "Presidents' Day", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-06-20": "West Virginia Day", @@ -771,7 +750,7 @@ "1997-01-20": "Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", - "1997-02-17": "Washington's Birthday", + "1997-02-17": "Presidents' Day", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-06-20": "West Virginia Day", @@ -787,7 +766,7 @@ "1998-01-19": "Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", - "1998-02-16": "Washington's Birthday", + "1998-02-16": "Presidents' Day", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-06-19": "West Virginia Day (observed)", @@ -805,7 +784,7 @@ "1999-01-18": "Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", - "1999-02-15": "Washington's Birthday", + "1999-02-15": "Presidents' Day", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-06-20": "West Virginia Day", @@ -825,7 +804,7 @@ "2000-01-17": "Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", - "2000-02-21": "Washington's Birthday", + "2000-02-21": "Presidents' Day", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-06-20": "West Virginia Day", @@ -843,7 +822,7 @@ "2001-01-15": "Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", - "2001-02-19": "Washington's Birthday", + "2001-02-19": "Presidents' Day", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-06-20": "West Virginia Day", @@ -860,7 +839,7 @@ "2002-01-21": "Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", - "2002-02-18": "Washington's Birthday", + "2002-02-18": "Presidents' Day", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-06-20": "West Virginia Day", @@ -876,7 +855,7 @@ "2003-01-20": "Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", - "2003-02-17": "Washington's Birthday", + "2003-02-17": "Presidents' Day", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-06-20": "West Virginia Day", @@ -892,7 +871,7 @@ "2004-01-19": "Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", - "2004-02-16": "Washington's Birthday", + "2004-02-16": "Presidents' Day", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-06-20": "West Virginia Day", @@ -913,7 +892,7 @@ "2005-01-17": "Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", - "2005-02-21": "Washington's Birthday", + "2005-02-21": "Presidents' Day", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-06-20": "West Virginia Day", @@ -931,7 +910,7 @@ "2006-01-16": "Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", - "2006-02-20": "Washington's Birthday", + "2006-02-20": "Presidents' Day", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-06-20": "West Virginia Day", @@ -948,7 +927,7 @@ "2007-01-15": "Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", - "2007-02-19": "Washington's Birthday", + "2007-02-19": "Presidents' Day", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-06-20": "West Virginia Day", @@ -965,7 +944,7 @@ "2008-01-21": "Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", - "2008-02-18": "Washington's Birthday", + "2008-02-18": "Presidents' Day", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-06-20": "West Virginia Day", @@ -982,7 +961,7 @@ "2009-01-19": "Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", - "2009-02-16": "Washington's Birthday", + "2009-02-16": "Presidents' Day", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-06-19": "West Virginia Day (observed)", @@ -1000,7 +979,7 @@ "2010-01-18": "Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", - "2010-02-15": "Washington's Birthday", + "2010-02-15": "Presidents' Day", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-06-20": "West Virginia Day", @@ -1021,7 +1000,7 @@ "2011-01-17": "Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", - "2011-02-21": "Washington's Birthday", + "2011-02-21": "Presidents' Day", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-06-20": "West Virginia Day", @@ -1039,7 +1018,7 @@ "2012-01-16": "Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", - "2012-02-20": "Washington's Birthday", + "2012-02-20": "Presidents' Day", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-06-20": "West Virginia Day", @@ -1057,7 +1036,7 @@ "2013-01-21": "Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", - "2013-02-18": "Washington's Birthday", + "2013-02-18": "Presidents' Day", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-06-20": "West Virginia Day", @@ -1073,7 +1052,7 @@ "2014-01-20": "Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", - "2014-02-17": "Washington's Birthday", + "2014-02-17": "Presidents' Day", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-06-20": "West Virginia Day", @@ -1090,7 +1069,7 @@ "2015-01-19": "Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", - "2015-02-16": "Washington's Birthday", + "2015-02-16": "Presidents' Day", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-06-19": "West Virginia Day (observed)", @@ -1108,7 +1087,7 @@ "2016-01-18": "Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", - "2016-02-15": "Washington's Birthday", + "2016-02-15": "Presidents' Day", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-06-20": "West Virginia Day", @@ -1127,7 +1106,7 @@ "2017-01-16": "Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", - "2017-02-20": "Washington's Birthday", + "2017-02-20": "Presidents' Day", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-06-20": "West Virginia Day", @@ -1144,7 +1123,7 @@ "2018-01-15": "Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", - "2018-02-19": "Washington's Birthday", + "2018-02-19": "Presidents' Day", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-06-20": "West Virginia Day", @@ -1162,7 +1141,7 @@ "2019-01-21": "Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", - "2019-02-18": "Washington's Birthday", + "2019-02-18": "Presidents' Day", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-06-20": "West Virginia Day", @@ -1178,7 +1157,7 @@ "2020-01-20": "Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", - "2020-02-17": "Washington's Birthday", + "2020-02-17": "Presidents' Day", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-06-19": "West Virginia Day (observed)", @@ -1197,7 +1176,7 @@ "2021-01-18": "Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", - "2021-02-15": "Washington's Birthday", + "2021-02-15": "Presidents' Day", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", @@ -1219,7 +1198,7 @@ "2022-01-17": "Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", - "2022-02-21": "Washington's Birthday", + "2022-02-21": "Presidents' Day", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", @@ -1239,7 +1218,7 @@ "2023-01-16": "Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", - "2023-02-20": "Washington's Birthday", + "2023-02-20": "Presidents' Day", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", @@ -1257,7 +1236,7 @@ "2024-01-15": "Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", - "2024-02-19": "Washington's Birthday", + "2024-02-19": "Presidents' Day", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", @@ -1275,7 +1254,7 @@ "2025-01-20": "Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", - "2025-02-17": "Washington's Birthday", + "2025-02-17": "Presidents' Day", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", @@ -1292,7 +1271,7 @@ "2026-01-19": "Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", - "2026-02-16": "Washington's Birthday", + "2026-02-16": "Presidents' Day", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day; West Virginia Day (observed)", @@ -1311,7 +1290,7 @@ "2027-01-18": "Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", - "2027-02-15": "Washington's Birthday", + "2027-02-15": "Presidents' Day", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", @@ -1333,7 +1312,7 @@ "2028-01-17": "Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", - "2028-02-21": "Washington's Birthday", + "2028-02-21": "Presidents' Day", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", @@ -1352,7 +1331,7 @@ "2029-01-15": "Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", - "2029-02-19": "Washington's Birthday", + "2029-02-19": "Presidents' Day", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", @@ -1370,7 +1349,7 @@ "2030-01-21": "Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", - "2030-02-18": "Washington's Birthday", + "2030-02-18": "Presidents' Day", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", @@ -1388,7 +1367,7 @@ "2031-01-20": "Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", - "2031-02-17": "Washington's Birthday", + "2031-02-17": "Presidents' Day", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", @@ -1405,7 +1384,7 @@ "2032-01-19": "Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", - "2032-02-16": "Washington's Birthday", + "2032-02-16": "Presidents' Day", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", @@ -1428,7 +1407,7 @@ "2033-01-17": "Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", - "2033-02-21": "Washington's Birthday", + "2033-02-21": "Presidents' Day", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", @@ -1447,7 +1426,7 @@ "2034-01-16": "Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", - "2034-02-20": "Washington's Birthday", + "2034-02-20": "Presidents' Day", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", @@ -1466,7 +1445,7 @@ "2035-01-15": "Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", - "2035-02-19": "Washington's Birthday", + "2035-02-19": "Presidents' Day", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", @@ -1484,7 +1463,7 @@ "2036-01-21": "Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", - "2036-02-18": "Washington's Birthday", + "2036-02-18": "Presidents' Day", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", @@ -1502,7 +1481,7 @@ "2037-01-19": "Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", - "2037-02-16": "Washington's Birthday", + "2037-02-16": "Presidents' Day", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day; West Virginia Day (observed)", @@ -1520,7 +1499,7 @@ "2038-01-18": "Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", - "2038-02-15": "Washington's Birthday", + "2038-02-15": "Presidents' Day", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", @@ -1543,7 +1522,7 @@ "2039-01-17": "Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", - "2039-02-21": "Washington's Birthday", + "2039-02-21": "Presidents' Day", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", @@ -1562,7 +1541,7 @@ "2040-01-16": "Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", - "2040-02-20": "Washington's Birthday", + "2040-02-20": "Presidents' Day", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", @@ -1581,7 +1560,7 @@ "2041-01-21": "Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", - "2041-02-18": "Washington's Birthday", + "2041-02-18": "Presidents' Day", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", @@ -1598,7 +1577,7 @@ "2042-01-20": "Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", - "2042-02-17": "Washington's Birthday", + "2042-02-17": "Presidents' Day", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", @@ -1616,7 +1595,7 @@ "2043-01-19": "Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", - "2043-02-16": "Washington's Birthday", + "2043-02-16": "Presidents' Day", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day; West Virginia Day (observed)", @@ -1634,7 +1613,7 @@ "2044-01-18": "Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", - "2044-02-15": "Washington's Birthday", + "2044-02-15": "Presidents' Day", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", @@ -1654,7 +1633,7 @@ "2045-01-16": "Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", - "2045-02-20": "Washington's Birthday", + "2045-02-20": "Presidents' Day", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", @@ -1672,7 +1651,7 @@ "2046-01-15": "Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", - "2046-02-19": "Washington's Birthday", + "2046-02-19": "Presidents' Day", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", @@ -1691,7 +1670,7 @@ "2047-01-21": "Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", - "2047-02-18": "Washington's Birthday", + "2047-02-18": "Presidents' Day", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", @@ -1708,7 +1687,7 @@ "2048-01-20": "Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", - "2048-02-17": "Washington's Birthday", + "2048-02-17": "Presidents' Day", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day; West Virginia Day (observed)", @@ -1727,7 +1706,7 @@ "2049-01-18": "Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", - "2049-02-15": "Washington's Birthday", + "2049-02-15": "Presidents' Day", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", @@ -1749,7 +1728,7 @@ "2050-01-17": "Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", - "2050-02-21": "Washington's Birthday", + "2050-02-21": "Presidents' Day", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", diff --git a/snapshots/countries/US_WY.json b/snapshots/countries/US_WY.json index 4d1010471..84330689f 100644 --- a/snapshots/countries/US_WY.json +++ b/snapshots/countries/US_WY.json @@ -3,7 +3,6 @@ "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", - "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", @@ -16,7 +15,6 @@ "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", - "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", @@ -29,7 +27,6 @@ "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", - "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", @@ -42,7 +39,6 @@ "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", - "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", @@ -55,7 +51,6 @@ "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", - "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", @@ -70,7 +65,6 @@ "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", - "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", @@ -84,7 +78,6 @@ "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", - "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", @@ -98,7 +91,6 @@ "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", - "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", @@ -110,7 +102,6 @@ "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", - "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", @@ -122,7 +113,6 @@ "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", - "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", @@ -135,7 +125,6 @@ "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", - "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", @@ -150,7 +139,6 @@ "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", - "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", @@ -163,7 +151,6 @@ "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", - "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", @@ -176,7 +163,6 @@ "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", - "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", @@ -188,7 +174,6 @@ "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", - "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", @@ -202,7 +187,6 @@ "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", - "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", @@ -217,7 +201,6 @@ "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", - "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", @@ -231,7 +214,6 @@ "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", - "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", @@ -244,7 +226,6 @@ "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", - "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", @@ -257,7 +238,6 @@ "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", - "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", @@ -269,7 +249,6 @@ "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", - "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", @@ -282,7 +261,7 @@ "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", - "1971-02-15": "Washington's Birthday", + "1971-02-15": "President's Day", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", @@ -297,7 +276,7 @@ "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", - "1972-02-21": "Washington's Birthday", + "1972-02-21": "President's Day", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", @@ -310,7 +289,7 @@ "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", - "1973-02-19": "Washington's Birthday", + "1973-02-19": "President's Day", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", @@ -322,7 +301,7 @@ "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", - "1974-02-18": "Washington's Birthday", + "1974-02-18": "President's Day", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", @@ -334,7 +313,7 @@ "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", - "1975-02-17": "Washington's Birthday", + "1975-02-17": "President's Day", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", @@ -346,7 +325,7 @@ "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", - "1976-02-16": "Washington's Birthday", + "1976-02-16": "President's Day", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", @@ -362,7 +341,7 @@ "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", - "1977-02-21": "Washington's Birthday", + "1977-02-21": "President's Day", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", @@ -376,7 +355,7 @@ "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", - "1978-02-20": "Washington's Birthday", + "1978-02-20": "President's Day", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", @@ -389,7 +368,7 @@ "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", - "1979-02-19": "Washington's Birthday", + "1979-02-19": "President's Day", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", @@ -402,7 +381,7 @@ "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", - "1980-02-18": "Washington's Birthday", + "1980-02-18": "President's Day", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", @@ -415,7 +394,7 @@ "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", - "1981-02-16": "Washington's Birthday", + "1981-02-16": "President's Day", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", @@ -428,7 +407,7 @@ "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", - "1982-02-15": "Washington's Birthday", + "1982-02-15": "President's Day", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", @@ -443,7 +422,7 @@ "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", - "1983-02-21": "Washington's Birthday", + "1983-02-21": "President's Day", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", @@ -457,7 +436,7 @@ "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", - "1984-02-20": "Washington's Birthday", + "1984-02-20": "President's Day", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", @@ -471,7 +450,7 @@ "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", - "1985-02-18": "Washington's Birthday", + "1985-02-18": "President's Day", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", @@ -484,7 +463,7 @@ "1986-01-20": "Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", - "1986-02-17": "Washington's Birthday", + "1986-02-17": "President's Day", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", @@ -497,7 +476,7 @@ "1987-01-19": "Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", - "1987-02-16": "Washington's Birthday", + "1987-02-16": "President's Day", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", @@ -511,7 +490,7 @@ "1988-01-18": "Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", - "1988-02-15": "Washington's Birthday", + "1988-02-15": "President's Day", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", @@ -527,7 +506,7 @@ "1989-01-16": "Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", - "1989-02-20": "Washington's Birthday", + "1989-02-20": "President's Day", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", @@ -541,7 +520,7 @@ "1990-01-15": "Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", - "1990-02-19": "Washington's Birthday", + "1990-02-19": "President's Day", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", @@ -555,7 +534,7 @@ "1991-01-21": "Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", - "1991-02-18": "Washington's Birthday", + "1991-02-18": "President's Day", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", @@ -568,7 +547,7 @@ "1992-01-20": "Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", - "1992-02-17": "Washington's Birthday", + "1992-02-17": "President's Day", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", @@ -583,7 +562,7 @@ "1993-01-18": "Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", - "1993-02-15": "Washington's Birthday", + "1993-02-15": "President's Day", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", @@ -599,7 +578,7 @@ "1994-01-17": "Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", - "1994-02-21": "Washington's Birthday", + "1994-02-21": "President's Day", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", @@ -614,7 +593,7 @@ "1995-01-16": "Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", - "1995-02-20": "Washington's Birthday", + "1995-02-20": "President's Day", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", @@ -628,7 +607,7 @@ "1996-01-15": "Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", - "1996-02-19": "Washington's Birthday", + "1996-02-19": "President's Day", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", @@ -642,7 +621,7 @@ "1997-01-20": "Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", - "1997-02-17": "Washington's Birthday", + "1997-02-17": "President's Day", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", @@ -655,7 +634,7 @@ "1998-01-19": "Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", - "1998-02-16": "Washington's Birthday", + "1998-02-16": "President's Day", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", @@ -669,7 +648,7 @@ "1999-01-18": "Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", - "1999-02-15": "Washington's Birthday", + "1999-02-15": "President's Day", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", @@ -685,7 +664,7 @@ "2000-01-17": "Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", - "2000-02-21": "Washington's Birthday", + "2000-02-21": "President's Day", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", @@ -700,7 +679,7 @@ "2001-01-15": "Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", - "2001-02-19": "Washington's Birthday", + "2001-02-19": "President's Day", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", @@ -714,7 +693,7 @@ "2002-01-21": "Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", - "2002-02-18": "Washington's Birthday", + "2002-02-18": "President's Day", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", @@ -727,7 +706,7 @@ "2003-01-20": "Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", - "2003-02-17": "Washington's Birthday", + "2003-02-17": "President's Day", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", @@ -740,7 +719,7 @@ "2004-01-19": "Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", - "2004-02-16": "Washington's Birthday", + "2004-02-16": "President's Day", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", @@ -757,7 +736,7 @@ "2005-01-17": "Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", - "2005-02-21": "Washington's Birthday", + "2005-02-21": "President's Day", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", @@ -772,7 +751,7 @@ "2006-01-16": "Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", - "2006-02-20": "Washington's Birthday", + "2006-02-20": "President's Day", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", @@ -786,7 +765,7 @@ "2007-01-15": "Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", - "2007-02-19": "Washington's Birthday", + "2007-02-19": "President's Day", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", @@ -800,7 +779,7 @@ "2008-01-21": "Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", - "2008-02-18": "Washington's Birthday", + "2008-02-18": "President's Day", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", @@ -814,7 +793,7 @@ "2009-01-19": "Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", - "2009-02-16": "Washington's Birthday", + "2009-02-16": "President's Day", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", @@ -828,7 +807,7 @@ "2010-01-18": "Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", - "2010-02-15": "Washington's Birthday", + "2010-02-15": "President's Day", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", @@ -844,7 +823,7 @@ "2011-01-17": "Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", - "2011-02-21": "Washington's Birthday", + "2011-02-21": "President's Day", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", @@ -859,7 +838,7 @@ "2012-01-16": "Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", - "2012-02-20": "Washington's Birthday", + "2012-02-20": "President's Day", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", @@ -874,7 +853,7 @@ "2013-01-21": "Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", - "2013-02-18": "Washington's Birthday", + "2013-02-18": "President's Day", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", @@ -887,7 +866,7 @@ "2014-01-20": "Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", - "2014-02-17": "Washington's Birthday", + "2014-02-17": "President's Day", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", @@ -900,7 +879,7 @@ "2015-01-19": "Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", - "2015-02-16": "Washington's Birthday", + "2015-02-16": "President's Day", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", @@ -914,7 +893,7 @@ "2016-01-18": "Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", - "2016-02-15": "Washington's Birthday", + "2016-02-15": "President's Day", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", @@ -930,7 +909,7 @@ "2017-01-16": "Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", - "2017-02-20": "Washington's Birthday", + "2017-02-20": "President's Day", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", @@ -944,7 +923,7 @@ "2018-01-15": "Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", - "2018-02-19": "Washington's Birthday", + "2018-02-19": "President's Day", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", @@ -958,7 +937,7 @@ "2019-01-21": "Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", - "2019-02-18": "Washington's Birthday", + "2019-02-18": "President's Day", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", @@ -971,7 +950,7 @@ "2020-01-20": "Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", - "2020-02-17": "Washington's Birthday", + "2020-02-17": "President's Day", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", @@ -986,7 +965,7 @@ "2021-01-18": "Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", - "2021-02-15": "Washington's Birthday", + "2021-02-15": "President's Day", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", @@ -1004,7 +983,7 @@ "2022-01-17": "Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", - "2022-02-21": "Washington's Birthday", + "2022-02-21": "President's Day", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", @@ -1021,7 +1000,7 @@ "2023-01-16": "Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", - "2023-02-20": "Washington's Birthday", + "2023-02-20": "President's Day", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", @@ -1036,7 +1015,7 @@ "2024-01-15": "Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", - "2024-02-19": "Washington's Birthday", + "2024-02-19": "President's Day", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", @@ -1051,7 +1030,7 @@ "2025-01-20": "Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", - "2025-02-17": "Washington's Birthday", + "2025-02-17": "President's Day", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", @@ -1065,7 +1044,7 @@ "2026-01-19": "Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", - "2026-02-16": "Washington's Birthday", + "2026-02-16": "President's Day", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", @@ -1080,7 +1059,7 @@ "2027-01-18": "Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", - "2027-02-15": "Washington's Birthday", + "2027-02-15": "President's Day", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", @@ -1098,7 +1077,7 @@ "2028-01-17": "Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", - "2028-02-21": "Washington's Birthday", + "2028-02-21": "President's Day", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", @@ -1114,7 +1093,7 @@ "2029-01-15": "Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", - "2029-02-19": "Washington's Birthday", + "2029-02-19": "President's Day", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", @@ -1129,7 +1108,7 @@ "2030-01-21": "Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", - "2030-02-18": "Washington's Birthday", + "2030-02-18": "President's Day", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", @@ -1143,7 +1122,7 @@ "2031-01-20": "Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", - "2031-02-17": "Washington's Birthday", + "2031-02-17": "President's Day", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", @@ -1157,7 +1136,7 @@ "2032-01-19": "Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", - "2032-02-16": "Washington's Birthday", + "2032-02-16": "President's Day", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", @@ -1176,7 +1155,7 @@ "2033-01-17": "Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", - "2033-02-21": "Washington's Birthday", + "2033-02-21": "President's Day", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", @@ -1193,7 +1172,7 @@ "2034-01-16": "Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", - "2034-02-20": "Washington's Birthday", + "2034-02-20": "President's Day", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", @@ -1208,7 +1187,7 @@ "2035-01-15": "Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", - "2035-02-19": "Washington's Birthday", + "2035-02-19": "President's Day", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", @@ -1223,7 +1202,7 @@ "2036-01-21": "Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", - "2036-02-18": "Washington's Birthday", + "2036-02-18": "President's Day", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", @@ -1238,7 +1217,7 @@ "2037-01-19": "Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", - "2037-02-16": "Washington's Birthday", + "2037-02-16": "President's Day", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", @@ -1253,7 +1232,7 @@ "2038-01-18": "Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", - "2038-02-15": "Washington's Birthday", + "2038-02-15": "President's Day", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", @@ -1271,7 +1250,7 @@ "2039-01-17": "Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", - "2039-02-21": "Washington's Birthday", + "2039-02-21": "President's Day", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", @@ -1288,7 +1267,7 @@ "2040-01-16": "Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", - "2040-02-20": "Washington's Birthday", + "2040-02-20": "President's Day", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", @@ -1304,7 +1283,7 @@ "2041-01-21": "Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", - "2041-02-18": "Washington's Birthday", + "2041-02-18": "President's Day", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", @@ -1318,7 +1297,7 @@ "2042-01-20": "Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", - "2042-02-17": "Washington's Birthday", + "2042-02-17": "President's Day", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", @@ -1332,7 +1311,7 @@ "2043-01-19": "Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", - "2043-02-16": "Washington's Birthday", + "2043-02-16": "President's Day", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", @@ -1347,7 +1326,7 @@ "2044-01-18": "Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", - "2044-02-15": "Washington's Birthday", + "2044-02-15": "President's Day", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", @@ -1365,7 +1344,7 @@ "2045-01-16": "Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", - "2045-02-20": "Washington's Birthday", + "2045-02-20": "President's Day", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", @@ -1380,7 +1359,7 @@ "2046-01-15": "Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", - "2046-02-19": "Washington's Birthday", + "2046-02-19": "President's Day", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", @@ -1395,7 +1374,7 @@ "2047-01-21": "Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", - "2047-02-18": "Washington's Birthday", + "2047-02-18": "President's Day", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", @@ -1409,7 +1388,7 @@ "2048-01-20": "Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", - "2048-02-17": "Washington's Birthday", + "2048-02-17": "President's Day", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", @@ -1425,7 +1404,7 @@ "2049-01-18": "Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", - "2049-02-15": "Washington's Birthday", + "2049-02-15": "President's Day", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", @@ -1443,7 +1422,7 @@ "2050-01-17": "Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", - "2050-02-21": "Washington's Birthday", + "2050-02-21": "President's Day", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", diff --git a/snapshots/countries/UY_COMMON.json b/snapshots/countries/UY_COMMON.json index 52145de00..67f5d2171 100644 --- a/snapshots/countries/UY_COMMON.json +++ b/snapshots/countries/UY_COMMON.json @@ -9,7 +9,7 @@ "1950-04-06": "Tourism Week", "1950-04-07": "Tourism Week", "1950-04-19": "Landing of the 33 Patriots", - "1950-05-01": "International Workers' Day", + "1950-05-01": "Workers' Day", "1950-05-18": "Battle of Las Piedras", "1950-06-19": "Birthday of Artigas", "1950-07-18": "Constitution Day", @@ -28,7 +28,7 @@ "1951-03-22": "Tourism Week", "1951-03-23": "Tourism Week", "1951-04-19": "Landing of the 33 Patriots", - "1951-05-01": "International Workers' Day", + "1951-05-01": "Workers' Day", "1951-05-18": "Battle of Las Piedras", "1951-06-19": "Birthday of Artigas", "1951-07-18": "Constitution Day", @@ -47,7 +47,7 @@ "1952-04-10": "Tourism Week", "1952-04-11": "Tourism Week", "1952-04-19": "Landing of the 33 Patriots", - "1952-05-01": "International Workers' Day", + "1952-05-01": "Workers' Day", "1952-05-18": "Battle of Las Piedras", "1952-06-19": "Birthday of Artigas", "1952-07-18": "Constitution Day", @@ -66,7 +66,7 @@ "1953-04-02": "Tourism Week", "1953-04-03": "Tourism Week", "1953-04-19": "Landing of the 33 Patriots", - "1953-05-01": "International Workers' Day", + "1953-05-01": "Workers' Day", "1953-05-18": "Battle of Las Piedras", "1953-06-19": "Birthday of Artigas", "1953-07-18": "Constitution Day", @@ -85,7 +85,7 @@ "1954-04-15": "Tourism Week", "1954-04-16": "Tourism Week", "1954-04-19": "Landing of the 33 Patriots", - "1954-05-01": "International Workers' Day", + "1954-05-01": "Workers' Day", "1954-05-18": "Battle of Las Piedras", "1954-06-19": "Birthday of Artigas", "1954-07-18": "Constitution Day", @@ -104,7 +104,7 @@ "1955-04-07": "Tourism Week", "1955-04-08": "Tourism Week", "1955-04-19": "Landing of the 33 Patriots", - "1955-05-01": "International Workers' Day", + "1955-05-01": "Workers' Day", "1955-05-18": "Battle of Las Piedras", "1955-06-19": "Birthday of Artigas", "1955-07-18": "Constitution Day", @@ -123,7 +123,7 @@ "1956-03-29": "Tourism Week", "1956-03-30": "Tourism Week", "1956-04-19": "Landing of the 33 Patriots", - "1956-05-01": "International Workers' Day", + "1956-05-01": "Workers' Day", "1956-05-18": "Battle of Las Piedras", "1956-06-19": "Birthday of Artigas", "1956-07-18": "Constitution Day", @@ -141,7 +141,7 @@ "1957-04-17": "Tourism Week", "1957-04-18": "Tourism Week", "1957-04-19": "Landing of the 33 Patriots; Tourism Week", - "1957-05-01": "International Workers' Day", + "1957-05-01": "Workers' Day", "1957-05-18": "Battle of Las Piedras", "1957-06-19": "Birthday of Artigas", "1957-07-18": "Constitution Day", @@ -160,7 +160,7 @@ "1958-04-03": "Tourism Week", "1958-04-04": "Tourism Week", "1958-04-19": "Landing of the 33 Patriots", - "1958-05-01": "International Workers' Day", + "1958-05-01": "Workers' Day", "1958-05-18": "Battle of Las Piedras", "1958-06-19": "Birthday of Artigas", "1958-07-18": "Constitution Day", @@ -179,7 +179,7 @@ "1959-03-26": "Tourism Week", "1959-03-27": "Tourism Week", "1959-04-19": "Landing of the 33 Patriots", - "1959-05-01": "International Workers' Day", + "1959-05-01": "Workers' Day", "1959-05-18": "Battle of Las Piedras", "1959-06-19": "Birthday of Artigas", "1959-07-18": "Constitution Day", @@ -198,7 +198,7 @@ "1960-04-14": "Tourism Week", "1960-04-15": "Tourism Week", "1960-04-19": "Landing of the 33 Patriots", - "1960-05-01": "International Workers' Day", + "1960-05-01": "Workers' Day", "1960-05-18": "Battle of Las Piedras", "1960-06-19": "Birthday of Artigas", "1960-07-18": "Constitution Day", @@ -217,7 +217,7 @@ "1961-03-30": "Tourism Week", "1961-03-31": "Tourism Week", "1961-04-19": "Landing of the 33 Patriots", - "1961-05-01": "International Workers' Day", + "1961-05-01": "Workers' Day", "1961-05-18": "Battle of Las Piedras", "1961-06-19": "Birthday of Artigas", "1961-07-18": "Constitution Day", @@ -235,7 +235,7 @@ "1962-04-18": "Tourism Week", "1962-04-19": "Landing of the 33 Patriots; Tourism Week", "1962-04-20": "Tourism Week", - "1962-05-01": "International Workers' Day", + "1962-05-01": "Workers' Day", "1962-05-18": "Battle of Las Piedras", "1962-06-19": "Birthday of Artigas", "1962-07-18": "Constitution Day", @@ -254,7 +254,7 @@ "1963-04-11": "Tourism Week", "1963-04-12": "Tourism Week", "1963-04-19": "Landing of the 33 Patriots", - "1963-05-01": "International Workers' Day", + "1963-05-01": "Workers' Day", "1963-05-18": "Battle of Las Piedras", "1963-06-19": "Birthday of Artigas", "1963-07-18": "Constitution Day", @@ -273,7 +273,7 @@ "1964-03-26": "Tourism Week", "1964-03-27": "Tourism Week", "1964-04-19": "Landing of the 33 Patriots", - "1964-05-01": "International Workers' Day", + "1964-05-01": "Workers' Day", "1964-05-18": "Battle of Las Piedras", "1964-06-19": "Birthday of Artigas", "1964-07-18": "Constitution Day", @@ -292,7 +292,7 @@ "1965-04-15": "Tourism Week", "1965-04-16": "Tourism Week", "1965-04-19": "Landing of the 33 Patriots", - "1965-05-01": "International Workers' Day", + "1965-05-01": "Workers' Day", "1965-05-18": "Battle of Las Piedras", "1965-06-19": "Birthday of Artigas", "1965-07-18": "Constitution Day", @@ -311,7 +311,7 @@ "1966-04-07": "Tourism Week", "1966-04-08": "Tourism Week", "1966-04-19": "Landing of the 33 Patriots", - "1966-05-01": "International Workers' Day", + "1966-05-01": "Workers' Day", "1966-05-18": "Battle of Las Piedras", "1966-06-19": "Birthday of Artigas", "1966-07-18": "Constitution Day", @@ -330,7 +330,7 @@ "1967-03-23": "Tourism Week", "1967-03-24": "Tourism Week", "1967-04-19": "Landing of the 33 Patriots", - "1967-05-01": "International Workers' Day", + "1967-05-01": "Workers' Day", "1967-05-18": "Battle of Las Piedras", "1967-06-19": "Birthday of Artigas", "1967-07-18": "Constitution Day", @@ -349,7 +349,7 @@ "1968-04-11": "Tourism Week", "1968-04-12": "Tourism Week", "1968-04-19": "Landing of the 33 Patriots", - "1968-05-01": "International Workers' Day", + "1968-05-01": "Workers' Day", "1968-05-18": "Battle of Las Piedras", "1968-06-19": "Birthday of Artigas", "1968-07-18": "Constitution Day", @@ -368,7 +368,7 @@ "1969-04-03": "Tourism Week", "1969-04-04": "Tourism Week", "1969-04-19": "Landing of the 33 Patriots", - "1969-05-01": "International Workers' Day", + "1969-05-01": "Workers' Day", "1969-05-18": "Battle of Las Piedras", "1969-06-19": "Birthday of Artigas", "1969-07-18": "Constitution Day", @@ -387,7 +387,7 @@ "1970-03-26": "Tourism Week", "1970-03-27": "Tourism Week", "1970-04-19": "Landing of the 33 Patriots", - "1970-05-01": "International Workers' Day", + "1970-05-01": "Workers' Day", "1970-05-18": "Battle of Las Piedras", "1970-06-19": "Birthday of Artigas", "1970-07-18": "Constitution Day", @@ -406,7 +406,7 @@ "1971-04-08": "Tourism Week", "1971-04-09": "Tourism Week", "1971-04-19": "Landing of the 33 Patriots", - "1971-05-01": "International Workers' Day", + "1971-05-01": "Workers' Day", "1971-05-18": "Battle of Las Piedras", "1971-06-19": "Birthday of Artigas", "1971-07-18": "Constitution Day", @@ -425,7 +425,7 @@ "1972-03-30": "Tourism Week", "1972-03-31": "Tourism Week", "1972-04-19": "Landing of the 33 Patriots", - "1972-05-01": "International Workers' Day", + "1972-05-01": "Workers' Day", "1972-05-18": "Battle of Las Piedras", "1972-06-19": "Birthday of Artigas", "1972-07-18": "Constitution Day", @@ -443,7 +443,7 @@ "1973-04-18": "Tourism Week", "1973-04-19": "Landing of the 33 Patriots; Tourism Week", "1973-04-20": "Tourism Week", - "1973-05-01": "International Workers' Day", + "1973-05-01": "Workers' Day", "1973-05-18": "Battle of Las Piedras", "1973-06-19": "Birthday of Artigas", "1973-07-18": "Constitution Day", @@ -462,7 +462,7 @@ "1974-04-11": "Tourism Week", "1974-04-12": "Tourism Week", "1974-04-19": "Landing of the 33 Patriots", - "1974-05-01": "International Workers' Day", + "1974-05-01": "Workers' Day", "1974-05-18": "Battle of Las Piedras", "1974-06-19": "Birthday of Artigas", "1974-07-18": "Constitution Day", @@ -481,7 +481,7 @@ "1975-03-27": "Tourism Week", "1975-03-28": "Tourism Week", "1975-04-19": "Landing of the 33 Patriots", - "1975-05-01": "International Workers' Day", + "1975-05-01": "Workers' Day", "1975-05-18": "Battle of Las Piedras", "1975-06-19": "Birthday of Artigas", "1975-07-18": "Constitution Day", @@ -500,7 +500,7 @@ "1976-04-15": "Tourism Week", "1976-04-16": "Tourism Week", "1976-04-19": "Landing of the 33 Patriots", - "1976-05-01": "International Workers' Day", + "1976-05-01": "Workers' Day", "1976-05-18": "Battle of Las Piedras", "1976-06-19": "Birthday of Artigas", "1976-07-18": "Constitution Day", @@ -519,7 +519,7 @@ "1977-04-07": "Tourism Week", "1977-04-08": "Tourism Week", "1977-04-19": "Landing of the 33 Patriots", - "1977-05-01": "International Workers' Day", + "1977-05-01": "Workers' Day", "1977-05-18": "Battle of Las Piedras", "1977-06-19": "Birthday of Artigas", "1977-07-18": "Constitution Day", @@ -538,7 +538,7 @@ "1978-03-23": "Tourism Week", "1978-03-24": "Tourism Week", "1978-04-19": "Landing of the 33 Patriots", - "1978-05-01": "International Workers' Day", + "1978-05-01": "Workers' Day", "1978-05-18": "Battle of Las Piedras", "1978-06-19": "Birthday of Artigas", "1978-07-18": "Constitution Day", @@ -557,7 +557,7 @@ "1979-04-12": "Tourism Week", "1979-04-13": "Tourism Week", "1979-04-19": "Landing of the 33 Patriots", - "1979-05-01": "International Workers' Day", + "1979-05-01": "Workers' Day", "1979-05-18": "Battle of Las Piedras", "1979-06-19": "Birthday of Artigas", "1979-07-18": "Constitution Day", @@ -576,7 +576,7 @@ "1980-04-03": "Tourism Week", "1980-04-04": "Tourism Week", "1980-04-19": "Landing of the 33 Patriots", - "1980-05-05": "International Workers' Day", + "1980-05-05": "Workers' Day", "1980-05-18": "Battle of Las Piedras", "1980-06-23": "Birthday of Artigas", "1980-07-18": "Constitution Day", @@ -594,7 +594,7 @@ "1981-04-16": "Tourism Week", "1981-04-17": "Tourism Week", "1981-04-19": "Landing of the 33 Patriots", - "1981-05-04": "International Workers' Day", + "1981-05-04": "Workers' Day", "1981-05-18": "Battle of Las Piedras", "1981-06-22": "Birthday of Artigas", "1981-07-18": "Constitution Day", @@ -612,7 +612,7 @@ "1982-04-08": "Tourism Week", "1982-04-09": "Tourism Week", "1982-04-19": "Landing of the 33 Patriots", - "1982-05-01": "International Workers' Day", + "1982-05-01": "Workers' Day", "1982-05-17": "Battle of Las Piedras", "1982-06-19": "Birthday of Artigas", "1982-07-18": "Constitution Day", @@ -630,7 +630,7 @@ "1983-03-31": "Tourism Week", "1983-04-01": "Tourism Week", "1983-04-18": "Landing of the 33 Patriots", - "1983-05-01": "International Workers' Day", + "1983-05-01": "Workers' Day", "1983-05-16": "Battle of Las Piedras", "1983-06-19": "Birthday of Artigas", "1983-07-18": "Constitution Day", @@ -647,7 +647,7 @@ "1984-04-18": "Tourism Week", "1984-04-19": "Landing of the 33 Patriots; Tourism Week", "1984-04-20": "Tourism Week", - "1984-05-01": "International Workers' Day", + "1984-05-01": "Workers' Day", "1984-05-18": "Battle of Las Piedras", "1984-06-19": "Birthday of Artigas", "1984-07-18": "Constitution Day", @@ -666,7 +666,7 @@ "1985-04-04": "Tourism Week", "1985-04-05": "Tourism Week", "1985-04-19": "Landing of the 33 Patriots", - "1985-05-01": "International Workers' Day", + "1985-05-01": "Workers' Day", "1985-05-18": "Battle of Las Piedras", "1985-06-19": "Birthday of Artigas", "1985-07-18": "Constitution Day", @@ -684,7 +684,7 @@ "1986-03-27": "Tourism Week", "1986-03-28": "Tourism Week", "1986-04-19": "Landing of the 33 Patriots", - "1986-05-01": "International Workers' Day", + "1986-05-01": "Workers' Day", "1986-05-18": "Battle of Las Piedras", "1986-06-19": "Birthday of Artigas", "1986-07-18": "Constitution Day", @@ -702,7 +702,7 @@ "1987-04-16": "Tourism Week", "1987-04-17": "Tourism Week", "1987-04-19": "Landing of the 33 Patriots", - "1987-05-01": "International Workers' Day", + "1987-05-01": "Workers' Day", "1987-05-18": "Battle of Las Piedras", "1987-06-19": "Birthday of Artigas", "1987-07-18": "Constitution Day", @@ -720,7 +720,7 @@ "1988-03-31": "Tourism Week", "1988-04-01": "Tourism Week", "1988-04-19": "Landing of the 33 Patriots", - "1988-05-01": "International Workers' Day", + "1988-05-01": "Workers' Day", "1988-05-18": "Battle of Las Piedras", "1988-06-19": "Birthday of Artigas", "1988-07-18": "Constitution Day", @@ -738,7 +738,7 @@ "1989-03-23": "Tourism Week", "1989-03-24": "Tourism Week", "1989-04-19": "Landing of the 33 Patriots", - "1989-05-01": "International Workers' Day", + "1989-05-01": "Workers' Day", "1989-05-18": "Battle of Las Piedras", "1989-06-19": "Birthday of Artigas", "1989-07-18": "Constitution Day", @@ -757,7 +757,7 @@ "1990-04-12": "Tourism Week", "1990-04-13": "Tourism Week", "1990-04-19": "Landing of the 33 Patriots", - "1990-05-01": "International Workers' Day", + "1990-05-01": "Workers' Day", "1990-05-18": "Battle of Las Piedras", "1990-06-19": "Birthday of Artigas", "1990-07-18": "Constitution Day", @@ -775,7 +775,7 @@ "1991-03-28": "Tourism Week", "1991-03-29": "Tourism Week", "1991-04-19": "Landing of the 33 Patriots", - "1991-05-01": "International Workers' Day", + "1991-05-01": "Workers' Day", "1991-05-18": "Battle of Las Piedras", "1991-06-19": "Birthday of Artigas", "1991-07-18": "Constitution Day", @@ -793,7 +793,7 @@ "1992-04-16": "Tourism Week", "1992-04-17": "Tourism Week", "1992-04-19": "Landing of the 33 Patriots", - "1992-05-01": "International Workers' Day", + "1992-05-01": "Workers' Day", "1992-05-18": "Battle of Las Piedras", "1992-06-19": "Birthday of Artigas", "1992-07-18": "Constitution Day", @@ -811,7 +811,7 @@ "1993-04-08": "Tourism Week", "1993-04-09": "Tourism Week", "1993-04-19": "Landing of the 33 Patriots", - "1993-05-01": "International Workers' Day", + "1993-05-01": "Workers' Day", "1993-05-18": "Battle of Las Piedras", "1993-06-19": "Birthday of Artigas", "1993-07-18": "Constitution Day", @@ -829,7 +829,7 @@ "1994-03-31": "Tourism Week", "1994-04-01": "Tourism Week", "1994-04-19": "Landing of the 33 Patriots", - "1994-05-01": "International Workers' Day", + "1994-05-01": "Workers' Day", "1994-05-18": "Battle of Las Piedras", "1994-06-19": "Birthday of Artigas", "1994-07-18": "Constitution Day", @@ -848,7 +848,7 @@ "1995-04-13": "Tourism Week", "1995-04-14": "Tourism Week", "1995-04-19": "Landing of the 33 Patriots", - "1995-05-01": "International Workers' Day", + "1995-05-01": "Workers' Day", "1995-05-18": "Battle of Las Piedras", "1995-06-19": "Birthday of Artigas", "1995-07-18": "Constitution Day", @@ -866,7 +866,7 @@ "1996-04-04": "Tourism Week", "1996-04-05": "Tourism Week", "1996-04-19": "Landing of the 33 Patriots", - "1996-05-01": "International Workers' Day", + "1996-05-01": "Workers' Day", "1996-05-18": "Battle of Las Piedras", "1996-06-19": "Birthday of Artigas", "1996-07-18": "Constitution Day", @@ -884,7 +884,7 @@ "1997-03-27": "Tourism Week", "1997-03-28": "Tourism Week", "1997-04-19": "Landing of the 33 Patriots", - "1997-05-01": "International Workers' Day", + "1997-05-01": "Workers' Day", "1997-05-18": "Battle of Las Piedras", "1997-06-23": "Birthday of Artigas", "1997-07-18": "Constitution Day", @@ -902,7 +902,7 @@ "1998-04-09": "Tourism Week", "1998-04-10": "Tourism Week", "1998-04-19": "Landing of the 33 Patriots", - "1998-05-01": "International Workers' Day", + "1998-05-01": "Workers' Day", "1998-05-18": "Battle of Las Piedras", "1998-06-22": "Birthday of Artigas", "1998-07-18": "Constitution Day", @@ -920,7 +920,7 @@ "1999-04-01": "Tourism Week", "1999-04-02": "Tourism Week", "1999-04-19": "Landing of the 33 Patriots", - "1999-05-01": "International Workers' Day", + "1999-05-01": "Workers' Day", "1999-05-17": "Battle of Las Piedras", "1999-06-19": "Birthday of Artigas", "1999-07-18": "Constitution Day", @@ -938,7 +938,7 @@ "2000-04-19": "Tourism Week", "2000-04-20": "Tourism Week", "2000-04-21": "Tourism Week", - "2000-05-01": "International Workers' Day", + "2000-05-01": "Workers' Day", "2000-05-22": "Battle of Las Piedras", "2000-06-19": "Birthday of Artigas", "2000-07-18": "Constitution Day", @@ -956,7 +956,7 @@ "2001-04-12": "Tourism Week", "2001-04-13": "Tourism Week", "2001-04-23": "Landing of the 33 Patriots", - "2001-05-01": "International Workers' Day", + "2001-05-01": "Workers' Day", "2001-05-21": "Battle of Las Piedras", "2001-06-18": "Birthday of Artigas", "2001-07-18": "Constitution Day", @@ -974,7 +974,7 @@ "2002-03-28": "Tourism Week", "2002-03-29": "Tourism Week", "2002-04-22": "Landing of the 33 Patriots", - "2002-05-01": "International Workers' Day", + "2002-05-01": "Workers' Day", "2002-05-18": "Battle of Las Piedras", "2002-06-19": "Birthday of Artigas", "2002-07-18": "Constitution Day", @@ -992,7 +992,7 @@ "2003-04-17": "Tourism Week", "2003-04-18": "Tourism Week", "2003-04-19": "Landing of the 33 Patriots", - "2003-05-01": "International Workers' Day", + "2003-05-01": "Workers' Day", "2003-05-18": "Battle of Las Piedras", "2003-06-19": "Birthday of Artigas", "2003-07-18": "Constitution Day", @@ -1010,7 +1010,7 @@ "2004-04-08": "Tourism Week", "2004-04-09": "Tourism Week", "2004-04-19": "Landing of the 33 Patriots", - "2004-05-01": "International Workers' Day", + "2004-05-01": "Workers' Day", "2004-05-17": "Battle of Las Piedras", "2004-06-19": "Birthday of Artigas", "2004-07-18": "Constitution Day", @@ -1029,7 +1029,7 @@ "2005-03-24": "Tourism Week", "2005-03-25": "Tourism Week", "2005-04-18": "Landing of the 33 Patriots", - "2005-05-01": "International Workers' Day", + "2005-05-01": "Workers' Day", "2005-05-16": "Battle of Las Piedras", "2005-06-19": "Birthday of Artigas", "2005-07-18": "Constitution Day", @@ -1047,7 +1047,7 @@ "2006-04-13": "Tourism Week", "2006-04-14": "Tourism Week", "2006-04-17": "Landing of the 33 Patriots", - "2006-05-01": "International Workers' Day", + "2006-05-01": "Workers' Day", "2006-05-22": "Battle of Las Piedras", "2006-06-19": "Birthday of Artigas", "2006-07-18": "Constitution Day", @@ -1065,7 +1065,7 @@ "2007-04-05": "Tourism Week", "2007-04-06": "Tourism Week", "2007-04-23": "Landing of the 33 Patriots", - "2007-05-01": "International Workers' Day", + "2007-05-01": "Workers' Day", "2007-05-21": "Battle of Las Piedras", "2007-06-19": "Birthday of Artigas", "2007-07-18": "Constitution Day", @@ -1083,7 +1083,7 @@ "2008-03-20": "Tourism Week", "2008-03-21": "Tourism Week", "2008-04-19": "Landing of the 33 Patriots", - "2008-05-01": "International Workers' Day", + "2008-05-01": "Workers' Day", "2008-05-18": "Battle of Las Piedras", "2008-06-19": "Birthday of Artigas", "2008-07-18": "Constitution Day", @@ -1101,7 +1101,7 @@ "2009-04-09": "Tourism Week", "2009-04-10": "Tourism Week", "2009-04-19": "Landing of the 33 Patriots", - "2009-05-01": "International Workers' Day", + "2009-05-01": "Workers' Day", "2009-05-18": "Battle of Las Piedras", "2009-06-19": "Birthday of Artigas", "2009-07-18": "Constitution Day", @@ -1120,7 +1120,7 @@ "2010-04-01": "Tourism Week", "2010-04-02": "Tourism Week", "2010-04-19": "Landing of the 33 Patriots", - "2010-05-01": "International Workers' Day", + "2010-05-01": "Workers' Day", "2010-05-17": "Battle of Las Piedras", "2010-06-19": "Birthday of Artigas", "2010-07-18": "Constitution Day", @@ -1137,7 +1137,7 @@ "2011-04-20": "Tourism Week", "2011-04-21": "Tourism Week", "2011-04-22": "Tourism Week", - "2011-05-01": "International Workers' Day", + "2011-05-01": "Workers' Day", "2011-05-16": "Battle of Las Piedras", "2011-06-19": "Birthday of Artigas", "2011-07-18": "Constitution Day", @@ -1155,7 +1155,7 @@ "2012-04-05": "Tourism Week", "2012-04-06": "Tourism Week", "2012-04-23": "Landing of the 33 Patriots", - "2012-05-01": "International Workers' Day", + "2012-05-01": "Workers' Day", "2012-05-21": "Battle of Las Piedras", "2012-06-19": "Birthday of Artigas", "2012-07-18": "Constitution Day", @@ -1173,7 +1173,7 @@ "2013-03-28": "Tourism Week", "2013-03-29": "Tourism Week", "2013-04-22": "Landing of the 33 Patriots", - "2013-05-01": "International Workers' Day", + "2013-05-01": "Workers' Day", "2013-05-18": "Battle of Las Piedras", "2013-06-19": "Birthday of Artigas", "2013-07-18": "Constitution Day", @@ -1191,7 +1191,7 @@ "2014-04-17": "Tourism Week", "2014-04-18": "Tourism Week", "2014-04-19": "Landing of the 33 Patriots", - "2014-05-01": "International Workers' Day", + "2014-05-01": "Workers' Day", "2014-05-18": "Battle of Las Piedras", "2014-06-19": "Birthday of Artigas", "2014-07-18": "Constitution Day", @@ -1210,7 +1210,7 @@ "2015-04-02": "Tourism Week", "2015-04-03": "Tourism Week", "2015-04-19": "Landing of the 33 Patriots", - "2015-05-01": "International Workers' Day", + "2015-05-01": "Workers' Day", "2015-05-18": "Battle of Las Piedras", "2015-06-19": "Birthday of Artigas", "2015-07-18": "Constitution Day", @@ -1228,7 +1228,7 @@ "2016-03-24": "Tourism Week", "2016-03-25": "Tourism Week", "2016-04-18": "Landing of the 33 Patriots", - "2016-05-01": "International Workers' Day", + "2016-05-01": "Workers' Day", "2016-05-16": "Battle of Las Piedras", "2016-06-19": "Birthday of Artigas", "2016-07-18": "Constitution Day", @@ -1246,7 +1246,7 @@ "2017-04-13": "Tourism Week", "2017-04-14": "Tourism Week", "2017-04-17": "Landing of the 33 Patriots", - "2017-05-01": "International Workers' Day", + "2017-05-01": "Workers' Day", "2017-05-22": "Battle of Las Piedras", "2017-06-19": "Birthday of Artigas", "2017-07-18": "Constitution Day", @@ -1264,7 +1264,7 @@ "2018-03-29": "Tourism Week", "2018-03-30": "Tourism Week", "2018-04-23": "Landing of the 33 Patriots", - "2018-05-01": "International Workers' Day", + "2018-05-01": "Workers' Day", "2018-05-21": "Battle of Las Piedras", "2018-06-19": "Birthday of Artigas", "2018-07-18": "Constitution Day", @@ -1282,7 +1282,7 @@ "2019-04-18": "Tourism Week", "2019-04-19": "Tourism Week", "2019-04-22": "Landing of the 33 Patriots", - "2019-05-01": "International Workers' Day", + "2019-05-01": "Workers' Day", "2019-05-18": "Battle of Las Piedras", "2019-06-19": "Birthday of Artigas", "2019-07-18": "Constitution Day", @@ -1301,7 +1301,7 @@ "2020-04-09": "Tourism Week", "2020-04-10": "Tourism Week", "2020-04-19": "Landing of the 33 Patriots", - "2020-05-01": "International Workers' Day", + "2020-05-01": "Workers' Day", "2020-05-18": "Battle of Las Piedras", "2020-06-19": "Birthday of Artigas", "2020-07-18": "Constitution Day", @@ -1319,7 +1319,7 @@ "2021-04-01": "Tourism Week", "2021-04-02": "Tourism Week", "2021-04-19": "Landing of the 33 Patriots", - "2021-05-01": "International Workers' Day", + "2021-05-01": "Workers' Day", "2021-05-17": "Battle of Las Piedras", "2021-06-19": "Birthday of Artigas", "2021-07-18": "Constitution Day", @@ -1337,7 +1337,7 @@ "2022-04-14": "Tourism Week", "2022-04-15": "Tourism Week", "2022-04-18": "Landing of the 33 Patriots", - "2022-05-01": "International Workers' Day", + "2022-05-01": "Workers' Day", "2022-05-16": "Battle of Las Piedras", "2022-06-19": "Birthday of Artigas", "2022-07-18": "Constitution Day", @@ -1355,7 +1355,7 @@ "2023-04-06": "Tourism Week", "2023-04-07": "Tourism Week", "2023-04-17": "Landing of the 33 Patriots", - "2023-05-01": "International Workers' Day", + "2023-05-01": "Workers' Day", "2023-05-22": "Battle of Las Piedras", "2023-06-19": "Birthday of Artigas", "2023-07-18": "Constitution Day", @@ -1373,7 +1373,7 @@ "2024-03-28": "Tourism Week", "2024-03-29": "Tourism Week", "2024-04-22": "Landing of the 33 Patriots", - "2024-05-01": "International Workers' Day", + "2024-05-01": "Workers' Day", "2024-05-18": "Battle of Las Piedras", "2024-06-19": "Birthday of Artigas", "2024-07-18": "Constitution Day", @@ -1391,7 +1391,7 @@ "2025-04-17": "Tourism Week", "2025-04-18": "Tourism Week", "2025-04-19": "Landing of the 33 Patriots", - "2025-05-01": "International Workers' Day", + "2025-05-01": "Workers' Day", "2025-05-18": "Battle of Las Piedras", "2025-06-19": "Birthday of Artigas", "2025-07-18": "Constitution Day", @@ -1409,7 +1409,7 @@ "2026-04-02": "Tourism Week", "2026-04-03": "Tourism Week", "2026-04-19": "Landing of the 33 Patriots", - "2026-05-01": "International Workers' Day", + "2026-05-01": "Workers' Day", "2026-05-18": "Battle of Las Piedras", "2026-06-19": "Birthday of Artigas", "2026-07-18": "Constitution Day", @@ -1427,7 +1427,7 @@ "2027-03-25": "Tourism Week", "2027-03-26": "Tourism Week", "2027-04-19": "Landing of the 33 Patriots", - "2027-05-01": "International Workers' Day", + "2027-05-01": "Workers' Day", "2027-05-17": "Battle of Las Piedras", "2027-06-19": "Birthday of Artigas", "2027-07-18": "Constitution Day", @@ -1445,7 +1445,7 @@ "2028-04-13": "Tourism Week", "2028-04-14": "Tourism Week", "2028-04-17": "Landing of the 33 Patriots", - "2028-05-01": "International Workers' Day", + "2028-05-01": "Workers' Day", "2028-05-22": "Battle of Las Piedras", "2028-06-19": "Birthday of Artigas", "2028-07-18": "Constitution Day", @@ -1463,7 +1463,7 @@ "2029-03-29": "Tourism Week", "2029-03-30": "Tourism Week", "2029-04-23": "Landing of the 33 Patriots", - "2029-05-01": "International Workers' Day", + "2029-05-01": "Workers' Day", "2029-05-21": "Battle of Las Piedras", "2029-06-19": "Birthday of Artigas", "2029-07-18": "Constitution Day", @@ -1481,7 +1481,7 @@ "2030-04-18": "Tourism Week", "2030-04-19": "Tourism Week", "2030-04-22": "Landing of the 33 Patriots", - "2030-05-01": "International Workers' Day", + "2030-05-01": "Workers' Day", "2030-05-18": "Battle of Las Piedras", "2030-06-19": "Birthday of Artigas", "2030-07-18": "Constitution Day", @@ -1499,7 +1499,7 @@ "2031-04-10": "Tourism Week", "2031-04-11": "Tourism Week", "2031-04-19": "Landing of the 33 Patriots", - "2031-05-01": "International Workers' Day", + "2031-05-01": "Workers' Day", "2031-05-18": "Battle of Las Piedras", "2031-06-19": "Birthday of Artigas", "2031-07-18": "Constitution Day", @@ -1517,7 +1517,7 @@ "2032-03-25": "Tourism Week", "2032-03-26": "Tourism Week", "2032-04-19": "Landing of the 33 Patriots", - "2032-05-01": "International Workers' Day", + "2032-05-01": "Workers' Day", "2032-05-17": "Battle of Las Piedras", "2032-06-19": "Birthday of Artigas", "2032-07-18": "Constitution Day", @@ -1535,7 +1535,7 @@ "2033-04-14": "Tourism Week", "2033-04-15": "Tourism Week", "2033-04-18": "Landing of the 33 Patriots", - "2033-05-01": "International Workers' Day", + "2033-05-01": "Workers' Day", "2033-05-16": "Battle of Las Piedras", "2033-06-19": "Birthday of Artigas", "2033-07-18": "Constitution Day", @@ -1553,7 +1553,7 @@ "2034-04-06": "Tourism Week", "2034-04-07": "Tourism Week", "2034-04-17": "Landing of the 33 Patriots", - "2034-05-01": "International Workers' Day", + "2034-05-01": "Workers' Day", "2034-05-22": "Battle of Las Piedras", "2034-06-19": "Birthday of Artigas", "2034-07-18": "Constitution Day", @@ -1571,7 +1571,7 @@ "2035-03-22": "Tourism Week", "2035-03-23": "Tourism Week", "2035-04-23": "Landing of the 33 Patriots", - "2035-05-01": "International Workers' Day", + "2035-05-01": "Workers' Day", "2035-05-21": "Battle of Las Piedras", "2035-06-19": "Birthday of Artigas", "2035-07-18": "Constitution Day", @@ -1589,7 +1589,7 @@ "2036-04-10": "Tourism Week", "2036-04-11": "Tourism Week", "2036-04-19": "Landing of the 33 Patriots", - "2036-05-01": "International Workers' Day", + "2036-05-01": "Workers' Day", "2036-05-18": "Battle of Las Piedras", "2036-06-19": "Birthday of Artigas", "2036-07-18": "Constitution Day", @@ -1607,7 +1607,7 @@ "2037-04-02": "Tourism Week", "2037-04-03": "Tourism Week", "2037-04-19": "Landing of the 33 Patriots", - "2037-05-01": "International Workers' Day", + "2037-05-01": "Workers' Day", "2037-05-18": "Battle of Las Piedras", "2037-06-19": "Birthday of Artigas", "2037-07-18": "Constitution Day", @@ -1624,7 +1624,7 @@ "2038-04-21": "Tourism Week", "2038-04-22": "Tourism Week", "2038-04-23": "Tourism Week", - "2038-05-01": "International Workers' Day", + "2038-05-01": "Workers' Day", "2038-05-17": "Battle of Las Piedras", "2038-06-19": "Birthday of Artigas", "2038-07-18": "Constitution Day", @@ -1642,7 +1642,7 @@ "2039-04-07": "Tourism Week", "2039-04-08": "Tourism Week", "2039-04-18": "Landing of the 33 Patriots", - "2039-05-01": "International Workers' Day", + "2039-05-01": "Workers' Day", "2039-05-16": "Battle of Las Piedras", "2039-06-19": "Birthday of Artigas", "2039-07-18": "Constitution Day", @@ -1660,7 +1660,7 @@ "2040-03-29": "Tourism Week", "2040-03-30": "Tourism Week", "2040-04-23": "Landing of the 33 Patriots", - "2040-05-01": "International Workers' Day", + "2040-05-01": "Workers' Day", "2040-05-21": "Battle of Las Piedras", "2040-06-19": "Birthday of Artigas", "2040-07-18": "Constitution Day", @@ -1678,7 +1678,7 @@ "2041-04-18": "Tourism Week", "2041-04-19": "Tourism Week", "2041-04-22": "Landing of the 33 Patriots", - "2041-05-01": "International Workers' Day", + "2041-05-01": "Workers' Day", "2041-05-18": "Battle of Las Piedras", "2041-06-19": "Birthday of Artigas", "2041-07-18": "Constitution Day", @@ -1696,7 +1696,7 @@ "2042-04-03": "Tourism Week", "2042-04-04": "Tourism Week", "2042-04-19": "Landing of the 33 Patriots", - "2042-05-01": "International Workers' Day", + "2042-05-01": "Workers' Day", "2042-05-18": "Battle of Las Piedras", "2042-06-19": "Birthday of Artigas", "2042-07-18": "Constitution Day", @@ -1714,7 +1714,7 @@ "2043-03-26": "Tourism Week", "2043-03-27": "Tourism Week", "2043-04-19": "Landing of the 33 Patriots", - "2043-05-01": "International Workers' Day", + "2043-05-01": "Workers' Day", "2043-05-18": "Battle of Las Piedras", "2043-06-19": "Birthday of Artigas", "2043-07-18": "Constitution Day", @@ -1732,7 +1732,7 @@ "2044-04-14": "Tourism Week", "2044-04-15": "Tourism Week", "2044-04-18": "Landing of the 33 Patriots", - "2044-05-01": "International Workers' Day", + "2044-05-01": "Workers' Day", "2044-05-16": "Battle of Las Piedras", "2044-06-19": "Birthday of Artigas", "2044-07-18": "Constitution Day", @@ -1750,7 +1750,7 @@ "2045-04-06": "Tourism Week", "2045-04-07": "Tourism Week", "2045-04-17": "Landing of the 33 Patriots", - "2045-05-01": "International Workers' Day", + "2045-05-01": "Workers' Day", "2045-05-22": "Battle of Las Piedras", "2045-06-19": "Birthday of Artigas", "2045-07-18": "Constitution Day", @@ -1768,7 +1768,7 @@ "2046-03-22": "Tourism Week", "2046-03-23": "Tourism Week", "2046-04-23": "Landing of the 33 Patriots", - "2046-05-01": "International Workers' Day", + "2046-05-01": "Workers' Day", "2046-05-21": "Battle of Las Piedras", "2046-06-19": "Birthday of Artigas", "2046-07-18": "Constitution Day", @@ -1786,7 +1786,7 @@ "2047-04-11": "Tourism Week", "2047-04-12": "Tourism Week", "2047-04-22": "Landing of the 33 Patriots", - "2047-05-01": "International Workers' Day", + "2047-05-01": "Workers' Day", "2047-05-18": "Battle of Las Piedras", "2047-06-19": "Birthday of Artigas", "2047-07-18": "Constitution Day", @@ -1804,7 +1804,7 @@ "2048-04-02": "Tourism Week", "2048-04-03": "Tourism Week", "2048-04-19": "Landing of the 33 Patriots", - "2048-05-01": "International Workers' Day", + "2048-05-01": "Workers' Day", "2048-05-18": "Battle of Las Piedras", "2048-06-19": "Birthday of Artigas", "2048-07-18": "Constitution Day", @@ -1822,7 +1822,7 @@ "2049-04-15": "Tourism Week", "2049-04-16": "Tourism Week", "2049-04-19": "Landing of the 33 Patriots", - "2049-05-01": "International Workers' Day", + "2049-05-01": "Workers' Day", "2049-05-17": "Battle of Las Piedras", "2049-06-19": "Birthday of Artigas", "2049-07-18": "Constitution Day", @@ -1840,7 +1840,7 @@ "2050-04-07": "Tourism Week", "2050-04-08": "Tourism Week", "2050-04-18": "Landing of the 33 Patriots", - "2050-05-01": "International Workers' Day", + "2050-05-01": "Workers' Day", "2050-05-16": "Battle of Las Piedras", "2050-06-19": "Birthday of Artigas", "2050-07-18": "Constitution Day", diff --git a/tests/countries/test_chile.py b/tests/countries/test_chile.py index 921689a05..0ccab74ed 100644 --- a/tests/countries/test_chile.py +++ b/tests/countries/test_chile.py @@ -405,7 +405,7 @@ def test_l10n_en_us(self): ("2022-05-21", "Navy Day"), ("2022-06-07", "Assault and Capture of Cape Arica"), ("2022-06-21", "National Day of Indigenous Peoples"), - ("2022-06-27", "Saint Peter and Saint Paul"), + ("2022-06-27", "Saint Peter and Saint Paul's Day"), ("2022-07-16", "Our Lady of Mount Carmel"), ("2022-08-15", "Assumption Day"), ("2022-08-20", "Nativity of Bernardo O'Higgins (Chillán and Chillán Viejo communes)"), diff --git a/tests/countries/test_colombia.py b/tests/countries/test_colombia.py index 9a35943e4..955348ba1 100644 --- a/tests/countries/test_colombia.py +++ b/tests/countries/test_colombia.py @@ -315,7 +315,7 @@ def test_l10n_en_us(self): ("2022-05-30", "Ascension Day (observed)"), ("2022-06-20", "Corpus Christi (observed)"), ("2022-06-27", "Sacred Heart (observed)"), - ("2022-07-04", "Saint Peter and Saint Paul (observed)"), + ("2022-07-04", "Saint Peter and Saint Paul's Day (observed)"), ("2022-07-20", "Independence Day"), ("2022-08-07", "Battle of Boyacá"), ("2022-08-15", "Assumption Day"), diff --git a/tests/countries/test_costa_rica.py b/tests/countries/test_costa_rica.py index 038e03b1a..66c6f0693 100644 --- a/tests/countries/test_costa_rica.py +++ b/tests/countries/test_costa_rica.py @@ -324,7 +324,7 @@ def test_l10n_uk(self): ("2022-04-11", "День Хуана Сантамарії"), ("2022-04-14", "Великий четвер"), ("2022-04-15", "Страсна пʼятниця"), - ("2022-05-01", "Міжнародний день трудящих"), + ("2022-05-01", "Міжнародний день праці"), ("2022-07-25", "День приєднання Нікої"), ("2022-08-02", "Свято Богоматері Ангелів"), ("2022-08-15", "День матері"), diff --git a/tests/countries/test_cuba.py b/tests/countries/test_cuba.py index f7cfb3838..2dde8d287 100644 --- a/tests/countries/test_cuba.py +++ b/tests/countries/test_cuba.py @@ -316,8 +316,8 @@ def test_l10n_en_us(self): ("2022-01-01", "Liberation Day"), ("2022-01-02", "Victory Day"), ("2022-04-15", "Good Friday"), - ("2022-05-01", "International Worker's Day"), - ("2022-05-02", "International Worker's Day (observed)"), + ("2022-05-01", "International Workers' Day"), + ("2022-05-02", "International Workers' Day (observed)"), ("2022-07-25", "Commemoration of the Assault of the Moncada garrison"), ("2022-07-26", "Day of the National Rebellion"), ("2022-07-27", "Commemoration of the Assault of the Moncada garrison"), diff --git a/tests/countries/test_denmark.py b/tests/countries/test_denmark.py index e7bda8608..313f64d7a 100644 --- a/tests/countries/test_denmark.py +++ b/tests/countries/test_denmark.py @@ -96,7 +96,7 @@ def test_l10n_en_us(self): ("2022-04-15", "Good Friday"), ("2022-04-17", "Easter Sunday"), ("2022-04-18", "Easter Monday"), - ("2022-05-01", "International Workers' Day"), + ("2022-05-01", "Workers' Day"), ("2022-05-13", "Great Prayer Day"), ("2022-05-26", "Ascension Day"), ("2022-06-05", "Constitution Day; Whit Sunday"), @@ -115,7 +115,7 @@ def test_l10n_uk(self): ("2022-04-15", "Страсна пʼятниця"), ("2022-04-17", "Великдень"), ("2022-04-18", "Великодній понеділок"), - ("2022-05-01", "День праці"), + ("2022-05-01", "День трудящих"), ("2022-05-13", "День загальної молитви"), ("2022-05-26", "Вознесіння Господнє"), ("2022-06-05", "День Конституції; Трійця"), diff --git a/tests/countries/test_finland.py b/tests/countries/test_finland.py index a97622041..b709d8d3b 100644 --- a/tests/countries/test_finland.py +++ b/tests/countries/test_finland.py @@ -408,7 +408,7 @@ def test_l10n_en_us(self): ("2022-04-18", "Easter Monday"), ("2022-04-27", "National War Veterans' Day"), ("2022-05-01", "May Day"), - ("2022-05-08", "Mothers' Day"), + ("2022-05-08", "Mother's Day"), ("2022-05-09", "Europe Day"), ("2022-05-12", "J. V. Snellman Day, Day of Finnish Heritage"), ("2022-05-15", "Remembrance Day"), @@ -424,7 +424,7 @@ def test_l10n_en_us(self): ("2022-10-24", "United Nations Day"), ("2022-11-05", "All Saints' Day"), ("2022-11-06", "Finnish Swedish Heritage Day, svenska dagen"), - ("2022-11-13", "Fathers' Day"), + ("2022-11-13", "Father's Day"), ("2022-11-20", "Day of Children's Rights"), ("2022-12-06", "Independence Day"), ("2022-12-08", "Jean Sibelius Day, Day of Finnish Music"), diff --git a/tests/countries/test_georgia.py b/tests/countries/test_georgia.py index 70d3d3614..7dc9742a4 100644 --- a/tests/countries/test_georgia.py +++ b/tests/countries/test_georgia.py @@ -114,9 +114,9 @@ def test_l10n_uk(self): ("2022-04-24", "Великдень"), ("2022-04-25", "Великодній понеділок"), ("2022-05-09", "День перемоги над фашизмом"), - ("2022-05-12", "День святого Андрія Первозваного"), + ("2022-05-12", "День Святого Андрія Первозваного"), ("2022-05-26", "День незалежності"), ("2022-08-28", "Успіння Пресвятої Богородиці"), ("2022-10-14", "Свято Светіцховлоба, Ризи Господньої"), - ("2022-11-23", "День святого Георгія"), + ("2022-11-23", "День Святого Георгія"), ) diff --git a/tests/countries/test_greenland.py b/tests/countries/test_greenland.py index 60a19e9cc..2a60447c1 100644 --- a/tests/countries/test_greenland.py +++ b/tests/countries/test_greenland.py @@ -12,7 +12,7 @@ from unittest import TestCase -from holidays.constants import OPTIONAL +from holidays.constants import OPTIONAL, PUBLIC from holidays.countries.greenland import Greenland, GL, GRL from tests.common import CommonCountryTests @@ -25,64 +25,75 @@ def setUpClass(cls): def test_country_aliases(self): self.assertAliases(Greenland, GL, GRL) - def test_2018(self): - # https://www.officeholidays.com/countries/greenland/2018 + def test_no_holidays(self): + self.assertNoHolidays(Greenland(categories=(OPTIONAL, PUBLIC), years=1978)) + + def test_1982(self): + self.assertHolidays( + ("1982-01-01", "Ukiortaaq"), + ("1982-04-08", "Sisamanngortoq illernartoq"), + ("1982-04-09", "Tallimanngorneq tannaartoq"), + ("1982-04-11", "Poorskip ullua"), + ("1982-04-12", "Poorskip-aappaa"), + ("1982-05-07", "Ulloq qinuffiusoq"), + ("1982-05-20", "Qilaliarfik"), + ("1982-05-30", "Piinsip ullua"), + ("1982-05-31", "Piinsip-aappaa"), + ("1982-12-25", "Juullip ullua"), + ("1982-12-26", "Juullip-aappaa"), + ) + + def test_1982_optional(self): self.assertHolidays( - ("2018-01-01", "Ukioq nutaaq"), - ("2018-03-29", "Sisamanngornermi illernartumi"), - ("2018-03-30", "Tallimanngorneq ajortorsiorneq"), - ("2018-04-01", "Poorskimi"), - ("2018-04-02", "Poorskimi ullut aappaat"), - ("2018-04-27", "Ulloq qinuffiusoq"), - ("2018-05-10", "Ulloq Kristusip qilaliarnera"), - ("2018-05-20", "Piinsip ullua"), - ("2018-05-21", "Piinsip ulluisa aappaanni"), - ("2018-12-25", "Juulli"), - ("2018-12-26", "Juullip aappaa"), + Greenland(categories=OPTIONAL, years=1982), + ("1982-01-06", "Kunngit pingasut ulluat"), + ("1982-05-01", "Sulisartut ulluat"), + ("1982-12-24", "Juulliaraq"), + ("1982-12-31", "Ukiortaami"), ) def test_2022(self): self.assertHolidays( - ("2022-01-01", "Ukioq nutaaq"), - ("2022-04-14", "Sisamanngornermi illernartumi"), - ("2022-04-15", "Tallimanngorneq ajortorsiorneq"), - ("2022-04-17", "Poorskimi"), - ("2022-04-18", "Poorskimi ullut aappaat"), + ("2022-01-01", "Ukiortaaq"), + ("2022-04-14", "Sisamanngortoq illernartoq"), + ("2022-04-15", "Tallimanngorneq tannaartoq"), + ("2022-04-17", "Poorskip ullua"), + ("2022-04-18", "Poorskip-aappaa"), ("2022-05-13", "Ulloq qinuffiusoq"), - ("2022-05-26", "Ulloq Kristusip qilaliarnera"), + ("2022-05-26", "Qilaliarfik"), ("2022-06-05", "Piinsip ullua"), - ("2022-06-06", "Piinsip ulluisa aappaanni"), - ("2022-12-25", "Juulli"), - ("2022-12-26", "Juullip aappaa"), + ("2022-06-06", "Piinsip-aappaa"), + ("2022-12-25", "Juullip ullua"), + ("2022-12-26", "Juullip-aappaa"), ) def test_2022_optional(self): self.assertHolidays( Greenland(categories=OPTIONAL, years=2022), - ("2022-01-06", "Mitaarneq"), + ("2022-01-06", "Kunngit pingasut ulluat"), ("2022-05-01", "Sulisartut ulluat"), ("2022-06-21", "Ullortuneq"), - ("2022-12-24", "Juulliaqqami"), + ("2022-12-24", "Juulliaraq"), ("2022-12-31", "Ukiortaami"), ) def test_l10n_default(self): self.assertLocalizedHolidays( - ("2022-01-01", "Ukioq nutaaq"), - ("2022-01-06", "Mitaarneq"), - ("2022-04-14", "Sisamanngornermi illernartumi"), - ("2022-04-15", "Tallimanngorneq ajortorsiorneq"), - ("2022-04-17", "Poorskimi"), - ("2022-04-18", "Poorskimi ullut aappaat"), + ("2022-01-01", "Ukiortaaq"), + ("2022-01-06", "Kunngit pingasut ulluat"), + ("2022-04-14", "Sisamanngortoq illernartoq"), + ("2022-04-15", "Tallimanngorneq tannaartoq"), + ("2022-04-17", "Poorskip ullua"), + ("2022-04-18", "Poorskip-aappaa"), ("2022-05-01", "Sulisartut ulluat"), ("2022-05-13", "Ulloq qinuffiusoq"), - ("2022-05-26", "Ulloq Kristusip qilaliarnera"), + ("2022-05-26", "Qilaliarfik"), ("2022-06-05", "Piinsip ullua"), - ("2022-06-06", "Piinsip ulluisa aappaanni"), + ("2022-06-06", "Piinsip-aappaa"), ("2022-06-21", "Ullortuneq"), - ("2022-12-24", "Juulliaqqami"), - ("2022-12-25", "Juulli"), - ("2022-12-26", "Juullip aappaa"), + ("2022-12-24", "Juulliaraq"), + ("2022-12-25", "Juullip ullua"), + ("2022-12-26", "Juullip-aappaa"), ("2022-12-31", "Ukiortaami"), ) @@ -127,3 +138,108 @@ def test_l10n_en_us(self): ("2022-12-26", "Second Day of Christmas"), ("2022-12-31", "New Year's Eve"), ) + + def test_l10n_fi(self): + self.assertLocalizedHolidays( + "fi", + ("2022-01-01", "Uudenvuodenpäivä"), + ("2022-01-06", "Loppiainen"), + ("2022-04-14", "Kiirastorstai"), + ("2022-04-15", "Pitkäperjantai"), + ("2022-04-17", "Pääsiäispäivä"), + ("2022-04-18", "Toinen pääsiäispäivä"), + ("2022-05-01", "Kansainvälinen työn päivä"), + ("2022-05-13", "Suuri rukouspäivä"), + ("2022-05-26", "Helatorstai"), + ("2022-06-05", "Helluntaipäivä"), + ("2022-06-06", "Toinen helluntaipäivä"), + ("2022-06-21", "Kansallispäivä"), + ("2022-12-24", "Jouluaatto"), + ("2022-12-25", "Joulupäivä"), + ("2022-12-26", "Tapaninpäivä"), + ("2022-12-31", "Uudenvuodenaatto"), + ) + + def test_l10n_is(self): + self.assertLocalizedHolidays( + "is", + ("2022-01-01", "Nýársdagur"), + ("2022-01-06", "Þrettándinn"), + ("2022-04-14", "Skírdagur"), + ("2022-04-15", "Föstudagurinn langi"), + ("2022-04-17", "Páskadagur"), + ("2022-04-18", "Annar í páskum"), + ("2022-05-01", "Frídagur verkalýðsins"), + ("2022-05-13", "Kóngsbænadagur"), + ("2022-05-26", "Uppstigningardagur"), + ("2022-06-05", "Hvítasunnudagur"), + ("2022-06-06", "Annar í hvítasunnu"), + ("2022-06-21", "Þjóðhátíðardagur"), + ("2022-12-24", "Aðfangadagur"), + ("2022-12-25", "Jóladagur"), + ("2022-12-26", "Annar í jólum"), + ("2022-12-31", "Gamlársdagur"), + ) + + def test_l10n_no(self): + self.assertLocalizedHolidays( + "no", + ("2022-01-01", "Nyttårsdag"), + ("2022-01-06", "Helligtrekongersdag"), + ("2022-04-14", "Skjærtorsdag"), + ("2022-04-15", "Langfredag"), + ("2022-04-17", "Første påskedag"), + ("2022-04-18", "Andre påskedag"), + ("2022-05-01", "Arbeidernes internasjonale kampdag"), + ("2022-05-13", "Store bededag"), + ("2022-05-26", "Kristi himmelfartsdag"), + ("2022-06-05", "Første pinsedag"), + ("2022-06-06", "Andre pinsedag"), + ("2022-06-21", "Nasjonaldag"), + ("2022-12-24", "Julaften"), + ("2022-12-25", "Juledag"), + ("2022-12-26", "Andre juledag"), + ("2022-12-31", "Nyttårsaften"), + ) + + def test_l10n_sv(self): + self.assertLocalizedHolidays( + "sv", + ("2022-01-01", "Nyårsdagen"), + ("2022-01-06", "Trettondedag jul"), + ("2022-04-14", "Skärtorsdagen"), + ("2022-04-15", "Långfredagen"), + ("2022-04-17", "Påskdagen"), + ("2022-04-18", "Annandag påsk"), + ("2022-05-01", "Internationella arbetardagen"), + ("2022-05-13", "Stora bönedagen"), + ("2022-05-26", "Kristi himmelsfärdsdag"), + ("2022-06-05", "Pingstdagen"), + ("2022-06-06", "Annandag pingst"), + ("2022-06-21", "Nationaldag"), + ("2022-12-24", "Julafton"), + ("2022-12-25", "Juldagen"), + ("2022-12-26", "Annandag jul"), + ("2022-12-31", "Nyårsafton"), + ) + + def test_l10n_uk(self): + self.assertLocalizedHolidays( + "uk", + ("2022-01-01", "Новий рік"), + ("2022-01-06", "Богоявлення"), + ("2022-04-14", "Великий четвер"), + ("2022-04-15", "Страсна пʼятниця"), + ("2022-04-17", "Великдень"), + ("2022-04-18", "Великодній понеділок"), + ("2022-05-01", "День трудящих"), + ("2022-05-13", "День загальної молитви"), + ("2022-05-26", "Вознесіння Господнє"), + ("2022-06-05", "Трійця"), + ("2022-06-06", "День Святого Духа"), + ("2022-06-21", "Національне свято"), + ("2022-12-24", "Святий вечір"), + ("2022-12-25", "Різдво Христове"), + ("2022-12-26", "Другий день Різдва"), + ("2022-12-31", "Переддень Нового року"), + ) diff --git a/tests/countries/test_guatemala.py b/tests/countries/test_guatemala.py index 5de48d508..5c7228c51 100644 --- a/tests/countries/test_guatemala.py +++ b/tests/countries/test_guatemala.py @@ -182,7 +182,7 @@ def test_l10n_default(self): ("2024-01-01", "Año Nuevo"), ("2024-03-28", "Jueves Santo"), ("2024-03-29", "Viernes Santo"), - ("2024-03-30", "Sabado Santo"), + ("2024-03-30", "Sábado Santo"), ("2024-05-01", "Día del Trabajo"), ("2024-07-01", "Día del Ejército"), ("2024-08-15", "Día de la Asunción"), diff --git a/tests/countries/test_haiti.py b/tests/countries/test_haiti.py index 61ae73024..277a06e2b 100644 --- a/tests/countries/test_haiti.py +++ b/tests/countries/test_haiti.py @@ -108,14 +108,14 @@ def test_l10n_en_us(self): ("2024-02-14", "Ash Wednesday"), ("2024-03-28", "Maundy Thursday"), ("2024-03-29", "Good Friday"), - ("2024-03-31", "Easter"), + ("2024-03-31", "Easter Sunday"), ("2024-05-01", "Agriculture and Labor Day"), - ("2024-05-09", "Ascension"), + ("2024-05-09", "Ascension Day"), ("2024-05-18", "Flag Day and University Day"), ("2024-05-23", "National Sovereignty Day"), ("2024-05-30", "Corpus Christi"), ("2024-06-27", "Feast of Lady of Perpetual Help, Patroness of Haiti"), - ("2024-08-15", "Assumption of Mary"), + ("2024-08-15", "Assumption Day"), ("2024-09-20", "Birth Anniversary of Jean-Jacques Dessalines"), ("2024-10-17", "Death of Dessalines"), ("2024-11-01", "All Saints' Day"), diff --git a/tests/countries/test_hongkong.py b/tests/countries/test_hongkong.py index d303fa921..e946485ff 100644 --- a/tests/countries/test_hongkong.py +++ b/tests/countries/test_hongkong.py @@ -53,9 +53,9 @@ def test_special_holidays(self): ) def test_first_day_of_january(self): - name = "The first day of January" - name_observed = f"{name} (observed)" - name_following = "The day following the first day of January" + name = "一月一日" + name_observed = f"{name}(慶祝)" + name_following = f"{name}翌日" self.assertHolidayName(name, (f"{year}-01-01" for year in range(1977, 2050))) self.assertNoHolidayName(name, range(1963, 1977)) @@ -99,11 +99,11 @@ def test_first_day_of_january(self): ) def test_lunar_new_year(self): - name_eve = "The day preceding Lunar New Year's Day" - name = "Lunar New Year's Day" - name_second = "The second day of Lunar New Year" - name_third = "The third day of Lunar New Year" - name_fourth = "The fourth day of Lunar New Year" + name_eve = "農曆年初一的前一日" + name = "農曆年初一" + name_second = "農曆年初二" + name_third = "農曆年初三" + name_fourth = "農曆年初四" self.assertHolidayName( name_eve, @@ -240,7 +240,7 @@ def test_lunar_new_year(self): ) def test_good_friday(self): - name = "Good Friday" + name = "耶穌受難節" self.assertHolidayName( name, @@ -281,7 +281,7 @@ def test_good_friday(self): self.assertHolidayName(name, self.opt_holidays, range(1946, 2050)) def test_holy_saturday(self): - name = "The day following Good Friday" + name = "耶穌受難節翌日" self.assertHolidayName( name, @@ -320,8 +320,8 @@ def test_holy_saturday(self): self.assertHolidayName(name, self.opt_holidays, range(1946, 2050)) def test_easter_monday(self): - name = "Easter Monday" - name_following = "The day following Easter Monday" + name = "復活節星期一" + name_following = f"{name}翌日" self.assertHolidayName( name, @@ -372,9 +372,9 @@ def test_easter_monday(self): ) def test_ching_ming_festival(self): - name = "Ching Ming Festival" - name_observed = f"{name} (observed)" - name_following = "The day following Ching Ming Festival" + name = "清明節" + name_observed = f"{name}(慶祝)" + name_following = f"{name}翌日" self.assertHolidayName( name, @@ -467,9 +467,9 @@ def test_ching_ming_festival(self): self.assertNoHolidayName(name, self.opt_holidays, exception_years, range(1946, 1968)) def test_birthday_of_buddha(self): - name = "The Birthday of the Buddha" - name_observed = f"{name} (observed)" - name_following = "The day following the Birthday of the Buddha" + name = "佛誕" + name_observed = f"{name}(慶祝)" + name_following = f"{name}翌日" self.assertHolidayName( name, @@ -535,10 +535,10 @@ def test_birthday_of_buddha(self): ) self.assertNoHolidayName(name, self.opt_holidays, exception_years, range(1946, 1999)) - def test_labour_day(self): - name = "Labour Day" - name_observed = f"{name} (observed)" - name_following = "The day following Labour Day" + def test_labor_day(self): + name = "勞動節" + name_observed = f"{name}(慶祝)" + name_following = f"{name}翌日" self.assertHolidayName(name, (f"{year}-05-01" for year in range(1999, 2050))) self.assertNoHolidayName(name, range(1963, 1999)) @@ -563,9 +563,9 @@ def test_labour_day(self): self.assertNoHolidayName(name, self.opt_holidays, range(1946, 1999)) def test_tuen_ng_festival(self): - name = "Tuen Ng Festival" - name_observed = f"{name} (observed)" - name_following = "The day following Tuen Ng Festival" + name = "端午節" + name_observed = f"{name}(慶祝)" + name_following = f"{name}翌日" self.assertHolidayName( name, @@ -635,11 +635,9 @@ def test_tuen_ng_festival(self): self.assertNoHolidayName(name, self.opt_holidays, exception_years, range(1946, 1968)) def test_hksar_day(self): - name = "Hong Kong Special Administrative Region Establishment Day" - name_observed = f"{name} (observed)" - name_following = ( - "The day following Hong Kong Special Administrative Region Establishment Day" - ) + name = "香港特別行政區成立紀念日" + name_observed = f"{name}(慶祝)" + name_following = f"{name}翌日" self.assertHolidayName(name, (f"{year}-07-01" for year in range(1997, 2050))) self.assertNoHolidayName(name, range(1963, 1997)) @@ -664,9 +662,9 @@ def test_hksar_day(self): self.assertNoHolidayName(name, self.opt_holidays, range(1983, 1997)) def test_mid_autumn_festival(self): - name = "Chinese Mid-Autumn Festival" - name_following = "The day following the Chinese Mid-Autumn Festival" - name_second = "The second day following the Chinese Mid-Autumn Festival" + name = "中秋節" + name_following = f"{name}翌日" + name_second = "中秋節後第二日" dt = ( "1963-10-02", @@ -741,9 +739,9 @@ def test_mid_autumn_festival(self): ) def test_chung_yeung_festival(self): - name = "Chung Yeung Festival" - name_observed = f"{name} (observed)" - name_following = "The day following Chung Yeung Festival" + name = "重陽節" + name_observed = f"{name}(慶祝)" + name_following = f"{name}翌日" self.assertHolidayName( name, @@ -840,9 +838,9 @@ def test_chung_yeung_festival(self): self.assertNoHolidayName(name, self.opt_holidays, exception_years, range(1946, 1968)) def test_national_day(self): - name = "National Day" - name_observed = f"{name} (observed)" - name_following = "The day following National Day" + name = "國慶日" + name_observed = f"{name}(慶祝)" + name_following = f"{name}翌日" self.assertHolidayName(name, (f"{year}-10-01" for year in range(1997, 2050))) self.assertNoHolidayName(name, range(1963, 1997)) @@ -880,8 +878,8 @@ def test_national_day(self): self.assertNoHolidayName(name, self.opt_holidays, range(1946, 1997)) def test_winter_solstice(self): - name = "Chinese Winter Solstice Festival" - name_observed = f"{name} (observed)" + name = "冬節" + name_observed = f"{name}(慶祝)" holidays_with_winter_solstice = HongKong( preferred_discretionary_holidays=(WINTER_SOLSTICE,), years=range(1963, 2050) @@ -910,7 +908,7 @@ def test_winter_solstice(self): "2024-12-21", ) self.assertHolidayName(name, holidays_with_winter_solstice, range(1963, 2050)) - self.assertNoHolidayName("Christmas Day", holidays_with_winter_solstice) + self.assertNoHolidayName("聖誕節", holidays_with_winter_solstice) obs_dt = ( "1963-12-23", @@ -931,11 +929,11 @@ def test_winter_solstice(self): self.assertNoHolidayName(name, self.opt_holidays) def test_christmas_day(self): - name = "Christmas Day" - name_observed = f"{name} (observed)" - name_first = "The first weekday after Christmas Day" - name_first_observed = f"{name_first} (observed)" - name_second = "The second weekday after Christmas Day" + name = "聖誕節" + name_observed = f"{name}(慶祝)" + name_first = "聖誕節後第一個周日" + name_first_observed = f"{name_first}(慶祝)" + name_second = "聖誕節後第二個周日" self.assertHolidayName(name, (f"{year}-12-25" for year in range(1963, 2050))) obs_dt = ( @@ -1018,7 +1016,7 @@ def test_christmas_day(self): ) def test_queens_birthday(self): - name = "Queen's Birthday" + name = "英女皇壽辰" self.assertNoHolidayName(name) self.assertHolidayName(name, self.opt_holidays, range(1952, 1998)) self.assertNoHolidayName(name, self.opt_holidays, range(1946, 1952), range(1998, 2050)) @@ -1062,7 +1060,7 @@ def test_queens_birthday(self): ) def test_whit_monday(self): - name = "Monday after Pentecost" + name = "靈降臨節後星期一" self.assertNoHolidayName(name) self.assertHolidayName( name, @@ -1093,7 +1091,7 @@ def test_whit_monday(self): self.assertNoHolidayName(name, self.opt_holidays, range(1968, 2050)) def test_national_day_of_the_republic(self): - name = "National Day of the Republic of China" + name = "中華民國國慶日" self.assertNoHolidayName(name) self.assertHolidayName( name, @@ -1123,8 +1121,8 @@ def test_national_day_of_the_republic(self): ) self.assertNoHolidayName(name, self.opt_holidays, range(1968, 2050)) - def test_monday_after_peace_memorial_day(self): - name = "Monday after Peace Memorial Day" + def test_monday_after_remembrance_day(self): + name = "和平紀念日後星期一" self.assertNoHolidayName(name) self.assertHolidayName( name, @@ -1158,204 +1156,293 @@ def test_2020(self): # https://www.labour.gov.hk/eng/news/latest_holidays2020.htm self.assertHolidays( HongKong(years=2020, preferred_discretionary_holidays=(CHRISTMAS, WINTER_SOLSTICE)), - ("2020-01-01", "The first day of January"), - ("2020-01-25", "Lunar New Year's Day"), - ("2020-01-27", "The third day of Lunar New Year"), - ("2020-01-28", "The fourth day of Lunar New Year"), - ("2020-04-04", "Ching Ming Festival"), - ("2020-05-01", "Labour Day"), - ("2020-06-25", "Tuen Ng Festival"), - ("2020-07-01", "Hong Kong Special Administrative Region Establishment Day"), - ("2020-10-01", "National Day"), - ("2020-10-02", "The day following the Chinese Mid-Autumn Festival"), - ("2020-10-25", "Chung Yeung Festival"), - ("2020-10-26", "Chung Yeung Festival (observed)"), - ("2020-12-21", "Chinese Winter Solstice Festival"), - ("2020-12-25", "Christmas Day"), + ("2020-01-01", "一月一日"), + ("2020-01-25", "農曆年初一"), + ("2020-01-27", "農曆年初三"), + ("2020-01-28", "農曆年初四"), + ("2020-04-04", "清明節"), + ("2020-05-01", "勞動節"), + ("2020-06-25", "端午節"), + ("2020-07-01", "香港特別行政區成立紀念日"), + ("2020-10-01", "國慶日"), + ("2020-10-02", "中秋節翌日"), + ("2020-10-25", "重陽節"), + ("2020-10-26", "重陽節(慶祝)"), + ("2020-12-21", "冬節"), + ("2020-12-25", "聖誕節"), ) def test_2021(self): # https://www.labour.gov.hk/eng/news/latest_holidays2021.htm self.assertHolidays( HongKong(years=2021, preferred_discretionary_holidays=(CHRISTMAS, WINTER_SOLSTICE)), - ("2021-01-01", "The first day of January"), - ("2021-02-12", "Lunar New Year's Day"), - ("2021-02-13", "The second day of Lunar New Year"), - ("2021-02-15", "The fourth day of Lunar New Year"), - ("2021-04-04", "Ching Ming Festival"), - ("2021-04-05", "Ching Ming Festival (observed)"), - ("2021-05-01", "Labour Day"), - ("2021-06-14", "Tuen Ng Festival"), - ("2021-07-01", "Hong Kong Special Administrative Region Establishment Day"), - ("2021-09-22", "The day following the Chinese Mid-Autumn Festival"), - ("2021-10-01", "National Day"), - ("2021-10-14", "Chung Yeung Festival"), - ("2021-12-21", "Chinese Winter Solstice Festival"), - ("2021-12-25", "Christmas Day"), + ("2021-01-01", "一月一日"), + ("2021-02-12", "農曆年初一"), + ("2021-02-13", "農曆年初二"), + ("2021-02-15", "農曆年初四"), + ("2021-04-04", "清明節"), + ("2021-04-05", "清明節(慶祝)"), + ("2021-05-01", "勞動節"), + ("2021-06-14", "端午節"), + ("2021-07-01", "香港特別行政區成立紀念日"), + ("2021-09-22", "中秋節翌日"), + ("2021-10-01", "國慶日"), + ("2021-10-14", "重陽節"), + ("2021-12-21", "冬節"), + ("2021-12-25", "聖誕節"), ) def test_2022(self): # https://www.labour.gov.hk/eng/news/latest_holidays2022.htm self.assertHolidays( HongKong(years=2022, preferred_discretionary_holidays=(CHRISTMAS, WINTER_SOLSTICE)), - ("2022-01-01", "The first day of January"), - ("2022-02-01", "Lunar New Year's Day"), - ("2022-02-02", "The second day of Lunar New Year"), - ("2022-02-03", "The third day of Lunar New Year"), - ("2022-04-05", "Ching Ming Festival"), - ("2022-05-01", "Labour Day"), - ("2022-05-02", "Labour Day (observed)"), - ("2022-05-08", "The Birthday of the Buddha"), - ("2022-05-09", "The Birthday of the Buddha (observed)"), - ("2022-06-03", "Tuen Ng Festival"), - ("2022-07-01", "Hong Kong Special Administrative Region Establishment Day"), - ("2022-09-12", "The second day following the Chinese Mid-Autumn Festival"), - ("2022-10-01", "National Day"), - ("2022-10-04", "Chung Yeung Festival"), - ("2022-12-22", "Chinese Winter Solstice Festival"), - ("2022-12-25", "Christmas Day"), - ("2022-12-26", "Christmas Day (observed)"), + ("2022-01-01", "一月一日"), + ("2022-02-01", "農曆年初一"), + ("2022-02-02", "農曆年初二"), + ("2022-02-03", "農曆年初三"), + ("2022-04-05", "清明節"), + ("2022-05-01", "勞動節"), + ("2022-05-02", "勞動節(慶祝)"), + ("2022-05-08", "佛誕"), + ("2022-05-09", "佛誕(慶祝)"), + ("2022-06-03", "端午節"), + ("2022-07-01", "香港特別行政區成立紀念日"), + ("2022-09-12", "中秋節後第二日"), + ("2022-10-01", "國慶日"), + ("2022-10-04", "重陽節"), + ("2022-12-22", "冬節"), + ("2022-12-25", "聖誕節"), + ("2022-12-26", "聖誕節(慶祝)"), ) def test_2023(self): # https://www.labour.gov.hk/eng/news/latest_holidays2023.htm self.assertHolidays( HongKong(years=2023, preferred_discretionary_holidays=(CHRISTMAS, WINTER_SOLSTICE)), - ("2023-01-01", "The first day of January"), - ("2023-01-02", "The first day of January (observed)"), - ("2023-01-23", "The second day of Lunar New Year"), - ("2023-01-24", "The third day of Lunar New Year"), - ("2023-01-25", "The fourth day of Lunar New Year"), - ("2023-04-05", "Ching Ming Festival"), - ("2023-05-01", "Labour Day"), - ("2023-05-26", "The Birthday of the Buddha"), - ("2023-06-22", "Tuen Ng Festival"), - ("2023-07-01", "Hong Kong Special Administrative Region Establishment Day"), - ("2023-09-30", "The day following the Chinese Mid-Autumn Festival"), - ("2023-10-01", "National Day"), - ("2023-10-02", "National Day (observed)"), - ("2023-10-23", "Chung Yeung Festival"), - ("2023-12-22", "Chinese Winter Solstice Festival"), - ("2023-12-25", "Christmas Day"), + ("2023-01-01", "一月一日"), + ("2023-01-02", "一月一日(慶祝)"), + ("2023-01-23", "農曆年初二"), + ("2023-01-24", "農曆年初三"), + ("2023-01-25", "農曆年初四"), + ("2023-04-05", "清明節"), + ("2023-05-01", "勞動節"), + ("2023-05-26", "佛誕"), + ("2023-06-22", "端午節"), + ("2023-07-01", "香港特別行政區成立紀念日"), + ("2023-09-30", "中秋節翌日"), + ("2023-10-01", "國慶日"), + ("2023-10-02", "國慶日(慶祝)"), + ("2023-10-23", "重陽節"), + ("2023-12-22", "冬節"), + ("2023-12-25", "聖誕節"), ) def test_2024(self): # https://www.labour.gov.hk/eng/news/latest_holidays2024.htm self.assertHolidays( HongKong(years=2024, preferred_discretionary_holidays=(CHRISTMAS, WINTER_SOLSTICE)), - ("2024-01-01", "The first day of January"), - ("2024-02-10", "Lunar New Year's Day"), - ("2024-02-12", "The third day of Lunar New Year"), - ("2024-02-13", "The fourth day of Lunar New Year"), - ("2024-04-04", "Ching Ming Festival"), - ("2024-05-01", "Labour Day"), - ("2024-05-15", "The Birthday of the Buddha"), - ("2024-06-10", "Tuen Ng Festival"), - ("2024-07-01", "Hong Kong Special Administrative Region Establishment Day"), - ("2024-09-18", "The day following the Chinese Mid-Autumn Festival"), - ("2024-10-01", "National Day"), - ("2024-10-11", "Chung Yeung Festival"), - ("2024-12-21", "Chinese Winter Solstice Festival"), - ("2024-12-25", "Christmas Day"), - ("2024-12-26", "The first weekday after Christmas Day"), + ("2024-01-01", "一月一日"), + ("2024-02-10", "農曆年初一"), + ("2024-02-12", "農曆年初三"), + ("2024-02-13", "農曆年初四"), + ("2024-04-04", "清明節"), + ("2024-05-01", "勞動節"), + ("2024-05-15", "佛誕"), + ("2024-06-10", "端午節"), + ("2024-07-01", "香港特別行政區成立紀念日"), + ("2024-09-18", "中秋節翌日"), + ("2024-10-01", "國慶日"), + ("2024-10-11", "重陽節"), + ("2024-12-21", "冬節"), + ("2024-12-25", "聖誕節"), + ("2024-12-26", "聖誕節後第一個周日"), + ) + + def test_2025(self): + # https://www.labour.gov.hk/eng/news/latest_holidays2025.htm + self.assertHolidays( + HongKong(years=2025, preferred_discretionary_holidays=(CHRISTMAS, WINTER_SOLSTICE)), + ("2025-01-01", "一月一日"), + ("2025-01-29", "農曆年初一"), + ("2025-01-30", "農曆年初二"), + ("2025-01-31", "農曆年初三"), + ("2025-04-04", "清明節"), + ("2025-05-01", "勞動節"), + ("2025-05-04", "佛誕"), + ("2025-05-05", "佛誕(慶祝)"), + ("2025-05-31", "端午節"), + ("2025-07-01", "香港特別行政區成立紀念日"), + ("2025-10-01", "國慶日"), + ("2025-10-07", "中秋節翌日"), + ("2025-10-29", "重陽節"), + ("2025-12-21", "冬節"), + ("2025-12-22", "冬節(慶祝)"), + ("2025-12-25", "聖誕節"), + ("2025-12-26", "聖誕節後第一個周日"), ) def test_optional_2020(self): # https://www.gov.hk/en/about/abouthk/holiday/2020.htm self.assertHolidays( HongKong(categories=OPTIONAL, years=2020), - ("2020-01-01", "The first day of January"), - ("2020-01-25", "Lunar New Year's Day"), - ("2020-01-27", "The third day of Lunar New Year"), - ("2020-01-28", "The fourth day of Lunar New Year"), - ("2020-04-04", "Ching Ming Festival"), - ("2020-04-10", "Good Friday"), - ("2020-04-11", "The day following Good Friday"), - ("2020-04-13", "Easter Monday"), - ("2020-04-30", "The Birthday of the Buddha"), - ("2020-05-01", "Labour Day"), - ("2020-06-25", "Tuen Ng Festival"), - ("2020-07-01", "Hong Kong Special Administrative Region Establishment Day"), - ("2020-10-01", "National Day"), - ("2020-10-02", "The day following the Chinese Mid-Autumn Festival"), - ("2020-10-26", "The day following Chung Yeung Festival"), - ("2020-12-25", "Christmas Day"), - ("2020-12-26", "The first weekday after Christmas Day"), + ("2020-01-01", "一月一日"), + ("2020-01-25", "農曆年初一"), + ("2020-01-27", "農曆年初三"), + ("2020-01-28", "農曆年初四"), + ("2020-04-04", "清明節"), + ("2020-04-10", "耶穌受難節"), + ("2020-04-11", "耶穌受難節翌日"), + ("2020-04-13", "復活節星期一"), + ("2020-04-30", "佛誕"), + ("2020-05-01", "勞動節"), + ("2020-06-25", "端午節"), + ("2020-07-01", "香港特別行政區成立紀念日"), + ("2020-10-01", "國慶日"), + ("2020-10-02", "中秋節翌日"), + ("2020-10-26", "重陽節翌日"), + ("2020-12-25", "聖誕節"), + ("2020-12-26", "聖誕節後第一個周日"), ) def test_optional_2021(self): # https://www.gov.hk/en/about/abouthk/holiday/2021.htm self.assertHolidays( HongKong(categories=OPTIONAL, years=2021), - ("2021-01-01", "The first day of January"), - ("2021-02-12", "Lunar New Year's Day"), - ("2021-02-13", "The second day of Lunar New Year"), - ("2021-02-15", "The fourth day of Lunar New Year"), - ("2021-04-02", "Good Friday"), - ("2021-04-03", "The day following Good Friday"), - ("2021-04-05", "The day following Ching Ming Festival"), - ("2021-04-06", "The day following Easter Monday"), - ("2021-05-01", "Labour Day"), - ("2021-05-19", "The Birthday of the Buddha"), - ("2021-06-14", "Tuen Ng Festival"), - ("2021-07-01", "Hong Kong Special Administrative Region Establishment Day"), - ("2021-09-22", "The day following the Chinese Mid-Autumn Festival"), - ("2021-10-01", "National Day"), - ("2021-10-14", "Chung Yeung Festival"), - ("2021-12-25", "Christmas Day"), - ("2021-12-27", "The first weekday after Christmas Day"), + ("2021-01-01", "一月一日"), + ("2021-02-12", "農曆年初一"), + ("2021-02-13", "農曆年初二"), + ("2021-02-15", "農曆年初四"), + ("2021-04-02", "耶穌受難節"), + ("2021-04-03", "耶穌受難節翌日"), + ("2021-04-05", "清明節翌日"), + ("2021-04-06", "復活節星期一翌日"), + ("2021-05-01", "勞動節"), + ("2021-05-19", "佛誕"), + ("2021-06-14", "端午節"), + ("2021-07-01", "香港特別行政區成立紀念日"), + ("2021-09-22", "中秋節翌日"), + ("2021-10-01", "國慶日"), + ("2021-10-14", "重陽節"), + ("2021-12-25", "聖誕節"), + ("2021-12-27", "聖誕節後第一個周日"), ) def test_optional_2022(self): # https://www.gov.hk/en/about/abouthk/holiday/2022.htm self.assertHolidays( HongKong(categories=OPTIONAL, years=2022), - ("2022-01-01", "The first day of January"), - ("2022-02-01", "Lunar New Year's Day"), - ("2022-02-02", "The second day of Lunar New Year"), - ("2022-02-03", "The third day of Lunar New Year"), - ("2022-04-05", "Ching Ming Festival"), - ("2022-04-15", "Good Friday"), - ("2022-04-16", "The day following Good Friday"), - ("2022-04-18", "Easter Monday"), - ("2022-05-02", "The day following Labour Day"), - ("2022-05-09", "The day following the Birthday of the Buddha"), - ("2022-06-03", "Tuen Ng Festival"), - ("2022-07-01", "Hong Kong Special Administrative Region Establishment Day"), - ("2022-09-12", "The second day following the Chinese Mid-Autumn Festival"), - ("2022-10-01", "National Day"), - ("2022-10-04", "Chung Yeung Festival"), - ("2022-12-26", "The first weekday after Christmas Day"), - ("2022-12-27", "The second weekday after Christmas Day"), + ("2022-01-01", "一月一日"), + ("2022-02-01", "農曆年初一"), + ("2022-02-02", "農曆年初二"), + ("2022-02-03", "農曆年初三"), + ("2022-04-05", "清明節"), + ("2022-04-15", "耶穌受難節"), + ("2022-04-16", "耶穌受難節翌日"), + ("2022-04-18", "復活節星期一"), + ("2022-05-02", "勞動節翌日"), + ("2022-05-09", "佛誕翌日"), + ("2022-06-03", "端午節"), + ("2022-07-01", "香港特別行政區成立紀念日"), + ("2022-09-12", "中秋節後第二日"), + ("2022-10-01", "國慶日"), + ("2022-10-04", "重陽節"), + ("2022-12-26", "聖誕節後第一個周日"), + ("2022-12-27", "聖誕節後第二個周日"), ) def test_optional_2023(self): # https://www.gov.hk/en/about/abouthk/holiday/2023.htm self.assertHolidays( HongKong(categories=OPTIONAL, years=2023), - ("2023-01-02", "The day following the first day of January"), - ("2023-01-23", "The second day of Lunar New Year"), - ("2023-01-24", "The third day of Lunar New Year"), - ("2023-01-25", "The fourth day of Lunar New Year"), - ("2023-04-05", "Ching Ming Festival"), - ("2023-04-07", "Good Friday"), - ("2023-04-08", "The day following Good Friday"), - ("2023-04-10", "Easter Monday"), - ("2023-05-01", "Labour Day"), - ("2023-05-26", "The Birthday of the Buddha"), - ("2023-06-22", "Tuen Ng Festival"), - ("2023-07-01", "Hong Kong Special Administrative Region Establishment Day"), - ("2023-09-30", "The day following the Chinese Mid-Autumn Festival"), - ("2023-10-02", "The day following National Day"), - ("2023-10-23", "Chung Yeung Festival"), - ("2023-12-25", "Christmas Day"), - ("2023-12-26", "The first weekday after Christmas Day"), + ("2023-01-02", "一月一日翌日"), + ("2023-01-23", "農曆年初二"), + ("2023-01-24", "農曆年初三"), + ("2023-01-25", "農曆年初四"), + ("2023-04-05", "清明節"), + ("2023-04-07", "耶穌受難節"), + ("2023-04-08", "耶穌受難節翌日"), + ("2023-04-10", "復活節星期一"), + ("2023-05-01", "勞動節"), + ("2023-05-26", "佛誕"), + ("2023-06-22", "端午節"), + ("2023-07-01", "香港特別行政區成立紀念日"), + ("2023-09-30", "中秋節翌日"), + ("2023-10-02", "國慶日翌日"), + ("2023-10-23", "重陽節"), + ("2023-12-25", "聖誕節"), + ("2023-12-26", "聖誕節後第一個周日"), ) def test_optional_2024(self): # https://www.gov.hk/en/about/abouthk/holiday/2024.htm self.assertHolidays( HongKong(categories=OPTIONAL, years=2024), + ("2024-01-01", "一月一日"), + ("2024-02-10", "農曆年初一"), + ("2024-02-12", "農曆年初三"), + ("2024-02-13", "農曆年初四"), + ("2024-03-29", "耶穌受難節"), + ("2024-03-30", "耶穌受難節翌日"), + ("2024-04-01", "復活節星期一"), + ("2024-04-04", "清明節"), + ("2024-05-01", "勞動節"), + ("2024-05-15", "佛誕"), + ("2024-06-10", "端午節"), + ("2024-07-01", "香港特別行政區成立紀念日"), + ("2024-09-18", "中秋節翌日"), + ("2024-10-01", "國慶日"), + ("2024-10-11", "重陽節"), + ("2024-12-25", "聖誕節"), + ("2024-12-26", "聖誕節後第一個周日"), + ) + + def test_optional_2025(self): + # https://www.gov.hk/en/about/abouthk/holiday/2025.htm + self.assertHolidays( + HongKong(categories=OPTIONAL, years=2025), + ("2025-01-01", "一月一日"), + ("2025-01-29", "農曆年初一"), + ("2025-01-30", "農曆年初二"), + ("2025-01-31", "農曆年初三"), + ("2025-04-04", "清明節"), + ("2025-04-18", "耶穌受難節"), + ("2025-04-19", "耶穌受難節翌日"), + ("2025-04-21", "復活節星期一"), + ("2025-05-01", "勞動節"), + ("2025-05-05", "佛誕翌日"), + ("2025-05-31", "端午節"), + ("2025-07-01", "香港特別行政區成立紀念日"), + ("2025-10-01", "國慶日"), + ("2025-10-07", "中秋節翌日"), + ("2025-10-29", "重陽節"), + ("2025-12-25", "聖誕節"), + ("2025-12-26", "聖誕節後第一個周日"), + ) + + def test_l10n_default(self): + self.assertLocalizedHolidays( + ("2024-01-01", "一月一日"), + ("2024-02-10", "農曆年初一"), + ("2024-02-12", "農曆年初三"), + ("2024-02-13", "農曆年初四"), + ("2024-03-29", "耶穌受難節"), + ("2024-03-30", "耶穌受難節翌日"), + ("2024-04-01", "復活節星期一"), + ("2024-04-04", "清明節"), + ("2024-05-01", "勞動節"), + ("2024-05-15", "佛誕"), + ("2024-06-10", "端午節"), + ("2024-07-01", "香港特別行政區成立紀念日"), + ("2024-09-18", "中秋節翌日"), + ("2024-10-01", "國慶日"), + ("2024-10-11", "重陽節"), + ("2024-12-25", "聖誕節"), + ("2024-12-26", "聖誕節後第一個周日"), + ) + + def test_l10n_en_hk(self): + self.assertLocalizedHolidays( + "en_HK", ("2024-01-01", "The first day of January"), ("2024-02-10", "Lunar New Year's Day"), ("2024-02-12", "The third day of Lunar New Year"), @@ -1374,3 +1461,69 @@ def test_optional_2024(self): ("2024-12-25", "Christmas Day"), ("2024-12-26", "The first weekday after Christmas Day"), ) + + def test_l10n_en_us(self): + self.assertLocalizedHolidays( + "en_US", + ("2024-01-01", "The first day of January"), + ("2024-02-10", "Lunar New Year's Day"), + ("2024-02-12", "The third day of Lunar New Year"), + ("2024-02-13", "The fourth day of Lunar New Year"), + ("2024-03-29", "Good Friday"), + ("2024-03-30", "The day following Good Friday"), + ("2024-04-01", "Easter Monday"), + ("2024-04-04", "Ching Ming Festival"), + ("2024-05-01", "Labor Day"), + ("2024-05-15", "The Birthday of the Buddha"), + ("2024-06-10", "Tuen Ng Festival"), + ("2024-07-01", "Hong Kong Special Administrative Region Establishment Day"), + ("2024-09-18", "The day following the Chinese Mid-Autumn Festival"), + ("2024-10-01", "National Day"), + ("2024-10-11", "Chung Yeung Festival"), + ("2024-12-25", "Christmas Day"), + ("2024-12-26", "The first weekday after Christmas Day"), + ) + + def test_l10n_th(self): + self.assertLocalizedHolidays( + "th", + ("2024-01-01", "วันขึ้นปีใหม่"), + ("2024-02-10", "วันตรุษจีน"), + ("2024-02-12", "วันตรุษจีนวันที่สาม"), + ("2024-02-13", "วันตรุษจีนวันที่สี่"), + ("2024-03-29", "วันศุกร์ประเสริฐ"), + ("2024-03-30", "วันหลังวันศุกร์ประเสริฐ"), + ("2024-04-01", "วันจันทร์อีสเตอร์"), + ("2024-04-04", "วันเช็งเม้ง"), + ("2024-05-01", "วันแรงงาน"), + ("2024-05-15", "วันวิสาขบูชา"), + ("2024-06-10", "วันไหว้บ๊ะจ่าง"), + ("2024-07-01", "วันสถาปนาเขตบริหารพิเศษฮ่องกง"), + ("2024-09-18", "วันหลังวันไหว้พระจันทร์"), + ("2024-10-01", "วันชาติจีน"), + ("2024-10-11", "วันไหว้บรรพบุรุษ"), + ("2024-12-25", "วันคริสต์มาส"), + ("2024-12-26", "วันคริสต์มาสวันที่สอง"), + ) + + def test_l10n_zh_cn(self): + self.assertLocalizedHolidays( + "zh_CN", + ("2024-01-01", "一月一日"), + ("2024-02-10", "农历年初一"), + ("2024-02-12", "农历年初三"), + ("2024-02-13", "农历年初四"), + ("2024-03-29", "耶稣受难节"), + ("2024-03-30", "耶稣受难节翌日"), + ("2024-04-01", "复活节星期一"), + ("2024-04-04", "清明节"), + ("2024-05-01", "劳动节"), + ("2024-05-15", "佛诞"), + ("2024-06-10", "端午节"), + ("2024-07-01", "香港特别行政区成立纪念日"), + ("2024-09-18", "中秋节翌日"), + ("2024-10-01", "国庆日"), + ("2024-10-11", "重阳节"), + ("2024-12-25", "圣诞节"), + ("2024-12-26", "圣诞节后第一个周日"), + ) diff --git a/tests/countries/test_isle_of_man.py b/tests/countries/test_isle_of_man.py index 81feae400..72cbe9994 100644 --- a/tests/countries/test_isle_of_man.py +++ b/tests/countries/test_isle_of_man.py @@ -76,3 +76,48 @@ def test_tynwald_day(self): "2025-07-05", "2026-07-05", ) + + def test_l10n_default(self): + # https://www.gov.im/categories/home-and-neighbourhood/bank-holidays/ + self.assertLocalizedHolidays( + ("2024-01-01", "New Year's Day"), + ("2024-03-29", "Good Friday"), + ("2024-04-01", "Easter Monday"), + ("2024-05-06", "May Day"), + ("2024-05-27", "Spring Bank Holiday"), + ("2024-06-07", "TT Bank Holiday"), + ("2024-07-05", "Tynwald Day"), + ("2024-08-26", "Late Summer Bank Holiday"), + ("2024-12-25", "Christmas Day"), + ("2024-12-26", "Boxing Day"), + ) + + def test_l10n_en_us(self): + self.assertLocalizedHolidays( + "en_US", + ("2024-01-01", "New Year's Day"), + ("2024-03-29", "Good Friday"), + ("2024-04-01", "Easter Monday"), + ("2024-05-06", "May Day"), + ("2024-05-27", "Spring Bank Holiday"), + ("2024-06-07", "TT Bank Holiday"), + ("2024-07-05", "Tynwald Day"), + ("2024-08-26", "Late Summer Bank Holiday"), + ("2024-12-25", "Christmas Day"), + ("2024-12-26", "Boxing Day"), + ) + + def test_l10n_th(self): + self.assertLocalizedHolidays( + "th", + ("2024-01-01", "วันขึ้นปีใหม่"), + ("2024-03-29", "วันศุกร์ประเสริฐ"), + ("2024-04-01", "วันจันทร์อีสเตอร์"), + ("2024-05-06", "วันเมย์เดย์"), + ("2024-05-27", "วันหยุดฤดูใบไม้ผลิของธนาคาร"), + ("2024-06-07", "วันแข่งไอร์ออฟแมน ทีที"), + ("2024-07-05", "วันไทน์วอลด์"), + ("2024-08-26", "วันหยุดช่วงปลายฤดูร้อนของธนาคาร"), + ("2024-12-25", "วันคริสต์มาส"), + ("2024-12-26", "วันเปิดกล่องของขวัญ"), + ) diff --git a/tests/countries/test_kazakhstan.py b/tests/countries/test_kazakhstan.py index 8d5dc50fd..4edbab15c 100644 --- a/tests/countries/test_kazakhstan.py +++ b/tests/countries/test_kazakhstan.py @@ -362,10 +362,10 @@ def test_l10n_en_us(self): ("2024-01-02", "New Year's Day"), ("2024-01-07", "Orthodox Christmas"), ("2024-03-08", "International Women's Day"), - ("2024-03-21", "Nowruz holiday"), - ("2024-03-22", "Nowruz holiday"), - ("2024-03-23", "Nowruz holiday"), - ("2024-03-25", "Nowruz holiday (observed)"), + ("2024-03-21", "Nowruz Holiday"), + ("2024-03-22", "Nowruz Holiday"), + ("2024-03-23", "Nowruz Holiday"), + ("2024-03-25", "Nowruz Holiday (observed)"), ("2024-05-01", "Kazakhstan's People Solidarity Holiday"), ("2024-05-07", "Defender of the Fatherland Day"), ("2024-05-08", "Day off (substituted from 05/04/2024)"), diff --git a/tests/countries/test_laos.py b/tests/countries/test_laos.py index d0b47a37d..3e2ad8a13 100644 --- a/tests/countries/test_laos.py +++ b/tests/countries/test_laos.py @@ -417,7 +417,7 @@ def test_l10n_en_us(self): ("2022-05-01", "International Labor Day"), ("2022-05-02", "International Labor Day (in lieu)"), ("2022-05-15", "Visakha Bousa Festival"), - ("2022-06-01", "International Children Day; National Arbor Day"), + ("2022-06-01", "International Children's Day; National Arbor Day"), ( "2022-07-13", ( diff --git a/tests/countries/test_madagascar.py b/tests/countries/test_madagascar.py index 577c315e4..c20cdb6ed 100644 --- a/tests/countries/test_madagascar.py +++ b/tests/countries/test_madagascar.py @@ -200,6 +200,6 @@ def test_l10n_uk(self): ("2022-06-26", "День незалежності"), ("2022-08-15", "Внебовзяття Пресвятої Діви Марії"), ("2022-11-01", "День усіх святих"), - ("2022-12-11", "День республіки"), + ("2022-12-11", "День Республіки"), ("2022-12-25", "Різдво Христове"), ) diff --git a/tests/countries/test_monaco.py b/tests/countries/test_monaco.py index a6c2f0794..05d34e2ce 100644 --- a/tests/countries/test_monaco.py +++ b/tests/countries/test_monaco.py @@ -167,7 +167,7 @@ def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "Новий рік"), - ("2022-01-27", "День святої Девоти"), + ("2022-01-27", "День Святої Девоти"), ("2022-04-18", "Великодній понеділок"), ("2022-05-01", "День праці"), ("2022-05-02", "День праці (вихідний)"), diff --git a/tests/countries/test_nicaragua.py b/tests/countries/test_nicaragua.py index 6c88f8bab..77a02522e 100644 --- a/tests/countries/test_nicaragua.py +++ b/tests/countries/test_nicaragua.py @@ -148,7 +148,7 @@ def test_l10n_en_us(self): ("2022-08-10", "Ascent of Saint Dominic"), ("2022-09-14", "Battle of San Jacinto Day"), ("2022-09-15", "Independence Day"), - ("2022-12-08", "Virgin's Day"), + ("2022-12-08", "Immaculate Conception"), ("2022-12-25", "Christmas Day"), ) diff --git a/tests/countries/test_panama.py b/tests/countries/test_panama.py index 7d078e124..d85959cb2 100644 --- a/tests/countries/test_panama.py +++ b/tests/countries/test_panama.py @@ -12,6 +12,7 @@ from unittest import TestCase +from holidays.constants import BANK, PUBLIC from holidays.countries.panama import Panama, PA, PAN from tests.common import CommonCountryTests @@ -19,102 +20,306 @@ class TestPanama(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): - super().setUpClass(Panama, years=range(1950, 2050)) + years = range(1948, 2050) + super().setUpClass(Panama, years=years, years_non_observed=range(2000, 2025)) + cls.bank_holidays = Panama(categories=BANK, years=years) def test_country_aliases(self): self.assertAliases(Panama, PA, PAN) - def test_new_year_day(self): - self.assertHoliday(f"{year}-01-01" for year in range(1950, 2050)) + def test_no_holidays(self): + self.assertNoHolidays(Panama(categories=(BANK, PUBLIC), years=1947)) + + def test_special_holidays(self): + self.assertHoliday( + "2014-07-01", + "2019-07-01", + "2024-07-01", + ) + + def test_new_years_day(self): + name = "Año Nuevo" + self.assertHolidayName(name, (f"{year}-01-01" for year in range(1948, 2050))) + dt = ( + "2006-01-02", + "2012-01-02", + "2017-01-02", + "2023-01-02", + ) + self.assertHolidayName(f"{name} (puente)", dt) + self.assertNoNonObservedHoliday(dt) def test_martyrs_day(self): - self.assertHoliday(f"{year}-01-09" for year in range(1950, 2050)) + name = "Día de los Mártires" + self.assertHolidayName(name, (f"{year}-01-09" for year in range(1972, 2050))) + self.assertNoHoliday(f"{year}-01-09" for year in range(1948, 1972)) + self.assertNoHolidayName(name, range(1948, 1972)) + dt = ( + "2005-01-10", + "2011-01-10", + "2022-01-10", + ) + self.assertHolidayName(f"{name} (puente)", dt) + self.assertNoNonObservedHoliday(dt) - def test_labour_day(self): - self.assertHoliday(f"{year}-05-01" for year in range(1950, 2050)) + def test_constitution_day(self): + name = "Día de la Constitución" + self.assertHolidayName(name, (f"{year}-03-01" for year in range(1948, 1972))) + self.assertNoHolidayName(name, range(1972, 2050)) - def test_separation_day(self): - self.assertHoliday(f"{year}-11-03" for year in range(1950, 2050)) + def test_carnival_monday(self): + name = "Lunes de Carnaval" + self.assertHolidayName( + name, + self.bank_holidays, + "2019-03-04", + "2020-02-24", + "2021-02-15", + "2022-02-28", + "2023-02-20", + "2024-02-12", + ) + self.assertHolidayName(name, self.bank_holidays, range(1948, 2050)) + self.assertNoHolidayName(name) - def test_national_symbols_day(self): - self.assertHoliday(f"{year}-11-04" for year in range(1950, 2050)) + def test_carnival_tuesday(self): + name = "Martes de Carnaval" + self.assertHolidayName( + name, + "2019-03-05", + "2020-02-25", + "2021-02-16", + "2022-03-01", + "2023-02-21", + "2024-02-13", + ) + self.assertHolidayName(name, range(1948, 2050)) + + def test_good_friday(self): + name = "Viernes Santo" + self.assertHolidayName( + name, + "2019-04-19", + "2020-04-10", + "2021-04-02", + "2022-04-15", + "2023-04-07", + "2024-03-29", + ) + self.assertHolidayName(name, range(1948, 2050)) + + def test_labor_day(self): + name = "Día del Trabajo" + self.assertHolidayName(name, (f"{year}-05-01" for year in range(1948, 2050))) + dt = ( + "2005-05-02", + "2011-05-02", + "2016-05-02", + "2022-05-02", + ) + self.assertHolidayName(f"{name} (puente)", dt) + self.assertNoNonObservedHoliday(dt) + + def test_separation_day(self): + name = "Separación de Panamá de Colombia" + self.assertHolidayName(name, (f"{year}-11-03" for year in range(1948, 2050))) + dt = ( + "2002-11-04", + "2013-11-04", + "2019-11-04", + "2024-11-04", + ) + self.assertHolidayName(f"{name} (puente)", dt) + self.assertNoNonObservedHoliday(dt) def test_colon_day(self): - self.assertHoliday(f"{year}-11-05" for year in range(1950, 2050)) + name = "Día de Colón" + self.assertHolidayName(name, (f"{year}-11-05" for year in range(2002, 2050))) + self.assertNoHoliday(f"{year}-11-05" for year in range(1948, 2002)) + self.assertNoHolidayName(name, range(1948, 2002)) + dt = ( + "2006-11-06", + "2017-11-06", + "2023-11-06", + ) + self.assertHolidayName(f"{name} (puente)", dt) + self.assertNoNonObservedHoliday(dt) def test_los_santos_uprising_day(self): - self.assertHoliday(f"{year}-11-10" for year in range(1950, 2050)) + name = "Primer Grito de Independencia" + self.assertHolidayName(name, (f"{year}-11-10" for year in range(1969, 2050))) + self.assertNoHoliday(f"{year}-11-10" for year in range(1948, 1969)) + self.assertNoHolidayName(name, range(1948, 1969)) + dt = ( + "2002-11-11", + "2013-11-11", + "2019-11-11", + "2024-11-11", + ) + self.assertHolidayName(f"{name} (puente)", dt) + self.assertNoNonObservedHoliday(dt) def test_independence_day(self): - self.assertHoliday(f"{year}-11-28" for year in range(1950, 2050)) + name = "Independencia de Panamá de España" + self.assertHolidayName(name, (f"{year}-11-28" for year in range(1948, 2050))) + dt = ( + "2004-11-29", + "2010-11-29", + "2021-11-29", + ) + self.assertHolidayName(f"{name} (puente)", dt) + self.assertNoNonObservedHoliday(dt) def test_mothers_day(self): - self.assertHoliday(f"{year}-12-08" for year in range(1950, 2050)) + name = "Día de la Madre" + self.assertHolidayName(name, (f"{year}-12-08" for year in range(1948, 2050))) + dt = ( + "2002-12-09", + "2013-12-09", + "2019-12-09", + "2024-12-09", + ) + self.assertHolidayName(f"{name} (puente)", dt) + self.assertNoNonObservedHoliday(dt) def test_national_mourning_day(self): - self.assertHoliday(f"{year}-12-20" for year in range(2022, 2050)) - self.assertNoHoliday(f"{year}-12-20" for year in range(1950, 2022)) - self.assertNoHolidayName("National Mourning Day", range(1950, 2022)) + name = "Día de Duelo Nacional" + self.assertHolidayName(name, (f"{year}-12-20" for year in range(2022, 2050))) + self.assertNoHoliday(f"{year}-12-20" for year in range(1948, 2022)) + self.assertNoHolidayName(name, range(1948, 2022)) + dt = ("2026-12-21",) + self.assertHolidayName(f"{name} (puente)", dt) + self.assertNoNonObservedHoliday(dt) def test_christmas_day(self): - self.assertHoliday(f"{year}-12-25" for year in range(1950, 2050)) - - def test_observed(self): - observed_holidays = ( - "2011-01-10", - "2011-05-02", + name = "Navidad" + self.assertHolidayName(name, (f"{year}-12-25" for year in range(1948, 2050))) + dt = ( + "2005-12-26", "2011-12-26", - "2012-01-02", - "2013-12-09", - "2016-05-02", "2016-12-26", - "2017-01-02", - "2019-12-09", - "2021-11-29", - "2022-01-10", - "2022-05-02", "2022-12-26", - "2023-01-02", ) - self.assertHoliday(observed_holidays) - self.assertNoNonObservedHoliday(observed_holidays) + self.assertHolidayName(f"{name} (puente)", dt) + self.assertNoNonObservedHoliday(dt) + + def test_national_symbols_day(self): + name = "Día de los Símbolos Patrios" + self.assertHolidayName( + name, self.bank_holidays, (f"{year}-11-04" for year in range(1948, 2050)) + ) + self.assertNoHolidayName(name) def test_2022(self): self.assertHolidays( - Panama(years=2022), - ("2022-01-01", "New Year's Day"), - ("2022-01-09", "Martyrs' Day"), - ("2022-01-10", "Martyrs' Day (observed)"), - ("2022-03-01", "Carnival"), - ("2022-04-15", "Good Friday"), - ("2022-05-01", "Labour Day"), - ("2022-05-02", "Labour Day (observed)"), - ("2022-11-03", "Separation Day"), - ("2022-11-04", "National Symbols Day"), - ("2022-11-05", "Colon Day"), - ("2022-11-10", "Los Santos Uprising Day"), - ("2022-11-28", "Independence Day"), - ("2022-12-08", "Mother's Day"), - ("2022-12-20", "National Mourning Day"), - ("2022-12-25", "Christmas Day"), - ("2022-12-26", "Christmas Day (observed)"), + Panama(categories=(BANK, PUBLIC), years=2022), + ("2022-01-01", "Año Nuevo"), + ("2022-01-09", "Día de los Mártires"), + ("2022-01-10", "Día de los Mártires (puente)"), + ("2022-02-28", "Lunes de Carnaval"), + ("2022-03-01", "Martes de Carnaval"), + ("2022-04-15", "Viernes Santo"), + ("2022-05-01", "Día del Trabajo"), + ("2022-05-02", "Día del Trabajo (puente)"), + ("2022-11-03", "Separación de Panamá de Colombia"), + ("2022-11-04", "Día de los Símbolos Patrios"), + ("2022-11-05", "Día de Colón"), + ("2022-11-10", "Primer Grito de Independencia"), + ("2022-11-28", "Independencia de Panamá de España"), + ("2022-12-08", "Día de la Madre"), + ("2022-12-20", "Día de Duelo Nacional"), + ("2022-12-25", "Navidad"), + ("2022-12-26", "Navidad (puente)"), ) def test_2023(self): self.assertHolidays( - Panama(years=2023), - ("2023-01-01", "New Year's Day"), - ("2023-01-02", "New Year's Day (observed)"), - ("2023-01-09", "Martyrs' Day"), - ("2023-02-21", "Carnival"), - ("2023-04-07", "Good Friday"), - ("2023-05-01", "Labour Day"), - ("2023-11-03", "Separation Day"), - ("2023-11-04", "National Symbols Day"), - ("2023-11-05", "Colon Day"), - ("2023-11-10", "Los Santos Uprising Day"), - ("2023-11-28", "Independence Day"), - ("2023-12-08", "Mother's Day"), - ("2023-12-20", "National Mourning Day"), - ("2023-12-25", "Christmas Day"), + Panama(categories=(BANK, PUBLIC), years=2023), + ("2023-01-01", "Año Nuevo"), + ("2023-01-02", "Año Nuevo (puente)"), + ("2023-01-09", "Día de los Mártires"), + ("2023-02-20", "Lunes de Carnaval"), + ("2023-02-21", "Martes de Carnaval"), + ("2023-04-07", "Viernes Santo"), + ("2023-05-01", "Día del Trabajo"), + ("2023-11-03", "Separación de Panamá de Colombia"), + ("2023-11-04", "Día de los Símbolos Patrios"), + ("2023-11-05", "Día de Colón"), + ("2023-11-06", "Día de Colón (puente)"), + ("2023-11-10", "Primer Grito de Independencia"), + ("2023-11-28", "Independencia de Panamá de España"), + ("2023-12-08", "Día de la Madre"), + ("2023-12-20", "Día de Duelo Nacional"), + ("2023-12-25", "Navidad"), + ) + + def test_l10n_default(self): + self.assertLocalizedHolidays( + ("2024-01-01", "Año Nuevo"), + ("2024-01-09", "Día de los Mártires"), + ("2024-02-12", "Lunes de Carnaval"), + ("2024-02-13", "Martes de Carnaval"), + ("2024-03-29", "Viernes Santo"), + ("2024-05-01", "Día del Trabajo"), + ("2024-07-01", "Toma posesión del Presidente de la república"), + ("2024-11-03", "Separación de Panamá de Colombia"), + ( + "2024-11-04", + "Día de los Símbolos Patrios; Separación de Panamá de Colombia (puente)", + ), + ("2024-11-05", "Día de Colón"), + ("2024-11-10", "Primer Grito de Independencia"), + ("2024-11-11", "Primer Grito de Independencia (puente)"), + ("2024-11-28", "Independencia de Panamá de España"), + ("2024-12-08", "Día de la Madre"), + ("2024-12-09", "Día de la Madre (puente)"), + ("2024-12-20", "Día de Duelo Nacional"), + ("2024-12-25", "Navidad"), + ) + + def test_l10n_en_us(self): + self.assertLocalizedHolidays( + "en_US", + ("2024-01-01", "New Year's Day"), + ("2024-01-09", "Martyrs' Day"), + ("2024-02-12", "Carnival Monday"), + ("2024-02-13", "Carnival Tuesday"), + ("2024-03-29", "Good Friday"), + ("2024-05-01", "Labor Day"), + ("2024-07-01", "Presidential Inauguration Day"), + ("2024-11-03", "Separation Day"), + ("2024-11-04", "National Symbols Day; Separation Day (observed)"), + ("2024-11-05", "Colon Day"), + ("2024-11-10", "Los Santos Uprising Day"), + ("2024-11-11", "Los Santos Uprising Day (observed)"), + ("2024-11-28", "Independence Day"), + ("2024-12-08", "Mother's Day"), + ("2024-12-09", "Mother's Day (observed)"), + ("2024-12-20", "National Mourning Day"), + ("2024-12-25", "Christmas Day"), + ) + + def test_l10n_uk(self): + self.assertLocalizedHolidays( + "uk", + ("2024-01-01", "Новий рік"), + ("2024-01-09", "День мучеників"), + ("2024-02-12", "Карнавальний понеділок"), + ("2024-02-13", "Карнавальний вівторок"), + ("2024-03-29", "Страсна пʼятниця"), + ("2024-05-01", "День праці"), + ("2024-07-01", "Інавгурація Президента Республіки"), + ("2024-11-03", "День відокремлення від Колумбії"), + ( + "2024-11-04", + "День відокремлення від Колумбії (вихідний); День національних символів", + ), + ("2024-11-05", "День Колона"), + ("2024-11-10", "День початку повстання у Лос-Сантос"), + ("2024-11-11", "День початку повстання у Лос-Сантос (вихідний)"), + ("2024-11-28", "День незалежності від Іспанії"), + ("2024-12-08", "День матері"), + ("2024-12-09", "День матері (вихідний)"), + ("2024-12-20", "День національної скорботи"), + ("2024-12-25", "Різдво Христове"), ) diff --git a/tests/countries/test_peru.py b/tests/countries/test_peru.py index 85d01fbc1..8fd9b479d 100644 --- a/tests/countries/test_peru.py +++ b/tests/countries/test_peru.py @@ -87,14 +87,14 @@ def test_l10n_en_us(self): ("2022-04-15", "Good Friday"), ("2022-04-17", "Easter Sunday"), ("2022-05-01", "Labor Day"), - ("2022-06-29", "Saint Peter and Saint Paul"), + ("2022-06-29", "Saint Peter and Saint Paul's Day"), ("2022-07-28", "Independence Day"), ("2022-07-29", "Great Military Parade Day"), ("2022-08-06", "Battle of Junín Day"), ("2022-08-30", "Rose of Lima Day"), ("2022-10-08", "Battle of Angamos Day"), ("2022-11-01", "All Saints' Day"), - ("2022-12-08", "Immaculate Conception Day"), + ("2022-12-08", "Immaculate Conception"), ("2022-12-09", "Battle of Ayacucho Day"), ("2022-12-25", "Christmas Day"), ) diff --git a/tests/countries/test_romania.py b/tests/countries/test_romania.py index 0551fffc5..d05bc524f 100644 --- a/tests/countries/test_romania.py +++ b/tests/countries/test_romania.py @@ -176,7 +176,7 @@ def test_l10n_uk(self): ("2018-05-28", "Трійця"), ("2018-06-01", "День захисту дітей"), ("2018-08-15", "Успіння Пресвятої Богородиці"), - ("2018-11-30", "День святого Андрія Первозваного"), + ("2018-11-30", "День Святого Андрія Первозваного"), ("2018-12-01", "Національний день Румунії"), ("2018-12-25", "Різдво Христове"), ("2018-12-26", "Різдво Христове"), diff --git a/tests/countries/test_russia.py b/tests/countries/test_russia.py index 034e1bc3c..cb94f4588 100644 --- a/tests/countries/test_russia.py +++ b/tests/countries/test_russia.py @@ -353,7 +353,7 @@ def test_l10n_en_us(self): ("2018-01-06", "New Year Holidays"), ("2018-01-07", "Christmas Day"), ("2018-01-08", "New Year Holidays"), - ("2018-02-23", "Fatherland Defender's Day"), + ("2018-02-23", "Defender of the Fatherland Day"), ("2018-03-08", "International Women's Day"), ("2018-03-09", "Day off (substituted from 01/06/2018)"), ("2018-04-30", "Day off (substituted from 04/28/2018)"), diff --git a/tests/countries/test_saint_lucia.py b/tests/countries/test_saint_lucia.py new file mode 100644 index 000000000..c20e616e0 --- /dev/null +++ b/tests/countries/test_saint_lucia.py @@ -0,0 +1,204 @@ +# holidays +# -------- +# A fast, efficient Python library for generating country, province and state +# specific sets of holidays on the fly. It aims to make determining whether a +# specific date is a holiday as fast and flexible as possible. +# +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 +# ryanss (c) 2014-2017 +# Website: https://github.com/vacanza/holidays +# License: MIT (see LICENSE file) + +from unittest import TestCase + +from holidays.countries.saint_lucia import SaintLucia, LC, LCA +from tests.common import CommonCountryTests + + +class TestSaintLucia(CommonCountryTests, TestCase): + @classmethod + def setUpClass(cls): + super().setUpClass( + SaintLucia, years=range(1979, 2050), years_non_observed=range(1979, 2050) + ) + + def test_country_aliases(self): + self.assertAliases(SaintLucia, LC, LCA) + + def test_new_years(self): + self.assertHolidayName("New Year's Day", (f"{year}-01-01" for year in range(1979, 2050))) + self.assertHolidayName( + "New Year's Holiday", (f"{year}-01-02" for year in range(1979, 2050)) + ) + + def test_independence_day(self): + name = "Independence Day" + self.assertHolidayName(name, (f"{year}-02-22" for year in range(1979, 2050))) + dt = ( + "2004-02-23", + "2009-02-23", + "2015-02-23", + ) + self.assertHolidayName(f"{name} (observed)", dt) + self.assertNoNonObservedHoliday(dt) + + def test_good_friday(self): + name = "Good Friday" + dts = ( + "1999-04-02", + "2000-04-21", + "2010-04-02", + "2018-03-30", + "2019-04-19", + "2020-04-10", + "2021-04-02", + "2022-04-15", + "2023-04-07", + ) + self.assertHolidayName(name, dts) + self.assertHolidayName(name, range(1979, 2050)) + + def test_easter_monday(self): + name = "Easter Monday" + dts = ( + "1999-04-05", + "2000-04-24", + "2010-04-05", + "2018-04-02", + "2019-04-22", + "2020-04-13", + ) + self.assertHolidayName(name, dts) + self.assertHolidayName(name, range(1979, 2050)) + + def test_emancipation_day(self): + name = "Emancipation Day" + self.assertHolidayName(name, (f"{year}-08-01" for year in range(1979, 2050))) + dt = ( + "2004-08-02", + "2010-08-02", + "2021-08-02", + ) + self.assertHolidayName(f"{name} (observed)", dt) + self.assertNoNonObservedHoliday(dt) + + def test_labour_day(self): + name = "Labour Day" + self.assertHolidayName(name, (f"{year}-05-01" for year in range(1979, 2050))) + dt = ( + "2005-05-02", + "2011-05-02", + "2016-05-02", + "2022-05-02", + ) + self.assertHolidayName(f"{name} (observed)", dt) + self.assertNoNonObservedHoliday(dt) + + def test_corpus_christi(self): + name = "Corpus Christi" + dt = ( + "2018-05-31", + "2019-06-20", + "2020-06-11", + "2021-06-03", + "2022-06-16", + "2023-06-08", + "2024-05-30", + ) + self.assertHolidayName(name, dt) + self.assertHolidayName(name, range(1979, 2050)) + + def test_thanksgiving_day(self): + name = "Thanksgiving Day" + dt = ( + "1995-10-02", + "1996-10-07", + "1997-10-06", + "1998-10-05", + "1999-10-04", + "2000-10-02", + "2001-10-01", + "2002-10-07", + "2003-10-06", + "2004-10-04", + "2005-10-03", + "2006-10-02", + "2007-10-01", + "2008-10-06", + "2009-10-05", + "2010-10-04", + "2011-10-03", + "2012-10-01", + "2013-10-07", + "2014-10-06", + "2015-10-05", + "2016-10-03", + "2017-10-02", + "2018-10-01", + "2019-10-07", + "2020-10-05", + "2021-10-04", + "2022-10-03", + "2023-10-02", + "2024-10-07", + "2025-10-06", + ) + self.assertHolidayName(name, dt) + self.assertHolidayName(name, range(1979, 2050)) + + def test_national_day(self): + name = "National Day" + self.assertHolidayName(name, (f"{year}-12-13" for year in range(1979, 2050))) + dt = ( + "2009-12-14", + "2015-12-14", + "2020-12-14", + ) + self.assertHolidayName(f"{name} (observed)", dt) + self.assertNoNonObservedHoliday(dt) + + def test_christmas_day(self): + self.assertHolidayName("Christmas Day", (f"{year}-12-25" for year in range(1979, 2050))) + + def test_boxing_day(self): + self.assertHolidayName("Boxing Day", (f"{year}-12-26" for year in range(1979, 2050))) + + def test_l10n_default(self): + self.assertLocalizedHolidays( + ("2023-01-01", "New Year's Day"), + ("2023-01-02", "New Year's Holiday"), + ("2023-01-03", "New Year's Day (observed)"), + ("2023-02-22", "Independence Day"), + ("2023-04-07", "Good Friday"), + ("2023-04-10", "Easter Monday"), + ("2023-05-01", "Labour Day"), + ("2023-05-29", "Whit Monday"), + ("2023-06-08", "Corpus Christi"), + ("2023-08-01", "Emancipation Day"), + ("2023-10-02", "Thanksgiving Day"), + ("2023-12-13", "National Day"), + ("2023-12-25", "Christmas Day"), + ("2023-12-26", "Boxing Day"), + ) + + def test_l10n_en_us(self): + self.assertLocalizedHolidays( + "en_US", + ("2022-01-01", "New Year's Day"), + ("2022-01-02", "New Year's Holiday"), + ("2022-01-03", "New Year's Holiday (observed)"), + ("2022-02-22", "Independence Day"), + ("2022-04-15", "Good Friday"), + ("2022-04-18", "Easter Monday"), + ("2022-05-01", "Labor Day"), + ("2022-05-02", "Labor Day (observed)"), + ("2022-06-06", "Whit Monday"), + ("2022-06-16", "Corpus Christi"), + ("2022-08-01", "Emancipation Day"), + ("2022-10-03", "Thanksgiving Day"), + ("2022-12-13", "National Day"), + ("2022-12-25", "Christmas Day"), + ("2022-12-26", "Boxing Day"), + ("2022-12-27", "Christmas Day (observed)"), + ) diff --git a/tests/countries/test_seychelles.py b/tests/countries/test_seychelles.py index bd6e82c29..2fd8523b9 100644 --- a/tests/countries/test_seychelles.py +++ b/tests/countries/test_seychelles.py @@ -174,7 +174,7 @@ def test_l10n_en_us(self): ("2024-06-18", "Constitution Day"), ("2024-06-29", "Independence (National) Day"), ("2024-08-15", "Assumption Day"), - ("2024-11-01", "All Saints Day"), + ("2024-11-01", "All Saints' Day"), ("2024-12-08", "Immaculate Conception"), ("2024-12-09", "Immaculate Conception (observed)"), ("2024-12-25", "Christmas Day"), diff --git a/tests/countries/test_spain.py b/tests/countries/test_spain.py index 22ace437e..deb5713d9 100644 --- a/tests/countries/test_spain.py +++ b/tests/countries/test_spain.py @@ -1031,7 +1031,7 @@ def test_variable_holidays_2025(self): def test_l10n_default(self): self.assertLocalizedHolidays( - ("2023-01-02", "Lunes siguiente a Año nuevo"), + ("2023-01-02", "Lunes siguiente a Año Nuevo"), ("2023-01-06", "Epifanía del Señor"), ("2023-02-21", "Martes de Carnaval"), ("2023-02-28", "Día de Andalucia"), diff --git a/tests/countries/test_sri_lanka.py b/tests/countries/test_sri_lanka.py index 0b1f12456..5b8eb9f1a 100644 --- a/tests/countries/test_sri_lanka.py +++ b/tests/countries/test_sri_lanka.py @@ -304,7 +304,7 @@ def test_l10n_en_us(self): ("2022-07-29", "Public Sector Holiday"), ("2022-08-11", "Nikini Full Moon Poya Day"), ("2022-09-10", "Binara Full Moon Poya Day"), - ("2022-10-09", "The Prophet's Birthday; Vap Full Moon Poya Day"), + ("2022-10-09", "Prophet's Birthday; Vap Full Moon Poya Day"), ("2022-10-10", "Special Bank Holiday"), ("2022-10-24", "Deepavali Festival Day"), ("2022-11-07", "Il Full Moon Poya Day"), diff --git a/tests/countries/test_switzerland.py b/tests/countries/test_switzerland.py index 07aa660d3..2cbabce9d 100644 --- a/tests/countries/test_switzerland.py +++ b/tests/countries/test_switzerland.py @@ -697,7 +697,7 @@ def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2023-01-01", "New Year's Day"), - ("2023-01-02", "Berchtold's Day"), + ("2023-01-02", "Saint Berchtold's Day"), ("2023-01-06", "Epiphany"), ("2023-03-01", "Republic Day"), ("2023-03-19", "Saint Joseph's Day"), diff --git a/tests/countries/test_tuvalu.py b/tests/countries/test_tuvalu.py new file mode 100644 index 000000000..255d2ac5e --- /dev/null +++ b/tests/countries/test_tuvalu.py @@ -0,0 +1,404 @@ +# holidays +# -------- +# A fast, efficient Python library for generating country, province and state +# specific sets of holidays on the fly. It aims to make determining whether a +# specific date is a holiday as fast and flexible as possible. +# +# Authors: Vacanza Team and individual contributors (see AUTHORS file) +# dr-prodigy (c) 2017-2023 +# ryanss (c) 2014-2017 +# Website: https://github.com/vacanza/holidays +# License: MIT (see LICENSE file) + +from unittest import TestCase + +from holidays.countries.tuvalu import Tuvalu, TV, TUV +from tests.common import CommonCountryTests + + +class TestTuvalu(CommonCountryTests, TestCase): + @classmethod + def setUpClass(cls): + years = range(1990, 2050) + super().setUpClass(Tuvalu, years=years) + cls.subdiv_holidays = { + subdiv: Tuvalu(subdiv=subdiv, years=years) for subdiv in Tuvalu.subdivisions + } + + def test_country_aliases(self): + self.assertAliases(Tuvalu, TV, TUV) + + def test_new_years(self): + name = "Tausaga Fou" + self.assertHolidayName(name, (f"{year}-01-01" for year in range(1990, 2050))) + + def test_commonwealth_day(self): + name = "Aso Atefenua" + dt = ( + "2001-03-12", + "2002-03-11", + "2003-03-10", + "2004-03-08", + "2005-03-14", + "2006-03-13", + "2007-03-12", + ) + self.assertHolidayName(name, dt) + self.assertHolidayName(name, range(1990, 2020)) + self.assertNoHolidayName(name, range(2021, 2050)) + + def test_good_friday(self): + name = "Aso toe tu" + dt = ( + "1999-04-02", + "2000-04-21", + "2010-04-02", + "2018-03-30", + "2019-04-19", + "2020-04-10", + "2021-04-02", + "2022-04-15", + "2023-04-07", + "2024-03-29", + ) + self.assertHolidayName(name, dt) + self.assertHolidayName(name, range(1990, 2050)) + + def test_easter_monday(self): + name = "Toe Tu aso gafua" + dt = ( + "1999-04-05", + "2000-04-24", + "2010-04-05", + "2018-04-02", + "2019-04-22", + "2020-04-13", + "2021-04-05", + "2022-04-18", + "2023-04-10", + "2024-04-01", + ) + self.assertHolidayName(name, dt) + self.assertHolidayName(name, range(1990, 2050)) + + def test_gospel_day(self): + name = "Te Aso o te Tala Lei" + dt = ( + "2001-05-14", + "2002-05-13", + "2003-05-12", + "2004-05-10", + "2005-05-09", + "2006-05-15", + "2007-05-14", + ) + self.assertHolidayName(name, dt) + self.assertHolidayName(name, range(1990, 2050)) + + for subdiv, holidays in self.subdiv_holidays.items(): + if subdiv == "NKL": + self.assertHolidayName( + name, holidays, (f"{year}-05-10" for year in range(1990, 2050)) + ) + + def test_king_birthday(self): + name = "Asofanau Tupu" + dt = ( + "2024-06-08", + "2025-06-14", + "2026-06-13", + "2027-06-12", + "2028-06-10", + "2029-06-09", + "2030-06-08", + ) + self.assertHolidayName(name, dt) + self.assertHolidayName(name, range(2023, 2050)) + self.assertNoHolidayName(name, range(1990, 2023)) + + def test_queen_birthday(self): + name = "Asofanau Fafine" + dt = ( + "1990-06-09", + "1991-06-08", + "1992-06-13", + "1999-06-12", + "2002-06-08", + "2007-06-09", + "2008-06-14", + ) + self.assertHolidayName(name, dt) + self.assertHolidayName(name, range(1990, 2023)) + self.assertNoHolidayName(name, range(2023, 2050)) + + def test_national_children_day(self): + name = "Aso Tamaliki" + dt = ( + "2012-08-06", + "2013-08-05", + "2014-08-04", + "2015-08-03", + "2016-08-01", + "2020-10-12", + "2021-10-11", + "2022-10-10", + "2023-10-09", + "2024-10-14", + "2025-10-13", + ) + self.assertHolidayName(name, dt) + self.assertHolidayName(name, range(1990, 2050)) + + def test_national_youth_day(self): + name = "Aso tupulaga" + dt = ( + "2020-08-03", + "2021-08-02", + "2022-08-01", + "2023-08-07", + "2024-08-05", + "2025-08-04", + ) + self.assertHolidayName(name, dt) + self.assertHolidayName(name, range(2019, 2050)) + self.assertNoHolidayName(name, range(1990, 2019)) + + def test_tuvalu_day(self): + name = "Tutokotasi" + self.assertHolidayName(name, (f"{year}-10-01" for year in range(1990, 2050))) + self.assertHolidayName(name, (f"{year}-10-02" for year in range(1990, 2050))) + + def test_heir_to_the_throne_birthday(self): + name = "Aso fanau o te sui ote Tupu" + dt = ( + "1990-11-12", + "1996-11-11", + "2000-11-13", + "2001-11-12", + "2009-11-09", + "2015-11-09", + ) + self.assertHolidayName(name, dt) + self.assertHolidayName(name, range(1990, 2023)) + self.assertNoHolidayName(name, range(2023, 2050)) + + def test_christmas_day(self): + self.assertHolidayName("Kilisimasi", (f"{year}-12-25" for year in range(1990, 2050))) + + def test_boxing_day(self): + self.assertHolidayName("Aso Faipele", (f"{year}-12-26" for year in range(1990, 2050))) + + def test_the_day_of_the_bombing(self): + name = "Te Aso o te Paula" + for subdiv, holidays in self.subdiv_holidays.items(): + if subdiv == "FUN": + self.assertHolidayName( + name, holidays, (f"{year}-04-23" for year in range(1990, 2050)) + ) + else: + self.assertNoHolidayName(name, holidays) + + def test_cyclone_day(self): + name = "Aso o te matagi" + for subdiv, holidays in self.subdiv_holidays.items(): + if subdiv == "FUN": + self.assertHolidayName( + name, holidays, (f"{year}-10-21" for year in range(1990, 2050)) + ) + else: + self.assertNoHolidayName(name, holidays) + + def test_niutao_day(self): + name = "Te Aso o te Setema" + for subdiv, holidays in self.subdiv_holidays.items(): + if subdiv == "NIT": + self.assertHolidayName( + name, holidays, (f"{year}-09-17" for year in range(1990, 2050)) + ) + else: + self.assertNoHolidayName(name, holidays) + + def test_nukufetau_day(self): + name = "Te Aso O Tutasi" + for subdiv, holidays in self.subdiv_holidays.items(): + if subdiv == "NKF": + self.assertHolidayName( + name, holidays, (f"{year}-02-11" for year in range(1990, 2050)) + ) + else: + self.assertNoHolidayName(name, holidays) + + def test_golden_jubilee(self): + name = "Te Po o Tefolaha" + for subdiv, holidays in self.subdiv_holidays.items(): + if subdiv == "NMA": + self.assertHolidayName( + name, holidays, (f"{year}-01-08" for year in range(1990, 2050)) + ) + else: + self.assertNoHolidayName(name, holidays) + + def test_big_day(self): + name = "Po Lahi" + for subdiv, holidays in self.subdiv_holidays.items(): + if subdiv == "NMA": + self.assertHolidayName( + name, holidays, (f"{year}-02-03" for year in range(1990, 2050)) + ) + else: + self.assertNoHolidayName(name, holidays) + + def test_nanumaga_day(self): + name = "Aho o te Fakavae" + for subdiv, holidays in self.subdiv_holidays.items(): + if subdiv == "NMG": + self.assertHolidayName( + name, holidays, (f"{year}-04-15" for year in range(1990, 2050)) + ) + else: + self.assertNoHolidayName(name, holidays) + + def test_day_of_the_flood(self): + name = "Bogin te Ieka" + for subdiv, holidays in self.subdiv_holidays.items(): + if subdiv == "NUI": + self.assertHolidayName( + name, holidays, (f"{year}-02-16" for year in range(1990, 2050)) + ) + else: + self.assertNoHolidayName(name, holidays) + + def test_happy_day(self): + name = "Te Aso Fiafia" + for subdiv, holidays in self.subdiv_holidays.items(): + if subdiv == "VAI": + self.assertHolidayName( + name, holidays, (f"{year}-11-25" for year in range(1990, 2050)) + ) + else: + self.assertNoHolidayName(name, holidays) + + def test_all_holidays(self): + holidays_found = set() + for subdiv in Tuvalu.subdivisions: + holidays_found.update( + Tuvalu( + subdiv=subdiv, + observed=False, + years=(1990, 2007, 2012, 2015, 2023), + ).values() + ) + all_holidays = { + "Aho o te Fakavae", + "Aso Atefenua", + "Aso Faipele", + "Aso fanau o te sui ote Tupu", + "Aso o te matagi", + "Aso Tamaliki", + "Aso toe tu", + "Aso tupulaga", + "Asofanau Fafine", + "Asofanau Tupu", + "Bogin te Ieka", + "Kilisimasi", + "Po Lahi", + "Tausaga Fou", + "Te Aso Fiafia", + "Te Aso o te Paula", + "Te Aso o te Setema", + "Te Aso o te Tala Lei", + "Te Aso O Tutasi", + "Te Po o Tefolaha", + "Toe Tu aso gafua", + "Tutokotasi", + } + self.assertEqual(all_holidays, holidays_found) + + def test_l10n_default(self): + self.assertLocalizedHolidays( + ("2022-01-01", "Tausaga Fou"), + ("2022-01-03", "Tausaga Fou (fakamatakuga)"), + ("2022-01-08", "Te Po o Tefolaha"), + ("2022-02-03", "Po Lahi"), + ("2022-02-11", "Te Aso O Tutasi"), + ("2022-02-16", "Bogin te Ieka"), + ("2022-04-15", "Aho o te Fakavae; Aso toe tu"), + ("2022-04-18", "Toe Tu aso gafua"), + ("2022-04-23", "Te Aso o te Paula"), + ("2022-05-09", "Te Aso o te Tala Lei"), + ("2022-05-10", "Te Aso o te Tala Lei"), + ("2022-06-11", "Asofanau Fafine"), + ("2022-08-01", "Aso tupulaga"), + ("2022-09-17", "Te Aso o te Setema"), + ("2022-10-01", "Tutokotasi"), + ("2022-10-02", "Tutokotasi"), + ("2022-10-03", "Tutokotasi (fakamatakuga)"), + ("2022-10-04", "Tutokotasi (fakamatakuga)"), + ("2022-10-10", "Aso Tamaliki"), + ("2022-10-21", "Aso o te matagi"), + ("2022-11-14", "Aso fanau o te sui ote Tupu"), + ("2022-11-25", "Te Aso Fiafia"), + ("2022-12-25", "Kilisimasi"), + ("2022-12-26", "Aso Faipele"), + ("2022-12-27", "Kilisimasi (fakamatakuga)"), + ) + + def test_l10n_en_us(self): + self.assertLocalizedHolidays( + "en_US", + ("2022-01-01", "New Year's Day"), + ("2022-01-03", "New Year's Day (observed)"), + ("2022-01-08", "Golden Jubilee"), + ("2022-02-03", "Big Day"), + ("2022-02-11", "Nukufetau Day"), + ("2022-02-16", "Day of the Flood"), + ("2022-04-15", "Good Friday; Nanumaga Day"), + ("2022-04-18", "Easter Monday"), + ("2022-04-23", "The Day of the Bombing"), + ("2022-05-09", "Gospel Day"), + ("2022-05-10", "Gospel Day"), + ("2022-06-11", "Queen's Birthday"), + ("2022-08-01", "National Youth Day"), + ("2022-09-17", "Niutao Day"), + ("2022-10-01", "Tuvalu Day"), + ("2022-10-02", "Tuvalu Day"), + ("2022-10-03", "Tuvalu Day (observed)"), + ("2022-10-04", "Tuvalu Day (observed)"), + ("2022-10-10", "National Children's Day"), + ("2022-10-21", "Cyclone Day"), + ("2022-11-14", "Heir to the Throne's Birthday"), + ("2022-11-25", "Happy Day"), + ("2022-12-25", "Christmas Day"), + ("2022-12-26", "Boxing Day"), + ("2022-12-27", "Christmas Day (observed)"), + ) + + def test_l10n_en_gb(self): + self.assertLocalizedHolidays( + "en_GB", + ("2022-01-01", "New Year's Day"), + ("2022-01-03", "New Year's Day (observed)"), + ("2022-01-08", "Golden Jubilee"), + ("2022-02-03", "Big Day"), + ("2022-02-11", "Nukufetau Day"), + ("2022-02-16", "Day of the Flood"), + ("2022-04-15", "Good Friday; Nanumaga Day"), + ("2022-04-18", "Easter Monday"), + ("2022-04-23", "The Day of the Bombing"), + ("2022-05-09", "Gospel Day"), + ("2022-05-10", "Gospel Day"), + ("2022-06-11", "Queen's Birthday"), + ("2022-08-01", "National Youth Day"), + ("2022-09-17", "Niutao Day"), + ("2022-10-01", "Tuvalu Day"), + ("2022-10-02", "Tuvalu Day"), + ("2022-10-03", "Tuvalu Day (observed)"), + ("2022-10-04", "Tuvalu Day (observed)"), + ("2022-10-10", "National Children's Day"), + ("2022-10-21", "Cyclone Day"), + ("2022-11-14", "Heir to the Throne's Birthday"), + ("2022-11-25", "Happy Day"), + ("2022-12-25", "Christmas Day"), + ("2022-12-26", "Boxing Day"), + ("2022-12-27", "Christmas Day (observed)"), + ) diff --git a/tests/countries/test_united_kingdom.py b/tests/countries/test_united_kingdom.py index 791eca12e..f1202a3eb 100644 --- a/tests/countries/test_united_kingdom.py +++ b/tests/countries/test_united_kingdom.py @@ -422,3 +422,63 @@ def test_all_holidays_present(self): "Boxing Day", } self.assertEqual(all_holidays, y_2015) + + def test_l10n_default(self): + # https://www.gov.uk/bank-holidays + self.assertLocalizedHolidays( + ("2024-01-01", "New Year's Day"), + ("2024-01-02", "New Year Holiday"), + ("2024-03-17", "Saint Patrick's Day"), + ("2024-03-18", "Saint Patrick's Day (observed)"), + ("2024-03-29", "Good Friday"), + ("2024-04-01", "Easter Monday"), + ("2024-05-06", "May Day"), + ("2024-05-27", "Spring Bank Holiday"), + ("2024-07-12", "Battle of the Boyne"), + ("2024-08-05", "Summer Bank Holiday"), + ("2024-08-26", "Late Summer Bank Holiday"), + ("2024-11-30", "Saint Andrew's Day"), + ("2024-12-02", "Saint Andrew's Day (observed)"), + ("2024-12-25", "Christmas Day"), + ("2024-12-26", "Boxing Day"), + ) + + def test_l10n_en_us(self): + self.assertLocalizedHolidays( + "en_US", + ("2024-01-01", "New Year's Day"), + ("2024-01-02", "New Year Holiday"), + ("2024-03-17", "Saint Patrick's Day"), + ("2024-03-18", "Saint Patrick's Day (observed)"), + ("2024-03-29", "Good Friday"), + ("2024-04-01", "Easter Monday"), + ("2024-05-06", "May Day"), + ("2024-05-27", "Spring Bank Holiday"), + ("2024-07-12", "Battle of the Boyne"), + ("2024-08-05", "Summer Bank Holiday"), + ("2024-08-26", "Late Summer Bank Holiday"), + ("2024-11-30", "Saint Andrew's Day"), + ("2024-12-02", "Saint Andrew's Day (observed)"), + ("2024-12-25", "Christmas Day"), + ("2024-12-26", "Boxing Day"), + ) + + def test_l10n_th(self): + self.assertLocalizedHolidays( + "th", + ("2024-01-01", "วันขึ้นปีใหม่"), + ("2024-01-02", "หยุดวันขึ้นปีใหม่"), + ("2024-03-17", "วันนักบุญแพทริก"), + ("2024-03-18", "ชดเชยวันนักบุญแพทริก"), + ("2024-03-29", "วันศุกร์ประเสริฐ"), + ("2024-04-01", "วันจันทร์อีสเตอร์"), + ("2024-05-06", "วันเมย์เดย์"), + ("2024-05-27", "วันหยุดฤดูใบไม้ผลิของธนาคาร"), + ("2024-07-12", "วันรำลึกยุทธการแม่น้ำบอยน์"), + ("2024-08-05", "วันหยุดฤดูร้อนของธนาคาร"), + ("2024-08-26", "วันหยุดช่วงปลายฤดูร้อนของธนาคาร"), + ("2024-11-30", "วันนักบุญแอนดรูว์"), + ("2024-12-02", "ชดเชยวันนักบุญแอนดรูว์"), + ("2024-12-25", "วันคริสต์มาส"), + ("2024-12-26", "วันเปิดกล่องของขวัญ"), + ) diff --git a/tests/countries/test_united_states.py b/tests/countries/test_united_states.py index 4cd8e3610..e2fe7b757 100644 --- a/tests/countries/test_united_states.py +++ b/tests/countries/test_united_states.py @@ -359,7 +359,40 @@ def test_washingtons_birthday(self): ) self.assertHolidayName(name, dt) - subdiv_dont = {"AL", "AR", "DE", "FL", "GA", "IN", "NM", "PR", "VI"} + subdiv_dont = { + "AK", + "AL", + "AR", + "AZ", + "CA", + "CO", + "DE", + "FL", + "GA", + "HI", + "ID", + "IN", + "MD", + "MN", + "MT", + "NJ", + "NM", + "OH", + "OK", + "OR", + "PA", + "PR", + "SC", + "TN", + "TX", + "UT", + "VA", + "VI", + "VT", + "WA", + "WV", + "WY", + } for subdiv in set(UnitedStates.subdivisions) - subdiv_dont: self.assertHolidayName(name, self.state_hols[subdiv], dt) @@ -382,12 +415,35 @@ def test_washingtons_birthday_states(self): ) for subdiv, name in ( + ("AK", "Presidents' Day"), ("AL", "George Washington & Thomas Jefferson's Birthday"), ("AR", "George Washington's Birthday and Daisy Gatson Bates Day"), + ("AZ", "Lincoln/Washington Presidents' Day"), + ("CA", "Presidents' Day"), + ("CO", "Washington-Lincoln Day"), ("DE", None), + ("HI", "Presidents' Day"), + ("ID", "Presidents' Day"), + ("MD", "Presidents' Day"), + ("MN", "Washington's and Lincoln's Birthday"), + ("MT", "Lincoln's and Washington's Birthdays"), + ("NJ", "Presidents Day"), ("NM", None), + ("OH", "Washington-Lincoln Day"), + ("OK", "Presidents' Day"), + ("OR", "Presidents Day"), + ("PA", "Presidents' Day"), ("PR", "Presidents' Day"), + ("SC", "President's Day"), + ("TN", "President's Day"), + ("TX", "Presidents' Day"), + ("UT", "Washington and Lincoln Day"), + ("VA", "George Washington Day"), ("VI", "Presidents' Day"), + ("VT", "Presidents' Day"), + ("WA", "Presidents' Day"), + ("WV", "Presidents' Day"), + ("WY", "President's Day"), ): if name: self.assertHolidayName(name, self.state_hols[subdiv], dt) diff --git a/tests/countries/test_uruguay.py b/tests/countries/test_uruguay.py index 414f58714..6ca5d3239 100644 --- a/tests/countries/test_uruguay.py +++ b/tests/countries/test_uruguay.py @@ -333,7 +333,7 @@ def test_l10n_en_us(self): ("2022-04-14", "Tourism Week"), ("2022-04-15", "Tourism Week"), ("2022-04-18", "Landing of the 33 Patriots"), - ("2022-05-01", "International Workers' Day"), + ("2022-05-01", "Workers' Day"), ("2022-05-16", "Battle of Las Piedras"), ("2022-06-19", "Birthday of Artigas"), ("2022-07-18", "Constitution Day"), diff --git a/tests/test_holiday_base.py b/tests/test_holiday_base.py index c5563c6b1..533a5c1dd 100644 --- a/tests/test_holiday_base.py +++ b/tests/test_holiday_base.py @@ -17,6 +17,7 @@ from holidays.calendars.gregorian import JAN, FEB, OCT, DEC, MON, TUE, SAT, SUN from holidays.constants import HOLIDAY_NAME_DELIMITER, OPTIONAL, PUBLIC, SCHOOL +from holidays.countries import UA, US from holidays.groups.christian import ChristianHolidays from holidays.groups.custom import StaticHolidays from holidays.holiday_base import HolidayBase @@ -44,9 +45,9 @@ def _add_observed(self, dt: date, before: bool = True, after: bool = True) -> No return None if self._is_saturday(dt) and before: - self._add_holiday("%s (observed)" % self[dt], dt + td(days=-1)) + self._add_holiday(f"{self[dt]} (observed)", dt + td(days=-1)) elif self._is_sunday(dt) and after: - self._add_holiday("%s (observed)" % self[dt], dt + td(days=+1)) + self._add_holiday(f"{self[dt]} (observed)", dt + td(days=+1)) def _populate(self, year: int) -> None: super()._populate(year) @@ -54,7 +55,7 @@ def _populate(self, year: int) -> None: name = "New Year's Day" self._add_observed(self._add_holiday_jan_1(name), before=False) if self.observed and self._is_friday(DEC, 31): - self._add_holiday_dec_31("%s (observed)" % name) + self._add_holiday_dec_31(f"{name} (observed)") self._add_observed(self._add_holiday_jun_19("Juneteenth National Independence Day")) self._add_observed(self._add_holiday_jul_4("Independence Day")) @@ -1189,3 +1190,112 @@ def test_get_working_days_count(self): self.assertEqual(self.hb.get_working_days_count("2024-04-29", "2024-05-04"), 3) self.assertEqual(self.hb.get_working_days_count("2024-04-29", "2024-05-05"), 3) self.assertEqual(self.hb.get_working_days_count("2024-04-29", "2024-05-06"), 4) + + +class TestClosestHoliday(unittest.TestCase): + def setUp(self): + self.current_year = datetime.now().year + self.next_year = self.current_year + 1 + self.previous_year = self.current_year - 1 + self.hb = CountryStub3(years=self.current_year) + self.next_labor_day_year = ( + self.current_year + if datetime.now().date() < self.hb.get_named("Custom May 1st Holiday")[0] + else self.next_year + ) + self.previous_labor_day_year = ( + self.current_year + if datetime.now().date() > self.hb.get_named("Custom May 1st Holiday")[0] + else self.previous_year + ) + + def test_get_closest_holiday_forward(self): + self.assertEqual( + self.hb.get_closest_holiday(f"{self.current_year}-01-01"), + (date(self.current_year, 5, 1), "Custom May 1st Holiday"), + ) + self.assertEqual( + self.hb.get_closest_holiday(f"{self.current_year}-04-30"), + (date(self.current_year, 5, 1), "Custom May 1st Holiday"), + ) + self.assertEqual( + self.hb.get_closest_holiday(f"{self.current_year}-05-01"), + (date(self.current_year, 5, 2), "Custom May 2nd Holiday"), + ) + self.assertEqual( + self.hb.get_closest_holiday(f"{self.current_year}-05-02"), + (date(self.next_year, 5, 1), "Custom May 1st Holiday"), + ) + self.assertEqual( + self.hb.get_closest_holiday(f"{self.next_year}-01-01"), + (date(self.next_year, 5, 1), "Custom May 1st Holiday"), + ) + + self.assertIn( + self.hb.get_closest_holiday(), + [ + (date(self.next_labor_day_year, 5, 1), "Custom May 1st Holiday"), + (date(self.next_labor_day_year, 5, 2), "Custom May 2nd Holiday"), + ], + ) + + def test_get_closest_holiday_backward(self): + self.assertEqual( + self.hb.get_closest_holiday(f"{self.current_year}-12-31", direction="backward"), + (date(self.current_year, 5, 2), "Custom May 2nd Holiday"), + ) + self.assertEqual( + self.hb.get_closest_holiday(f"{self.current_year}-05-02", direction="backward"), + (date(self.current_year, 5, 1), "Custom May 1st Holiday"), + ) + self.assertEqual( + self.hb.get_closest_holiday(f"{self.current_year}-04-30", direction="backward"), + (date(self.previous_year, 5, 2), "Custom May 2nd Holiday"), + ) + self.assertEqual( + self.hb.get_closest_holiday(f"{self.previous_year}-12-31", direction="backward"), + (date(self.previous_year, 5, 2), "Custom May 2nd Holiday"), + ) + + self.assertIn( + self.hb.get_closest_holiday(direction="backward"), + [ + (date(self.previous_labor_day_year, 5, 2), "Custom May 2nd Holiday"), + (date(self.current_year, 5, 1), "Custom May 1st Holiday"), + ], + ) + + def test_get_closest_holiday_corner_cases(self): + us = US() + # check for date before start of calendar + self.assertIsNone(us.get_closest_holiday("1777-01-01", direction="backward")) + + # check for date after end of calendar + self.assertIsNone(us.get_closest_holiday("2100-12-31")) + + def test_get_closest_holiday_after_empty_year(self): + ua = UA(years=2025) + # check for date if a year has no holidays + ua._add_holiday_jan_1("Custom holiday") + self.assertEqual( + ua.get_closest_holiday("2022-03-08"), (date(2025, 1, 1), "Custom holiday") + ) + + def test_get_closest_holiday_unsorted_calendars(self): + us_calendar = US(years=2024) + + self.assertEqual( + us_calendar.get_closest_holiday(date(2024, 2, 1)), + (date(2024, 2, 19), "Washington's Birthday"), + ) + + # check for date before start of calendar + self.assertEqual( + us_calendar.get_closest_holiday(date(2024, 2, 1), direction="backward"), + (date(2024, 1, 15), "Martin Luther King Jr. Day"), + ) + + def test_get_closest_holiday_invalid_direction(self): + self.assertRaises( + AttributeError, lambda: HolidayBase().get_closest_holiday(direction="invalid") + ) diff --git a/tests/test_registry.py b/tests/test_registry.py index a0daf20c8..c0fc5a687 100644 --- a/tests/test_registry.py +++ b/tests/test_registry.py @@ -54,8 +54,8 @@ def test_countries_imports(self): self.assertEqual( countries_entities, loader_entities, - "Registry entities and countries entities don't match: %s" - % countries_entities.difference(loader_entities), + "Registry entities and countries entities don't match: " + f"{countries_entities.difference(loader_entities)}", ) def test_country_str(self): @@ -95,8 +95,8 @@ def test_financial_imports(self): self.assertEqual( financial_entities, loader_entities, - "Registry entities and financial entities don't match: %s" - % financial_entities.difference(loader_entities), + "Registry entities and financial entities don't match: " + f"{financial_entities.difference(loader_entities)}", ) def test_financial_str(self): diff --git a/tests/test_utils.py b/tests/test_utils.py index 51d3d431d..0d8924878 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -148,9 +148,9 @@ def assertLocalizedEntities(self, localized_entities, supported_entities): # no for entity_code in supported_entities.keys(): actual_languages = sorted( # Collect `` part from - # holidays/locale//LC_MESSAGES/.po. + # holidays/locale//LC_MESSAGES/.mo. path.parts[-3] - for path in Path(locale_dir).rglob(f"{entity_code}.po") + for path in Path(locale_dir).rglob(f"{entity_code}.mo") ) expected_languages = localized_entities.get(entity_code, [])