holidays 0.44__py3-none-any.whl → 0.46__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- holidays/__init__.py +6 -5
- holidays/calendars/__init__.py +5 -4
- holidays/calendars/buddhist.py +5 -4
- holidays/calendars/chinese.py +5 -4
- holidays/calendars/custom.py +5 -4
- holidays/calendars/gregorian.py +5 -4
- holidays/calendars/hebrew.py +5 -4
- holidays/calendars/hindu.py +5 -4
- holidays/calendars/islamic.py +5 -4
- holidays/calendars/julian.py +5 -4
- holidays/calendars/julian_revised.py +5 -4
- holidays/calendars/persian.py +5 -4
- holidays/calendars/thai.py +5 -4
- holidays/constants.py +5 -4
- holidays/countries/__init__.py +7 -4
- holidays/countries/albania.py +5 -4
- holidays/countries/algeria.py +5 -4
- holidays/countries/american_samoa.py +5 -4
- holidays/countries/andorra.py +5 -4
- holidays/countries/angola.py +5 -4
- holidays/countries/argentina.py +5 -4
- holidays/countries/armenia.py +5 -4
- holidays/countries/aruba.py +5 -4
- holidays/countries/australia.py +754 -131
- holidays/countries/austria.py +5 -4
- holidays/countries/azerbaijan.py +5 -4
- holidays/countries/bahamas.py +5 -4
- holidays/countries/bahrain.py +5 -4
- holidays/countries/bangladesh.py +5 -5
- holidays/countries/barbados.py +5 -4
- holidays/countries/belarus.py +5 -4
- holidays/countries/belgium.py +5 -4
- holidays/countries/belize.py +5 -4
- holidays/countries/bolivia.py +5 -5
- holidays/countries/bosnia_and_herzegovina.py +5 -5
- holidays/countries/botswana.py +5 -4
- holidays/countries/brazil.py +5 -4
- holidays/countries/brunei.py +5 -4
- holidays/countries/bulgaria.py +5 -4
- holidays/countries/burkina_faso.py +5 -4
- holidays/countries/burundi.py +5 -4
- holidays/countries/cambodia.py +5 -4
- holidays/countries/cameroon.py +5 -4
- holidays/countries/canada.py +5 -4
- holidays/countries/chad.py +5 -4
- holidays/countries/chile.py +5 -4
- holidays/countries/china.py +5 -4
- holidays/countries/colombia.py +5 -4
- holidays/countries/costa_rica.py +5 -4
- holidays/countries/croatia.py +5 -4
- holidays/countries/cuba.py +5 -4
- holidays/countries/curacao.py +5 -4
- holidays/countries/cyprus.py +5 -4
- holidays/countries/czechia.py +5 -4
- holidays/countries/denmark.py +5 -4
- holidays/countries/djibouti.py +5 -4
- holidays/countries/dominican_republic.py +5 -4
- holidays/countries/ecuador.py +5 -4
- holidays/countries/egypt.py +5 -5
- holidays/countries/el_salvador.py +5 -4
- holidays/countries/estonia.py +5 -4
- holidays/countries/eswatini.py +5 -4
- holidays/countries/ethiopia.py +5 -4
- holidays/countries/finland.py +5 -4
- holidays/countries/france.py +5 -4
- holidays/countries/gabon.py +5 -4
- holidays/countries/georgia.py +5 -4
- holidays/countries/germany.py +5 -4
- holidays/countries/ghana.py +5 -4
- holidays/countries/greece.py +5 -4
- holidays/countries/guam.py +5 -4
- holidays/countries/guatemala.py +5 -4
- holidays/countries/honduras.py +5 -4
- holidays/countries/hongkong.py +5 -4
- holidays/countries/hungary.py +5 -4
- holidays/countries/iceland.py +5 -4
- holidays/countries/india.py +5 -4
- holidays/countries/indonesia.py +5 -4
- holidays/countries/iran.py +5 -4
- holidays/countries/ireland.py +5 -4
- holidays/countries/isle_of_man.py +5 -4
- holidays/countries/israel.py +5 -4
- holidays/countries/italy.py +5 -5
- holidays/countries/jamaica.py +5 -4
- holidays/countries/japan.py +5 -4
- holidays/countries/jersey.py +3 -3
- holidays/countries/kazakhstan.py +5 -4
- holidays/countries/kenya.py +5 -4
- holidays/countries/kuwait.py +78 -0
- holidays/countries/kyrgyzstan.py +5 -4
- holidays/countries/laos.py +5 -4
- holidays/countries/latvia.py +5 -4
- holidays/countries/lesotho.py +5 -4
- holidays/countries/liechtenstein.py +5 -5
- holidays/countries/lithuania.py +5 -4
- holidays/countries/luxembourg.py +5 -4
- holidays/countries/madagascar.py +5 -4
- holidays/countries/malawi.py +5 -4
- holidays/countries/malaysia.py +5 -4
- holidays/countries/maldives.py +5 -4
- holidays/countries/malta.py +5 -4
- holidays/countries/marshall_islands.py +5 -4
- holidays/countries/mexico.py +15 -9
- holidays/countries/moldova.py +11 -10
- holidays/countries/monaco.py +5 -4
- holidays/countries/montenegro.py +5 -4
- holidays/countries/morocco.py +5 -4
- holidays/countries/mozambique.py +5 -4
- holidays/countries/namibia.py +5 -4
- holidays/countries/netherlands.py +5 -4
- holidays/countries/new_zealand.py +5 -4
- holidays/countries/nicaragua.py +5 -4
- holidays/countries/nigeria.py +5 -4
- holidays/countries/north_macedonia.py +5 -4
- holidays/countries/northern_mariana_islands.py +5 -4
- holidays/countries/norway.py +5 -4
- holidays/countries/pakistan.py +5 -4
- holidays/countries/panama.py +5 -4
- holidays/countries/papua_new_guinea.py +5 -4
- holidays/countries/paraguay.py +5 -4
- holidays/countries/peru.py +5 -5
- holidays/countries/philippines.py +5 -5
- holidays/countries/poland.py +5 -4
- holidays/countries/portugal.py +5 -4
- holidays/countries/puerto_rico.py +5 -4
- holidays/countries/romania.py +5 -4
- holidays/countries/russia.py +5 -4
- holidays/countries/san_marino.py +5 -4
- holidays/countries/saudi_arabia.py +5 -4
- holidays/countries/serbia.py +5 -4
- holidays/countries/seychelles.py +175 -0
- holidays/countries/singapore.py +5 -4
- holidays/countries/slovakia.py +5 -4
- holidays/countries/slovenia.py +5 -4
- holidays/countries/south_africa.py +5 -4
- holidays/countries/south_korea.py +5 -4
- holidays/countries/spain.py +5 -4
- holidays/countries/sweden.py +5 -4
- holidays/countries/switzerland.py +5 -4
- holidays/countries/taiwan.py +5 -4
- holidays/countries/tanzania.py +5 -4
- holidays/countries/thailand.py +6 -5
- holidays/countries/timor_leste.py +5 -4
- holidays/countries/tonga.py +5 -4
- holidays/countries/tunisia.py +5 -5
- holidays/countries/turkey.py +5 -4
- holidays/countries/ukraine.py +5 -4
- holidays/countries/united_arab_emirates.py +5 -4
- holidays/countries/united_kingdom.py +7 -5
- holidays/countries/united_states.py +5 -4
- holidays/countries/united_states_minor_outlying_islands.py +5 -4
- holidays/countries/united_states_virgin_islands.py +5 -4
- holidays/countries/uruguay.py +5 -4
- holidays/countries/uzbekistan.py +5 -4
- holidays/countries/vanuatu.py +5 -4
- holidays/countries/vatican_city.py +5 -4
- holidays/countries/venezuela.py +5 -4
- holidays/countries/vietnam.py +5 -4
- holidays/countries/zambia.py +5 -4
- holidays/countries/zimbabwe.py +5 -4
- holidays/financial/__init__.py +5 -4
- holidays/financial/european_central_bank.py +5 -4
- holidays/financial/ny_stock_exchange.py +5 -4
- holidays/groups/__init__.py +5 -4
- holidays/groups/buddhist.py +5 -4
- holidays/groups/chinese.py +5 -4
- holidays/groups/christian.py +5 -4
- holidays/groups/custom.py +5 -4
- holidays/groups/hindu.py +5 -4
- holidays/groups/international.py +5 -4
- holidays/groups/islamic.py +6 -4
- holidays/groups/persian.py +5 -4
- holidays/groups/thai.py +5 -4
- holidays/helpers.py +5 -4
- holidays/holiday_base.py +5 -4
- holidays/locale/am/LC_MESSAGES/ET.po +12 -1
- holidays/locale/ar/LC_MESSAGES/AE.po +12 -1
- holidays/locale/ar/LC_MESSAGES/BH.po +12 -1
- holidays/locale/ar/LC_MESSAGES/CA.po +12 -1
- holidays/locale/ar/LC_MESSAGES/DJ.po +13 -1
- holidays/locale/ar/LC_MESSAGES/DZ.po +12 -1
- holidays/locale/ar/LC_MESSAGES/EG.po +12 -1
- holidays/locale/ar/LC_MESSAGES/ET.po +12 -1
- holidays/locale/ar/LC_MESSAGES/KW.mo +0 -0
- holidays/locale/ar/LC_MESSAGES/KW.po +75 -0
- holidays/locale/ar/LC_MESSAGES/MA.po +12 -1
- holidays/locale/ar/LC_MESSAGES/SA.po +12 -1
- holidays/locale/ar/LC_MESSAGES/TN.po +12 -1
- holidays/locale/ar/LC_MESSAGES/UA.po +12 -1
- holidays/locale/az/LC_MESSAGES/AZ.po +12 -1
- holidays/locale/be/LC_MESSAGES/BY.po +12 -1
- holidays/locale/bg/LC_MESSAGES/BG.po +12 -1
- holidays/locale/bs/LC_MESSAGES/BA.po +12 -1
- holidays/locale/cs/LC_MESSAGES/CZ.po +12 -1
- holidays/locale/da/LC_MESSAGES/DK.po +12 -1
- holidays/locale/de/LC_MESSAGES/AT.po +12 -1
- holidays/locale/de/LC_MESSAGES/BE.po +12 -1
- holidays/locale/de/LC_MESSAGES/CH.po +12 -1
- holidays/locale/de/LC_MESSAGES/DE.po +12 -1
- holidays/locale/de/LC_MESSAGES/LI.po +12 -1
- holidays/locale/de/LC_MESSAGES/LU.po +12 -1
- holidays/locale/el/LC_MESSAGES/CY.po +12 -1
- holidays/locale/el/LC_MESSAGES/GR.po +12 -1
- holidays/locale/en_CA/LC_MESSAGES/CA.po +12 -1
- holidays/locale/en_CY/LC_MESSAGES/CY.po +12 -1
- holidays/locale/en_SC/LC_MESSAGES/SC.mo +0 -0
- holidays/locale/en_SC/LC_MESSAGES/SC.po +117 -0
- holidays/locale/en_US/LC_MESSAGES/AE.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/AM.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/AO.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/AR.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/AT.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/AW.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/AZ.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/BA.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/BE.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/BG.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/BH.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/BN.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/BO.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/BY.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/CA.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/CH.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/CL.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/CN.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/CO.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/CR.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/CU.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/CW.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/CY.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/CZ.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/DE.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/DJ.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/DK.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/DO.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/DZ.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/EC.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/EE.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/EG.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/ES.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/ET.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/FI.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/FR.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/GE.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/GR.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/GT.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/HN.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/HR.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/HU.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/ID.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/IL.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/IR.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/IS.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/JP.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/KH.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/KR.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/KW.mo +0 -0
- holidays/locale/en_US/LC_MESSAGES/KW.po +75 -0
- holidays/locale/en_US/LC_MESSAGES/LA.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/LI.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/LT.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/LU.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/LV.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/MA.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/MC.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/MD.mo +0 -0
- holidays/locale/en_US/LC_MESSAGES/MD.po +20 -9
- holidays/locale/en_US/LC_MESSAGES/MG.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/MT.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/MX.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/MZ.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/NI.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/NL.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/NO.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/PE.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/PL.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/PT.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/PY.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/RO.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/RS.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/RU.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/SA.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/SC.mo +0 -0
- holidays/locale/en_US/LC_MESSAGES/SC.po +117 -0
- holidays/locale/en_US/LC_MESSAGES/SE.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/SI.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/SK.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/TH.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/TL.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/TN.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/TO.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/TR.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/TW.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/TZ.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/UA.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/UY.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/UZ.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/VE.po +12 -1
- holidays/locale/es/LC_MESSAGES/AR.po +12 -1
- holidays/locale/es/LC_MESSAGES/BO.po +12 -1
- holidays/locale/es/LC_MESSAGES/CL.po +12 -1
- holidays/locale/es/LC_MESSAGES/CO.po +12 -1
- holidays/locale/es/LC_MESSAGES/CR.po +12 -1
- holidays/locale/es/LC_MESSAGES/CU.po +12 -1
- holidays/locale/es/LC_MESSAGES/DO.po +12 -1
- holidays/locale/es/LC_MESSAGES/EC.po +12 -1
- holidays/locale/es/LC_MESSAGES/ES.po +12 -1
- holidays/locale/es/LC_MESSAGES/GT.po +12 -1
- holidays/locale/es/LC_MESSAGES/HN.po +12 -1
- holidays/locale/es/LC_MESSAGES/MX.po +12 -1
- holidays/locale/es/LC_MESSAGES/NI.po +12 -1
- holidays/locale/es/LC_MESSAGES/PE.po +12 -1
- holidays/locale/es/LC_MESSAGES/PY.po +12 -1
- holidays/locale/es/LC_MESSAGES/UY.po +12 -1
- holidays/locale/es/LC_MESSAGES/VE.po +12 -1
- holidays/locale/et/LC_MESSAGES/EE.po +12 -1
- holidays/locale/fa/LC_MESSAGES/IR.po +12 -1
- holidays/locale/fi/LC_MESSAGES/FI.po +12 -1
- holidays/locale/fr/LC_MESSAGES/BE.po +12 -1
- holidays/locale/fr/LC_MESSAGES/CA.po +12 -1
- holidays/locale/fr/LC_MESSAGES/CH.po +12 -1
- holidays/locale/fr/LC_MESSAGES/DJ.po +12 -1
- holidays/locale/fr/LC_MESSAGES/DZ.po +12 -1
- holidays/locale/fr/LC_MESSAGES/FR.po +12 -1
- holidays/locale/fr/LC_MESSAGES/LU.po +12 -1
- holidays/locale/fr/LC_MESSAGES/MA.po +12 -1
- holidays/locale/fr/LC_MESSAGES/MC.po +12 -1
- holidays/locale/he/LC_MESSAGES/IL.po +12 -1
- holidays/locale/hr/LC_MESSAGES/HR.po +12 -1
- holidays/locale/hu/LC_MESSAGES/HU.po +12 -1
- holidays/locale/hy/LC_MESSAGES/AM.po +12 -1
- holidays/locale/id/LC_MESSAGES/ID.po +12 -1
- holidays/locale/is/LC_MESSAGES/IS.po +12 -1
- holidays/locale/it/LC_MESSAGES/CH.po +12 -1
- holidays/locale/ja/LC_MESSAGES/JP.po +12 -1
- holidays/locale/ka/LC_MESSAGES/GE.po +12 -1
- holidays/locale/km/LC_MESSAGES/KH.po +12 -1
- holidays/locale/ko/LC_MESSAGES/KR.po +12 -1
- holidays/locale/lb/LC_MESSAGES/LU.po +12 -1
- holidays/locale/lo/LC_MESSAGES/LA.po +12 -1
- holidays/locale/lt/LC_MESSAGES/LT.po +12 -1
- holidays/locale/lv/LC_MESSAGES/LV.po +12 -1
- holidays/locale/mg/LC_MESSAGES/MG.po +12 -1
- holidays/locale/ms/LC_MESSAGES/BN.po +12 -1
- holidays/locale/mt/LC_MESSAGES/MT.po +12 -1
- holidays/locale/nl/LC_MESSAGES/AW.po +12 -1
- holidays/locale/nl/LC_MESSAGES/BE.po +12 -1
- holidays/locale/nl/LC_MESSAGES/CW.po +12 -1
- holidays/locale/nl/LC_MESSAGES/NL.po +12 -1
- holidays/locale/no/LC_MESSAGES/NO.po +12 -1
- holidays/locale/pap/LC_MESSAGES/AW.po +12 -1
- holidays/locale/pap/LC_MESSAGES/CW.po +12 -1
- holidays/locale/pl/LC_MESSAGES/PL.po +12 -1
- holidays/locale/pt_AO/LC_MESSAGES/AO.po +12 -1
- holidays/locale/pt_MZ/LC_MESSAGES/MZ.po +12 -1
- holidays/locale/pt_PT/LC_MESSAGES/PT.po +12 -1
- holidays/locale/pt_TL/LC_MESSAGES/TL.po +12 -1
- holidays/locale/ro/LC_MESSAGES/MD.mo +0 -0
- holidays/locale/ro/LC_MESSAGES/MD.po +20 -9
- holidays/locale/ro/LC_MESSAGES/RO.po +12 -1
- holidays/locale/ru/LC_MESSAGES/RU.po +12 -1
- holidays/locale/sk/LC_MESSAGES/CZ.po +12 -1
- holidays/locale/sk/LC_MESSAGES/SK.po +12 -1
- holidays/locale/sl/LC_MESSAGES/SI.po +12 -1
- holidays/locale/sr/LC_MESSAGES/BA.po +12 -1
- holidays/locale/sr/LC_MESSAGES/RS.po +12 -1
- holidays/locale/sv/LC_MESSAGES/FI.po +12 -1
- holidays/locale/sv/LC_MESSAGES/SE.po +12 -1
- holidays/locale/sw/LC_MESSAGES/TZ.po +12 -1
- holidays/locale/tet/LC_MESSAGES/TL.po +12 -1
- holidays/locale/th/LC_MESSAGES/BN.po +12 -1
- holidays/locale/th/LC_MESSAGES/CA.po +12 -1
- holidays/locale/th/LC_MESSAGES/CN.po +12 -1
- holidays/locale/th/LC_MESSAGES/JP.po +12 -1
- holidays/locale/th/LC_MESSAGES/KH.po +12 -1
- holidays/locale/th/LC_MESSAGES/KR.po +12 -1
- holidays/locale/th/LC_MESSAGES/LA.po +12 -1
- holidays/locale/th/LC_MESSAGES/TH.po +12 -1
- holidays/locale/th/LC_MESSAGES/TW.po +12 -1
- holidays/locale/to/LC_MESSAGES/TO.po +12 -1
- holidays/locale/tr/LC_MESSAGES/TR.po +12 -1
- holidays/locale/uk/LC_MESSAGES/AO.po +12 -1
- holidays/locale/uk/LC_MESSAGES/AR.po +12 -1
- holidays/locale/uk/LC_MESSAGES/AT.po +12 -1
- holidays/locale/uk/LC_MESSAGES/AW.po +12 -1
- holidays/locale/uk/LC_MESSAGES/AZ.po +12 -1
- holidays/locale/uk/LC_MESSAGES/BA.po +12 -1
- holidays/locale/uk/LC_MESSAGES/BE.po +12 -1
- holidays/locale/uk/LC_MESSAGES/BG.po +12 -1
- holidays/locale/uk/LC_MESSAGES/BO.po +12 -1
- holidays/locale/uk/LC_MESSAGES/CH.po +12 -1
- holidays/locale/uk/LC_MESSAGES/CL.po +12 -1
- holidays/locale/uk/LC_MESSAGES/CO.po +12 -1
- holidays/locale/uk/LC_MESSAGES/CR.po +12 -1
- holidays/locale/uk/LC_MESSAGES/CU.po +12 -1
- holidays/locale/uk/LC_MESSAGES/CW.po +12 -1
- holidays/locale/uk/LC_MESSAGES/CY.po +12 -1
- holidays/locale/uk/LC_MESSAGES/CZ.po +12 -1
- holidays/locale/uk/LC_MESSAGES/DE.po +12 -1
- holidays/locale/uk/LC_MESSAGES/DK.po +12 -1
- holidays/locale/uk/LC_MESSAGES/DO.po +12 -1
- holidays/locale/uk/LC_MESSAGES/EC.po +12 -1
- holidays/locale/uk/LC_MESSAGES/EE.po +12 -1
- holidays/locale/uk/LC_MESSAGES/ES.po +12 -1
- holidays/locale/uk/LC_MESSAGES/FI.po +12 -1
- holidays/locale/uk/LC_MESSAGES/FR.po +12 -1
- holidays/locale/uk/LC_MESSAGES/GE.po +12 -1
- holidays/locale/uk/LC_MESSAGES/GR.po +12 -1
- holidays/locale/uk/LC_MESSAGES/HN.po +12 -1
- holidays/locale/uk/LC_MESSAGES/HR.po +12 -1
- holidays/locale/uk/LC_MESSAGES/HU.po +12 -1
- holidays/locale/uk/LC_MESSAGES/ID.po +12 -1
- holidays/locale/uk/LC_MESSAGES/IL.po +12 -1
- holidays/locale/uk/LC_MESSAGES/IS.po +12 -1
- holidays/locale/uk/LC_MESSAGES/LI.po +12 -1
- holidays/locale/uk/LC_MESSAGES/LT.po +12 -1
- holidays/locale/uk/LC_MESSAGES/LU.po +12 -1
- holidays/locale/uk/LC_MESSAGES/LV.po +12 -1
- holidays/locale/uk/LC_MESSAGES/MC.po +12 -1
- holidays/locale/uk/LC_MESSAGES/MD.mo +0 -0
- holidays/locale/uk/LC_MESSAGES/MD.po +20 -9
- holidays/locale/uk/LC_MESSAGES/MG.po +12 -1
- holidays/locale/uk/LC_MESSAGES/MX.po +12 -1
- holidays/locale/uk/LC_MESSAGES/MZ.po +12 -1
- holidays/locale/uk/LC_MESSAGES/NI.po +12 -1
- holidays/locale/uk/LC_MESSAGES/NL.po +12 -1
- holidays/locale/uk/LC_MESSAGES/NO.po +12 -1
- holidays/locale/uk/LC_MESSAGES/PE.po +12 -1
- holidays/locale/uk/LC_MESSAGES/PL.po +12 -1
- holidays/locale/uk/LC_MESSAGES/PT.po +12 -1
- holidays/locale/uk/LC_MESSAGES/PY.po +12 -1
- holidays/locale/uk/LC_MESSAGES/RO.po +12 -1
- holidays/locale/uk/LC_MESSAGES/SE.po +12 -1
- holidays/locale/uk/LC_MESSAGES/SI.po +12 -1
- holidays/locale/uk/LC_MESSAGES/SK.po +12 -1
- holidays/locale/uk/LC_MESSAGES/TR.po +12 -1
- holidays/locale/uk/LC_MESSAGES/UA.po +12 -1
- holidays/locale/uk/LC_MESSAGES/UY.po +12 -1
- holidays/locale/uk/LC_MESSAGES/UZ.po +12 -1
- holidays/locale/uk/LC_MESSAGES/VE.po +12 -1
- holidays/locale/uz/LC_MESSAGES/UZ.po +12 -1
- holidays/locale/zh_CN/LC_MESSAGES/CN.po +12 -1
- holidays/locale/zh_CN/LC_MESSAGES/TW.po +12 -1
- holidays/locale/zh_TW/LC_MESSAGES/CN.po +12 -1
- holidays/locale/zh_TW/LC_MESSAGES/TW.po +12 -1
- holidays/observed_holiday_base.py +5 -4
- holidays/registry.py +7 -4
- holidays/utils.py +5 -4
- {holidays-0.44.dist-info → holidays-0.46.dist-info}/AUTHORS +4 -0
- {holidays-0.44.dist-info → holidays-0.46.dist-info}/LICENSE +5 -2
- {holidays-0.44.dist-info → holidays-0.46.dist-info}/METADATA +72 -55
- holidays-0.46.dist-info/RECORD +711 -0
- {holidays-0.44.dist-info → holidays-0.46.dist-info}/WHEEL +1 -1
- holidays-0.44.dist-info/RECORD +0 -701
- {holidays-0.44.dist-info → holidays-0.46.dist-info}/top_level.txt +0 -0
|
@@ -1,5 +1,16 @@
|
|
|
1
|
+
# holidays
|
|
2
|
+
# --------
|
|
3
|
+
# A fast, efficient Python library for generating country, province and state
|
|
4
|
+
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
|
+
# specific date is a holiday as fast and flexible as possible.
|
|
6
|
+
#
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
|
|
8
|
+
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
|
+
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
|
+
# Website: https://github.com/vacanza/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Czechia holidays uk localization.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
+
# holidays
|
|
2
|
+
# --------
|
|
3
|
+
# A fast, efficient Python library for generating country, province and state
|
|
4
|
+
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
|
+
# specific date is a holiday as fast and flexible as possible.
|
|
6
|
+
#
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
|
|
8
|
+
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
|
+
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
|
+
# Website: https://github.com/vacanza/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Germany holidays uk localization.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
+
# holidays
|
|
2
|
+
# --------
|
|
3
|
+
# A fast, efficient Python library for generating country, province and state
|
|
4
|
+
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
|
+
# specific date is a holiday as fast and flexible as possible.
|
|
6
|
+
#
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
|
|
8
|
+
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
|
+
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
|
+
# Website: https://github.com/vacanza/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Denmark holidays uk localization.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
+
# holidays
|
|
2
|
+
# --------
|
|
3
|
+
# A fast, efficient Python library for generating country, province and state
|
|
4
|
+
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
|
+
# specific date is a holiday as fast and flexible as possible.
|
|
6
|
+
#
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
|
|
8
|
+
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
|
+
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
|
+
# Website: https://github.com/vacanza/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Dominican Republic holidays uk localization.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
+
# holidays
|
|
2
|
+
# --------
|
|
3
|
+
# A fast, efficient Python library for generating country, province and state
|
|
4
|
+
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
|
+
# specific date is a holiday as fast and flexible as possible.
|
|
6
|
+
#
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
|
|
8
|
+
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
|
+
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
|
+
# Website: https://github.com/vacanza/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Ecuador holidays uk localization.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
+
# holidays
|
|
2
|
+
# --------
|
|
3
|
+
# A fast, efficient Python library for generating country, province and state
|
|
4
|
+
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
|
+
# specific date is a holiday as fast and flexible as possible.
|
|
6
|
+
#
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
|
|
8
|
+
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
|
+
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
|
+
# Website: https://github.com/vacanza/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Estonia holidays uk localization.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
+
# holidays
|
|
2
|
+
# --------
|
|
3
|
+
# A fast, efficient Python library for generating country, province and state
|
|
4
|
+
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
|
+
# specific date is a holiday as fast and flexible as possible.
|
|
6
|
+
#
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
|
|
8
|
+
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
|
+
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
|
+
# Website: https://github.com/vacanza/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Spain holidays uk localization.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
+
# holidays
|
|
2
|
+
# --------
|
|
3
|
+
# A fast, efficient Python library for generating country, province and state
|
|
4
|
+
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
|
+
# specific date is a holiday as fast and flexible as possible.
|
|
6
|
+
#
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
|
|
8
|
+
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
|
+
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
|
+
# Website: https://github.com/vacanza/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Finland holidays uk localization.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
+
# holidays
|
|
2
|
+
# --------
|
|
3
|
+
# A fast, efficient Python library for generating country, province and state
|
|
4
|
+
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
|
+
# specific date is a holiday as fast and flexible as possible.
|
|
6
|
+
#
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
|
|
8
|
+
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
|
+
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
|
+
# Website: https://github.com/vacanza/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# France holidays uk localization.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
+
# holidays
|
|
2
|
+
# --------
|
|
3
|
+
# A fast, efficient Python library for generating country, province and state
|
|
4
|
+
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
|
+
# specific date is a holiday as fast and flexible as possible.
|
|
6
|
+
#
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
|
|
8
|
+
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
|
+
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
|
+
# Website: https://github.com/vacanza/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Georgia holidays uk localization.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
+
# holidays
|
|
2
|
+
# --------
|
|
3
|
+
# A fast, efficient Python library for generating country, province and state
|
|
4
|
+
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
|
+
# specific date is a holiday as fast and flexible as possible.
|
|
6
|
+
#
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
|
|
8
|
+
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
|
+
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
|
+
# Website: https://github.com/vacanza/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Greece holidays uk localization.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
+
# holidays
|
|
2
|
+
# --------
|
|
3
|
+
# A fast, efficient Python library for generating country, province and state
|
|
4
|
+
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
|
+
# specific date is a holiday as fast and flexible as possible.
|
|
6
|
+
#
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
|
|
8
|
+
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
|
+
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
|
+
# Website: https://github.com/vacanza/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Honduras holidays uk localization.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
+
# holidays
|
|
2
|
+
# --------
|
|
3
|
+
# A fast, efficient Python library for generating country, province and state
|
|
4
|
+
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
|
+
# specific date is a holiday as fast and flexible as possible.
|
|
6
|
+
#
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
|
|
8
|
+
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
|
+
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
|
+
# Website: https://github.com/vacanza/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Croatia holidays uk localization.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
+
# holidays
|
|
2
|
+
# --------
|
|
3
|
+
# A fast, efficient Python library for generating country, province and state
|
|
4
|
+
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
|
+
# specific date is a holiday as fast and flexible as possible.
|
|
6
|
+
#
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
|
|
8
|
+
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
|
+
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
|
+
# Website: https://github.com/vacanza/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Hungary holidays uk localization.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
+
# holidays
|
|
2
|
+
# --------
|
|
3
|
+
# A fast, efficient Python library for generating country, province and state
|
|
4
|
+
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
|
+
# specific date is a holiday as fast and flexible as possible.
|
|
6
|
+
#
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
|
|
8
|
+
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
|
+
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
|
+
# Website: https://github.com/vacanza/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Indonesia holidays uk localization.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
+
# holidays
|
|
2
|
+
# --------
|
|
3
|
+
# A fast, efficient Python library for generating country, province and state
|
|
4
|
+
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
|
+
# specific date is a holiday as fast and flexible as possible.
|
|
6
|
+
#
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
|
|
8
|
+
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
|
+
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
|
+
# Website: https://github.com/vacanza/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Israel holidays uk localization.
|
|
2
|
-
# Authors: Arkadii Yakovets <ark@cho.red>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
+
# holidays
|
|
2
|
+
# --------
|
|
3
|
+
# A fast, efficient Python library for generating country, province and state
|
|
4
|
+
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
|
+
# specific date is a holiday as fast and flexible as possible.
|
|
6
|
+
#
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
|
|
8
|
+
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
|
+
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
|
+
# Website: https://github.com/vacanza/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Iceland holidays uk localization.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
+
# holidays
|
|
2
|
+
# --------
|
|
3
|
+
# A fast, efficient Python library for generating country, province and state
|
|
4
|
+
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
|
+
# specific date is a holiday as fast and flexible as possible.
|
|
6
|
+
#
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
|
|
8
|
+
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
|
+
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
|
+
# Website: https://github.com/vacanza/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Liechtenstein holidays uk localization.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
+
# holidays
|
|
2
|
+
# --------
|
|
3
|
+
# A fast, efficient Python library for generating country, province and state
|
|
4
|
+
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
|
+
# specific date is a holiday as fast and flexible as possible.
|
|
6
|
+
#
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
|
|
8
|
+
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
|
+
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
|
+
# Website: https://github.com/vacanza/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Lithuania holidays uk localization.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
+
# holidays
|
|
2
|
+
# --------
|
|
3
|
+
# A fast, efficient Python library for generating country, province and state
|
|
4
|
+
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
|
+
# specific date is a holiday as fast and flexible as possible.
|
|
6
|
+
#
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
|
|
8
|
+
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
|
+
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
|
+
# Website: https://github.com/vacanza/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Luxembourg holidays uk localization.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
+
# holidays
|
|
2
|
+
# --------
|
|
3
|
+
# A fast, efficient Python library for generating country, province and state
|
|
4
|
+
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
|
+
# specific date is a holiday as fast and flexible as possible.
|
|
6
|
+
#
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
|
|
8
|
+
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
|
+
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
|
+
# Website: https://github.com/vacanza/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Latvia holidays uk localization.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
+
# holidays
|
|
2
|
+
# --------
|
|
3
|
+
# A fast, efficient Python library for generating country, province and state
|
|
4
|
+
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
|
+
# specific date is a holiday as fast and flexible as possible.
|
|
6
|
+
#
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
|
|
8
|
+
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
|
+
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
|
+
# Website: https://github.com/vacanza/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Monaco holidays uk localization.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
Binary file
|
|
@@ -1,11 +1,22 @@
|
|
|
1
|
+
# holidays
|
|
2
|
+
# --------
|
|
3
|
+
# A fast, efficient Python library for generating country, province and state
|
|
4
|
+
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
|
+
# specific date is a holiday as fast and flexible as possible.
|
|
6
|
+
#
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
|
|
8
|
+
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
|
+
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
|
+
# Website: https://github.com/vacanza/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Moldova holidays uk localization.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
6
|
-
"Project-Id-Version: Python Holidays 0.
|
|
17
|
+
"Project-Id-Version: Python Holidays 0.46\n"
|
|
7
18
|
"POT-Creation-Date: 2023-03-22 21:58+0200\n"
|
|
8
|
-
"PO-Revision-Date:
|
|
19
|
+
"PO-Revision-Date: 2024-03-20 21:12+0200\n"
|
|
9
20
|
"Last-Translator: ~Jhellico <jhellico@gmail.com>\n"
|
|
10
21
|
"Language-Team: Python Holidays localization team\n"
|
|
11
22
|
"Language: uk\n"
|
|
@@ -21,11 +32,11 @@ msgid "Anul Nou"
|
|
|
21
32
|
msgstr "Новий рік"
|
|
22
33
|
|
|
23
34
|
#. Christmas Day (by old style).
|
|
24
|
-
msgid "
|
|
35
|
+
msgid "Nașterea lui Iisus Hristos (Crăciunul pe stil vechi)"
|
|
25
36
|
msgstr "Різдво Христове (за старим стилем)"
|
|
26
37
|
|
|
27
38
|
#. Christmas Day.
|
|
28
|
-
msgid "
|
|
39
|
+
msgid "Nașterea lui Iisus Hristos (Crăciunul)"
|
|
29
40
|
msgstr "Різдво Христове"
|
|
30
41
|
|
|
31
42
|
#. International Women's Day.
|
|
@@ -33,11 +44,11 @@ msgid "Ziua internatională a femeii"
|
|
|
33
44
|
msgstr "Міжнародний жіночий день"
|
|
34
45
|
|
|
35
46
|
#. Easter.
|
|
36
|
-
msgid "
|
|
47
|
+
msgid "Paștele"
|
|
37
48
|
msgstr "Великдень"
|
|
38
49
|
|
|
39
50
|
#. Day of Rejoicing.
|
|
40
|
-
msgid "
|
|
51
|
+
msgid "Paștele blajinilor"
|
|
41
52
|
msgstr "Проводи"
|
|
42
53
|
|
|
43
54
|
#. International Workers' Solidarity Day.
|
|
@@ -47,7 +58,7 @@ msgstr "День міжнародної солідарності трудящи
|
|
|
47
58
|
#. Victory Day and Commemoration of the heroes fallen for Independence of
|
|
48
59
|
#. Fatherland.
|
|
49
60
|
msgid ""
|
|
50
|
-
"Ziua Victoriei
|
|
61
|
+
"Ziua Victoriei și a comemorării eroilor căzuţi pentru Independenţa Patriei"
|
|
51
62
|
msgstr ""
|
|
52
63
|
"День Перемоги та вшанування памʼяті героїв, полеглих за незалежність "
|
|
53
64
|
"Батьківщини"
|
|
@@ -69,5 +80,5 @@ msgid "Limba noastră"
|
|
|
69
80
|
msgstr "День рідної мови"
|
|
70
81
|
|
|
71
82
|
#. Christmas Day (by new style).
|
|
72
|
-
msgid "
|
|
83
|
+
msgid "Nașterea lui Iisus Hristos (Crăciunul pe stil nou)"
|
|
73
84
|
msgstr "Різдво Христове (за новим стилем)"
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
+
# holidays
|
|
2
|
+
# --------
|
|
3
|
+
# A fast, efficient Python library for generating country, province and state
|
|
4
|
+
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
|
+
# specific date is a holiday as fast and flexible as possible.
|
|
6
|
+
#
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
|
|
8
|
+
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
|
+
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
|
+
# Website: https://github.com/vacanza/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Madagascar holidays uk localization.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
+
# holidays
|
|
2
|
+
# --------
|
|
3
|
+
# A fast, efficient Python library for generating country, province and state
|
|
4
|
+
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
|
+
# specific date is a holiday as fast and flexible as possible.
|
|
6
|
+
#
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
|
|
8
|
+
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
|
+
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
|
+
# Website: https://github.com/vacanza/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Mexico holidays uk localization.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
+
# holidays
|
|
2
|
+
# --------
|
|
3
|
+
# A fast, efficient Python library for generating country, province and state
|
|
4
|
+
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
|
+
# specific date is a holiday as fast and flexible as possible.
|
|
6
|
+
#
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
|
|
8
|
+
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
|
+
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
|
+
# Website: https://github.com/vacanza/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Mozambique holidays uk localization.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
+
# holidays
|
|
2
|
+
# --------
|
|
3
|
+
# A fast, efficient Python library for generating country, province and state
|
|
4
|
+
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
|
+
# specific date is a holiday as fast and flexible as possible.
|
|
6
|
+
#
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
|
|
8
|
+
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
|
+
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
|
+
# Website: https://github.com/vacanza/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Nicaragua holidays uk localization.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
+
# holidays
|
|
2
|
+
# --------
|
|
3
|
+
# A fast, efficient Python library for generating country, province and state
|
|
4
|
+
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
|
+
# specific date is a holiday as fast and flexible as possible.
|
|
6
|
+
#
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
|
|
8
|
+
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
|
+
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
|
+
# Website: https://github.com/vacanza/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Netherlands holidays uk localization.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
+
# holidays
|
|
2
|
+
# --------
|
|
3
|
+
# A fast, efficient Python library for generating country, province and state
|
|
4
|
+
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
|
+
# specific date is a holiday as fast and flexible as possible.
|
|
6
|
+
#
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
|
|
8
|
+
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
|
+
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
|
+
# Website: https://github.com/vacanza/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Norway holidays uk localization.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
+
# holidays
|
|
2
|
+
# --------
|
|
3
|
+
# A fast, efficient Python library for generating country, province and state
|
|
4
|
+
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
|
+
# specific date is a holiday as fast and flexible as possible.
|
|
6
|
+
#
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
|
|
8
|
+
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
|
+
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
|
+
# Website: https://github.com/vacanza/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Peru holidays uk localization.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
+
# holidays
|
|
2
|
+
# --------
|
|
3
|
+
# A fast, efficient Python library for generating country, province and state
|
|
4
|
+
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
|
+
# specific date is a holiday as fast and flexible as possible.
|
|
6
|
+
#
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
|
|
8
|
+
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
|
+
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
|
+
# Website: https://github.com/vacanza/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Poland holidays Ukrainian translation.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
+
# holidays
|
|
2
|
+
# --------
|
|
3
|
+
# A fast, efficient Python library for generating country, province and state
|
|
4
|
+
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
|
+
# specific date is a holiday as fast and flexible as possible.
|
|
6
|
+
#
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
|
|
8
|
+
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
|
+
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
|
+
# Website: https://github.com/vacanza/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Portugal holidays uk localization.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|