From 1f3170fe5db8d5c9d322fda3261988103697228d Mon Sep 17 00:00:00 2001 From: Arkadii Yakovets <2201626+arkid15r@users.noreply.github.com> Date: Mon, 7 Oct 2024 09:34:00 -0700 Subject: [PATCH] Move to `holidays` from `python-holidays` (#2027) --- .github/ISSUE_TEMPLATE/config.yml | 6 +-- .github/PULL_REQUEST_TEMPLATE.md | 8 +-- .github/workflows/ci-cd.yml | 6 +-- .github/workflows/pre-commit-autoupdate.yml | 2 +- .github/workflows/update-snapshots.yml | 2 +- AUTHORS | 4 +- CONTRIBUTING.rst | 14 ++--- README.rst | 52 +++++++++---------- RELEASE.rst | 20 +++---- docs/file_header.txt | 2 +- docs/source/conf.py | 4 +- docs/source/index.rst | 2 +- holidays/__init__.py | 2 +- holidays/calendars/__init__.py | 2 +- holidays/calendars/buddhist.py | 2 +- holidays/calendars/chinese.py | 2 +- holidays/calendars/custom.py | 2 +- holidays/calendars/gregorian.py | 2 +- holidays/calendars/hebrew.py | 2 +- holidays/calendars/hindu.py | 2 +- holidays/calendars/islamic.py | 2 +- holidays/calendars/julian.py | 2 +- holidays/calendars/julian_revised.py | 2 +- holidays/calendars/persian.py | 2 +- holidays/calendars/thai.py | 2 +- holidays/constants.py | 2 +- holidays/countries/__init__.py | 2 +- holidays/countries/albania.py | 2 +- holidays/countries/algeria.py | 2 +- holidays/countries/american_samoa.py | 2 +- holidays/countries/andorra.py | 2 +- holidays/countries/angola.py | 2 +- holidays/countries/argentina.py | 2 +- holidays/countries/armenia.py | 2 +- holidays/countries/aruba.py | 2 +- holidays/countries/australia.py | 2 +- holidays/countries/austria.py | 2 +- holidays/countries/azerbaijan.py | 2 +- holidays/countries/bahamas.py | 2 +- holidays/countries/bahrain.py | 2 +- holidays/countries/bangladesh.py | 2 +- holidays/countries/barbados.py | 2 +- holidays/countries/belarus.py | 2 +- holidays/countries/belgium.py | 2 +- holidays/countries/belize.py | 2 +- holidays/countries/bolivia.py | 2 +- holidays/countries/bosnia_and_herzegovina.py | 2 +- holidays/countries/botswana.py | 2 +- holidays/countries/brazil.py | 2 +- holidays/countries/brunei.py | 2 +- holidays/countries/bulgaria.py | 2 +- holidays/countries/burkina_faso.py | 2 +- holidays/countries/burundi.py | 2 +- holidays/countries/cambodia.py | 2 +- holidays/countries/cameroon.py | 2 +- holidays/countries/canada.py | 2 +- holidays/countries/chad.py | 2 +- holidays/countries/chile.py | 2 +- holidays/countries/china.py | 2 +- holidays/countries/colombia.py | 2 +- holidays/countries/congo.py | 2 +- holidays/countries/costa_rica.py | 2 +- holidays/countries/croatia.py | 2 +- holidays/countries/cuba.py | 2 +- holidays/countries/curacao.py | 2 +- holidays/countries/cyprus.py | 2 +- holidays/countries/czechia.py | 2 +- holidays/countries/denmark.py | 2 +- holidays/countries/djibouti.py | 2 +- holidays/countries/dominica.py | 2 +- holidays/countries/dominican_republic.py | 2 +- holidays/countries/ecuador.py | 2 +- holidays/countries/egypt.py | 2 +- holidays/countries/el_salvador.py | 2 +- holidays/countries/estonia.py | 2 +- holidays/countries/eswatini.py | 2 +- holidays/countries/ethiopia.py | 2 +- holidays/countries/finland.py | 2 +- holidays/countries/france.py | 2 +- holidays/countries/gabon.py | 2 +- holidays/countries/georgia.py | 2 +- holidays/countries/germany.py | 2 +- holidays/countries/ghana.py | 2 +- holidays/countries/greece.py | 2 +- holidays/countries/greenland.py | 2 +- holidays/countries/guam.py | 2 +- holidays/countries/guatemala.py | 2 +- holidays/countries/haiti.py | 2 +- holidays/countries/honduras.py | 2 +- holidays/countries/hongkong.py | 2 +- holidays/countries/hungary.py | 2 +- holidays/countries/iceland.py | 2 +- holidays/countries/india.py | 2 +- holidays/countries/indonesia.py | 2 +- holidays/countries/iran.py | 2 +- holidays/countries/ireland.py | 2 +- holidays/countries/isle_of_man.py | 2 +- holidays/countries/israel.py | 2 +- holidays/countries/italy.py | 2 +- holidays/countries/jamaica.py | 2 +- holidays/countries/japan.py | 2 +- holidays/countries/jersey.py | 2 +- holidays/countries/jordan.py | 2 +- holidays/countries/kazakhstan.py | 2 +- holidays/countries/kenya.py | 2 +- holidays/countries/kuwait.py | 2 +- holidays/countries/kyrgyzstan.py | 2 +- holidays/countries/laos.py | 2 +- holidays/countries/latvia.py | 2 +- holidays/countries/lesotho.py | 2 +- holidays/countries/liechtenstein.py | 2 +- holidays/countries/lithuania.py | 2 +- holidays/countries/luxembourg.py | 2 +- holidays/countries/madagascar.py | 2 +- holidays/countries/malawi.py | 2 +- holidays/countries/malaysia.py | 2 +- holidays/countries/maldives.py | 2 +- holidays/countries/malta.py | 2 +- holidays/countries/marshall_islands.py | 2 +- holidays/countries/mauritania.py | 13 +---- holidays/countries/mexico.py | 2 +- holidays/countries/moldova.py | 2 +- holidays/countries/monaco.py | 2 +- holidays/countries/montenegro.py | 2 +- holidays/countries/morocco.py | 2 +- holidays/countries/mozambique.py | 2 +- holidays/countries/namibia.py | 2 +- holidays/countries/netherlands.py | 2 +- holidays/countries/new_zealand.py | 2 +- holidays/countries/nicaragua.py | 2 +- holidays/countries/nigeria.py | 2 +- holidays/countries/north_macedonia.py | 2 +- .../countries/northern_mariana_islands.py | 2 +- holidays/countries/norway.py | 2 +- holidays/countries/pakistan.py | 2 +- holidays/countries/palau.py | 2 +- holidays/countries/panama.py | 2 +- holidays/countries/papua_new_guinea.py | 2 +- holidays/countries/paraguay.py | 2 +- holidays/countries/peru.py | 2 +- holidays/countries/philippines.py | 2 +- holidays/countries/poland.py | 2 +- holidays/countries/portugal.py | 2 +- holidays/countries/puerto_rico.py | 2 +- holidays/countries/romania.py | 2 +- holidays/countries/russia.py | 2 +- holidays/countries/saint_kitts_and_nevis.py | 2 +- holidays/countries/samoa.py | 2 +- holidays/countries/san_marino.py | 2 +- holidays/countries/saudi_arabia.py | 2 +- holidays/countries/serbia.py | 2 +- holidays/countries/seychelles.py | 2 +- holidays/countries/singapore.py | 2 +- holidays/countries/slovakia.py | 2 +- holidays/countries/slovenia.py | 2 +- holidays/countries/south_africa.py | 2 +- holidays/countries/south_korea.py | 2 +- holidays/countries/spain.py | 2 +- holidays/countries/sweden.py | 2 +- holidays/countries/switzerland.py | 2 +- holidays/countries/taiwan.py | 2 +- holidays/countries/tanzania.py | 2 +- holidays/countries/thailand.py | 4 +- holidays/countries/timor_leste.py | 2 +- holidays/countries/tonga.py | 2 +- holidays/countries/tunisia.py | 2 +- holidays/countries/turkey.py | 2 +- holidays/countries/ukraine.py | 2 +- holidays/countries/united_arab_emirates.py | 2 +- holidays/countries/united_kingdom.py | 2 +- holidays/countries/united_states.py | 2 +- .../united_states_minor_outlying_islands.py | 2 +- .../countries/united_states_virgin_islands.py | 2 +- holidays/countries/uruguay.py | 2 +- holidays/countries/uzbekistan.py | 2 +- holidays/countries/vanuatu.py | 2 +- holidays/countries/vatican_city.py | 2 +- holidays/countries/venezuela.py | 2 +- holidays/countries/vietnam.py | 2 +- holidays/countries/zambia.py | 2 +- holidays/countries/zimbabwe.py | 2 +- holidays/deprecation.py | 6 +-- holidays/financial/__init__.py | 2 +- holidays/financial/european_central_bank.py | 2 +- holidays/financial/ice_futures_europe.py | 2 +- holidays/financial/ny_stock_exchange.py | 2 +- holidays/groups/__init__.py | 2 +- holidays/groups/buddhist.py | 2 +- holidays/groups/chinese.py | 2 +- holidays/groups/christian.py | 2 +- holidays/groups/custom.py | 2 +- holidays/groups/hindu.py | 2 +- holidays/groups/international.py | 2 +- holidays/groups/islamic.py | 2 +- holidays/groups/persian.py | 2 +- holidays/groups/thai.py | 2 +- holidays/helpers.py | 2 +- holidays/holiday_base.py | 2 +- holidays/locale/am/LC_MESSAGES/ET.po | 6 +-- holidays/locale/ar/LC_MESSAGES/AE.po | 6 +-- holidays/locale/ar/LC_MESSAGES/BH.po | 6 +-- holidays/locale/ar/LC_MESSAGES/CA.po | 6 +-- holidays/locale/ar/LC_MESSAGES/DJ.po | 6 +-- holidays/locale/ar/LC_MESSAGES/DZ.po | 6 +-- holidays/locale/ar/LC_MESSAGES/EG.po | 6 +-- holidays/locale/ar/LC_MESSAGES/ET.po | 6 +-- holidays/locale/ar/LC_MESSAGES/JO.po | 6 +-- holidays/locale/ar/LC_MESSAGES/KW.po | 6 +-- holidays/locale/ar/LC_MESSAGES/MA.po | 6 +-- holidays/locale/ar/LC_MESSAGES/SA.po | 6 +-- holidays/locale/ar/LC_MESSAGES/TN.po | 6 +-- holidays/locale/ar/LC_MESSAGES/UA.po | 6 +-- holidays/locale/az/LC_MESSAGES/AZ.po | 6 +-- holidays/locale/be/LC_MESSAGES/BY.po | 6 +-- holidays/locale/bg/LC_MESSAGES/BG.po | 6 +-- holidays/locale/bs/LC_MESSAGES/BA.po | 6 +-- holidays/locale/cs/LC_MESSAGES/CZ.po | 6 +-- holidays/locale/da/LC_MESSAGES/DK.po | 6 +-- holidays/locale/da/LC_MESSAGES/GL.po | 6 +-- holidays/locale/de/LC_MESSAGES/AT.po | 6 +-- holidays/locale/de/LC_MESSAGES/BE.po | 6 +-- holidays/locale/de/LC_MESSAGES/CH.po | 6 +-- holidays/locale/de/LC_MESSAGES/DE.po | 6 +-- holidays/locale/de/LC_MESSAGES/LI.po | 6 +-- holidays/locale/de/LC_MESSAGES/LU.po | 6 +-- holidays/locale/el/LC_MESSAGES/CY.po | 6 +-- holidays/locale/el/LC_MESSAGES/GR.po | 6 +-- holidays/locale/en_AU/LC_MESSAGES/AU.po | 6 +-- holidays/locale/en_CA/LC_MESSAGES/CA.po | 6 +-- holidays/locale/en_CY/LC_MESSAGES/CY.po | 6 +-- holidays/locale/en_SC/LC_MESSAGES/SC.po | 6 +-- holidays/locale/en_SG/LC_MESSAGES/SG.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/AE.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/AM.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/AO.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/AR.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/AT.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/AU.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/AW.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/AZ.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/BA.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/BE.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/BG.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/BH.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/BN.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/BO.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/BY.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/CA.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/CG.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/CH.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/CL.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/CN.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/CO.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/CR.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/CU.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/CW.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/CY.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/CZ.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/DE.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/DJ.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/DK.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/DO.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/DZ.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/EC.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/EE.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/EG.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/ES.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/ET.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/FI.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/FR.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/GE.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/GL.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/GR.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/GT.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/HN.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/HR.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/HT.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/HU.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/ID.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/IL.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/IR.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/IS.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/JO.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/JP.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/KH.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/KR.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/KW.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/KZ.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/LA.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/LI.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/LT.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/LU.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/LV.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/MA.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/MC.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/MD.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/MG.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/MT.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/MX.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/MY.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/MZ.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/NI.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/NL.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/NO.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/PE.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/PL.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/PT.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/PY.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/RO.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/RS.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/RU.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/SA.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/SC.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/SE.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/SG.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/SI.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/SK.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/TH.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/TL.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/TN.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/TO.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/TR.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/TW.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/TZ.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/UA.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/UY.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/UZ.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/VE.po | 6 +-- holidays/locale/en_US/LC_MESSAGES/VN.po | 6 +-- holidays/locale/es/LC_MESSAGES/AR.po | 6 +-- holidays/locale/es/LC_MESSAGES/BO.po | 6 +-- holidays/locale/es/LC_MESSAGES/CL.po | 6 +-- holidays/locale/es/LC_MESSAGES/CO.po | 6 +-- holidays/locale/es/LC_MESSAGES/CR.po | 6 +-- holidays/locale/es/LC_MESSAGES/CU.po | 6 +-- holidays/locale/es/LC_MESSAGES/DO.po | 6 +-- holidays/locale/es/LC_MESSAGES/EC.po | 6 +-- holidays/locale/es/LC_MESSAGES/ES.po | 6 +-- holidays/locale/es/LC_MESSAGES/GT.po | 6 +-- holidays/locale/es/LC_MESSAGES/HN.po | 6 +-- holidays/locale/es/LC_MESSAGES/HT.po | 6 +-- holidays/locale/es/LC_MESSAGES/MX.po | 6 +-- holidays/locale/es/LC_MESSAGES/NI.po | 6 +-- holidays/locale/es/LC_MESSAGES/PE.po | 6 +-- holidays/locale/es/LC_MESSAGES/PY.po | 6 +-- holidays/locale/es/LC_MESSAGES/UY.po | 6 +-- holidays/locale/es/LC_MESSAGES/VE.po | 6 +-- holidays/locale/et/LC_MESSAGES/EE.po | 6 +-- holidays/locale/fa/LC_MESSAGES/IR.po | 6 +-- holidays/locale/fi/LC_MESSAGES/FI.po | 6 +-- holidays/locale/fr/LC_MESSAGES/BE.po | 6 +-- holidays/locale/fr/LC_MESSAGES/CA.po | 6 +-- holidays/locale/fr/LC_MESSAGES/CG.po | 6 +-- holidays/locale/fr/LC_MESSAGES/CH.po | 6 +-- holidays/locale/fr/LC_MESSAGES/DJ.po | 6 +-- holidays/locale/fr/LC_MESSAGES/DZ.po | 6 +-- holidays/locale/fr/LC_MESSAGES/FR.po | 6 +-- holidays/locale/fr/LC_MESSAGES/LU.po | 6 +-- holidays/locale/fr/LC_MESSAGES/MA.po | 6 +-- holidays/locale/fr/LC_MESSAGES/MC.po | 6 +-- holidays/locale/fr_HT/LC_MESSAGES/HT.po | 6 +-- holidays/locale/he/LC_MESSAGES/IL.po | 6 +-- holidays/locale/hr/LC_MESSAGES/HR.po | 6 +-- holidays/locale/ht/LC_MESSAGES/HT.po | 6 +-- holidays/locale/hu/LC_MESSAGES/HU.po | 6 +-- holidays/locale/hy/LC_MESSAGES/AM.po | 6 +-- holidays/locale/id/LC_MESSAGES/ID.po | 6 +-- holidays/locale/is/LC_MESSAGES/IS.po | 6 +-- holidays/locale/it/LC_MESSAGES/CH.po | 6 +-- holidays/locale/ja/LC_MESSAGES/JP.po | 6 +-- holidays/locale/ka/LC_MESSAGES/GE.po | 6 +-- holidays/locale/kk/LC_MESSAGES/KZ.po | 6 +-- holidays/locale/kl/LC_MESSAGES/GL.po | 6 +-- holidays/locale/km/LC_MESSAGES/KH.po | 6 +-- holidays/locale/ko/LC_MESSAGES/KR.po | 6 +-- holidays/locale/lb/LC_MESSAGES/LU.po | 6 +-- holidays/locale/lo/LC_MESSAGES/LA.po | 6 +-- holidays/locale/lt/LC_MESSAGES/LT.po | 6 +-- holidays/locale/lv/LC_MESSAGES/LV.po | 6 +-- holidays/locale/mg/LC_MESSAGES/MG.po | 6 +-- holidays/locale/ms/LC_MESSAGES/BN.po | 6 +-- holidays/locale/ms_MY/LC_MESSAGES/MY.po | 6 +-- holidays/locale/mt/LC_MESSAGES/MT.po | 6 +-- holidays/locale/nl/LC_MESSAGES/AW.po | 6 +-- holidays/locale/nl/LC_MESSAGES/BE.po | 6 +-- holidays/locale/nl/LC_MESSAGES/CW.po | 6 +-- holidays/locale/nl/LC_MESSAGES/NL.po | 6 +-- holidays/locale/no/LC_MESSAGES/NO.po | 6 +-- holidays/locale/pap_AW/LC_MESSAGES/AW.po | 6 +-- holidays/locale/pap_CW/LC_MESSAGES/CW.po | 6 +-- holidays/locale/pl/LC_MESSAGES/PL.po | 6 +-- holidays/locale/pot/UA.pot | 6 +-- holidays/locale/pt_AO/LC_MESSAGES/AO.po | 6 +-- holidays/locale/pt_MZ/LC_MESSAGES/MZ.po | 6 +-- holidays/locale/pt_PT/LC_MESSAGES/PT.po | 6 +-- holidays/locale/pt_TL/LC_MESSAGES/TL.po | 6 +-- holidays/locale/ro/LC_MESSAGES/MD.po | 6 +-- holidays/locale/ro/LC_MESSAGES/RO.po | 6 +-- holidays/locale/ru/LC_MESSAGES/RU.po | 6 +-- holidays/locale/sk/LC_MESSAGES/CZ.po | 8 +-- holidays/locale/sk/LC_MESSAGES/SK.po | 6 +-- holidays/locale/sl/LC_MESSAGES/SI.po | 6 +-- holidays/locale/sr/LC_MESSAGES/BA.po | 6 +-- holidays/locale/sr/LC_MESSAGES/RS.po | 6 +-- holidays/locale/sv/LC_MESSAGES/SE.po | 6 +-- holidays/locale/sv_FI/LC_MESSAGES/FI.po | 6 +-- holidays/locale/sw/LC_MESSAGES/TZ.po | 6 +-- holidays/locale/tet/LC_MESSAGES/TL.po | 6 +-- holidays/locale/th/LC_MESSAGES/AU.po | 6 +-- holidays/locale/th/LC_MESSAGES/BN.po | 6 +-- holidays/locale/th/LC_MESSAGES/CA.po | 6 +-- holidays/locale/th/LC_MESSAGES/CN.po | 6 +-- holidays/locale/th/LC_MESSAGES/DE.po | 6 +-- holidays/locale/th/LC_MESSAGES/JP.po | 6 +-- holidays/locale/th/LC_MESSAGES/KH.po | 6 +-- holidays/locale/th/LC_MESSAGES/KR.po | 6 +-- holidays/locale/th/LC_MESSAGES/LA.po | 6 +-- holidays/locale/th/LC_MESSAGES/MY.po | 6 +-- holidays/locale/th/LC_MESSAGES/SE.po | 6 +-- holidays/locale/th/LC_MESSAGES/SG.po | 6 +-- holidays/locale/th/LC_MESSAGES/TH.po | 6 +-- holidays/locale/th/LC_MESSAGES/TW.po | 6 +-- holidays/locale/to/LC_MESSAGES/TO.po | 6 +-- holidays/locale/tr/LC_MESSAGES/TR.po | 6 +-- holidays/locale/uk/LC_MESSAGES/AO.po | 6 +-- holidays/locale/uk/LC_MESSAGES/AR.po | 6 +-- holidays/locale/uk/LC_MESSAGES/AT.po | 6 +-- holidays/locale/uk/LC_MESSAGES/AW.po | 6 +-- holidays/locale/uk/LC_MESSAGES/AZ.po | 6 +-- holidays/locale/uk/LC_MESSAGES/BA.po | 6 +-- holidays/locale/uk/LC_MESSAGES/BE.po | 6 +-- holidays/locale/uk/LC_MESSAGES/BG.po | 6 +-- holidays/locale/uk/LC_MESSAGES/BO.po | 6 +-- holidays/locale/uk/LC_MESSAGES/CH.po | 6 +-- holidays/locale/uk/LC_MESSAGES/CL.po | 6 +-- holidays/locale/uk/LC_MESSAGES/CO.po | 6 +-- holidays/locale/uk/LC_MESSAGES/CR.po | 6 +-- holidays/locale/uk/LC_MESSAGES/CU.po | 6 +-- holidays/locale/uk/LC_MESSAGES/CW.po | 6 +-- holidays/locale/uk/LC_MESSAGES/CY.po | 6 +-- holidays/locale/uk/LC_MESSAGES/CZ.po | 6 +-- holidays/locale/uk/LC_MESSAGES/DE.po | 6 +-- holidays/locale/uk/LC_MESSAGES/DK.po | 6 +-- holidays/locale/uk/LC_MESSAGES/DO.po | 6 +-- holidays/locale/uk/LC_MESSAGES/EC.po | 6 +-- holidays/locale/uk/LC_MESSAGES/EE.po | 6 +-- holidays/locale/uk/LC_MESSAGES/ES.po | 6 +-- holidays/locale/uk/LC_MESSAGES/FI.po | 6 +-- holidays/locale/uk/LC_MESSAGES/FR.po | 6 +-- holidays/locale/uk/LC_MESSAGES/GE.po | 6 +-- holidays/locale/uk/LC_MESSAGES/GR.po | 6 +-- holidays/locale/uk/LC_MESSAGES/HN.po | 6 +-- holidays/locale/uk/LC_MESSAGES/HR.po | 6 +-- holidays/locale/uk/LC_MESSAGES/HU.po | 6 +-- holidays/locale/uk/LC_MESSAGES/ID.po | 6 +-- holidays/locale/uk/LC_MESSAGES/IL.po | 6 +-- holidays/locale/uk/LC_MESSAGES/IS.po | 6 +-- holidays/locale/uk/LC_MESSAGES/KZ.po | 6 +-- holidays/locale/uk/LC_MESSAGES/LI.po | 6 +-- holidays/locale/uk/LC_MESSAGES/LT.po | 6 +-- holidays/locale/uk/LC_MESSAGES/LU.po | 6 +-- holidays/locale/uk/LC_MESSAGES/LV.po | 6 +-- holidays/locale/uk/LC_MESSAGES/MC.po | 6 +-- holidays/locale/uk/LC_MESSAGES/MD.po | 6 +-- holidays/locale/uk/LC_MESSAGES/MG.po | 6 +-- holidays/locale/uk/LC_MESSAGES/MX.po | 6 +-- holidays/locale/uk/LC_MESSAGES/MZ.po | 6 +-- holidays/locale/uk/LC_MESSAGES/NI.po | 6 +-- holidays/locale/uk/LC_MESSAGES/NL.po | 6 +-- holidays/locale/uk/LC_MESSAGES/NO.po | 6 +-- holidays/locale/uk/LC_MESSAGES/PE.po | 6 +-- holidays/locale/uk/LC_MESSAGES/PL.po | 6 +-- holidays/locale/uk/LC_MESSAGES/PT.po | 6 +-- holidays/locale/uk/LC_MESSAGES/PY.po | 6 +-- holidays/locale/uk/LC_MESSAGES/RO.po | 6 +-- holidays/locale/uk/LC_MESSAGES/SE.po | 6 +-- holidays/locale/uk/LC_MESSAGES/SI.po | 6 +-- holidays/locale/uk/LC_MESSAGES/SK.po | 6 +-- holidays/locale/uk/LC_MESSAGES/TR.po | 6 +-- holidays/locale/uk/LC_MESSAGES/UA.po | 6 +-- holidays/locale/uk/LC_MESSAGES/UY.po | 6 +-- holidays/locale/uk/LC_MESSAGES/UZ.po | 6 +-- holidays/locale/uk/LC_MESSAGES/VE.po | 6 +-- holidays/locale/uz/LC_MESSAGES/UZ.po | 6 +-- holidays/locale/vi/LC_MESSAGES/VN.po | 6 +-- holidays/locale/zh_CN/LC_MESSAGES/CN.po | 6 +-- holidays/locale/zh_CN/LC_MESSAGES/TW.po | 6 +-- holidays/locale/zh_TW/LC_MESSAGES/CN.po | 6 +-- holidays/locale/zh_TW/LC_MESSAGES/TW.po | 6 +-- holidays/mixins.py | 2 +- holidays/observed_holiday_base.py | 2 +- holidays/registry.py | 4 +- holidays/utils.py | 2 +- pyproject.toml | 6 +-- scripts/calendar/asian_generator.py | 2 +- scripts/calendar/hebrew_generator.py | 2 +- scripts/calendar/islamic_generator.py | 2 +- scripts/generate_release_notes.py | 4 +- scripts/generate_snapshots.py | 2 +- scripts/l10n/generate_mo_files.py | 2 +- scripts/l10n/generate_po_files.py | 8 +-- setup.py | 2 +- tests/__init__.py | 2 +- tests/calendars/__init__.py | 2 +- tests/calendars/test_gregorian.py | 2 +- tests/calendars/test_persian.py | 2 +- tests/calendars/test_thai.py | 2 +- tests/common.py | 4 +- tests/countries/__init__.py | 2 +- tests/countries/test_albania.py | 2 +- tests/countries/test_algeria.py | 2 +- tests/countries/test_american_samoa.py | 2 +- tests/countries/test_andorra.py | 2 +- tests/countries/test_angola.py | 2 +- tests/countries/test_argentina.py | 2 +- tests/countries/test_armenia.py | 2 +- tests/countries/test_aruba.py | 2 +- tests/countries/test_australia.py | 2 +- tests/countries/test_austria.py | 2 +- tests/countries/test_azerbaijan.py | 2 +- tests/countries/test_bahamas.py | 2 +- tests/countries/test_bahrain.py | 2 +- tests/countries/test_bangladesh.py | 2 +- tests/countries/test_barbados.py | 2 +- tests/countries/test_belarus.py | 2 +- tests/countries/test_belgium.py | 2 +- tests/countries/test_belize.py | 2 +- tests/countries/test_bolivia.py | 2 +- .../countries/test_bosnia_and_herzegovina.py | 2 +- tests/countries/test_botswana.py | 2 +- tests/countries/test_brazil.py | 2 +- tests/countries/test_brunei.py | 2 +- tests/countries/test_bulgaria.py | 2 +- tests/countries/test_burkina_faso.py | 2 +- tests/countries/test_burundi.py | 2 +- tests/countries/test_cambodia.py | 2 +- tests/countries/test_cameroon.py | 2 +- tests/countries/test_canada.py | 2 +- tests/countries/test_chad.py | 2 +- tests/countries/test_chile.py | 2 +- tests/countries/test_china.py | 2 +- tests/countries/test_colombia.py | 2 +- tests/countries/test_congo.py | 2 +- tests/countries/test_costa_rica.py | 2 +- tests/countries/test_croatia.py | 2 +- tests/countries/test_cuba.py | 2 +- tests/countries/test_curacao.py | 2 +- tests/countries/test_cyprus.py | 2 +- tests/countries/test_czechia.py | 2 +- tests/countries/test_denmark.py | 2 +- tests/countries/test_djibouti.py | 2 +- tests/countries/test_dominica.py | 2 +- tests/countries/test_dominican_republic.py | 2 +- tests/countries/test_ecuador.py | 2 +- tests/countries/test_egypt.py | 2 +- tests/countries/test_el_salvador.py | 2 +- tests/countries/test_estonia.py | 2 +- tests/countries/test_eswatini.py | 2 +- tests/countries/test_ethiopia.py | 2 +- tests/countries/test_finland.py | 2 +- tests/countries/test_france.py | 2 +- tests/countries/test_gabon.py | 2 +- tests/countries/test_georgia.py | 2 +- tests/countries/test_germany.py | 2 +- tests/countries/test_ghana.py | 2 +- tests/countries/test_greece.py | 2 +- tests/countries/test_greenland.py | 2 +- tests/countries/test_guam.py | 2 +- tests/countries/test_guatemala.py | 2 +- tests/countries/test_haiti.py | 2 +- tests/countries/test_honduras.py | 2 +- tests/countries/test_hongkong.py | 2 +- tests/countries/test_hungary.py | 2 +- tests/countries/test_iceland.py | 2 +- tests/countries/test_india.py | 2 +- tests/countries/test_indonesia.py | 2 +- tests/countries/test_iran.py | 2 +- tests/countries/test_ireland.py | 2 +- tests/countries/test_isle_of_man.py | 2 +- tests/countries/test_israel.py | 2 +- tests/countries/test_italy.py | 2 +- tests/countries/test_jamaica.py | 2 +- tests/countries/test_japan.py | 2 +- tests/countries/test_jersey.py | 2 +- tests/countries/test_jordan.py | 2 +- tests/countries/test_kazakhstan.py | 2 +- tests/countries/test_kenya.py | 2 +- tests/countries/test_kuwait.py | 2 +- tests/countries/test_kyrgyzstan.py | 2 +- tests/countries/test_laos.py | 2 +- tests/countries/test_latvia.py | 2 +- tests/countries/test_lesotho.py | 2 +- tests/countries/test_liechtenstein.py | 2 +- tests/countries/test_lithuania.py | 2 +- tests/countries/test_luxembourg.py | 2 +- tests/countries/test_madagascar.py | 2 +- tests/countries/test_malawi.py | 2 +- tests/countries/test_malaysia.py | 2 +- tests/countries/test_maldives.py | 2 +- tests/countries/test_malta.py | 2 +- tests/countries/test_marshall_islands.py | 2 +- tests/countries/test_mauritania.py | 13 +---- tests/countries/test_mexico.py | 2 +- tests/countries/test_moldova.py | 2 +- tests/countries/test_monaco.py | 2 +- tests/countries/test_montenegro.py | 2 +- tests/countries/test_morocco.py | 2 +- tests/countries/test_mozambique.py | 2 +- tests/countries/test_namibia.py | 2 +- tests/countries/test_netherlands.py | 2 +- tests/countries/test_new_zealand.py | 2 +- tests/countries/test_nicaragua.py | 2 +- tests/countries/test_nigeria.py | 2 +- tests/countries/test_north_macedonia.py | 2 +- .../test_northern_mariana_islands.py | 2 +- tests/countries/test_norway.py | 2 +- tests/countries/test_pakistan.py | 2 +- tests/countries/test_palau.py | 2 +- tests/countries/test_panama.py | 2 +- tests/countries/test_papua_new_guinea.py | 2 +- tests/countries/test_paraguay.py | 2 +- tests/countries/test_peru.py | 2 +- tests/countries/test_philippines.py | 2 +- tests/countries/test_poland.py | 2 +- tests/countries/test_portugal.py | 2 +- tests/countries/test_puerto_rico.py | 2 +- tests/countries/test_romania.py | 2 +- tests/countries/test_russia.py | 2 +- tests/countries/test_saint_kitts_and_nevis.py | 2 +- tests/countries/test_samoa.py | 2 +- tests/countries/test_san_marino.py | 2 +- tests/countries/test_saudi_arabia.py | 2 +- tests/countries/test_serbia.py | 2 +- tests/countries/test_seychelles.py | 2 +- tests/countries/test_singapore.py | 2 +- tests/countries/test_slovakia.py | 2 +- tests/countries/test_slovenia.py | 2 +- tests/countries/test_south_africa.py | 2 +- tests/countries/test_south_korea.py | 2 +- tests/countries/test_spain.py | 2 +- tests/countries/test_sweden.py | 2 +- tests/countries/test_switzerland.py | 2 +- tests/countries/test_taiwan.py | 2 +- tests/countries/test_tanzania.py | 2 +- tests/countries/test_thailand.py | 2 +- tests/countries/test_timor_leste.py | 2 +- tests/countries/test_tonga.py | 2 +- tests/countries/test_tunisia.py | 2 +- tests/countries/test_turkey.py | 2 +- tests/countries/test_ukraine.py | 2 +- tests/countries/test_united_arab_emirates.py | 2 +- tests/countries/test_united_kingdom.py | 2 +- tests/countries/test_united_states.py | 2 +- ...st_united_states_minor_outlying_islands.py | 2 +- .../test_united_states_virgin_islands.py | 2 +- tests/countries/test_uruguay.py | 2 +- tests/countries/test_uzbekistan.py | 2 +- tests/countries/test_vanuatu.py | 2 +- tests/countries/test_vatican_city.py | 2 +- tests/countries/test_venezuela.py | 2 +- tests/countries/test_vietnam.py | 2 +- tests/countries/test_zambia.py | 2 +- tests/countries/test_zimbabwe.py | 2 +- tests/financial/__init__.py | 2 +- tests/financial/test_european_central_bank.py | 2 +- tests/financial/test_ice_futures_europe.py | 2 +- tests/financial/test_ny_stock_exchange.py | 2 +- tests/test_docs.py | 2 +- tests/test_holiday_base.py | 2 +- tests/test_holiday_groups.py | 2 +- tests/test_imports.py | 2 +- tests/test_l10n.py | 2 +- tests/test_observed_holiday_base.py | 2 +- tests/test_package.py | 2 +- tests/test_registry.py | 2 +- tests/test_utils.py | 2 +- tests/third_party/test_numpy.py | 2 +- 677 files changed, 1320 insertions(+), 1342 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index bac02b061..857251585 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,13 +2,13 @@ blank_issues_enabled: false contact_links: - name: General question - url: https://github.com/vacanza/python-holidays/discussions/new?category=q-a + url: https://github.com/vacanza/holidays/discussions/new?category=q-a about: Ask a question - name: Bug Report - url: https://github.com/vacanza/python-holidays/issues/new?template=bug_report.md + url: https://github.com/vacanza/holidays/issues/new?template=bug_report.md about: Report an issue - name: Feature Request - url: https://github.com/vacanza/python-holidays/issues/new?template=feature_request.md + url: https://github.com/vacanza/holidays/issues/new?template=feature_request.md about: Suggest an idea diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b4863046e..1e8a46816 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,5 @@ ## Proposed change @@ -25,7 +25,7 @@ Your PR description goes here. - [ ] Dependency update (version deprecation/pin/upgrade) - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] Breaking change (a code change causing existing functionality to break) -- [ ] New feature (new python-holidays functionality in general) +- [ ] New feature (new `holidays` functionality in general) ## Checklist @@ -41,5 +41,5 @@ Your PR description goes here. Thanks again for your contribution! --> -[contributing-guidelines]: https://github.com/vacanza/python-holidays/blob/dev/CONTRIBUTING.rst -[docs]: https://github.com/vacanza/python-holidays/tree/dev/docs/source +[contributing-guidelines]: https://github.com/vacanza/holidays/blob/dev/CONTRIBUTING.rst +[docs]: https://github.com/vacanza/holidays/tree/dev/docs/source diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index e2be8a43b..2834684ef 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -223,7 +223,7 @@ jobs: publish-main: name: Publish generated artifacts if: | - github.repository == 'vacanza/python-holidays' && + github.repository == 'vacanza/holidays' && github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v') environment: main @@ -254,5 +254,5 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - gh release upload --repo vacanza/python-holidays ${{ github.ref_name }} dist/* - gh release upload --repo vacanza/python-holidays ${{ github.ref_name }} holidays-*-sbom.json + gh release upload --repo vacanza/holidays ${{ github.ref_name }} dist/* + gh release upload --repo vacanza/holidays ${{ github.ref_name }} holidays-*-sbom.json diff --git a/.github/workflows/pre-commit-autoupdate.yml b/.github/workflows/pre-commit-autoupdate.yml index db92d1fa9..5cbb8c424 100644 --- a/.github/workflows/pre-commit-autoupdate.yml +++ b/.github/workflows/pre-commit-autoupdate.yml @@ -11,7 +11,7 @@ env: jobs: auto-update: name: Update pre-commit hooks - if: ${{ github.repository == 'vacanza/python-holidays' }} + if: ${{ github.repository == 'vacanza/holidays' }} permissions: contents: write pull-requests: write diff --git a/.github/workflows/update-snapshots.yml b/.github/workflows/update-snapshots.yml index 905c579fd..fac6d0fee 100644 --- a/.github/workflows/update-snapshots.yml +++ b/.github/workflows/update-snapshots.yml @@ -9,7 +9,7 @@ on: jobs: update-snapshots: name: Update snapshots - if: github.repository == 'vacanza/python-holidays' + if: github.repository == 'vacanza/holidays' permissions: contents: write pull-requests: write diff --git a/AUTHORS b/AUTHORS index d953d5be4..f8cb57a6a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,5 @@ -Python Holidays Authors -======================= +Holidays Authors +================ Aaron Picht Aart Goossens diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 969602109..879a0c636 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -2,8 +2,8 @@ Contributing ============ -.. _prs: https://github.com/vacanza/python-holidays/pulls -.. _`dev branch`: https://github.com/vacanza/python-holidays/tree/dev +.. _prs: https://github.com/vacanza/holidays/pulls +.. _`dev branch`: https://github.com/vacanza/holidays/tree/dev Basics @@ -99,7 +99,7 @@ If the translation already exists you'll just need to update it with the new template entries (your .po file editor may help you to do that with no hassle). Please also add tests (see already translated countries tests for examples). -The .mo files are generated automatically for the tests and the python-holidays +The .mo files are generated automatically for the tests and the holidays package so you shouldn't worry about it. Just don't forget to initialize the ``setUpClass`` properly: @@ -113,7 +113,7 @@ initialize the ``setUpClass`` properly: Build sphinx documentation -------------------------- -.. _readthedocs.io: https://python-holidays.readthedocs.io/ +.. _readthedocs.io: https://holidays.readthedocs.io/ The project provides a Sphinx documentation source under ``./docs/source``, published online on `readthedocs.io`_. @@ -128,9 +128,9 @@ __ https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html Contributors ------------ -.. __: https://github.com/vacanza/python-holidays/blob/dev/AUTHORS -.. |contributors| image:: https://img.shields.io/github/contributors/vacanza/python-holidays - :target: https://github.com/vacanza/python-holidays/graphs/contributors +.. __: https://github.com/vacanza/holidays/blob/dev/AUTHORS +.. |contributors| image:: https://img.shields.io/github/contributors/vacanza/holidays + :target: https://github.com/vacanza/holidays/graphs/contributors :alt: contributors In order to keep the list of contributors up to date we encourage you add your diff --git a/README.rst b/README.rst index 77098ff68..19960d789 100644 --- a/README.rst +++ b/README.rst @@ -15,20 +15,20 @@ flexible as possible. :target: https://pypi.org/project/holidays :alt: PyPI version -.. |release date| image:: https://img.shields.io/github/release-date/vacanza/python-holidays?color=41B5BE&style=flat - :target: https://github.com/vacanza/python-holidays/releases +.. |release date| image:: https://img.shields.io/github/release-date/vacanza/holidays?color=41B5BE&style=flat + :target: https://github.com/vacanza/holidays/releases :alt: PyPI release date -.. |status| image:: https://img.shields.io/github/actions/workflow/status/vacanza/python-holidays/ci-cd.yml?branch=dev&color=41BE4A&style=flat - :target: https://github.com/vacanza/python-holidays/actions/workflows/ci-cd.yml?query=branch%3Adev +.. |status| image:: https://img.shields.io/github/actions/workflow/status/vacanza/holidays/ci-cd.yml?branch=dev&color=41BE4A&style=flat + :target: https://github.com/vacanza/holidays/actions/workflows/ci-cd.yml?query=branch%3Adev :alt: CI/CD status -.. |documentation| image:: https://img.shields.io/readthedocs/python-holidays?color=41BE4A&style=flat - :target: https://python-holidays.readthedocs.io/en/latest/?badge=latest +.. |documentation| image:: https://img.shields.io/readthedocs/holidays?color=41BE4A&style=flat + :target: https://holidays.readthedocs.io/en/latest/?badge=latest :alt: Documentation status -.. |license| image:: https://img.shields.io/github/license/vacanza/python-holidays?color=41B5BE&style=flat - :target: https://github.com/vacanza/python-holidays/blob/dev/LICENSE +.. |license| image:: https://img.shields.io/github/license/vacanza/holidays?color=41B5BE&style=flat + :target: https://github.com/vacanza/holidays/blob/dev/LICENSE :alt: License .. |python versions| image:: https://img.shields.io/pypi/pyversions/holidays?label=python&color=41B5BE&style=flat @@ -39,24 +39,24 @@ flexible as possible. :target: https://github.com/astral-sh/ruff :alt: Code style -.. |coverage| image:: https://img.shields.io/codecov/c/github/vacanza/python-holidays/dev?color=41B5BE&style=flat - :target: https://app.codecov.io/gh/vacanza/python-holidays +.. |coverage| image:: https://img.shields.io/codecov/c/github/vacanza/holidays/dev?color=41B5BE&style=flat + :target: https://app.codecov.io/gh/vacanza/holidays :alt: Code coverage -.. |stars| image:: https://img.shields.io/github/stars/vacanza/python-holidays?color=41BE4A&style=flat - :target: https://github.com/vacanza/python-holidays/stargazers +.. |stars| image:: https://img.shields.io/github/stars/vacanza/holidays?color=41BE4A&style=flat + :target: https://github.com/vacanza/holidays/stargazers :alt: GitHub stars -.. |forks| image:: https://img.shields.io/github/forks/vacanza/python-holidays?color=41BE4A&style=flat - :target: https://github.com/vacanza/python-holidays/forks +.. |forks| image:: https://img.shields.io/github/forks/vacanza/holidays?color=41BE4A&style=flat + :target: https://github.com/vacanza/holidays/forks :alt: GitHub forks -.. |contributors| image:: https://img.shields.io/github/contributors/vacanza/python-holidays?color=41BE4A&style=flat - :target: https://github.com/vacanza/python-holidays/graphs/contributors +.. |contributors| image:: https://img.shields.io/github/contributors/vacanza/holidays?color=41BE4A&style=flat + :target: https://github.com/vacanza/holidays/graphs/contributors :alt: GitHub contributors -.. |last commit| image:: https://img.shields.io/github/last-commit/vacanza/python-holidays/dev?color=41BE4A&style=flat - :target: https://github.com/vacanza/python-holidays/commits/dev +.. |last commit| image:: https://img.shields.io/github/last-commit/vacanza/holidays/dev?color=41BE4A&style=flat + :target: https://github.com/vacanza/holidays/commits/dev :alt: GitHub last commit +--------+------------------------------------------------+ @@ -82,7 +82,7 @@ The latest development (dev) version can be installed directly from GitHub: .. code-block:: shell - $ pip install --upgrade https://github.com/vacanza/python-holidays/tarball/dev + $ pip install --upgrade https://github.com/vacanza/holidays/tarball/dev All new features are always first pushed to dev branch, then released on main branch upon official version upgrades. @@ -90,7 +90,7 @@ main branch upon official version upgrades. Documentation ------------- -.. _Read the Docs: https://python-holidays.readthedocs.io/ +.. _Read the Docs: https://holidays.readthedocs.io/ The documentation is hosted on `Read the Docs`_. @@ -132,9 +132,9 @@ Some holidays may be only present in parts of a country: '2018-01-06' in us_holidays # False '2018-01-06' in us_pr_holidays # True -.. _python-holidays documentation: https://python-holidays.readthedocs.io/ +.. _holidays documentation: https://holidays.readthedocs.io/ -Please see the `python-holidays documentation`_ for additional examples and +Please see the `holidays documentation`_ for additional examples and detailed information. @@ -988,9 +988,9 @@ following financial markets are available: Contributions ------------- -.. _Issues: https://github.com/vacanza/python-holidays/issues -.. _pull requests: https://github.com/vacanza/python-holidays/pulls -.. _here: https://github.com/vacanza/python-holidays/blob/dev/CONTRIBUTING.rst +.. _Issues: https://github.com/vacanza/holidays/issues +.. _pull requests: https://github.com/vacanza/holidays/pulls +.. _here: https://github.com/vacanza/holidays/blob/dev/CONTRIBUTING.rst Issues_ and `pull requests`_ are always welcome. Please see `here`_ for more information. @@ -998,7 +998,7 @@ Issues_ and `pull requests`_ are always welcome. Please see License ------- -.. __: https://github.com/vacanza/python-holidays/blob/dev/LICENSE +.. __: https://github.com/vacanza/holidays/blob/dev/LICENSE Code and documentation are available according to the MIT License (see LICENSE__). diff --git a/RELEASE.rst b/RELEASE.rst index be24a56ce..591ba8016 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,16 +1,16 @@ -How to release a new version of Python Holidays -=============================================== +How to release a new version of Holidays +======================================== - Finalize the current development version - switch to ``dev`` branch and pull the most recent changes - from https://github.com/vacanza/python-holidays remote ``dev`` branch. + from https://github.com/vacanza/holidays remote ``dev`` branch. - generate release notes by running ``make release-notes`` - insert the command's output into the top of ``CHANGES`` file (see previous release notes for consistent formatting) - commit the updated ``CHANGES`` file to ``dev`` branch with the following commit message 'Finalize v', e.g. 'Finalize v0.39' - - push changes to https://github.com/vacanza/python-holidays ``dev`` branch + - push changes to https://github.com/vacanza/holidays ``dev`` branch - make sure the push related CI/CD jobs have been completed successfully - Merge the finalized changes into ``main`` branch: @@ -22,12 +22,12 @@ How to release a new version of Python Holidays - merge the PR into ``main`` branch using 'Merge when ready' button - make sure the PR related CI/CD jobs have been completed successfully - make sure readthedocs.org documentation build jobs at - https://readthedocs.org/projects/python-holidays/builds/ + https://readthedocs.org/projects/holidays/builds/ have been completed successfully - Create a new release: - - open https://github.com/vacanza/python-holidays/releases page and click + - open https://github.com/vacanza/holidays/releases page and click on the 'Draft a new release' button - click on 'Choose a tag', enter 'v' into the input field (you should see something like 'Create a new tag: v0.39' on publish' @@ -41,7 +41,7 @@ How to release a new version of Python Holidays - check/uncheck the 'Set as the latest release' checkbox depending on the release status - save the draft (do not publish it yet) - - preview the release on https://github.com/vacanza/python-holidays/releases + - preview the release on https://github.com/vacanza/holidays/releases - after making sure everything looks right click 'Edit' and then 'Publish release' @@ -53,14 +53,14 @@ How to release a new version of Python Holidays - Finish the process with the following post-release actions: - - send "Python Holidays 'v' has been released!" (or similar) message + - send "Holidays 'v' has been released!" (or similar) message to Vacanza Team Slack #release channel - pull the recent changes from ``main`` branch into ``dev`` - - bump the Python Holidays version at ``holidays/__init__.py`` file + - bump the Holidays version at ``holidays/__init__.py`` file - create a commit with 'Initialize v' message, e.g. 'Initialize v0.40' and push it to ``dev`` branch (this may require running ``make package`` to pass the tests locally) - make sure ``dev`` branch **is not behind** the ``main`` branch (there will be a message on top of the - https://github.com/vacanza/python-holidays/tree/dev page in case it is) + https://github.com/vacanza/holidays/tree/dev page in case it is) - make sure the push related CI/CD jobs have been completed successfully diff --git a/docs/file_header.txt b/docs/file_header.txt index 151242a8a..0a0b4fbe2 100644 --- a/docs/file_header.txt +++ b/docs/file_header.txt @@ -7,5 +7,5 @@ Authors: Vacanza Team and individual contributors (see AUTHORS file) dr-prodigy (c) 2017-2023 ryanss (c) 2014-2017 - Website: https://github.com/vacanza/python-holidays + Website: https://github.com/vacanza/holidays License: MIT (see LICENSE file) diff --git a/docs/source/conf.py b/docs/source/conf.py index 63a9c0bce..f7d08c877 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # Configuration file for the Sphinx documentation builder. @@ -44,7 +44,7 @@ project = "holidays" copyright = str(date.today().year) -author = "dr-prodigy" +author = "Vacanza Team" version = holidays.__version__ diff --git a/docs/source/index.rst b/docs/source/index.rst index 91c594407..5a712760a 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,4 +1,4 @@ -.. python-holidays documentation master file, created by +.. holidays documentation master file, created by sphinx-quickstart on Sat Nov 27 12:00:54 2021. You can adapt this file completely to your liking, but it should at least contain the root ``toctree`` directive. diff --git a/holidays/__init__.py b/holidays/__init__.py index 4fb83082d..e97984831 100644 --- a/holidays/__init__.py +++ b/holidays/__init__.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # flake8: noqa: F403 diff --git a/holidays/calendars/__init__.py b/holidays/calendars/__init__.py index fb0cf65b0..ff8bb182d 100644 --- a/holidays/calendars/__init__.py +++ b/holidays/calendars/__init__.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # flake8: noqa: F401 diff --git a/holidays/calendars/buddhist.py b/holidays/calendars/buddhist.py index d8d28a1e1..ddf4cf24c 100644 --- a/holidays/calendars/buddhist.py +++ b/holidays/calendars/buddhist.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/calendars/chinese.py b/holidays/calendars/chinese.py index 48bb692f4..e37509daa 100644 --- a/holidays/calendars/chinese.py +++ b/holidays/calendars/chinese.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/calendars/custom.py b/holidays/calendars/custom.py index 364005f6c..1c88a9bde 100644 --- a/holidays/calendars/custom.py +++ b/holidays/calendars/custom.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) diff --git a/holidays/calendars/gregorian.py b/holidays/calendars/gregorian.py index 73356f2e0..18aeafc87 100644 --- a/holidays/calendars/gregorian.py +++ b/holidays/calendars/gregorian.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/calendars/hebrew.py b/holidays/calendars/hebrew.py index 1935c0819..b7f39cee3 100644 --- a/holidays/calendars/hebrew.py +++ b/holidays/calendars/hebrew.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/calendars/hindu.py b/holidays/calendars/hindu.py index 5ef122058..bd7bd4a4f 100644 --- a/holidays/calendars/hindu.py +++ b/holidays/calendars/hindu.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/calendars/islamic.py b/holidays/calendars/islamic.py index 2f6a41651..b18488c27 100644 --- a/holidays/calendars/islamic.py +++ b/holidays/calendars/islamic.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/calendars/julian.py b/holidays/calendars/julian.py index 2ed6f054c..f361c03c7 100644 --- a/holidays/calendars/julian.py +++ b/holidays/calendars/julian.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) JULIAN_CALENDAR = "JULIAN_CALENDAR" diff --git a/holidays/calendars/julian_revised.py b/holidays/calendars/julian_revised.py index 561f53f20..3140e45c3 100644 --- a/holidays/calendars/julian_revised.py +++ b/holidays/calendars/julian_revised.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) JULIAN_REVISED_CALENDAR = "JULIAN_REVISED_CALENDAR" diff --git a/holidays/calendars/persian.py b/holidays/calendars/persian.py index d6c4b8cc8..e6fcda449 100644 --- a/holidays/calendars/persian.py +++ b/holidays/calendars/persian.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/calendars/thai.py b/holidays/calendars/thai.py index 54b6bb746..268c729e7 100644 --- a/holidays/calendars/thai.py +++ b/holidays/calendars/thai.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/constants.py b/holidays/constants.py index d1f6c0972..d2ec90294 100644 --- a/holidays/constants.py +++ b/holidays/constants.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # flake8: noqa: F401 diff --git a/holidays/countries/__init__.py b/holidays/countries/__init__.py index 45d8d335a..bb839fcf0 100644 --- a/holidays/countries/__init__.py +++ b/holidays/countries/__init__.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # flake8: noqa: F401 diff --git a/holidays/countries/albania.py b/holidays/countries/albania.py index eb0e0b3b6..6dca95a15 100644 --- a/holidays/countries/albania.py +++ b/holidays/countries/albania.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import JAN, MAR diff --git a/holidays/countries/algeria.py b/holidays/countries/algeria.py index bc06e07e4..1affb5b79 100644 --- a/holidays/countries/algeria.py +++ b/holidays/countries/algeria.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/american_samoa.py b/holidays/countries/american_samoa.py index 52cfda484..2adac44a9 100644 --- a/holidays/countries/american_samoa.py +++ b/holidays/countries/american_samoa.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.constants import PUBLIC, UNOFFICIAL diff --git a/holidays/countries/andorra.py b/holidays/countries/andorra.py index 6f470c850..cacb5c3fd 100644 --- a/holidays/countries/andorra.py +++ b/holidays/countries/andorra.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.groups import ChristianHolidays, InternationalHolidays diff --git a/holidays/countries/angola.py b/holidays/countries/angola.py index 4cf4d0d2a..c113352cc 100644 --- a/holidays/countries/angola.py +++ b/holidays/countries/angola.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/countries/argentina.py b/holidays/countries/argentina.py index 7ec9935b4..c1e34e0ef 100644 --- a/holidays/countries/argentina.py +++ b/holidays/countries/argentina.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/armenia.py b/holidays/countries/armenia.py index a3db7e4a1..17fda98b4 100644 --- a/holidays/countries/armenia.py +++ b/holidays/countries/armenia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/aruba.py b/holidays/countries/aruba.py index 83cf64ff4..0d9ca52fc 100644 --- a/holidays/countries/aruba.py +++ b/holidays/countries/aruba.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/countries/australia.py b/holidays/countries/australia.py index 8a63f4ef0..a5f121264 100644 --- a/holidays/countries/australia.py +++ b/holidays/countries/australia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/austria.py b/holidays/countries/austria.py index 1a4f16b8d..e27f4db5f 100644 --- a/holidays/countries/austria.py +++ b/holidays/countries/austria.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/azerbaijan.py b/holidays/countries/azerbaijan.py index 9d755cb25..cd02b78d0 100644 --- a/holidays/countries/azerbaijan.py +++ b/holidays/countries/azerbaijan.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/countries/bahamas.py b/holidays/countries/bahamas.py index 2d8811137..f7eb6e7c1 100644 --- a/holidays/countries/bahamas.py +++ b/holidays/countries/bahamas.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import SEP, DEC diff --git a/holidays/countries/bahrain.py b/holidays/countries/bahrain.py index ee1655d5e..9d01c00a8 100644 --- a/holidays/countries/bahrain.py +++ b/holidays/countries/bahrain.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/bangladesh.py b/holidays/countries/bangladesh.py index fc0803e7f..d76acf7a4 100644 --- a/holidays/countries/bangladesh.py +++ b/holidays/countries/bangladesh.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import FRI, SAT diff --git a/holidays/countries/barbados.py b/holidays/countries/barbados.py index acc0bfbb2..00c124b38 100644 --- a/holidays/countries/barbados.py +++ b/holidays/countries/barbados.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import JAN, JUL diff --git a/holidays/countries/belarus.py b/holidays/countries/belarus.py index 838f7cbca..781a7831e 100644 --- a/holidays/countries/belarus.py +++ b/holidays/countries/belarus.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/belgium.py b/holidays/countries/belgium.py index 726b22fd5..cf72390e8 100644 --- a/holidays/countries/belgium.py +++ b/holidays/countries/belgium.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/belize.py b/holidays/countries/belize.py index 561cb3cad..3a943c9ac 100644 --- a/holidays/countries/belize.py +++ b/holidays/countries/belize.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.groups import ChristianHolidays, InternationalHolidays diff --git a/holidays/countries/bolivia.py b/holidays/countries/bolivia.py index 11a07fbb6..623f0d5a3 100644 --- a/holidays/countries/bolivia.py +++ b/holidays/countries/bolivia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/bosnia_and_herzegovina.py b/holidays/countries/bosnia_and_herzegovina.py index 14c0f4394..0ca8b0649 100644 --- a/holidays/countries/bosnia_and_herzegovina.py +++ b/holidays/countries/bosnia_and_herzegovina.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/botswana.py b/holidays/countries/botswana.py index 9bfcf50ef..e898a17f0 100644 --- a/holidays/countries/botswana.py +++ b/holidays/countries/botswana.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import JUL diff --git a/holidays/countries/brazil.py b/holidays/countries/brazil.py index 1a271cd81..9ec71a13c 100644 --- a/holidays/countries/brazil.py +++ b/holidays/countries/brazil.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/countries/brunei.py b/holidays/countries/brunei.py index b53b7a559..9df846f72 100644 --- a/holidays/countries/brunei.py +++ b/holidays/countries/brunei.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/bulgaria.py b/holidays/countries/bulgaria.py index 9403f6b9f..94833b133 100644 --- a/holidays/countries/bulgaria.py +++ b/holidays/countries/bulgaria.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/countries/burkina_faso.py b/holidays/countries/burkina_faso.py index 31cc0ff2e..52add844e 100644 --- a/holidays/countries/burkina_faso.py +++ b/holidays/countries/burkina_faso.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars import _CustomIslamicHolidays diff --git a/holidays/countries/burundi.py b/holidays/countries/burundi.py index 1f88c5e05..1cfcf2cfb 100644 --- a/holidays/countries/burundi.py +++ b/holidays/countries/burundi.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.groups import ChristianHolidays, IslamicHolidays, InternationalHolidays diff --git a/holidays/countries/cambodia.py b/holidays/countries/cambodia.py index 808a9058b..2a1155854 100644 --- a/holidays/countries/cambodia.py +++ b/holidays/countries/cambodia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/cameroon.py b/holidays/countries/cameroon.py index f13c8e185..d68d01c60 100644 --- a/holidays/countries/cameroon.py +++ b/holidays/countries/cameroon.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars import _CustomIslamicHolidays diff --git a/holidays/countries/canada.py b/holidays/countries/canada.py index 71db4f1f2..ae62cafef 100644 --- a/holidays/countries/canada.py +++ b/holidays/countries/canada.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/countries/chad.py b/holidays/countries/chad.py index 7c51650ea..0c4ea4595 100644 --- a/holidays/countries/chad.py +++ b/holidays/countries/chad.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars import _CustomIslamicHolidays diff --git a/holidays/countries/chile.py b/holidays/countries/chile.py index f1f01cc90..3e2bea150 100644 --- a/holidays/countries/chile.py +++ b/holidays/countries/chile.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/china.py b/holidays/countries/china.py index 5ddc8b7cd..f07eb9421 100644 --- a/holidays/countries/china.py +++ b/holidays/countries/china.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/colombia.py b/holidays/countries/colombia.py index 2a6fe6183..067be2517 100644 --- a/holidays/countries/colombia.py +++ b/holidays/countries/colombia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/congo.py b/holidays/countries/congo.py index 7604302e8..5c8b7efa8 100644 --- a/holidays/countries/congo.py +++ b/holidays/countries/congo.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/costa_rica.py b/holidays/countries/costa_rica.py index c5d49f6a8..cb0930eb6 100644 --- a/holidays/countries/costa_rica.py +++ b/holidays/countries/costa_rica.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/croatia.py b/holidays/countries/croatia.py index 0bf8d1023..ed22e7cb5 100644 --- a/holidays/countries/croatia.py +++ b/holidays/countries/croatia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/cuba.py b/holidays/countries/cuba.py index 99b99a455..03556fa04 100644 --- a/holidays/countries/cuba.py +++ b/holidays/countries/cuba.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/curacao.py b/holidays/countries/curacao.py index 4c9d512c1..49725a971 100644 --- a/holidays/countries/curacao.py +++ b/holidays/countries/curacao.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/countries/cyprus.py b/holidays/countries/cyprus.py index 05cff38e3..f3aac8a1c 100644 --- a/holidays/countries/cyprus.py +++ b/holidays/countries/cyprus.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/czechia.py b/holidays/countries/czechia.py index ba7832e64..888037afa 100644 --- a/holidays/countries/czechia.py +++ b/holidays/countries/czechia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/denmark.py b/holidays/countries/denmark.py index d7bdb6b7a..25aea5249 100644 --- a/holidays/countries/denmark.py +++ b/holidays/countries/denmark.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/djibouti.py b/holidays/countries/djibouti.py index ca7577673..a9338122c 100644 --- a/holidays/countries/djibouti.py +++ b/holidays/countries/djibouti.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/dominica.py b/holidays/countries/dominica.py index f8a3034f5..aeb36bc24 100644 --- a/holidays/countries/dominica.py +++ b/holidays/countries/dominica.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import JAN, JUL, SEP diff --git a/holidays/countries/dominican_republic.py b/holidays/countries/dominican_republic.py index eb6625856..d0a02c4bb 100644 --- a/holidays/countries/dominican_republic.py +++ b/holidays/countries/dominican_republic.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/ecuador.py b/holidays/countries/ecuador.py index e77e5ca46..2e5acd7b6 100644 --- a/holidays/countries/ecuador.py +++ b/holidays/countries/ecuador.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/egypt.py b/holidays/countries/egypt.py index 9efe368cc..3fe78a236 100644 --- a/holidays/countries/egypt.py +++ b/holidays/countries/egypt.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/el_salvador.py b/holidays/countries/el_salvador.py index 01a787b85..397f7c10e 100644 --- a/holidays/countries/el_salvador.py +++ b/holidays/countries/el_salvador.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.groups import ChristianHolidays, InternationalHolidays diff --git a/holidays/countries/estonia.py b/holidays/countries/estonia.py index 26486159c..922240393 100644 --- a/holidays/countries/estonia.py +++ b/holidays/countries/estonia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/eswatini.py b/holidays/countries/eswatini.py index 13bb3cb9b..d6396335d 100644 --- a/holidays/countries/eswatini.py +++ b/holidays/countries/eswatini.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import warnings diff --git a/holidays/countries/ethiopia.py b/holidays/countries/ethiopia.py index 34ddc4e46..63da9f102 100644 --- a/holidays/countries/ethiopia.py +++ b/holidays/countries/ethiopia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from calendar import isleap diff --git a/holidays/countries/finland.py b/holidays/countries/finland.py index 9b405f45c..67db91008 100644 --- a/holidays/countries/finland.py +++ b/holidays/countries/finland.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/france.py b/holidays/countries/france.py index 76c8f72e0..663e2f61a 100644 --- a/holidays/countries/france.py +++ b/holidays/countries/france.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/gabon.py b/holidays/countries/gabon.py index 31f94ccd8..8ac8aeab3 100644 --- a/holidays/countries/gabon.py +++ b/holidays/countries/gabon.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars import _CustomIslamicHolidays diff --git a/holidays/countries/georgia.py b/holidays/countries/georgia.py index 0aa2d9ee4..988efeaf3 100644 --- a/holidays/countries/georgia.py +++ b/holidays/countries/georgia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/germany.py b/holidays/countries/germany.py index 9328ce3af..771e2ca6f 100644 --- a/holidays/countries/germany.py +++ b/holidays/countries/germany.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/ghana.py b/holidays/countries/ghana.py index 025f3fc44..324ad587c 100644 --- a/holidays/countries/ghana.py +++ b/holidays/countries/ghana.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.groups import ChristianHolidays, InternationalHolidays, IslamicHolidays diff --git a/holidays/countries/greece.py b/holidays/countries/greece.py index fcacb9177..61450d374 100644 --- a/holidays/countries/greece.py +++ b/holidays/countries/greece.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/greenland.py b/holidays/countries/greenland.py index 91d4fae71..e75d6af25 100644 --- a/holidays/countries/greenland.py +++ b/holidays/countries/greenland.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/guam.py b/holidays/countries/guam.py index 88099b042..0d2e9e357 100644 --- a/holidays/countries/guam.py +++ b/holidays/countries/guam.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.constants import PUBLIC, UNOFFICIAL diff --git a/holidays/countries/guatemala.py b/holidays/countries/guatemala.py index 033616f0a..6bdb66a80 100644 --- a/holidays/countries/guatemala.py +++ b/holidays/countries/guatemala.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/countries/haiti.py b/holidays/countries/haiti.py index 2d7259cce..a4b5ad681 100644 --- a/holidays/countries/haiti.py +++ b/holidays/countries/haiti.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/honduras.py b/holidays/countries/honduras.py index 3edfe3237..9c5ef8834 100644 --- a/holidays/countries/honduras.py +++ b/holidays/countries/honduras.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/hongkong.py b/holidays/countries/hongkong.py index b9458acee..b6a57b371 100644 --- a/holidays/countries/hongkong.py +++ b/holidays/countries/hongkong.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/countries/hungary.py b/holidays/countries/hungary.py index f57d43f71..8dbcd997a 100644 --- a/holidays/countries/hungary.py +++ b/holidays/countries/hungary.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/iceland.py b/holidays/countries/iceland.py index 7947f12d6..4a88ee0bb 100644 --- a/holidays/countries/iceland.py +++ b/holidays/countries/iceland.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/india.py b/holidays/countries/india.py index 59432c7bc..b6a5e4fd8 100644 --- a/holidays/countries/india.py +++ b/holidays/countries/india.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import warnings diff --git a/holidays/countries/indonesia.py b/holidays/countries/indonesia.py index b5ae4e3b0..e833a0d0e 100644 --- a/holidays/countries/indonesia.py +++ b/holidays/countries/indonesia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/iran.py b/holidays/countries/iran.py index 364c51aa2..d49d593a2 100644 --- a/holidays/countries/iran.py +++ b/holidays/countries/iran.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/ireland.py b/holidays/countries/ireland.py index 7df326bab..71c3235f6 100644 --- a/holidays/countries/ireland.py +++ b/holidays/countries/ireland.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import FEB, MAR, SEP, DEC diff --git a/holidays/countries/isle_of_man.py b/holidays/countries/isle_of_man.py index c875553a3..2828deaa6 100644 --- a/holidays/countries/isle_of_man.py +++ b/holidays/countries/isle_of_man.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.countries.united_kingdom import UnitedKingdom, UnitedKingdomStaticHolidays diff --git a/holidays/countries/israel.py b/holidays/countries/israel.py index 733f5b793..c4f3f9509 100644 --- a/holidays/countries/israel.py +++ b/holidays/countries/israel.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/italy.py b/holidays/countries/italy.py index 18e14c135..efe769b0d 100644 --- a/holidays/countries/italy.py +++ b/holidays/countries/italy.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import MAR diff --git a/holidays/countries/jamaica.py b/holidays/countries/jamaica.py index e8ef449e4..c9538634f 100644 --- a/holidays/countries/jamaica.py +++ b/holidays/countries/jamaica.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.groups import ChristianHolidays, InternationalHolidays diff --git a/holidays/countries/japan.py b/holidays/countries/japan.py index 5cefc7f19..de8da4beb 100644 --- a/holidays/countries/japan.py +++ b/holidays/countries/japan.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/countries/jersey.py b/holidays/countries/jersey.py index 68f5e29d4..c79630b53 100644 --- a/holidays/countries/jersey.py +++ b/holidays/countries/jersey.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/countries/jordan.py b/holidays/countries/jordan.py index 49a8f8dbc..e7ab398e5 100644 --- a/holidays/countries/jordan.py +++ b/holidays/countries/jordan.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/kazakhstan.py b/holidays/countries/kazakhstan.py index fcabe290c..5f7467a58 100644 --- a/holidays/countries/kazakhstan.py +++ b/holidays/countries/kazakhstan.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/kenya.py b/holidays/countries/kenya.py index 8947a903f..beafaa48e 100644 --- a/holidays/countries/kenya.py +++ b/holidays/countries/kenya.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import FEB, APR, AUG, SEP diff --git a/holidays/countries/kuwait.py b/holidays/countries/kuwait.py index d8140d729..20155f5a1 100644 --- a/holidays/countries/kuwait.py +++ b/holidays/countries/kuwait.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/kyrgyzstan.py b/holidays/countries/kyrgyzstan.py index d52550713..ac2146434 100644 --- a/holidays/countries/kyrgyzstan.py +++ b/holidays/countries/kyrgyzstan.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.julian import JULIAN_CALENDAR diff --git a/holidays/countries/laos.py b/holidays/countries/laos.py index 932afcc83..99efb499c 100644 --- a/holidays/countries/laos.py +++ b/holidays/countries/laos.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/latvia.py b/holidays/countries/latvia.py index 742b2dac9..356b5a4ea 100644 --- a/holidays/countries/latvia.py +++ b/holidays/countries/latvia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/lesotho.py b/holidays/countries/lesotho.py index bbdb92976..80d37487c 100644 --- a/holidays/countries/lesotho.py +++ b/holidays/countries/lesotho.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import MAY diff --git a/holidays/countries/liechtenstein.py b/holidays/countries/liechtenstein.py index e4fc2728b..481511195 100644 --- a/holidays/countries/liechtenstein.py +++ b/holidays/countries/liechtenstein.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/lithuania.py b/holidays/countries/lithuania.py index 6c27f0203..22ad8e43b 100644 --- a/holidays/countries/lithuania.py +++ b/holidays/countries/lithuania.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/luxembourg.py b/holidays/countries/luxembourg.py index 0990d1344..7b6521c0c 100644 --- a/holidays/countries/luxembourg.py +++ b/holidays/countries/luxembourg.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/madagascar.py b/holidays/countries/madagascar.py index 83ea06276..abba740d7 100644 --- a/holidays/countries/madagascar.py +++ b/holidays/countries/madagascar.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/malawi.py b/holidays/countries/malawi.py index d30d5f22e..45c214f2c 100644 --- a/holidays/countries/malawi.py +++ b/holidays/countries/malawi.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.groups import ChristianHolidays, InternationalHolidays diff --git a/holidays/countries/malaysia.py b/holidays/countries/malaysia.py index 1663da0f9..98eebfc80 100644 --- a/holidays/countries/malaysia.py +++ b/holidays/countries/malaysia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/maldives.py b/holidays/countries/maldives.py index 689fb0039..5daac707d 100644 --- a/holidays/countries/maldives.py +++ b/holidays/countries/maldives.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import FRI, SAT diff --git a/holidays/countries/malta.py b/holidays/countries/malta.py index 1560b2f0d..fa2875af4 100644 --- a/holidays/countries/malta.py +++ b/holidays/countries/malta.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/marshall_islands.py b/holidays/countries/marshall_islands.py index 74523fce3..bb36f8e3e 100644 --- a/holidays/countries/marshall_islands.py +++ b/holidays/countries/marshall_islands.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import warnings diff --git a/holidays/countries/mauritania.py b/holidays/countries/mauritania.py index 50621357a..58274826c 100644 --- a/holidays/countries/mauritania.py +++ b/holidays/countries/mauritania.py @@ -7,18 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays -# License: MIT (see LICENSE file) - -# python-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: dr-prodigy (c) 2017-2023 -# ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import FRI, SAT diff --git a/holidays/countries/mexico.py b/holidays/countries/mexico.py index 5085f95ac..6b63282f7 100644 --- a/holidays/countries/mexico.py +++ b/holidays/countries/mexico.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/moldova.py b/holidays/countries/moldova.py index 9f8d42afb..813224f1d 100644 --- a/holidays/countries/moldova.py +++ b/holidays/countries/moldova.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/monaco.py b/holidays/countries/monaco.py index 23aa76578..acf94ed4f 100644 --- a/holidays/countries/monaco.py +++ b/holidays/countries/monaco.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/montenegro.py b/holidays/countries/montenegro.py index 44383cfd1..917f218f0 100644 --- a/holidays/countries/montenegro.py +++ b/holidays/countries/montenegro.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.julian import JULIAN_CALENDAR diff --git a/holidays/countries/morocco.py b/holidays/countries/morocco.py index 0e462c9b3..152de2cc9 100644 --- a/holidays/countries/morocco.py +++ b/holidays/countries/morocco.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/mozambique.py b/holidays/countries/mozambique.py index e7a7d490d..a69f833fe 100644 --- a/holidays/countries/mozambique.py +++ b/holidays/countries/mozambique.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/namibia.py b/holidays/countries/namibia.py index 1757af71c..6e88cf804 100644 --- a/holidays/countries/namibia.py +++ b/holidays/countries/namibia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import JAN, DEC diff --git a/holidays/countries/netherlands.py b/holidays/countries/netherlands.py index e975bb2e5..ad655914c 100644 --- a/holidays/countries/netherlands.py +++ b/holidays/countries/netherlands.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/countries/new_zealand.py b/holidays/countries/new_zealand.py index b69e20f0c..9f42f3aea 100644 --- a/holidays/countries/new_zealand.py +++ b/holidays/countries/new_zealand.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/countries/nicaragua.py b/holidays/countries/nicaragua.py index 32569327d..d06d4eb2b 100644 --- a/holidays/countries/nicaragua.py +++ b/holidays/countries/nicaragua.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/nigeria.py b/holidays/countries/nigeria.py index b33651237..2fdad49bb 100644 --- a/holidays/countries/nigeria.py +++ b/holidays/countries/nigeria.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import FEB, MAY diff --git a/holidays/countries/north_macedonia.py b/holidays/countries/north_macedonia.py index 2e8eb9889..bb9265427 100644 --- a/holidays/countries/north_macedonia.py +++ b/holidays/countries/north_macedonia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.julian import JULIAN_CALENDAR diff --git a/holidays/countries/northern_mariana_islands.py b/holidays/countries/northern_mariana_islands.py index 3c3e46da8..c74996247 100644 --- a/holidays/countries/northern_mariana_islands.py +++ b/holidays/countries/northern_mariana_islands.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.constants import PUBLIC, UNOFFICIAL diff --git a/holidays/countries/norway.py b/holidays/countries/norway.py index b93812047..7c12f284a 100644 --- a/holidays/countries/norway.py +++ b/holidays/countries/norway.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/pakistan.py b/holidays/countries/pakistan.py index 15c14dfaa..dcb3b1a98 100644 --- a/holidays/countries/pakistan.py +++ b/holidays/countries/pakistan.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars import _CustomIslamicHolidays diff --git a/holidays/countries/palau.py b/holidays/countries/palau.py index 290e33c49..d7f3c769e 100644 --- a/holidays/countries/palau.py +++ b/holidays/countries/palau.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import SEP, NOV diff --git a/holidays/countries/panama.py b/holidays/countries/panama.py index 60abadf7c..818c9d1f2 100644 --- a/holidays/countries/panama.py +++ b/holidays/countries/panama.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.groups import ChristianHolidays, InternationalHolidays diff --git a/holidays/countries/papua_new_guinea.py b/holidays/countries/papua_new_guinea.py index d9cf9a782..dd7a2e38b 100644 --- a/holidays/countries/papua_new_guinea.py +++ b/holidays/countries/papua_new_guinea.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import JAN, FEB, MAR, APR, JUN, SEP, NOV diff --git a/holidays/countries/paraguay.py b/holidays/countries/paraguay.py index 4c3acd416..b54e6dafd 100644 --- a/holidays/countries/paraguay.py +++ b/holidays/countries/paraguay.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/countries/peru.py b/holidays/countries/peru.py index 7881caf0f..74361817a 100644 --- a/holidays/countries/peru.py +++ b/holidays/countries/peru.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/philippines.py b/holidays/countries/philippines.py index 2a2887424..b43401635 100644 --- a/holidays/countries/philippines.py +++ b/holidays/countries/philippines.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars import _CustomChineseHolidays, _CustomIslamicHolidays diff --git a/holidays/countries/poland.py b/holidays/countries/poland.py index d97d02d5f..c293d8ffc 100644 --- a/holidays/countries/poland.py +++ b/holidays/countries/poland.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/portugal.py b/holidays/countries/portugal.py index 16d061efa..8a59c5252 100644 --- a/holidays/countries/portugal.py +++ b/holidays/countries/portugal.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/puerto_rico.py b/holidays/countries/puerto_rico.py index 94b0f53ea..e3ac6aa98 100644 --- a/holidays/countries/puerto_rico.py +++ b/holidays/countries/puerto_rico.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.constants import PUBLIC, UNOFFICIAL diff --git a/holidays/countries/romania.py b/holidays/countries/romania.py index 7d4e94eb7..4e9fa66cc 100644 --- a/holidays/countries/romania.py +++ b/holidays/countries/romania.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/russia.py b/holidays/countries/russia.py index cfd67d1e9..05589e9db 100644 --- a/holidays/countries/russia.py +++ b/holidays/countries/russia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/saint_kitts_and_nevis.py b/holidays/countries/saint_kitts_and_nevis.py index 39c110e7d..990d76a06 100644 --- a/holidays/countries/saint_kitts_and_nevis.py +++ b/holidays/countries/saint_kitts_and_nevis.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import FEB, MAR, APR, JUL, AUG, SEP, DEC, SUN diff --git a/holidays/countries/samoa.py b/holidays/countries/samoa.py index 05f028bd6..aa62ba935 100644 --- a/holidays/countries/samoa.py +++ b/holidays/countries/samoa.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.groups import ChristianHolidays, InternationalHolidays diff --git a/holidays/countries/san_marino.py b/holidays/countries/san_marino.py index 0a96ac22a..a62bf670a 100644 --- a/holidays/countries/san_marino.py +++ b/holidays/countries/san_marino.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.groups import ChristianHolidays, InternationalHolidays diff --git a/holidays/countries/saudi_arabia.py b/holidays/countries/saudi_arabia.py index 3692ffdab..78c2d64cc 100644 --- a/holidays/countries/saudi_arabia.py +++ b/holidays/countries/saudi_arabia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/countries/serbia.py b/holidays/countries/serbia.py index b541d1db2..64d3a266d 100644 --- a/holidays/countries/serbia.py +++ b/holidays/countries/serbia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/seychelles.py b/holidays/countries/seychelles.py index 44a955d4f..5cb3a47f2 100644 --- a/holidays/countries/seychelles.py +++ b/holidays/countries/seychelles.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/singapore.py b/holidays/countries/singapore.py index f1ce612c7..e78617e38 100644 --- a/holidays/countries/singapore.py +++ b/holidays/countries/singapore.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/slovakia.py b/holidays/countries/slovakia.py index 02f872ebb..283668a30 100644 --- a/holidays/countries/slovakia.py +++ b/holidays/countries/slovakia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/slovenia.py b/holidays/countries/slovenia.py index ee15f0569..0fce3f34c 100644 --- a/holidays/countries/slovenia.py +++ b/holidays/countries/slovenia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/south_africa.py b/holidays/countries/south_africa.py index 31d9b4105..73cc85b6d 100644 --- a/holidays/countries/south_africa.py +++ b/holidays/countries/south_africa.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import JAN, MAR, APR, MAY, JUN, AUG, NOV, DEC diff --git a/holidays/countries/south_korea.py b/holidays/countries/south_korea.py index 61d88933b..7505322b4 100644 --- a/holidays/countries/south_korea.py +++ b/holidays/countries/south_korea.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import warnings diff --git a/holidays/countries/spain.py b/holidays/countries/spain.py index 03790889d..06bd29d15 100644 --- a/holidays/countries/spain.py +++ b/holidays/countries/spain.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/sweden.py b/holidays/countries/sweden.py index 4e32cd8d4..8176085ac 100644 --- a/holidays/countries/sweden.py +++ b/holidays/countries/sweden.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/switzerland.py b/holidays/countries/switzerland.py index 0f4fc3189..497b72d0c 100644 --- a/holidays/countries/switzerland.py +++ b/holidays/countries/switzerland.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/taiwan.py b/holidays/countries/taiwan.py index b0479c1cb..f87ab7432 100644 --- a/holidays/countries/taiwan.py +++ b/holidays/countries/taiwan.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/countries/tanzania.py b/holidays/countries/tanzania.py index 422625f82..2b49062af 100644 --- a/holidays/countries/tanzania.py +++ b/holidays/countries/tanzania.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/thailand.py b/holidays/countries/thailand.py index 0e4551500..9ccd2e07c 100644 --- a/holidays/countries/thailand.py +++ b/holidays/countries/thailand.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date @@ -38,7 +38,7 @@ class Thailand(ObservedHolidayBase, InternationalHolidays, StaticHolidays, ThaiC - `isranews.org `_ - https://resolution.soc.go.th/?prep_id=99159317 - https://resolution.soc.go.th/?prep_id=196007 - - https://github.com/vacanza/python-holidays/pull/929 + - https://github.com/vacanza/holidays/pull/929 - [New Year's Day] `wikisource.org `_ - [National Children's Day] diff --git a/holidays/countries/timor_leste.py b/holidays/countries/timor_leste.py index c6dcbeee3..351c53433 100644 --- a/holidays/countries/timor_leste.py +++ b/holidays/countries/timor_leste.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/tonga.py b/holidays/countries/tonga.py index 5ea79f8a0..8ea32c154 100644 --- a/holidays/countries/tonga.py +++ b/holidays/countries/tonga.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/countries/tunisia.py b/holidays/countries/tunisia.py index 165ed938f..7a65d69dc 100644 --- a/holidays/countries/tunisia.py +++ b/holidays/countries/tunisia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/turkey.py b/holidays/countries/turkey.py index b5087d720..9a564582e 100644 --- a/holidays/countries/turkey.py +++ b/holidays/countries/turkey.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/ukraine.py b/holidays/countries/ukraine.py index b941aaed8..296aad09e 100644 --- a/holidays/countries/ukraine.py +++ b/holidays/countries/ukraine.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/countries/united_arab_emirates.py b/holidays/countries/united_arab_emirates.py index 21a3057b0..bf290c741 100644 --- a/holidays/countries/united_arab_emirates.py +++ b/holidays/countries/united_arab_emirates.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/united_kingdom.py b/holidays/countries/united_kingdom.py index f248c78b8..729c31c92 100644 --- a/holidays/countries/united_kingdom.py +++ b/holidays/countries/united_kingdom.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from typing import Tuple, Union diff --git a/holidays/countries/united_states.py b/holidays/countries/united_states.py index c920e4472..25e960f2c 100644 --- a/holidays/countries/united_states.py +++ b/holidays/countries/united_states.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from typing import Tuple, Union diff --git a/holidays/countries/united_states_minor_outlying_islands.py b/holidays/countries/united_states_minor_outlying_islands.py index e24cf2b8f..d53c5bdb3 100644 --- a/holidays/countries/united_states_minor_outlying_islands.py +++ b/holidays/countries/united_states_minor_outlying_islands.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.constants import PUBLIC, UNOFFICIAL diff --git a/holidays/countries/united_states_virgin_islands.py b/holidays/countries/united_states_virgin_islands.py index 9733d332f..b81acfdaa 100644 --- a/holidays/countries/united_states_virgin_islands.py +++ b/holidays/countries/united_states_virgin_islands.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.constants import PUBLIC, UNOFFICIAL diff --git a/holidays/countries/uruguay.py b/holidays/countries/uruguay.py index b7cfc4764..a4e53be4f 100644 --- a/holidays/countries/uruguay.py +++ b/holidays/countries/uruguay.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/countries/uzbekistan.py b/holidays/countries/uzbekistan.py index ae300a3c0..8ee39c096 100644 --- a/holidays/countries/uzbekistan.py +++ b/holidays/countries/uzbekistan.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/countries/vanuatu.py b/holidays/countries/vanuatu.py index 1a7dd53cb..7e6fe1622 100644 --- a/holidays/countries/vanuatu.py +++ b/holidays/countries/vanuatu.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import JUL, OCT diff --git a/holidays/countries/vatican_city.py b/holidays/countries/vatican_city.py index 7ba76e30c..09c05245d 100644 --- a/holidays/countries/vatican_city.py +++ b/holidays/countries/vatican_city.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.groups import ChristianHolidays diff --git a/holidays/countries/venezuela.py b/holidays/countries/venezuela.py index e719af7bf..c949f0b14 100644 --- a/holidays/countries/venezuela.py +++ b/holidays/countries/venezuela.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/vietnam.py b/holidays/countries/vietnam.py index fb69207d6..231af59db 100644 --- a/holidays/countries/vietnam.py +++ b/holidays/countries/vietnam.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr diff --git a/holidays/countries/zambia.py b/holidays/countries/zambia.py index d6376f7fc..bd346761f 100644 --- a/holidays/countries/zambia.py +++ b/holidays/countries/zambia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import MAR, JUL, AUG, SEP diff --git a/holidays/countries/zimbabwe.py b/holidays/countries/zimbabwe.py index 1d762f2b0..f37c1f68e 100644 --- a/holidays/countries/zimbabwe.py +++ b/holidays/countries/zimbabwe.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.groups import ChristianHolidays, InternationalHolidays diff --git a/holidays/deprecation.py b/holidays/deprecation.py index 58968e990..19ca1d7bc 100644 --- a/holidays/deprecation.py +++ b/holidays/deprecation.py @@ -7,12 +7,12 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) FUTURE_INCOMPATIBILITY_WARNING_TEMPLATE = """ -This is a future version incompatibility warning from Python Holidays library v{version} +This is a future version incompatibility warning from Holidays library v{version} to inform you about an upcoming change in our API versioning strategy that may affect your project's dependencies. Starting from version 1.0 onwards, we will be following a loose form of Semantic Versioning (SemVer, https://semver.org) to provide clearer communication regarding any @@ -25,7 +25,7 @@ avoid potentially unwanted upgrade to the version 1.0 when it's released (ETA 2024Q4 - 2025Q1). If you have any questions or concerns regarding this change, please don't hesitate to reach out -to us via https://github.com/vacanza/python-holidays/discussions/1800. +to us via https://github.com/vacanza/holidays/discussions/1800. """ diff --git a/holidays/financial/__init__.py b/holidays/financial/__init__.py index f35e08fd4..034880db9 100644 --- a/holidays/financial/__init__.py +++ b/holidays/financial/__init__.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # flake8: noqa: F401 diff --git a/holidays/financial/european_central_bank.py b/holidays/financial/european_central_bank.py index 992df2356..03e2fc837 100644 --- a/holidays/financial/european_central_bank.py +++ b/holidays/financial/european_central_bank.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import DEC diff --git a/holidays/financial/ice_futures_europe.py b/holidays/financial/ice_futures_europe.py index 164b3a7bc..10e8c3235 100644 --- a/holidays/financial/ice_futures_europe.py +++ b/holidays/financial/ice_futures_europe.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.groups import ChristianHolidays, InternationalHolidays diff --git a/holidays/financial/ny_stock_exchange.py b/holidays/financial/ny_stock_exchange.py index 4d2c899d9..2cc2ce27a 100644 --- a/holidays/financial/ny_stock_exchange.py +++ b/holidays/financial/ny_stock_exchange.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/groups/__init__.py b/holidays/groups/__init__.py index b251477ee..587c61518 100644 --- a/holidays/groups/__init__.py +++ b/holidays/groups/__init__.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # flake8: noqa: F401 diff --git a/holidays/groups/buddhist.py b/holidays/groups/buddhist.py index f78270531..47394dd20 100644 --- a/holidays/groups/buddhist.py +++ b/holidays/groups/buddhist.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/groups/chinese.py b/holidays/groups/chinese.py index c40a9df0c..f9abbd5a7 100644 --- a/holidays/groups/chinese.py +++ b/holidays/groups/chinese.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/groups/christian.py b/holidays/groups/christian.py index 63d336b33..c91c4fe23 100644 --- a/holidays/groups/christian.py +++ b/holidays/groups/christian.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/groups/custom.py b/holidays/groups/custom.py index de28c6adc..dd54b26d5 100644 --- a/holidays/groups/custom.py +++ b/holidays/groups/custom.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) diff --git a/holidays/groups/hindu.py b/holidays/groups/hindu.py index cc646921c..2e6e29640 100644 --- a/holidays/groups/hindu.py +++ b/holidays/groups/hindu.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/groups/international.py b/holidays/groups/international.py index de3639575..86ee8ee21 100644 --- a/holidays/groups/international.py +++ b/holidays/groups/international.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/groups/islamic.py b/holidays/groups/islamic.py index 22e52055c..8e3b23588 100644 --- a/holidays/groups/islamic.py +++ b/holidays/groups/islamic.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/groups/persian.py b/holidays/groups/persian.py index 15f623c11..dccc07c1a 100644 --- a/holidays/groups/persian.py +++ b/holidays/groups/persian.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/groups/thai.py b/holidays/groups/thai.py index 312a6301c..b9e42d357 100644 --- a/holidays/groups/thai.py +++ b/holidays/groups/thai.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/helpers.py b/holidays/helpers.py index 261e8230f..0eb22d6f4 100644 --- a/holidays/helpers.py +++ b/holidays/helpers.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) diff --git a/holidays/holiday_base.py b/holidays/holiday_base.py index 3eb8e1c27..10c7e5a89 100644 --- a/holidays/holiday_base.py +++ b/holidays/holiday_base.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) __all__ = ("DateLike", "HolidayBase", "HolidaySum") diff --git a/holidays/locale/am/LC_MESSAGES/ET.po b/holidays/locale/am/LC_MESSAGES/ET.po index 009bc044d..4ee2bcf4e 100644 --- a/holidays/locale/am/LC_MESSAGES/ET.po +++ b/holidays/locale/am/LC_MESSAGES/ET.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Ethiopia holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.44\n" +"Project-Id-Version: Holidays 0.44\n" "POT-Creation-Date: 2023-02-15 14:15-0800\n" "PO-Revision-Date: 2024-02-27 14:46+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: am\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/ar/LC_MESSAGES/AE.po b/holidays/locale/ar/LC_MESSAGES/AE.po index 269c96dd5..adedf0318 100644 --- a/holidays/locale/ar/LC_MESSAGES/AE.po +++ b/holidays/locale/ar/LC_MESSAGES/AE.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # United Arab Emirates holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.29\n" +"Project-Id-Version: Holidays 0.29\n" "POT-Creation-Date: 2023-06-28 00:13+0100\n" "PO-Revision-Date: 2023-09-12 15:54+0100\n" "Last-Translator: Abdelkhalek Boukli Hacene \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/ar/LC_MESSAGES/BH.po b/holidays/locale/ar/LC_MESSAGES/BH.po index 45af7bbcb..5b813e24d 100644 --- a/holidays/locale/ar/LC_MESSAGES/BH.po +++ b/holidays/locale/ar/LC_MESSAGES/BH.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Bahrain holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.29\n" +"Project-Id-Version: Holidays 0.29\n" "POT-Creation-Date: 2023-06-28 00:13+0100\n" "PO-Revision-Date: 2023-09-12 15:52+0100\n" "Last-Translator: Abdelkhalek Boukli Hacene \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/ar/LC_MESSAGES/CA.po b/holidays/locale/ar/LC_MESSAGES/CA.po index a28fa52a8..10da7c571 100644 --- a/holidays/locale/ar/LC_MESSAGES/CA.po +++ b/holidays/locale/ar/LC_MESSAGES/CA.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Canada holidays ar localization (PoC). # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.32\n" +"Project-Id-Version: Holidays 0.32\n" "POT-Creation-Date: 2023-05-20 18:16-0700\n" "PO-Revision-Date: 2023-08-26 18:25+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/ar/LC_MESSAGES/DJ.po b/holidays/locale/ar/LC_MESSAGES/DJ.po index 47ce32cd5..f46fcc546 100644 --- a/holidays/locale/ar/LC_MESSAGES/DJ.po +++ b/holidays/locale/ar/LC_MESSAGES/DJ.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Djibouti holidays ar localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.42\n" +"Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-07-15 20:58+0300\n" "PO-Revision-Date: 2024-01-22 13:45+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/ar/LC_MESSAGES/DZ.po b/holidays/locale/ar/LC_MESSAGES/DZ.po index 6d5331e4b..0d7167225 100644 --- a/holidays/locale/ar/LC_MESSAGES/DZ.po +++ b/holidays/locale/ar/LC_MESSAGES/DZ.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Algeria holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.29\n" +"Project-Id-Version: Holidays 0.29\n" "POT-Creation-Date: 2023-06-28 00:13+0100\n" "PO-Revision-Date: 2023-09-12 14:56+0100\n" "Last-Translator: Abdelkhalek Boukli Hacene \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/ar/LC_MESSAGES/EG.po b/holidays/locale/ar/LC_MESSAGES/EG.po index c39b25967..97bd5fd37 100644 --- a/holidays/locale/ar/LC_MESSAGES/EG.po +++ b/holidays/locale/ar/LC_MESSAGES/EG.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Egypt holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.29\n" +"Project-Id-Version: Holidays 0.29\n" "POT-Creation-Date: 2023-06-28 00:13+0100\n" "PO-Revision-Date: 2023-09-12 15:50+0100\n" "Last-Translator: Abdelkhalek Boukli Hacene \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/ar/LC_MESSAGES/ET.po b/holidays/locale/ar/LC_MESSAGES/ET.po index 1d3ca712f..4a8de7a10 100644 --- a/holidays/locale/ar/LC_MESSAGES/ET.po +++ b/holidays/locale/ar/LC_MESSAGES/ET.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Ethiopia holidays ar localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.44\n" +"Project-Id-Version: Holidays 0.44\n" "POT-Creation-Date: 2024-02-27 14:42+0200\n" "PO-Revision-Date: 2024-02-27 14:51+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/ar/LC_MESSAGES/JO.po b/holidays/locale/ar/LC_MESSAGES/JO.po index c445c11f3..a365d2750 100644 --- a/holidays/locale/ar/LC_MESSAGES/JO.po +++ b/holidays/locale/ar/LC_MESSAGES/JO.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Jordan holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.47\n" +"Project-Id-Version: Holidays 0.47\n" "POT-Creation-Date: 2024-02-28 09:55-0800\n" "PO-Revision-Date: 2024-02-28 09:55-0800\n" "Last-Translator: Firas Kafri \n" -"Language-Team: Python Holidays Localization Team\n" +"Language-Team: Holidays Localization Team\n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/ar/LC_MESSAGES/KW.po b/holidays/locale/ar/LC_MESSAGES/KW.po index eec0f351f..42033bb28 100644 --- a/holidays/locale/ar/LC_MESSAGES/KW.po +++ b/holidays/locale/ar/LC_MESSAGES/KW.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Kuwait holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.44\n" +"Project-Id-Version: Holidays 0.44\n" "POT-Creation-Date: 2024-02-28 09:55-0800\n" "PO-Revision-Date: 2024-02-28 09:55-0800\n" "Last-Translator: Jaemin Kim \n" -"Language-Team: Python Holidays Localization Team\n" +"Language-Team: Holidays Localization Team\n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/ar/LC_MESSAGES/MA.po b/holidays/locale/ar/LC_MESSAGES/MA.po index d8e60818d..7ec9c892e 100644 --- a/holidays/locale/ar/LC_MESSAGES/MA.po +++ b/holidays/locale/ar/LC_MESSAGES/MA.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Morocco holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.29\n" +"Project-Id-Version: Holidays 0.29\n" "POT-Creation-Date: 2023-06-28 00:13+0100\n" "PO-Revision-Date: 2023-07-05 17:41+0100\n" "Last-Translator: Abdelkhalek Boukli Hacene \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/ar/LC_MESSAGES/SA.po b/holidays/locale/ar/LC_MESSAGES/SA.po index 8e7715a36..dea73fec8 100644 --- a/holidays/locale/ar/LC_MESSAGES/SA.po +++ b/holidays/locale/ar/LC_MESSAGES/SA.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Saudi Arabia holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-08-04 20:02+0300\n" "PO-Revision-Date: 2023-08-04 20:05+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/ar/LC_MESSAGES/TN.po b/holidays/locale/ar/LC_MESSAGES/TN.po index 120f724d2..5dbaac2d8 100644 --- a/holidays/locale/ar/LC_MESSAGES/TN.po +++ b/holidays/locale/ar/LC_MESSAGES/TN.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Tunisia holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.29\n" +"Project-Id-Version: Holidays 0.29\n" "POT-Creation-Date: 2023-06-28 00:13+0100\n" "PO-Revision-Date: 2023-09-12 15:48+0100\n" "Last-Translator: Abdelkhalek Boukli Hacene \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/ar/LC_MESSAGES/UA.po b/holidays/locale/ar/LC_MESSAGES/UA.po index a2147d5d4..a2ee8e90b 100644 --- a/holidays/locale/ar/LC_MESSAGES/UA.po +++ b/holidays/locale/ar/LC_MESSAGES/UA.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Ukraine holidays ar localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.55\n" +"Project-Id-Version: Holidays 0.55\n" "POT-Creation-Date: 2023-07-08 19:40+0300\n" "PO-Revision-Date: 2024-08-15 21:24+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/az/LC_MESSAGES/AZ.po b/holidays/locale/az/LC_MESSAGES/AZ.po index 702c096bf..3fac848a4 100644 --- a/holidays/locale/az/LC_MESSAGES/AZ.po +++ b/holidays/locale/az/LC_MESSAGES/AZ.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Azerbaijan holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-11-15 20:42+0200\n" "PO-Revision-Date: 2023-11-15 20:47+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: az\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/be/LC_MESSAGES/BY.po b/holidays/locale/be/LC_MESSAGES/BY.po index c249c490c..cb519250c 100644 --- a/holidays/locale/be/LC_MESSAGES/BY.po +++ b/holidays/locale/be/LC_MESSAGES/BY.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Belarus holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.34\n" +"Project-Id-Version: Holidays 0.34\n" "POT-Creation-Date: 2023-02-15 20:06-0800\n" "PO-Revision-Date: 2023-09-27 18:49+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: be\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/bg/LC_MESSAGES/BG.po b/holidays/locale/bg/LC_MESSAGES/BG.po index ebb60614b..c733c3fe8 100644 --- a/holidays/locale/bg/LC_MESSAGES/BG.po +++ b/holidays/locale/bg/LC_MESSAGES/BG.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Bulgaria holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.28\n" +"Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-30 20:48+0300\n" "PO-Revision-Date: 2023-06-30 21:10+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/bs/LC_MESSAGES/BA.po b/holidays/locale/bs/LC_MESSAGES/BA.po index 0845a8734..4ce708b65 100644 --- a/holidays/locale/bs/LC_MESSAGES/BA.po +++ b/holidays/locale/bs/LC_MESSAGES/BA.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Bosnia and Herzegovina holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.28\n" +"Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-26 18:31+0300\n" "PO-Revision-Date: 2023-06-26 18:34+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/cs/LC_MESSAGES/CZ.po b/holidays/locale/cs/LC_MESSAGES/CZ.po index 7bf0d2929..9cceca989 100644 --- a/holidays/locale/cs/LC_MESSAGES/CZ.po +++ b/holidays/locale/cs/LC_MESSAGES/CZ.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Czechia holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.28\n" +"Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2023-06-27 13:38+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/da/LC_MESSAGES/DK.po b/holidays/locale/da/LC_MESSAGES/DK.po index 93daa30b2..ee0065b14 100644 --- a/holidays/locale/da/LC_MESSAGES/DK.po +++ b/holidays/locale/da/LC_MESSAGES/DK.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Denmark holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.37\n" +"Project-Id-Version: Holidays 0.37\n" "POT-Creation-Date: 2023-02-15 08:13-0800\n" "PO-Revision-Date: 2023-11-12 16:36+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/da/LC_MESSAGES/GL.po b/holidays/locale/da/LC_MESSAGES/GL.po index 1934e9f65..80e0f2625 100644 --- a/holidays/locale/da/LC_MESSAGES/GL.po +++ b/holidays/locale/da/LC_MESSAGES/GL.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Greenland holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.50\n" +"Project-Id-Version: Holidays 0.50\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" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/de/LC_MESSAGES/AT.po b/holidays/locale/de/LC_MESSAGES/AT.po index b8078ffbd..ac200d216 100644 --- a/holidays/locale/de/LC_MESSAGES/AT.po +++ b/holidays/locale/de/LC_MESSAGES/AT.po @@ -7,17 +7,17 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Austria holidays. msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.42\n" +"Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-04-01 17:13+0300\n" "PO-Revision-Date: 2023-04-01 17:15+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/de/LC_MESSAGES/BE.po b/holidays/locale/de/LC_MESSAGES/BE.po index f54d01995..15c34be35 100644 --- a/holidays/locale/de/LC_MESSAGES/BE.po +++ b/holidays/locale/de/LC_MESSAGES/BE.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Belgium holidays de localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.33\n" +"Project-Id-Version: Holidays 0.33\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2023-09-06 20:49+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/de/LC_MESSAGES/CH.po b/holidays/locale/de/LC_MESSAGES/CH.po index 340598c2e..98a07b631 100644 --- a/holidays/locale/de/LC_MESSAGES/CH.po +++ b/holidays/locale/de/LC_MESSAGES/CH.po @@ -7,17 +7,17 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Switzerland holidays. msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.42\n" +"Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-04-10 15:41+0300\n" "PO-Revision-Date: 2024-01-21 14:46+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/de/LC_MESSAGES/DE.po b/holidays/locale/de/LC_MESSAGES/DE.po index 57f5d88cc..5e75fd8d6 100644 --- a/holidays/locale/de/LC_MESSAGES/DE.po +++ b/holidays/locale/de/LC_MESSAGES/DE.po @@ -7,17 +7,17 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Germany holidays. msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.23\n" +"Project-Id-Version: Holidays 0.23\n" "POT-Creation-Date: 2023-04-04 16:13+0300\n" "PO-Revision-Date: 2023-04-09 18:41+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/de/LC_MESSAGES/LI.po b/holidays/locale/de/LC_MESSAGES/LI.po index 72eea57fa..b762bca71 100644 --- a/holidays/locale/de/LC_MESSAGES/LI.po +++ b/holidays/locale/de/LC_MESSAGES/LI.po @@ -7,17 +7,17 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Liechtenstein holidays. msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.42\n" +"Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-04-01 18:49+0300\n" "PO-Revision-Date: 2024-01-25 21:16+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/de/LC_MESSAGES/LU.po b/holidays/locale/de/LC_MESSAGES/LU.po index e6bf208a4..e9fde65af 100644 --- a/holidays/locale/de/LC_MESSAGES/LU.po +++ b/holidays/locale/de/LC_MESSAGES/LU.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Luxembourg holidays de localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.28\n" +"Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2024-01-03 19:43+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/el/LC_MESSAGES/CY.po b/holidays/locale/el/LC_MESSAGES/CY.po index db87bbb0c..46219a564 100644 --- a/holidays/locale/el/LC_MESSAGES/CY.po +++ b/holidays/locale/el/LC_MESSAGES/CY.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Cyprus holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-02-15 11:50-0800\n" "PO-Revision-Date: 2023-02-16 08:50-0800\n" "Last-Translator: Arkadii Yakovets \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/el/LC_MESSAGES/GR.po b/holidays/locale/el/LC_MESSAGES/GR.po index 0e02f932b..3d60b1ea3 100644 --- a/holidays/locale/el/LC_MESSAGES/GR.po +++ b/holidays/locale/el/LC_MESSAGES/GR.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Greece holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.30\n" +"Project-Id-Version: Holidays 0.30\n" "POT-Creation-Date: 2023-07-27 18:57+0300\n" "PO-Revision-Date: 2023-07-27 18:59+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_AU/LC_MESSAGES/AU.po b/holidays/locale/en_AU/LC_MESSAGES/AU.po index b533bad4d..b961c8f36 100644 --- a/holidays/locale/en_AU/LC_MESSAGES/AU.po +++ b/holidays/locale/en_AU/LC_MESSAGES/AU.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Australia holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.57\n" +"Project-Id-Version: Holidays 0.57\n" "POT-Creation-Date: 2024-09-05 12:21+0700\n" "PO-Revision-Date: 2024-09-05 12:28+0700\n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays Localization Team\n" +"Language-Team: Holidays Localization Team\n" "Language: en_AU\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_CA/LC_MESSAGES/CA.po b/holidays/locale/en_CA/LC_MESSAGES/CA.po index b4fe52134..3c8478742 100644 --- a/holidays/locale/en_CA/LC_MESSAGES/CA.po +++ b/holidays/locale/en_CA/LC_MESSAGES/CA.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Canada holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.32\n" +"Project-Id-Version: Holidays 0.32\n" "POT-Creation-Date: 2023-04-10 14:10+0300\n" "PO-Revision-Date: 2023-12-26 22:10+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_CA\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_CY/LC_MESSAGES/CY.po b/holidays/locale/en_CY/LC_MESSAGES/CY.po index 31f39adf1..3fdca7b75 100644 --- a/holidays/locale/en_CY/LC_MESSAGES/CY.po +++ b/holidays/locale/en_CY/LC_MESSAGES/CY.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Cyprus holidays en_CY localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-02-15 11:50-0800\n" "PO-Revision-Date: 2024-01-05 13:33+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_CY\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_SC/LC_MESSAGES/SC.po b/holidays/locale/en_SC/LC_MESSAGES/SC.po index 0507450a3..c4efa1331 100644 --- a/holidays/locale/en_SC/LC_MESSAGES/SC.po +++ b/holidays/locale/en_SC/LC_MESSAGES/SC.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Seychelles holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.45\n" +"Project-Id-Version: Holidays 0.45\n" "POT-Creation-Date: 2024-03-01 11:00+0700\n" "PO-Revision-Date: 2024-03-05 16:34+0700\n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_SC\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_SG/LC_MESSAGES/SG.po b/holidays/locale/en_SG/LC_MESSAGES/SG.po index 6c63c4c74..e92825134 100644 --- a/holidays/locale/en_SG/LC_MESSAGES/SG.po +++ b/holidays/locale/en_SG/LC_MESSAGES/SG.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Singapore holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.58\n" +"Project-Id-Version: Holidays 0.58\n" "POT-Creation-Date: 2024-10-02 15:30+0700\n" "PO-Revision-Date: 2024-10-02 15:54+0700\n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays Localization Team\n" +"Language-Team: Holidays Localization Team\n" "Language: en_SG\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/AE.po b/holidays/locale/en_US/LC_MESSAGES/AE.po index 07f5dc9c1..5965e4df1 100644 --- a/holidays/locale/en_US/LC_MESSAGES/AE.po +++ b/holidays/locale/en_US/LC_MESSAGES/AE.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # United Arab Emirates holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.42\n" +"Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-06-28 00:13+0100\n" "PO-Revision-Date: 2024-01-25 15:04+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/AM.po b/holidays/locale/en_US/LC_MESSAGES/AM.po index 978825ecd..2bc815d3b 100644 --- a/holidays/locale/en_US/LC_MESSAGES/AM.po +++ b/holidays/locale/en_US/LC_MESSAGES/AM.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Armenia holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.42\n" +"Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-02-15 20:06-0800\n" "PO-Revision-Date: 2024-01-23 20:51+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/AO.po b/holidays/locale/en_US/LC_MESSAGES/AO.po index fbe9334ea..84c072f8e 100644 --- a/holidays/locale/en_US/LC_MESSAGES/AO.po +++ b/holidays/locale/en_US/LC_MESSAGES/AO.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Angola holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-07-19 18:14+0300\n" "PO-Revision-Date: 2023-07-19 18:20+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/AR.po b/holidays/locale/en_US/LC_MESSAGES/AR.po index 81434aafc..320e52b9d 100644 --- a/holidays/locale/en_US/LC_MESSAGES/AR.po +++ b/holidays/locale/en_US/LC_MESSAGES/AR.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Argentina holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-03-02 00:39+0700\n" "PO-Revision-Date: 2024-01-05 12:31+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/AT.po b/holidays/locale/en_US/LC_MESSAGES/AT.po index 6a8b86ae1..26bd534d0 100644 --- a/holidays/locale/en_US/LC_MESSAGES/AT.po +++ b/holidays/locale/en_US/LC_MESSAGES/AT.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Austria holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.56\n" +"Project-Id-Version: Holidays 0.56\n" "POT-Creation-Date: 2023-04-01 17:13+0300\n" "PO-Revision-Date: 2024-08-31 18:20+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/AU.po b/holidays/locale/en_US/LC_MESSAGES/AU.po index 2dd7902ac..ba982d565 100644 --- a/holidays/locale/en_US/LC_MESSAGES/AU.po +++ b/holidays/locale/en_US/LC_MESSAGES/AU.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Australia holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.57\n" +"Project-Id-Version: Holidays 0.57\n" "POT-Creation-Date: 2024-09-05 12:21+0700\n" "PO-Revision-Date: 2024-09-05 12:30+0700\n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays Localization Team\n" +"Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/AW.po b/holidays/locale/en_US/LC_MESSAGES/AW.po index e5d00746a..b69ade2a9 100644 --- a/holidays/locale/en_US/LC_MESSAGES/AW.po +++ b/holidays/locale/en_US/LC_MESSAGES/AW.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Aruba holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.27\n" +"Project-Id-Version: Holidays 0.27\n" "POT-Creation-Date: 2023-06-09 23:12+0700\n" "PO-Revision-Date: \n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/AZ.po b/holidays/locale/en_US/LC_MESSAGES/AZ.po index d6c520a4c..c15963d08 100644 --- a/holidays/locale/en_US/LC_MESSAGES/AZ.po +++ b/holidays/locale/en_US/LC_MESSAGES/AZ.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Azerbaijan holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-11-15 20:42+0200\n" "PO-Revision-Date: 2023-11-15 20:52+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/BA.po b/holidays/locale/en_US/LC_MESSAGES/BA.po index 6cb4334d8..50bb6c18c 100644 --- a/holidays/locale/en_US/LC_MESSAGES/BA.po +++ b/holidays/locale/en_US/LC_MESSAGES/BA.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Bosnia and Herzegovina holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.42\n" +"Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-06-26 18:31+0300\n" "PO-Revision-Date: 2024-01-23 20:44+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/BE.po b/holidays/locale/en_US/LC_MESSAGES/BE.po index f13dce6f2..49a102d88 100644 --- a/holidays/locale/en_US/LC_MESSAGES/BE.po +++ b/holidays/locale/en_US/LC_MESSAGES/BE.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Belgium holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2024-01-07 15:45+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/BG.po b/holidays/locale/en_US/LC_MESSAGES/BG.po index bca2a492a..99b11257d 100644 --- a/holidays/locale/en_US/LC_MESSAGES/BG.po +++ b/holidays/locale/en_US/LC_MESSAGES/BG.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Bulgaria holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.56\n" +"Project-Id-Version: Holidays 0.56\n" "POT-Creation-Date: 2023-06-30 20:48+0300\n" "PO-Revision-Date: 2024-08-31 18:20+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/BH.po b/holidays/locale/en_US/LC_MESSAGES/BH.po index 1d8d372ff..182beb90d 100644 --- a/holidays/locale/en_US/LC_MESSAGES/BH.po +++ b/holidays/locale/en_US/LC_MESSAGES/BH.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Bahrain holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.29\n" +"Project-Id-Version: Holidays 0.29\n" "POT-Creation-Date: 2023-06-28 00:13+0100\n" "PO-Revision-Date: 2023-09-12 16:02+0100\n" "Last-Translator: Abdelkhalek Boukli Hacene \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/BN.po b/holidays/locale/en_US/LC_MESSAGES/BN.po index 74e8638e6..c0add72ea 100644 --- a/holidays/locale/en_US/LC_MESSAGES/BN.po +++ b/holidays/locale/en_US/LC_MESSAGES/BN.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Brunei holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.57\n" +"Project-Id-Version: Holidays 0.57\n" "POT-Creation-Date: 2023-03-02 00:37+0700\n" "PO-Revision-Date: 2024-09-07 17:20+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/BO.po b/holidays/locale/en_US/LC_MESSAGES/BO.po index 9fc827a2b..68ba27b12 100644 --- a/holidays/locale/en_US/LC_MESSAGES/BO.po +++ b/holidays/locale/en_US/LC_MESSAGES/BO.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Bolivia holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-07-22 18:47+0300\n" "PO-Revision-Date: 2023-07-22 18:51+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/BY.po b/holidays/locale/en_US/LC_MESSAGES/BY.po index 9ab168492..a63e120c0 100644 --- a/holidays/locale/en_US/LC_MESSAGES/BY.po +++ b/holidays/locale/en_US/LC_MESSAGES/BY.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Belarus holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.34\n" +"Project-Id-Version: Holidays 0.34\n" "POT-Creation-Date: 2023-02-15 20:06-0800\n" "PO-Revision-Date: 2023-09-27 18:50+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/CA.po b/holidays/locale/en_US/LC_MESSAGES/CA.po index c4a5973c2..985326716 100644 --- a/holidays/locale/en_US/LC_MESSAGES/CA.po +++ b/holidays/locale/en_US/LC_MESSAGES/CA.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Canada holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.56\n" +"Project-Id-Version: Holidays 0.56\n" "POT-Creation-Date: 2023-04-10 14:10+0300\n" "PO-Revision-Date: 2024-08-31 18:20+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/CG.po b/holidays/locale/en_US/LC_MESSAGES/CG.po index 6eadbba5f..e020f50fe 100644 --- a/holidays/locale/en_US/LC_MESSAGES/CG.po +++ b/holidays/locale/en_US/LC_MESSAGES/CG.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Congo holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.58\n" +"Project-Id-Version: Holidays 0.58\n" "POT-Creation-Date: 2024-10-04 18:14+0700\n" "PO-Revision-Date: 2024-10-04 18:17+0700\n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays Localization Team\n" +"Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/CH.po b/holidays/locale/en_US/LC_MESSAGES/CH.po index 185d47ced..f29d9fdb7 100644 --- a/holidays/locale/en_US/LC_MESSAGES/CH.po +++ b/holidays/locale/en_US/LC_MESSAGES/CH.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Switzerland holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.56\n" +"Project-Id-Version: Holidays 0.56\n" "POT-Creation-Date: 2023-04-10 15:41+0300\n" "PO-Revision-Date: 2024-08-31 18:20+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/CL.po b/holidays/locale/en_US/LC_MESSAGES/CL.po index 1b292cd37..e1ccfd433 100644 --- a/holidays/locale/en_US/LC_MESSAGES/CL.po +++ b/holidays/locale/en_US/LC_MESSAGES/CL.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Chile holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.53\n" +"Project-Id-Version: Holidays 0.53\n" "POT-Creation-Date: 2023-02-28 16:42+0200\n" "PO-Revision-Date: 2024-07-08 17:20+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/CN.po b/holidays/locale/en_US/LC_MESSAGES/CN.po index a3a5c6bc1..5ae66364e 100644 --- a/holidays/locale/en_US/LC_MESSAGES/CN.po +++ b/holidays/locale/en_US/LC_MESSAGES/CN.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Chinese holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.42\n" +"Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-09-28 19:23+0700\n" "PO-Revision-Date: 2024-01-18 11:42+0700\n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/CO.po b/holidays/locale/en_US/LC_MESSAGES/CO.po index 21da552e3..95017813e 100644 --- a/holidays/locale/en_US/LC_MESSAGES/CO.po +++ b/holidays/locale/en_US/LC_MESSAGES/CO.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Colombia holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.42\n" +"Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-02-19 17:09+0200\n" "PO-Revision-Date: 2024-01-23 20:50+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/CR.po b/holidays/locale/en_US/LC_MESSAGES/CR.po index c58be60ba..e4d234ff7 100644 --- a/holidays/locale/en_US/LC_MESSAGES/CR.po +++ b/holidays/locale/en_US/LC_MESSAGES/CR.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Costa Rica holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.42\n" +"Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-03-22 22:55+0200\n" "PO-Revision-Date: 2024-01-23 17:38+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/CU.po b/holidays/locale/en_US/LC_MESSAGES/CU.po index 00853fbf1..203bf6e02 100644 --- a/holidays/locale/en_US/LC_MESSAGES/CU.po +++ b/holidays/locale/en_US/LC_MESSAGES/CU.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Cuba holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.42\n" +"Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-03-04 14:20+0200\n" "PO-Revision-Date: 2024-01-23 21:01+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/CW.po b/holidays/locale/en_US/LC_MESSAGES/CW.po index 4fab31dd9..b2bea7dd8 100644 --- a/holidays/locale/en_US/LC_MESSAGES/CW.po +++ b/holidays/locale/en_US/LC_MESSAGES/CW.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Curacao holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.58\n" +"Project-Id-Version: Holidays 0.58\n" "POT-Creation-Date: 2023-06-13 16:35+0700\n" "PO-Revision-Date: 2024-10-05 22:08+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/CY.po b/holidays/locale/en_US/LC_MESSAGES/CY.po index 27493fae4..ab90cfa28 100644 --- a/holidays/locale/en_US/LC_MESSAGES/CY.po +++ b/holidays/locale/en_US/LC_MESSAGES/CY.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Cyprus holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-02-15 11:50-0800\n" "PO-Revision-Date: 2024-01-05 13:23+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/CZ.po b/holidays/locale/en_US/LC_MESSAGES/CZ.po index 5952e8233..fc138c07e 100644 --- a/holidays/locale/en_US/LC_MESSAGES/CZ.po +++ b/holidays/locale/en_US/LC_MESSAGES/CZ.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Czechia holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.28\n" +"Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2023-06-27 13:46+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/DE.po b/holidays/locale/en_US/LC_MESSAGES/DE.po index 8f612e5d8..9cef7b141 100644 --- a/holidays/locale/en_US/LC_MESSAGES/DE.po +++ b/holidays/locale/en_US/LC_MESSAGES/DE.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Germany holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.23\n" +"Project-Id-Version: Holidays 0.23\n" "POT-Creation-Date: 2023-04-04 16:13+0300\n" "PO-Revision-Date: 2023-04-09 18:42+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/DJ.po b/holidays/locale/en_US/LC_MESSAGES/DJ.po index 0afd43e3e..065f4fabc 100644 --- a/holidays/locale/en_US/LC_MESSAGES/DJ.po +++ b/holidays/locale/en_US/LC_MESSAGES/DJ.po @@ -7,17 +7,17 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Djibouti holidays en_US localization. msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.57\n" +"Project-Id-Version: Holidays 0.57\n" "POT-Creation-Date: 2023-07-15 20:58+0300\n" "PO-Revision-Date: 2024-09-07 17:21+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/DK.po b/holidays/locale/en_US/LC_MESSAGES/DK.po index 91e677c00..0538f2b63 100644 --- a/holidays/locale/en_US/LC_MESSAGES/DK.po +++ b/holidays/locale/en_US/LC_MESSAGES/DK.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Denmark holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.37\n" +"Project-Id-Version: Holidays 0.37\n" "POT-Creation-Date: 2023-02-15 08:13-0800\n" "PO-Revision-Date: 2023-11-12 16:36+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/DO.po b/holidays/locale/en_US/LC_MESSAGES/DO.po index 8fe994b47..137c3d83c 100644 --- a/holidays/locale/en_US/LC_MESSAGES/DO.po +++ b/holidays/locale/en_US/LC_MESSAGES/DO.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Dominican Republic holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.42\n" +"Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-03-05 12:33+0200\n" "PO-Revision-Date: 2024-01-22 13:55+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/DZ.po b/holidays/locale/en_US/LC_MESSAGES/DZ.po index c690bc2fd..ed1de1494 100644 --- a/holidays/locale/en_US/LC_MESSAGES/DZ.po +++ b/holidays/locale/en_US/LC_MESSAGES/DZ.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Algeria holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.29\n" +"Project-Id-Version: Holidays 0.29\n" "POT-Creation-Date: 2023-06-28 00:13+0100\n" "PO-Revision-Date: 2023-09-12 14:56+0100\n" "Last-Translator: Abdelkhalek Boukli Hacene \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/EC.po b/holidays/locale/en_US/LC_MESSAGES/EC.po index 3eef6cd68..13e96bcdc 100644 --- a/holidays/locale/en_US/LC_MESSAGES/EC.po +++ b/holidays/locale/en_US/LC_MESSAGES/EC.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Ecuador holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.42\n" +"Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-04-02 18:54+0300\n" "PO-Revision-Date: 2024-01-23 21:03+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/EE.po b/holidays/locale/en_US/LC_MESSAGES/EE.po index 47f376eba..7f77c4137 100644 --- a/holidays/locale/en_US/LC_MESSAGES/EE.po +++ b/holidays/locale/en_US/LC_MESSAGES/EE.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Estonia holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.28\n" +"Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2023-06-27 13:47+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/EG.po b/holidays/locale/en_US/LC_MESSAGES/EG.po index 291e4f97b..d5a6ec834 100644 --- a/holidays/locale/en_US/LC_MESSAGES/EG.po +++ b/holidays/locale/en_US/LC_MESSAGES/EG.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Egypt holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.42\n" +"Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-06-28 00:13+0100\n" "PO-Revision-Date: 2024-01-25 21:05+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/ES.po b/holidays/locale/en_US/LC_MESSAGES/ES.po index 1e3d711f1..57e3b2ec2 100644 --- a/holidays/locale/en_US/LC_MESSAGES/ES.po +++ b/holidays/locale/en_US/LC_MESSAGES/ES.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Spain holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.56\n" +"Project-Id-Version: Holidays 0.56\n" "POT-Creation-Date: 2023-12-26 19:23+0200\n" "PO-Revision-Date: 2024-08-31 18:20+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/ET.po b/holidays/locale/en_US/LC_MESSAGES/ET.po index a2f4e567d..2b10a12a4 100644 --- a/holidays/locale/en_US/LC_MESSAGES/ET.po +++ b/holidays/locale/en_US/LC_MESSAGES/ET.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Ethiopia holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.44\n" +"Project-Id-Version: Holidays 0.44\n" "POT-Creation-Date: 2023-02-15 14:15-0800\n" "PO-Revision-Date: 2024-02-27 14:49+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/FI.po b/holidays/locale/en_US/LC_MESSAGES/FI.po index 2c99a07bf..f9a6f9768 100644 --- a/holidays/locale/en_US/LC_MESSAGES/FI.po +++ b/holidays/locale/en_US/LC_MESSAGES/FI.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Finland holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.54\n" +"Project-Id-Version: Holidays 0.54\n" "POT-Creation-Date: 2023-04-08 19:30+0300\n" "PO-Revision-Date: 2024-07-26 17:41+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/FR.po b/holidays/locale/en_US/LC_MESSAGES/FR.po index b37fb89fc..6c9c8fe55 100644 --- a/holidays/locale/en_US/LC_MESSAGES/FR.po +++ b/holidays/locale/en_US/LC_MESSAGES/FR.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # France holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.22\n" +"Project-Id-Version: Holidays 0.22\n" "POT-Creation-Date: 2023-03-23 14:44+0200\n" "PO-Revision-Date: 2023-03-23 14:47+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/GE.po b/holidays/locale/en_US/LC_MESSAGES/GE.po index 830303fc4..50f44143e 100644 --- a/holidays/locale/en_US/LC_MESSAGES/GE.po +++ b/holidays/locale/en_US/LC_MESSAGES/GE.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Georgia holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.50\n" +"Project-Id-Version: Holidays 0.50\n" "POT-Creation-Date: 2023-07-18 17:31+0300\n" "PO-Revision-Date: 2024-05-23 11:01+0700\n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/GL.po b/holidays/locale/en_US/LC_MESSAGES/GL.po index bb1923597..8a408bece 100644 --- a/holidays/locale/en_US/LC_MESSAGES/GL.po +++ b/holidays/locale/en_US/LC_MESSAGES/GL.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Greenland holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.50\n" +"Project-Id-Version: Holidays 0.50\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" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/GR.po b/holidays/locale/en_US/LC_MESSAGES/GR.po index a1d37cebc..31720c023 100644 --- a/holidays/locale/en_US/LC_MESSAGES/GR.po +++ b/holidays/locale/en_US/LC_MESSAGES/GR.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Greece holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.30\n" +"Project-Id-Version: Holidays 0.30\n" "POT-Creation-Date: 2023-07-27 18:57+0300\n" "PO-Revision-Date: 2023-07-27 19:01+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/GT.po b/holidays/locale/en_US/LC_MESSAGES/GT.po index e12aeb7a4..cddcc010a 100644 --- a/holidays/locale/en_US/LC_MESSAGES/GT.po +++ b/holidays/locale/en_US/LC_MESSAGES/GT.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Guatemala holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.42\n" +"Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-02-19 17:09+0200\n" "PO-Revision-Date: 2024-01-22 14:09+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/HN.po b/holidays/locale/en_US/LC_MESSAGES/HN.po index 817b3df54..427e9df6e 100644 --- a/holidays/locale/en_US/LC_MESSAGES/HN.po +++ b/holidays/locale/en_US/LC_MESSAGES/HN.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Honduras holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.25\n" +"Project-Id-Version: Holidays 0.25\n" "POT-Creation-Date: 2023-03-05 12:23+0200\n" "PO-Revision-Date: 2024-01-05 12:38+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/HR.po b/holidays/locale/en_US/LC_MESSAGES/HR.po index d75b85640..73b84d5e1 100644 --- a/holidays/locale/en_US/LC_MESSAGES/HR.po +++ b/holidays/locale/en_US/LC_MESSAGES/HR.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Croatia holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.56\n" +"Project-Id-Version: Holidays 0.56\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2024-08-31 18:20+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/HT.po b/holidays/locale/en_US/LC_MESSAGES/HT.po index 20b85eb60..262501a9c 100644 --- a/holidays/locale/en_US/LC_MESSAGES/HT.po +++ b/holidays/locale/en_US/LC_MESSAGES/HT.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Haiti holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.56\n" +"Project-Id-Version: Holidays 0.56\n" "POT-Creation-Date: 2024-08-19 13:57+0700\n" "PO-Revision-Date: 2024-08-20 10:00+0700\n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays Localization Team\n" +"Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/HU.po b/holidays/locale/en_US/LC_MESSAGES/HU.po index c2c34265d..f71df0301 100644 --- a/holidays/locale/en_US/LC_MESSAGES/HU.po +++ b/holidays/locale/en_US/LC_MESSAGES/HU.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Hungary holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.37\n" +"Project-Id-Version: Holidays 0.37\n" "POT-Creation-Date: 2023-06-12 19:06+0300\n" "PO-Revision-Date: 2023-11-10 22:15+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/ID.po b/holidays/locale/en_US/LC_MESSAGES/ID.po index 7bfce97ad..4f0357b78 100644 --- a/holidays/locale/en_US/LC_MESSAGES/ID.po +++ b/holidays/locale/en_US/LC_MESSAGES/ID.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Indonesia holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.57\n" +"Project-Id-Version: Holidays 0.57\n" "POT-Creation-Date: 2023-07-23 14:09+0300\n" "PO-Revision-Date: 2024-09-07 17:22+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/IL.po b/holidays/locale/en_US/LC_MESSAGES/IL.po index d12f7b9eb..90f28e9ee 100644 --- a/holidays/locale/en_US/LC_MESSAGES/IL.po +++ b/holidays/locale/en_US/LC_MESSAGES/IL.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Israel holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.39\n" +"Project-Id-Version: Holidays 0.39\n" "POT-Creation-Date: 2023-07-18 17:31+0300\n" "PO-Revision-Date: 2023-07-18 17:57+0300\n" "Last-Translator: Arkadii Yakovets \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/IR.po b/holidays/locale/en_US/LC_MESSAGES/IR.po index 321df68d9..f977048b8 100644 --- a/holidays/locale/en_US/LC_MESSAGES/IR.po +++ b/holidays/locale/en_US/LC_MESSAGES/IR.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Iran holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.57\n" +"Project-Id-Version: Holidays 0.57\n" "POT-Creation-Date: 2023-08-03 18:21+0300\n" "PO-Revision-Date: 2024-09-07 17:23+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/IS.po b/holidays/locale/en_US/LC_MESSAGES/IS.po index a1d8c495e..e75da7162 100644 --- a/holidays/locale/en_US/LC_MESSAGES/IS.po +++ b/holidays/locale/en_US/LC_MESSAGES/IS.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Iceland holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.23\n" +"Project-Id-Version: Holidays 0.23\n" "POT-Creation-Date: 2023-04-09 14:31+0300\n" "PO-Revision-Date: 2023-04-09 14:32+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/JO.po b/holidays/locale/en_US/LC_MESSAGES/JO.po index e6358b806..ad44b7054 100644 --- a/holidays/locale/en_US/LC_MESSAGES/JO.po +++ b/holidays/locale/en_US/LC_MESSAGES/JO.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Jordan holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.57\n" +"Project-Id-Version: Holidays 0.57\n" "POT-Creation-Date: 2024-02-28 09:55-0800\n" "PO-Revision-Date: 2024-09-07 17:25+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays Localization Team\n" +"Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/JP.po b/holidays/locale/en_US/LC_MESSAGES/JP.po index 1ea529286..1c2975375 100644 --- a/holidays/locale/en_US/LC_MESSAGES/JP.po +++ b/holidays/locale/en_US/LC_MESSAGES/JP.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Japan holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.30\n" +"Project-Id-Version: Holidays 0.30\n" "POT-Creation-Date: 2023-07-23 15:45+0300\n" "PO-Revision-Date: 2023-07-23 15:47+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/KH.po b/holidays/locale/en_US/LC_MESSAGES/KH.po index a52b4a170..6a0d22b73 100644 --- a/holidays/locale/en_US/LC_MESSAGES/KH.po +++ b/holidays/locale/en_US/LC_MESSAGES/KH.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Cambodia holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.27\n" +"Project-Id-Version: Holidays 0.27\n" "POT-Creation-Date: 2023-06-07 20:10+0700\n" "PO-Revision-Date: \n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/KR.po b/holidays/locale/en_US/LC_MESSAGES/KR.po index 96f054507..8556e7eb6 100644 --- a/holidays/locale/en_US/LC_MESSAGES/KR.po +++ b/holidays/locale/en_US/LC_MESSAGES/KR.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # South Korea holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.37\n" +"Project-Id-Version: Holidays 0.37\n" "POT-Creation-Date: 2023-10-26 23:49+0700\n" "PO-Revision-Date: 2023-10-26 23:53+0700\n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/KW.po b/holidays/locale/en_US/LC_MESSAGES/KW.po index c59a73b34..f6f35521b 100644 --- a/holidays/locale/en_US/LC_MESSAGES/KW.po +++ b/holidays/locale/en_US/LC_MESSAGES/KW.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Kuwait holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.57\n" +"Project-Id-Version: Holidays 0.57\n" "POT-Creation-Date: 2024-02-28 09:55-0800\n" "PO-Revision-Date: 2024-09-07 17:26+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays Localization Team\n" +"Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/KZ.po b/holidays/locale/en_US/LC_MESSAGES/KZ.po index 2c9dafa89..48940de1b 100644 --- a/holidays/locale/en_US/LC_MESSAGES/KZ.po +++ b/holidays/locale/en_US/LC_MESSAGES/KZ.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Kazakhstan holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.58\n" +"Project-Id-Version: Holidays 0.58\n" "POT-Creation-Date: 2024-09-26 20:24+0300\n" "PO-Revision-Date: 2024-09-26 20:33+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays Localization Team\n" +"Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/LA.po b/holidays/locale/en_US/LC_MESSAGES/LA.po index 84a78bac7..71d831d06 100644 --- a/holidays/locale/en_US/LC_MESSAGES/LA.po +++ b/holidays/locale/en_US/LC_MESSAGES/LA.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Laos holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.39\n" +"Project-Id-Version: Holidays 0.39\n" "POT-Creation-Date: 2023-09-11 15:10+0700\n" "PO-Revision-Date: 2024-01-02 21:55+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/LI.po b/holidays/locale/en_US/LC_MESSAGES/LI.po index fd9d2147c..dce838eba 100644 --- a/holidays/locale/en_US/LC_MESSAGES/LI.po +++ b/holidays/locale/en_US/LC_MESSAGES/LI.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Liechtenstein holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.56\n" +"Project-Id-Version: Holidays 0.56\n" "POT-Creation-Date: 2023-04-01 17:13+0300\n" "PO-Revision-Date: 2024-08-31 18:20+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/LT.po b/holidays/locale/en_US/LC_MESSAGES/LT.po index bea7a0f3f..94231ea58 100644 --- a/holidays/locale/en_US/LC_MESSAGES/LT.po +++ b/holidays/locale/en_US/LC_MESSAGES/LT.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Lithuania holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.28\n" +"Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2024-01-07 16:02+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/LU.po b/holidays/locale/en_US/LC_MESSAGES/LU.po index 8e0079eda..9cee83558 100644 --- a/holidays/locale/en_US/LC_MESSAGES/LU.po +++ b/holidays/locale/en_US/LC_MESSAGES/LU.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Luxembourg holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.56\n" +"Project-Id-Version: Holidays 0.56\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2024-08-31 18:20+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/LV.po b/holidays/locale/en_US/LC_MESSAGES/LV.po index 431d24762..a7b0c6c30 100644 --- a/holidays/locale/en_US/LC_MESSAGES/LV.po +++ b/holidays/locale/en_US/LC_MESSAGES/LV.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Latvia holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.28\n" +"Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2024-01-07 16:02+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/MA.po b/holidays/locale/en_US/LC_MESSAGES/MA.po index de7e26b67..8f7cbb0d5 100644 --- a/holidays/locale/en_US/LC_MESSAGES/MA.po +++ b/holidays/locale/en_US/LC_MESSAGES/MA.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Morocco holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.29\n" +"Project-Id-Version: Holidays 0.29\n" "POT-Creation-Date: 2023-06-28 00:13+0100\n" "PO-Revision-Date: 2023-07-11 03:44+0100\n" "Last-Translator: Abdelkhalek Boukli Hacene \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/MC.po b/holidays/locale/en_US/LC_MESSAGES/MC.po index e7174cf10..b2c277e0b 100644 --- a/holidays/locale/en_US/LC_MESSAGES/MC.po +++ b/holidays/locale/en_US/LC_MESSAGES/MC.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Monaco holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-02-20 11:58+0200\n" "PO-Revision-Date: 2024-01-02 15:44+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/MD.po b/holidays/locale/en_US/LC_MESSAGES/MD.po index 905c0cc8c..4f3f7091f 100644 --- a/holidays/locale/en_US/LC_MESSAGES/MD.po +++ b/holidays/locale/en_US/LC_MESSAGES/MD.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Moldova holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.46\n" +"Project-Id-Version: Holidays 0.46\n" "POT-Creation-Date: 2023-03-22 21:58+0200\n" "PO-Revision-Date: 2024-03-20 21:12+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/MG.po b/holidays/locale/en_US/LC_MESSAGES/MG.po index 736edaf2c..9915cef4b 100644 --- a/holidays/locale/en_US/LC_MESSAGES/MG.po +++ b/holidays/locale/en_US/LC_MESSAGES/MG.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Madagascar holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.28\n" +"Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-25 17:39+0300\n" "PO-Revision-Date: 2023-06-25 17:45+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/MT.po b/holidays/locale/en_US/LC_MESSAGES/MT.po index 1e2a01417..56fbc6f91 100644 --- a/holidays/locale/en_US/LC_MESSAGES/MT.po +++ b/holidays/locale/en_US/LC_MESSAGES/MT.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Malta holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.56\n" +"Project-Id-Version: Holidays 0.56\n" "POT-Creation-Date: 2023-06-27 19:10+0700\n" "PO-Revision-Date: 2024-08-31 18:20+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/MX.po b/holidays/locale/en_US/LC_MESSAGES/MX.po index a30d03e4f..9db1e3727 100644 --- a/holidays/locale/en_US/LC_MESSAGES/MX.po +++ b/holidays/locale/en_US/LC_MESSAGES/MX.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Mexico holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.42\n" +"Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-03-05 12:33+0200\n" "PO-Revision-Date: 2024-01-23 20:55+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/MY.po b/holidays/locale/en_US/LC_MESSAGES/MY.po index f98302d6c..45b85f17a 100644 --- a/holidays/locale/en_US/LC_MESSAGES/MY.po +++ b/holidays/locale/en_US/LC_MESSAGES/MY.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Malaysia holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.49\n" +"Project-Id-Version: Holidays 0.49\n" "POT-Creation-Date: 2024-04-28 21:03+0300\n" "PO-Revision-Date: 2024-04-29 15:16+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays Localization Team\n" +"Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/MZ.po b/holidays/locale/en_US/LC_MESSAGES/MZ.po index ea524db81..d0e80b9ed 100644 --- a/holidays/locale/en_US/LC_MESSAGES/MZ.po +++ b/holidays/locale/en_US/LC_MESSAGES/MZ.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Mozambique holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-07-21 19:22+0300\n" "PO-Revision-Date: 2023-07-21 19:26+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/NI.po b/holidays/locale/en_US/LC_MESSAGES/NI.po index 4f43a5a99..3c177ea78 100644 --- a/holidays/locale/en_US/LC_MESSAGES/NI.po +++ b/holidays/locale/en_US/LC_MESSAGES/NI.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Nicaragua holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.58\n" +"Project-Id-Version: Holidays 0.58\n" "POT-Creation-Date: 2023-03-05 12:23+0200\n" "PO-Revision-Date: 2024-09-21 17:40+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/NL.po b/holidays/locale/en_US/LC_MESSAGES/NL.po index 5aa9c02ae..f6ba28855 100644 --- a/holidays/locale/en_US/LC_MESSAGES/NL.po +++ b/holidays/locale/en_US/LC_MESSAGES/NL.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Netherlands holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.23\n" +"Project-Id-Version: Holidays 0.23\n" "POT-Creation-Date: 2023-04-09 18:11+0300\n" "PO-Revision-Date: 2023-04-09 18:15+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/NO.po b/holidays/locale/en_US/LC_MESSAGES/NO.po index 6b3744820..0f097426d 100644 --- a/holidays/locale/en_US/LC_MESSAGES/NO.po +++ b/holidays/locale/en_US/LC_MESSAGES/NO.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Norway holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.23\n" +"Project-Id-Version: Holidays 0.23\n" "POT-Creation-Date: 2023-04-09 13:25+0300\n" "PO-Revision-Date: 2023-04-09 13:31+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/PE.po b/holidays/locale/en_US/LC_MESSAGES/PE.po index a6f6bcaa7..631334fcc 100644 --- a/holidays/locale/en_US/LC_MESSAGES/PE.po +++ b/holidays/locale/en_US/LC_MESSAGES/PE.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Peru holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.42\n" +"Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-02-21 15:18+0200\n" "PO-Revision-Date: 2024-01-23 20:56+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/PL.po b/holidays/locale/en_US/LC_MESSAGES/PL.po index 036ae3eec..b5372b183 100644 --- a/holidays/locale/en_US/LC_MESSAGES/PL.po +++ b/holidays/locale/en_US/LC_MESSAGES/PL.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Poland holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.20\n" +"Project-Id-Version: Holidays 0.20\n" "POT-Creation-Date: 2023-02-15 08:13-0800\n" "PO-Revision-Date: 2024-01-03 21:22+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/PT.po b/holidays/locale/en_US/LC_MESSAGES/PT.po index 6198aea71..d48798db3 100644 --- a/holidays/locale/en_US/LC_MESSAGES/PT.po +++ b/holidays/locale/en_US/LC_MESSAGES/PT.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Portugal holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.56\n" +"Project-Id-Version: Holidays 0.56\n" "POT-Creation-Date: 2023-03-07 19:38+0700\n" "PO-Revision-Date: 2024-08-31 18:20+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/PY.po b/holidays/locale/en_US/LC_MESSAGES/PY.po index 284e01f83..379f141d0 100644 --- a/holidays/locale/en_US/LC_MESSAGES/PY.po +++ b/holidays/locale/en_US/LC_MESSAGES/PY.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Paraguay holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-03-05 12:33+0200\n" "PO-Revision-Date: 2024-01-05 12:44+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/RO.po b/holidays/locale/en_US/LC_MESSAGES/RO.po index 5742f76ab..98306774b 100644 --- a/holidays/locale/en_US/LC_MESSAGES/RO.po +++ b/holidays/locale/en_US/LC_MESSAGES/RO.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Romania holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.42\n" +"Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-03-22 18:35+0200\n" "PO-Revision-Date: 2024-01-23 21:09+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/RS.po b/holidays/locale/en_US/LC_MESSAGES/RS.po index 5b968b194..d70d0c24b 100644 --- a/holidays/locale/en_US/LC_MESSAGES/RS.po +++ b/holidays/locale/en_US/LC_MESSAGES/RS.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Serbia holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.42\n" +"Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-02-15 15:18-0800\n" "PO-Revision-Date: 2024-01-22 14:07+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/RU.po b/holidays/locale/en_US/LC_MESSAGES/RU.po index a00490071..e6e050c1e 100644 --- a/holidays/locale/en_US/LC_MESSAGES/RU.po +++ b/holidays/locale/en_US/LC_MESSAGES/RU.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Russia holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.29\n" +"Project-Id-Version: Holidays 0.29\n" "POT-Creation-Date: 2023-02-15 08:13-0800\n" "PO-Revision-Date: 2024-05-21 13:26+0700\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/SA.po b/holidays/locale/en_US/LC_MESSAGES/SA.po index c6064a527..42368d5fb 100644 --- a/holidays/locale/en_US/LC_MESSAGES/SA.po +++ b/holidays/locale/en_US/LC_MESSAGES/SA.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Saudi Arabia holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-08-04 20:02+0300\n" "PO-Revision-Date: 2023-08-04 20:03+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/SC.po b/holidays/locale/en_US/LC_MESSAGES/SC.po index 539046685..5ccd9eb11 100644 --- a/holidays/locale/en_US/LC_MESSAGES/SC.po +++ b/holidays/locale/en_US/LC_MESSAGES/SC.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Seychelles holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.45\n" +"Project-Id-Version: Holidays 0.45\n" "POT-Creation-Date: 2024-03-01 11:00+0700\n" "PO-Revision-Date: 2024-03-05 16:34+0700\n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/SE.po b/holidays/locale/en_US/LC_MESSAGES/SE.po index 86023a212..4830a4051 100644 --- a/holidays/locale/en_US/LC_MESSAGES/SE.po +++ b/holidays/locale/en_US/LC_MESSAGES/SE.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Sweden holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.23\n" +"Project-Id-Version: Holidays 0.23\n" "POT-Creation-Date: 2023-04-08 20:17+0300\n" "PO-Revision-Date: 2023-04-08 20:23+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/SG.po b/holidays/locale/en_US/LC_MESSAGES/SG.po index 24ac17e97..618a0004c 100644 --- a/holidays/locale/en_US/LC_MESSAGES/SG.po +++ b/holidays/locale/en_US/LC_MESSAGES/SG.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Singapore holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.58\n" +"Project-Id-Version: Holidays 0.58\n" "POT-Creation-Date: 2024-10-02 15:30+0700\n" "PO-Revision-Date: 2024-10-02 15:54+0700\n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays Localization Team\n" +"Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/SI.po b/holidays/locale/en_US/LC_MESSAGES/SI.po index 766ba46c9..6d88c60a3 100644 --- a/holidays/locale/en_US/LC_MESSAGES/SI.po +++ b/holidays/locale/en_US/LC_MESSAGES/SI.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Slovenia holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.28\n" +"Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2023-06-27 14:01+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/SK.po b/holidays/locale/en_US/LC_MESSAGES/SK.po index 6e17709a4..3781abb21 100644 --- a/holidays/locale/en_US/LC_MESSAGES/SK.po +++ b/holidays/locale/en_US/LC_MESSAGES/SK.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Slovakia holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.56\n" +"Project-Id-Version: Holidays 0.56\n" "POT-Creation-Date: 2023-05-10 17:13+0300\n" "PO-Revision-Date: 2024-08-31 18:20+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/TH.po b/holidays/locale/en_US/LC_MESSAGES/TH.po index d48b66e19..eca17f65b 100644 --- a/holidays/locale/en_US/LC_MESSAGES/TH.po +++ b/holidays/locale/en_US/LC_MESSAGES/TH.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Thailand holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.42\n" +"Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-03-18 15:58-0700\n" "PO-Revision-Date: 2024-01-24 17:51+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/TL.po b/holidays/locale/en_US/LC_MESSAGES/TL.po index a48323ecb..ad62744d0 100644 --- a/holidays/locale/en_US/LC_MESSAGES/TL.po +++ b/holidays/locale/en_US/LC_MESSAGES/TL.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Timor-Leste holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.57\n" +"Project-Id-Version: Holidays 0.57\n" "POT-Creation-Date: 2023-10-14 08:23+0700\n" "PO-Revision-Date: 2024-09-07 17:45+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/TN.po b/holidays/locale/en_US/LC_MESSAGES/TN.po index 11b9579f9..50fce634c 100644 --- a/holidays/locale/en_US/LC_MESSAGES/TN.po +++ b/holidays/locale/en_US/LC_MESSAGES/TN.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Tunisia holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.29\n" +"Project-Id-Version: Holidays 0.29\n" "POT-Creation-Date: 2023-06-28 00:13+0100\n" "PO-Revision-Date: 2023-09-12 16:08+0100\n" "Last-Translator: Abdelkhalek Boukli Hacene \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/TO.po b/holidays/locale/en_US/LC_MESSAGES/TO.po index 1adcfafb4..4989cda43 100644 --- a/holidays/locale/en_US/LC_MESSAGES/TO.po +++ b/holidays/locale/en_US/LC_MESSAGES/TO.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Tonga holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-10-24 19:30+0700\n" "PO-Revision-Date: 2023-10-24 19:36+0700\n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/TR.po b/holidays/locale/en_US/LC_MESSAGES/TR.po index 749401434..dbfb5c356 100644 --- a/holidays/locale/en_US/LC_MESSAGES/TR.po +++ b/holidays/locale/en_US/LC_MESSAGES/TR.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Turkey holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.37\n" +"Project-Id-Version: Holidays 0.37\n" "POT-Creation-Date: 2023-11-12 18:52+0200\n" "PO-Revision-Date: 2023-11-14 12:56+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/TW.po b/holidays/locale/en_US/LC_MESSAGES/TW.po index cec5642b9..222ef9730 100644 --- a/holidays/locale/en_US/LC_MESSAGES/TW.po +++ b/holidays/locale/en_US/LC_MESSAGES/TW.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Taiwan holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.43\n" +"Project-Id-Version: Holidays 0.43\n" "POT-Creation-Date: 2023-11-24 16:16+0700\n" "PO-Revision-Date: 2024-02-07 19:37+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/TZ.po b/holidays/locale/en_US/LC_MESSAGES/TZ.po index 7905b6c91..59888ad22 100644 --- a/holidays/locale/en_US/LC_MESSAGES/TZ.po +++ b/holidays/locale/en_US/LC_MESSAGES/TZ.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Tanzania holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.57\n" +"Project-Id-Version: Holidays 0.57\n" "POT-Creation-Date: 2023-10-07 15:05+0700\n" "PO-Revision-Date: 2024-09-07 17:41+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/UA.po b/holidays/locale/en_US/LC_MESSAGES/UA.po index d23200b9f..a485df189 100644 --- a/holidays/locale/en_US/LC_MESSAGES/UA.po +++ b/holidays/locale/en_US/LC_MESSAGES/UA.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Ukraine holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.55\n" +"Project-Id-Version: Holidays 0.55\n" "POT-Creation-Date: 2023-07-08 19:40+0300\n" "PO-Revision-Date: 2024-08-15 21:23+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/UY.po b/holidays/locale/en_US/LC_MESSAGES/UY.po index 8ac57c588..65b295989 100644 --- a/holidays/locale/en_US/LC_MESSAGES/UY.po +++ b/holidays/locale/en_US/LC_MESSAGES/UY.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Uruguay holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.30\n" +"Project-Id-Version: Holidays 0.30\n" "POT-Creation-Date: 2023-07-17 14:06+0300\n" "PO-Revision-Date: 2023-07-17 14:11+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/UZ.po b/holidays/locale/en_US/LC_MESSAGES/UZ.po index c384b4926..54b1fd5b6 100644 --- a/holidays/locale/en_US/LC_MESSAGES/UZ.po +++ b/holidays/locale/en_US/LC_MESSAGES/UZ.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Uzbekistan holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-12-31 21:12+0200\n" "PO-Revision-Date: 2024-01-02 12:46+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays Localization Team\n" +"Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/VE.po b/holidays/locale/en_US/LC_MESSAGES/VE.po index c04aa1219..8d621cf13 100644 --- a/holidays/locale/en_US/LC_MESSAGES/VE.po +++ b/holidays/locale/en_US/LC_MESSAGES/VE.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Venezuela holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.22\n" +"Project-Id-Version: Holidays 0.22\n" "POT-Creation-Date: 2023-03-05 12:23+0200\n" "PO-Revision-Date: 2023-03-05 12:58+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/en_US/LC_MESSAGES/VN.po b/holidays/locale/en_US/LC_MESSAGES/VN.po index eee784a26..0f416b642 100644 --- a/holidays/locale/en_US/LC_MESSAGES/VN.po +++ b/holidays/locale/en_US/LC_MESSAGES/VN.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Vietnam holidays en_US localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.58\n" +"Project-Id-Version: Holidays 0.58\n" "POT-Creation-Date: 2024-09-27 15:50+0700\n" "PO-Revision-Date: 2024-09-27 15:50+0700\n" "Last-Translator: Vu Nhat Chuong \n" -"Language-Team: Python Holidays Localization Team\n" +"Language-Team: Holidays Localization Team\n" "Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/es/LC_MESSAGES/AR.po b/holidays/locale/es/LC_MESSAGES/AR.po index e9630e880..c4df7478e 100644 --- a/holidays/locale/es/LC_MESSAGES/AR.po +++ b/holidays/locale/es/LC_MESSAGES/AR.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Argentina holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-03-02 00:39+0700\n" "PO-Revision-Date: 2023-05-03 18:35-0700\n" "Last-Translator: Arkadii Yakovets \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/es/LC_MESSAGES/BO.po b/holidays/locale/es/LC_MESSAGES/BO.po index 994b6e753..fc40abad6 100644 --- a/holidays/locale/es/LC_MESSAGES/BO.po +++ b/holidays/locale/es/LC_MESSAGES/BO.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Bolivia holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-07-22 18:47+0300\n" "PO-Revision-Date: 2023-07-22 18:49+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/es/LC_MESSAGES/CL.po b/holidays/locale/es/LC_MESSAGES/CL.po index 388a98d15..b3535325b 100644 --- a/holidays/locale/es/LC_MESSAGES/CL.po +++ b/holidays/locale/es/LC_MESSAGES/CL.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Chile holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.53\n" +"Project-Id-Version: Holidays 0.53\n" "POT-Creation-Date: 2023-02-28 16:42+0200\n" "PO-Revision-Date: 2024-07-08 17:19+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/es/LC_MESSAGES/CO.po b/holidays/locale/es/LC_MESSAGES/CO.po index ff09ba564..5728f3358 100644 --- a/holidays/locale/es/LC_MESSAGES/CO.po +++ b/holidays/locale/es/LC_MESSAGES/CO.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Colombia holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-02-19 17:09+0200\n" "PO-Revision-Date: 2023-02-19 17:16+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/es/LC_MESSAGES/CR.po b/holidays/locale/es/LC_MESSAGES/CR.po index a35317d07..87e629112 100644 --- a/holidays/locale/es/LC_MESSAGES/CR.po +++ b/holidays/locale/es/LC_MESSAGES/CR.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Costa Rica holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-03-22 22:55+0200\n" "PO-Revision-Date: 2023-05-03 18:39-0700\n" "Last-Translator: Arkadii Yakovets \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/es/LC_MESSAGES/CU.po b/holidays/locale/es/LC_MESSAGES/CU.po index 73e5c5fdf..e496c0844 100644 --- a/holidays/locale/es/LC_MESSAGES/CU.po +++ b/holidays/locale/es/LC_MESSAGES/CU.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Cuba holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.22\n" +"Project-Id-Version: Holidays 0.22\n" "POT-Creation-Date: 2023-03-04 14:20+0200\n" "PO-Revision-Date: 2023-03-05 12:42+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/es/LC_MESSAGES/DO.po b/holidays/locale/es/LC_MESSAGES/DO.po index 8806fc453..14c183e47 100644 --- a/holidays/locale/es/LC_MESSAGES/DO.po +++ b/holidays/locale/es/LC_MESSAGES/DO.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Dominican Republic holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.22\n" +"Project-Id-Version: Holidays 0.22\n" "POT-Creation-Date: 2023-03-05 12:33+0200\n" "PO-Revision-Date: 2023-03-05 12:45+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/es/LC_MESSAGES/EC.po b/holidays/locale/es/LC_MESSAGES/EC.po index b8712a553..eb8c76a86 100644 --- a/holidays/locale/es/LC_MESSAGES/EC.po +++ b/holidays/locale/es/LC_MESSAGES/EC.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Ecuador holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-04-02 18:54+0300\n" "PO-Revision-Date: 2023-04-02 18:55+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/es/LC_MESSAGES/ES.po b/holidays/locale/es/LC_MESSAGES/ES.po index 54822def5..1c699a869 100644 --- a/holidays/locale/es/LC_MESSAGES/ES.po +++ b/holidays/locale/es/LC_MESSAGES/ES.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Spain holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.40\n" +"Project-Id-Version: Holidays 0.40\n" "POT-Creation-Date: 2023-12-26 19:23+0200\n" "PO-Revision-Date: 2023-12-26 19:32+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/es/LC_MESSAGES/GT.po b/holidays/locale/es/LC_MESSAGES/GT.po index 0973cd029..cb01340d0 100644 --- a/holidays/locale/es/LC_MESSAGES/GT.po +++ b/holidays/locale/es/LC_MESSAGES/GT.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Guatemala holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.29\n" +"Project-Id-Version: Holidays 0.29\n" "POT-Creation-Date: 2023-02-19 17:09+0200\n" "PO-Revision-Date: 2023-02-19 17:16+0200\n" "Last-Translator: Jorge Cadena \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/es/LC_MESSAGES/HN.po b/holidays/locale/es/LC_MESSAGES/HN.po index ff9380539..fab143556 100644 --- a/holidays/locale/es/LC_MESSAGES/HN.po +++ b/holidays/locale/es/LC_MESSAGES/HN.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Honduras holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.25\n" +"Project-Id-Version: Holidays 0.25\n" "POT-Creation-Date: 2023-03-05 12:23+0200\n" "PO-Revision-Date: 2023-03-05 12:44+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/es/LC_MESSAGES/HT.po b/holidays/locale/es/LC_MESSAGES/HT.po index 2286b2bde..959332029 100644 --- a/holidays/locale/es/LC_MESSAGES/HT.po +++ b/holidays/locale/es/LC_MESSAGES/HT.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Haiti holidays es localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.56\n" +"Project-Id-Version: Holidays 0.56\n" "POT-Creation-Date: 2024-08-19 13:57+0700\n" "PO-Revision-Date: 2024-08-20 10:00+0700\n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays Localization Team\n" +"Language-Team: Holidays Localization Team\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/es/LC_MESSAGES/MX.po b/holidays/locale/es/LC_MESSAGES/MX.po index 40adaf8a6..548d3c877 100644 --- a/holidays/locale/es/LC_MESSAGES/MX.po +++ b/holidays/locale/es/LC_MESSAGES/MX.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Mexico holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.22\n" +"Project-Id-Version: Holidays 0.22\n" "POT-Creation-Date: 2023-03-05 12:33+0200\n" "PO-Revision-Date: 2023-03-05 12:45+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/es/LC_MESSAGES/NI.po b/holidays/locale/es/LC_MESSAGES/NI.po index 57a7a308a..da142f552 100644 --- a/holidays/locale/es/LC_MESSAGES/NI.po +++ b/holidays/locale/es/LC_MESSAGES/NI.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Nicaragua holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.58\n" +"Project-Id-Version: Holidays 0.58\n" "POT-Creation-Date: 2023-03-05 12:23+0200\n" "PO-Revision-Date: 2024-09-21 17:40+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/es/LC_MESSAGES/PE.po b/holidays/locale/es/LC_MESSAGES/PE.po index d8da5ba7a..0e49a380b 100644 --- a/holidays/locale/es/LC_MESSAGES/PE.po +++ b/holidays/locale/es/LC_MESSAGES/PE.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Peru holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.20\n" +"Project-Id-Version: Holidays 0.20\n" "POT-Creation-Date: 2023-02-21 15:18+0200\n" "PO-Revision-Date: 2023-02-21 15:18+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/es/LC_MESSAGES/PY.po b/holidays/locale/es/LC_MESSAGES/PY.po index 0c1f80036..a3bce9d76 100644 --- a/holidays/locale/es/LC_MESSAGES/PY.po +++ b/holidays/locale/es/LC_MESSAGES/PY.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Paraguay holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-03-05 12:33+0200\n" "PO-Revision-Date: 2024-01-05 12:41+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/es/LC_MESSAGES/UY.po b/holidays/locale/es/LC_MESSAGES/UY.po index 8fd28af39..3db4c5e90 100644 --- a/holidays/locale/es/LC_MESSAGES/UY.po +++ b/holidays/locale/es/LC_MESSAGES/UY.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Uruguay holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.30\n" +"Project-Id-Version: Holidays 0.30\n" "POT-Creation-Date: 2023-07-17 14:06+0300\n" "PO-Revision-Date: 2023-07-17 14:07+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/es/LC_MESSAGES/VE.po b/holidays/locale/es/LC_MESSAGES/VE.po index 998b2e6ae..9a7134c15 100644 --- a/holidays/locale/es/LC_MESSAGES/VE.po +++ b/holidays/locale/es/LC_MESSAGES/VE.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Venezuela holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.22\n" +"Project-Id-Version: Holidays 0.22\n" "POT-Creation-Date: 2023-03-05 12:23+0200\n" "PO-Revision-Date: 2023-03-05 12:44+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/et/LC_MESSAGES/EE.po b/holidays/locale/et/LC_MESSAGES/EE.po index a7b8765e4..e16f38066 100644 --- a/holidays/locale/et/LC_MESSAGES/EE.po +++ b/holidays/locale/et/LC_MESSAGES/EE.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Estonia holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.28\n" +"Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2023-06-27 13:39+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/fa/LC_MESSAGES/IR.po b/holidays/locale/fa/LC_MESSAGES/IR.po index 309435df7..45dca49e6 100644 --- a/holidays/locale/fa/LC_MESSAGES/IR.po +++ b/holidays/locale/fa/LC_MESSAGES/IR.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Iran holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.31\n" +"Project-Id-Version: Holidays 0.31\n" "POT-Creation-Date: 2023-08-03 18:21+0300\n" "PO-Revision-Date: 2023-08-03 18:23+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: fa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/fi/LC_MESSAGES/FI.po b/holidays/locale/fi/LC_MESSAGES/FI.po index c8395090a..855552991 100644 --- a/holidays/locale/fi/LC_MESSAGES/FI.po +++ b/holidays/locale/fi/LC_MESSAGES/FI.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Finland holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.54\n" +"Project-Id-Version: Holidays 0.54\n" "POT-Creation-Date: 2023-04-08 19:30+0300\n" "PO-Revision-Date: 2024-07-26 17:40+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/fr/LC_MESSAGES/BE.po b/holidays/locale/fr/LC_MESSAGES/BE.po index 58fb918ec..03899edd4 100644 --- a/holidays/locale/fr/LC_MESSAGES/BE.po +++ b/holidays/locale/fr/LC_MESSAGES/BE.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Belgium holidays fr localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.33\n" +"Project-Id-Version: Holidays 0.33\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2023-09-06 20:51+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/fr/LC_MESSAGES/CA.po b/holidays/locale/fr/LC_MESSAGES/CA.po index 429759b85..875e03cb4 100644 --- a/holidays/locale/fr/LC_MESSAGES/CA.po +++ b/holidays/locale/fr/LC_MESSAGES/CA.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Canada holidays fr localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.32\n" +"Project-Id-Version: Holidays 0.32\n" "POT-Creation-Date: 2023-04-10 14:10+0300\n" "PO-Revision-Date: 2023-08-26 18:23+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/fr/LC_MESSAGES/CG.po b/holidays/locale/fr/LC_MESSAGES/CG.po index aaa5ec0d2..7007f6e86 100644 --- a/holidays/locale/fr/LC_MESSAGES/CG.po +++ b/holidays/locale/fr/LC_MESSAGES/CG.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Congo holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.58\n" +"Project-Id-Version: Holidays 0.58\n" "POT-Creation-Date: 2024-10-04 18:14+0700\n" "PO-Revision-Date: 2024-10-04 18:17+0700\n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays Localization Team\n" +"Language-Team: Holidays Localization Team\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/fr/LC_MESSAGES/CH.po b/holidays/locale/fr/LC_MESSAGES/CH.po index 2a1da1c99..275dd8572 100644 --- a/holidays/locale/fr/LC_MESSAGES/CH.po +++ b/holidays/locale/fr/LC_MESSAGES/CH.po @@ -7,17 +7,17 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Switzerland holidays fr localization. msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.42\n" +"Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-04-10 15:41+0300\n" "PO-Revision-Date: 2024-01-21 14:48+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/fr/LC_MESSAGES/DJ.po b/holidays/locale/fr/LC_MESSAGES/DJ.po index bd219bf4a..eb54f3a23 100644 --- a/holidays/locale/fr/LC_MESSAGES/DJ.po +++ b/holidays/locale/fr/LC_MESSAGES/DJ.po @@ -7,17 +7,17 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Djibouti holidays. msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.30\n" +"Project-Id-Version: Holidays 0.30\n" "POT-Creation-Date: 2023-07-15 20:58+0300\n" "PO-Revision-Date: 2023-07-15 21:00+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/fr/LC_MESSAGES/DZ.po b/holidays/locale/fr/LC_MESSAGES/DZ.po index eb3c71c01..637321e4d 100644 --- a/holidays/locale/fr/LC_MESSAGES/DZ.po +++ b/holidays/locale/fr/LC_MESSAGES/DZ.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Algeria holidays fr localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.33\n" +"Project-Id-Version: Holidays 0.33\n" "POT-Creation-Date: 2023-06-28 00:13+0100\n" "PO-Revision-Date: 2023-09-12 15:08+0100\n" "Last-Translator: Abdelkhalek Boukli Hacene \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/fr/LC_MESSAGES/FR.po b/holidays/locale/fr/LC_MESSAGES/FR.po index 3b13dafb4..77244e95d 100644 --- a/holidays/locale/fr/LC_MESSAGES/FR.po +++ b/holidays/locale/fr/LC_MESSAGES/FR.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # France holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.22\n" +"Project-Id-Version: Holidays 0.22\n" "POT-Creation-Date: 2023-03-23 14:44+0200\n" "PO-Revision-Date: 2023-03-23 14:45+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/fr/LC_MESSAGES/LU.po b/holidays/locale/fr/LC_MESSAGES/LU.po index 7ebc31067..d6943f54a 100644 --- a/holidays/locale/fr/LC_MESSAGES/LU.po +++ b/holidays/locale/fr/LC_MESSAGES/LU.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Luxembourg holidays fr localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.28\n" +"Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2023-06-27 18:57+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/fr/LC_MESSAGES/MA.po b/holidays/locale/fr/LC_MESSAGES/MA.po index 926ecb7df..81c25fa1c 100644 --- a/holidays/locale/fr/LC_MESSAGES/MA.po +++ b/holidays/locale/fr/LC_MESSAGES/MA.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Morocco holidays fr localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.30\n" +"Project-Id-Version: Holidays 0.30\n" "POT-Creation-Date: 2023-07-15 19:53+0300\n" "PO-Revision-Date: 2023-07-15 20:02+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/fr/LC_MESSAGES/MC.po b/holidays/locale/fr/LC_MESSAGES/MC.po index 9cbe1ec22..e8f18e99c 100644 --- a/holidays/locale/fr/LC_MESSAGES/MC.po +++ b/holidays/locale/fr/LC_MESSAGES/MC.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Monaco holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-02-20 11:58+0200\n" "PO-Revision-Date: 2023-02-20 12:00+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/fr_HT/LC_MESSAGES/HT.po b/holidays/locale/fr_HT/LC_MESSAGES/HT.po index d62d4649c..885ddbb8f 100644 --- a/holidays/locale/fr_HT/LC_MESSAGES/HT.po +++ b/holidays/locale/fr_HT/LC_MESSAGES/HT.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Haiti holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.56\n" +"Project-Id-Version: Holidays 0.56\n" "POT-Creation-Date: 2024-08-19 13:57+0700\n" "PO-Revision-Date: 2024-08-20 10:00+0700\n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays Localization Team\n" +"Language-Team: Holidays Localization Team\n" "Language: fr_HT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/he/LC_MESSAGES/IL.po b/holidays/locale/he/LC_MESSAGES/IL.po index cfb1a9ea0..b7c661e31 100644 --- a/holidays/locale/he/LC_MESSAGES/IL.po +++ b/holidays/locale/he/LC_MESSAGES/IL.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Israel holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.39\n" +"Project-Id-Version: Holidays 0.39\n" "POT-Creation-Date: 2023-07-18 17:31+0300\n" "PO-Revision-Date: 2023-07-18 17:57+0300\n" "Last-Translator: Arkadii Yakovets \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/hr/LC_MESSAGES/HR.po b/holidays/locale/hr/LC_MESSAGES/HR.po index a46c8c484..6bbbafa0c 100644 --- a/holidays/locale/hr/LC_MESSAGES/HR.po +++ b/holidays/locale/hr/LC_MESSAGES/HR.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Croatia holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.42\n" +"Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2024-01-23 19:21+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/ht/LC_MESSAGES/HT.po b/holidays/locale/ht/LC_MESSAGES/HT.po index b77a11c29..5dddab24d 100644 --- a/holidays/locale/ht/LC_MESSAGES/HT.po +++ b/holidays/locale/ht/LC_MESSAGES/HT.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Haiti holidays ht localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.56\n" +"Project-Id-Version: Holidays 0.56\n" "POT-Creation-Date: 2024-08-19 13:57+0700\n" "PO-Revision-Date: 2024-08-20 10:00+0700\n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays Localization Team\n" +"Language-Team: Holidays Localization Team\n" "Language: ht\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/hu/LC_MESSAGES/HU.po b/holidays/locale/hu/LC_MESSAGES/HU.po index ae4dbad39..582130b01 100644 --- a/holidays/locale/hu/LC_MESSAGES/HU.po +++ b/holidays/locale/hu/LC_MESSAGES/HU.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Hungary holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.37\n" +"Project-Id-Version: Holidays 0.37\n" "POT-Creation-Date: 2023-06-12 19:06+0300\n" "PO-Revision-Date: 2023-11-10 22:14+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/hy/LC_MESSAGES/AM.po b/holidays/locale/hy/LC_MESSAGES/AM.po index 08ab1073e..e02c5f720 100644 --- a/holidays/locale/hy/LC_MESSAGES/AM.po +++ b/holidays/locale/hy/LC_MESSAGES/AM.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Armenia holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.20\n" +"Project-Id-Version: Holidays 0.20\n" "POT-Creation-Date: 2023-02-15 20:06-0800\n" "PO-Revision-Date: 2023-02-16 08:57-0800\n" "Last-Translator: Arkadii Yakovets \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: hy\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/id/LC_MESSAGES/ID.po b/holidays/locale/id/LC_MESSAGES/ID.po index 5983eba35..e2aff91e2 100644 --- a/holidays/locale/id/LC_MESSAGES/ID.po +++ b/holidays/locale/id/LC_MESSAGES/ID.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Indonesia holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.30\n" +"Project-Id-Version: Holidays 0.30\n" "POT-Creation-Date: 2023-07-23 14:09+0300\n" "PO-Revision-Date: 2023-07-23 14:12+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/is/LC_MESSAGES/IS.po b/holidays/locale/is/LC_MESSAGES/IS.po index dbc43c514..c3b540a1e 100644 --- a/holidays/locale/is/LC_MESSAGES/IS.po +++ b/holidays/locale/is/LC_MESSAGES/IS.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Iceland holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.23\n" +"Project-Id-Version: Holidays 0.23\n" "POT-Creation-Date: 2023-04-09 14:31+0300\n" "PO-Revision-Date: 2023-04-09 14:31+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: is\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/it/LC_MESSAGES/CH.po b/holidays/locale/it/LC_MESSAGES/CH.po index cab3ddbe3..5e76fcb38 100644 --- a/holidays/locale/it/LC_MESSAGES/CH.po +++ b/holidays/locale/it/LC_MESSAGES/CH.po @@ -7,17 +7,17 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Switzerland holidays it localization. msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.42\n" +"Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-04-10 15:41+0300\n" "PO-Revision-Date: 2024-01-21 14:48+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/ja/LC_MESSAGES/JP.po b/holidays/locale/ja/LC_MESSAGES/JP.po index fdf233f85..ef62c03cb 100644 --- a/holidays/locale/ja/LC_MESSAGES/JP.po +++ b/holidays/locale/ja/LC_MESSAGES/JP.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Japan holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.30\n" +"Project-Id-Version: Holidays 0.30\n" "POT-Creation-Date: 2023-07-23 15:45+0300\n" "PO-Revision-Date: 2023-07-23 15:47+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/ka/LC_MESSAGES/GE.po b/holidays/locale/ka/LC_MESSAGES/GE.po index c0c4cd04c..bb742a6b2 100644 --- a/holidays/locale/ka/LC_MESSAGES/GE.po +++ b/holidays/locale/ka/LC_MESSAGES/GE.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Georgia holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.50\n" +"Project-Id-Version: Holidays 0.50\n" "POT-Creation-Date: 2023-07-18 17:31+0300\n" "PO-Revision-Date: 2024-05-23 11:01+0700\n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/kk/LC_MESSAGES/KZ.po b/holidays/locale/kk/LC_MESSAGES/KZ.po index f2a65bc3d..b49d8b848 100644 --- a/holidays/locale/kk/LC_MESSAGES/KZ.po +++ b/holidays/locale/kk/LC_MESSAGES/KZ.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Kazakhstan holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.58\n" +"Project-Id-Version: Holidays 0.58\n" "POT-Creation-Date: 2024-09-26 20:24+0300\n" "PO-Revision-Date: 2024-09-26 20:28+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays Localization Team\n" +"Language-Team: Holidays Localization Team\n" "Language: kk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/kl/LC_MESSAGES/GL.po b/holidays/locale/kl/LC_MESSAGES/GL.po index 89d11aaa6..2b2c3dda3 100644 --- a/holidays/locale/kl/LC_MESSAGES/GL.po +++ b/holidays/locale/kl/LC_MESSAGES/GL.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Greenland holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.50\n" +"Project-Id-Version: Holidays 0.50\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" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: kl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/km/LC_MESSAGES/KH.po b/holidays/locale/km/LC_MESSAGES/KH.po index 4ab744204..07b825478 100644 --- a/holidays/locale/km/LC_MESSAGES/KH.po +++ b/holidays/locale/km/LC_MESSAGES/KH.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Cambodia holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.27\n" +"Project-Id-Version: Holidays 0.27\n" "POT-Creation-Date: 2023-06-07 20:10+0700\n" "PO-Revision-Date: \n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: km\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/ko/LC_MESSAGES/KR.po b/holidays/locale/ko/LC_MESSAGES/KR.po index e1277a25f..2ba983203 100644 --- a/holidays/locale/ko/LC_MESSAGES/KR.po +++ b/holidays/locale/ko/LC_MESSAGES/KR.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # South Korea holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.37\n" +"Project-Id-Version: Holidays 0.37\n" "POT-Creation-Date: 2023-10-26 23:49+0700\n" "PO-Revision-Date: 2023-10-26 23:54+0700\n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/lb/LC_MESSAGES/LU.po b/holidays/locale/lb/LC_MESSAGES/LU.po index 6b8c337b9..7becc005d 100644 --- a/holidays/locale/lb/LC_MESSAGES/LU.po +++ b/holidays/locale/lb/LC_MESSAGES/LU.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Luxembourg holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.28\n" +"Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2023-06-27 13:40+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: lb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/lo/LC_MESSAGES/LA.po b/holidays/locale/lo/LC_MESSAGES/LA.po index 81fe7c8bb..77d2c838f 100644 --- a/holidays/locale/lo/LC_MESSAGES/LA.po +++ b/holidays/locale/lo/LC_MESSAGES/LA.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Laos holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.39\n" +"Project-Id-Version: Holidays 0.39\n" "POT-Creation-Date: 2023-09-11 15:10+0700\n" "PO-Revision-Date: 2023-11-16 20:47+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: lo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/lt/LC_MESSAGES/LT.po b/holidays/locale/lt/LC_MESSAGES/LT.po index e9012d874..2eb5cf4a4 100644 --- a/holidays/locale/lt/LC_MESSAGES/LT.po +++ b/holidays/locale/lt/LC_MESSAGES/LT.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Lithuania holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.28\n" +"Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2023-06-27 13:39+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/lv/LC_MESSAGES/LV.po b/holidays/locale/lv/LC_MESSAGES/LV.po index de754c76e..cbaf598cb 100644 --- a/holidays/locale/lv/LC_MESSAGES/LV.po +++ b/holidays/locale/lv/LC_MESSAGES/LV.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Latvia holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.28\n" +"Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2023-06-27 13:39+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/mg/LC_MESSAGES/MG.po b/holidays/locale/mg/LC_MESSAGES/MG.po index db00aec7a..07286271d 100644 --- a/holidays/locale/mg/LC_MESSAGES/MG.po +++ b/holidays/locale/mg/LC_MESSAGES/MG.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Madagascar holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.28\n" +"Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-25 17:39+0300\n" "PO-Revision-Date: 2023-06-25 17:40+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: mg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/ms/LC_MESSAGES/BN.po b/holidays/locale/ms/LC_MESSAGES/BN.po index b67a5a6f3..0cc56b15f 100644 --- a/holidays/locale/ms/LC_MESSAGES/BN.po +++ b/holidays/locale/ms/LC_MESSAGES/BN.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Brunei holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-03-02 00:37+0700\n" "PO-Revision-Date: \n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: ms\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/ms_MY/LC_MESSAGES/MY.po b/holidays/locale/ms_MY/LC_MESSAGES/MY.po index 2504d37a5..607bfca1f 100644 --- a/holidays/locale/ms_MY/LC_MESSAGES/MY.po +++ b/holidays/locale/ms_MY/LC_MESSAGES/MY.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Malaysia holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.49\n" +"Project-Id-Version: Holidays 0.49\n" "POT-Creation-Date: 2024-04-28 21:03+0300\n" "PO-Revision-Date: 2024-04-28 21:06+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays Localization Team\n" +"Language-Team: Holidays Localization Team\n" "Language: ms_MY\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/mt/LC_MESSAGES/MT.po b/holidays/locale/mt/LC_MESSAGES/MT.po index fc8d58fc6..13323ca4d 100644 --- a/holidays/locale/mt/LC_MESSAGES/MT.po +++ b/holidays/locale/mt/LC_MESSAGES/MT.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Malta holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.28\n" +"Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-27 19:10+0700\n" "PO-Revision-Date: \n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: mt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/nl/LC_MESSAGES/AW.po b/holidays/locale/nl/LC_MESSAGES/AW.po index 4b1c7b9c5..403d1e569 100644 --- a/holidays/locale/nl/LC_MESSAGES/AW.po +++ b/holidays/locale/nl/LC_MESSAGES/AW.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Aruba holidays nl localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.27\n" +"Project-Id-Version: Holidays 0.27\n" "POT-Creation-Date: 2023-06-09 23:12+0700\n" "PO-Revision-Date: \n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/nl/LC_MESSAGES/BE.po b/holidays/locale/nl/LC_MESSAGES/BE.po index 092544243..6dd4cdabe 100644 --- a/holidays/locale/nl/LC_MESSAGES/BE.po +++ b/holidays/locale/nl/LC_MESSAGES/BE.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Belgium holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.33\n" +"Project-Id-Version: Holidays 0.33\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2023-09-06 20:46+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/nl/LC_MESSAGES/CW.po b/holidays/locale/nl/LC_MESSAGES/CW.po index f489576da..a4081a7fb 100644 --- a/holidays/locale/nl/LC_MESSAGES/CW.po +++ b/holidays/locale/nl/LC_MESSAGES/CW.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Curacao holidays nl localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.58\n" +"Project-Id-Version: Holidays 0.58\n" "POT-Creation-Date: 2023-06-13 16:35+0700\n" "PO-Revision-Date: 2024-10-05 22:08+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/nl/LC_MESSAGES/NL.po b/holidays/locale/nl/LC_MESSAGES/NL.po index b257f7e14..e635a10ec 100644 --- a/holidays/locale/nl/LC_MESSAGES/NL.po +++ b/holidays/locale/nl/LC_MESSAGES/NL.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Netherlands holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.23\n" +"Project-Id-Version: Holidays 0.23\n" "POT-Creation-Date: 2023-04-09 18:11+0300\n" "PO-Revision-Date: 2023-04-09 18:13+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/no/LC_MESSAGES/NO.po b/holidays/locale/no/LC_MESSAGES/NO.po index 172f1c7f1..1abd6000f 100644 --- a/holidays/locale/no/LC_MESSAGES/NO.po +++ b/holidays/locale/no/LC_MESSAGES/NO.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Norway holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.23\n" +"Project-Id-Version: Holidays 0.23\n" "POT-Creation-Date: 2023-04-09 13:25+0300\n" "PO-Revision-Date: 2023-04-09 13:27+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: no\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/pap_AW/LC_MESSAGES/AW.po b/holidays/locale/pap_AW/LC_MESSAGES/AW.po index 17253939d..3b712e4f9 100644 --- a/holidays/locale/pap_AW/LC_MESSAGES/AW.po +++ b/holidays/locale/pap_AW/LC_MESSAGES/AW.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Aruba holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.27\n" +"Project-Id-Version: Holidays 0.27\n" "POT-Creation-Date: 2023-06-09 23:12+0700\n" "PO-Revision-Date: \n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: pap_AW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/pap_CW/LC_MESSAGES/CW.po b/holidays/locale/pap_CW/LC_MESSAGES/CW.po index 24714a2fb..328fc45bb 100644 --- a/holidays/locale/pap_CW/LC_MESSAGES/CW.po +++ b/holidays/locale/pap_CW/LC_MESSAGES/CW.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Curaçao holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.58\n" +"Project-Id-Version: Holidays 0.58\n" "POT-Creation-Date: 2023-06-13 16:35+0700\n" "PO-Revision-Date: 2024-10-05 22:07+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: pap_CW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/pl/LC_MESSAGES/PL.po b/holidays/locale/pl/LC_MESSAGES/PL.po index 4571018f0..e260b6b60 100644 --- a/holidays/locale/pl/LC_MESSAGES/PL.po +++ b/holidays/locale/pl/LC_MESSAGES/PL.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Poland holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.20\n" +"Project-Id-Version: Holidays 0.20\n" "POT-Creation-Date: 2023-02-15 08:13-0800\n" "PO-Revision-Date: 2023-02-16 09:00-0800\n" "Last-Translator: Arkadii Yakovets \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/pot/UA.pot b/holidays/locale/pot/UA.pot index d89a1d0f1..31634f99b 100644 --- a/holidays/locale/pot/UA.pot +++ b/holidays/locale/pot/UA.pot @@ -1,14 +1,14 @@ # SOME DESCRIPTIVE TITLE -# This file is distributed under the same license as the Python Holidays package. +# This file is distributed under the same license as the Holidays package. # FIRST AUTHOR , 2024. #, fuzzy msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.55\n" +"Project-Id-Version: Holidays 0.55\n" "POT-Creation-Date: 2024-08-15 21:21+0300\n" "PO-Revision-Date: 2024-08-15 21:21+0300\n" "Last-Translator: FULL NAME \n" -"Language-Team: Python Holidays Localization Team\n" +"Language-Team: Holidays Localization Team\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/pt_AO/LC_MESSAGES/AO.po b/holidays/locale/pt_AO/LC_MESSAGES/AO.po index 983a275c4..7ff2ccfb3 100644 --- a/holidays/locale/pt_AO/LC_MESSAGES/AO.po +++ b/holidays/locale/pt_AO/LC_MESSAGES/AO.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Angola holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-07-19 18:14+0300\n" "PO-Revision-Date: 2023-07-19 18:17+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: pt_AO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/pt_MZ/LC_MESSAGES/MZ.po b/holidays/locale/pt_MZ/LC_MESSAGES/MZ.po index 23237f8a5..43eef38b7 100644 --- a/holidays/locale/pt_MZ/LC_MESSAGES/MZ.po +++ b/holidays/locale/pt_MZ/LC_MESSAGES/MZ.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Mozambique holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-07-21 19:22+0300\n" "PO-Revision-Date: 2023-07-21 19:22+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: pt_MZ\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/pt_PT/LC_MESSAGES/PT.po b/holidays/locale/pt_PT/LC_MESSAGES/PT.po index 9d18045ea..853e8f722 100644 --- a/holidays/locale/pt_PT/LC_MESSAGES/PT.po +++ b/holidays/locale/pt_PT/LC_MESSAGES/PT.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Portugal holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.20\n" +"Project-Id-Version: Holidays 0.20\n" "POT-Creation-Date: 2023-03-07 19:38+0700\n" "PO-Revision-Date: 2023-02-20 19:10+0200\n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: pt_PT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/pt_TL/LC_MESSAGES/TL.po b/holidays/locale/pt_TL/LC_MESSAGES/TL.po index c90b1d917..206db9829 100644 --- a/holidays/locale/pt_TL/LC_MESSAGES/TL.po +++ b/holidays/locale/pt_TL/LC_MESSAGES/TL.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Timor-Leste holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.36\n" +"Project-Id-Version: Holidays 0.36\n" "POT-Creation-Date: 2023-10-14 08:23+0700\n" "PO-Revision-Date: 2023-10-14 08:26+0700\n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: pt_TL\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/ro/LC_MESSAGES/MD.po b/holidays/locale/ro/LC_MESSAGES/MD.po index 0150c11d7..b4c9365ca 100644 --- a/holidays/locale/ro/LC_MESSAGES/MD.po +++ b/holidays/locale/ro/LC_MESSAGES/MD.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Moldova holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.46\n" +"Project-Id-Version: Holidays 0.46\n" "POT-Creation-Date: 2023-03-22 21:58+0200\n" "PO-Revision-Date: 2024-03-20 21:12+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/ro/LC_MESSAGES/RO.po b/holidays/locale/ro/LC_MESSAGES/RO.po index 29673ba1d..9f918ee05 100644 --- a/holidays/locale/ro/LC_MESSAGES/RO.po +++ b/holidays/locale/ro/LC_MESSAGES/RO.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Romania holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.22\n" +"Project-Id-Version: Holidays 0.22\n" "POT-Creation-Date: 2023-03-22 18:35+0200\n" "PO-Revision-Date: 2023-03-22 21:28+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/ru/LC_MESSAGES/RU.po b/holidays/locale/ru/LC_MESSAGES/RU.po index 4a25052a3..8b9a5a3c5 100644 --- a/holidays/locale/ru/LC_MESSAGES/RU.po +++ b/holidays/locale/ru/LC_MESSAGES/RU.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Russia holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.29\n" +"Project-Id-Version: Holidays 0.29\n" "POT-Creation-Date: 2023-02-15 08:13-0800\n" "PO-Revision-Date: 2024-05-21 13:26+0700\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/sk/LC_MESSAGES/CZ.po b/holidays/locale/sk/LC_MESSAGES/CZ.po index da6f8841f..7f09b0fe7 100644 --- a/holidays/locale/sk/LC_MESSAGES/CZ.po +++ b/holidays/locale/sk/LC_MESSAGES/CZ.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Czechia holidays sk localization. -# This file is distributed under the same license as the Python Holidays package. +# This file is distributed under the same license as the Holidays package. msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.38\n" +"Project-Id-Version: Holidays 0.38\n" "POT-Creation-Date: 2023-11-24 00:14+0100\n" "PO-Revision-Date: 2023-11-24 00:17+0100\n" "Last-Translator: Jose Riha \n" -"Language-Team: Python Holidays Localization Team\n" +"Language-Team: Holidays Localization Team\n" "Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/sk/LC_MESSAGES/SK.po b/holidays/locale/sk/LC_MESSAGES/SK.po index 69063f928..639b04106 100644 --- a/holidays/locale/sk/LC_MESSAGES/SK.po +++ b/holidays/locale/sk/LC_MESSAGES/SK.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Slovakia holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.25\n" +"Project-Id-Version: Holidays 0.25\n" "POT-Creation-Date: 2023-05-10 17:13+0300\n" "PO-Revision-Date: 2023-11-10 15:16+0100\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/sl/LC_MESSAGES/SI.po b/holidays/locale/sl/LC_MESSAGES/SI.po index e858f2a3b..151fc32d4 100644 --- a/holidays/locale/sl/LC_MESSAGES/SI.po +++ b/holidays/locale/sl/LC_MESSAGES/SI.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Slovenia holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.28\n" +"Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2023-06-27 13:41+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/sr/LC_MESSAGES/BA.po b/holidays/locale/sr/LC_MESSAGES/BA.po index 1c431bb7c..37ebd05f1 100644 --- a/holidays/locale/sr/LC_MESSAGES/BA.po +++ b/holidays/locale/sr/LC_MESSAGES/BA.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Bosnia and Herzegovina holidays sr localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.28\n" +"Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-26 18:31+0300\n" "PO-Revision-Date: 2023-06-26 18:46+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/sr/LC_MESSAGES/RS.po b/holidays/locale/sr/LC_MESSAGES/RS.po index b0193c61d..eac8b09a7 100644 --- a/holidays/locale/sr/LC_MESSAGES/RS.po +++ b/holidays/locale/sr/LC_MESSAGES/RS.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Serbia holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.26\n" +"Project-Id-Version: Holidays 0.26\n" "POT-Creation-Date: 2023-02-15 15:18-0800\n" "PO-Revision-Date: 2023-02-16 09:01-0800\n" "Last-Translator: Arkadii Yakovets \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/sv/LC_MESSAGES/SE.po b/holidays/locale/sv/LC_MESSAGES/SE.po index 255a863f4..317fd92c0 100644 --- a/holidays/locale/sv/LC_MESSAGES/SE.po +++ b/holidays/locale/sv/LC_MESSAGES/SE.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Sweden holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.23\n" +"Project-Id-Version: Holidays 0.23\n" "POT-Creation-Date: 2023-04-08 20:17+0300\n" "PO-Revision-Date: 2023-04-08 20:22+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/sv_FI/LC_MESSAGES/FI.po b/holidays/locale/sv_FI/LC_MESSAGES/FI.po index f20e0c596..f03c99606 100644 --- a/holidays/locale/sv_FI/LC_MESSAGES/FI.po +++ b/holidays/locale/sv_FI/LC_MESSAGES/FI.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Finland holidays sv_FI localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.54\n" +"Project-Id-Version: Holidays 0.54\n" "POT-Creation-Date: 2023-04-08 19:30+0300\n" "PO-Revision-Date: 2024-07-26 17:42+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: sv_FI\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/sw/LC_MESSAGES/TZ.po b/holidays/locale/sw/LC_MESSAGES/TZ.po index ec503ea69..403dfdb71 100644 --- a/holidays/locale/sw/LC_MESSAGES/TZ.po +++ b/holidays/locale/sw/LC_MESSAGES/TZ.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Tanzania holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.35\n" +"Project-Id-Version: Holidays 0.35\n" "POT-Creation-Date: 2023-10-07 15:05+0700\n" "PO-Revision-Date: 2023-10-07 15:16+0700\n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: sw\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/tet/LC_MESSAGES/TL.po b/holidays/locale/tet/LC_MESSAGES/TL.po index dca77e104..9e3b5d650 100644 --- a/holidays/locale/tet/LC_MESSAGES/TL.po +++ b/holidays/locale/tet/LC_MESSAGES/TL.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Timor-Leste holidays tet localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.36\n" +"Project-Id-Version: Holidays 0.36\n" "POT-Creation-Date: 2023-10-14 08:23+0700\n" "PO-Revision-Date: 2023-10-14 08:29+0700\n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: tet\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/th/LC_MESSAGES/AU.po b/holidays/locale/th/LC_MESSAGES/AU.po index 0fb098784..771d37fc2 100644 --- a/holidays/locale/th/LC_MESSAGES/AU.po +++ b/holidays/locale/th/LC_MESSAGES/AU.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Australia holidays th localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.57\n" +"Project-Id-Version: Holidays 0.57\n" "POT-Creation-Date: 2024-09-05 12:21+0700\n" "PO-Revision-Date: 2024-09-05 12:31+0700\n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays Localization Team\n" +"Language-Team: Holidays Localization Team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/th/LC_MESSAGES/BN.po b/holidays/locale/th/LC_MESSAGES/BN.po index ea0862050..527372157 100644 --- a/holidays/locale/th/LC_MESSAGES/BN.po +++ b/holidays/locale/th/LC_MESSAGES/BN.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Brunei holidays th localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-03-02 00:37+0700\n" "PO-Revision-Date: \n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/th/LC_MESSAGES/CA.po b/holidays/locale/th/LC_MESSAGES/CA.po index a7d42a4d7..8916296e1 100644 --- a/holidays/locale/th/LC_MESSAGES/CA.po +++ b/holidays/locale/th/LC_MESSAGES/CA.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Canada holidays th localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.32\n" +"Project-Id-Version: Holidays 0.32\n" "POT-Creation-Date: 2023-02-24 17:37+0700\n" "PO-Revision-Date: 2023-08-26 18:27+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/th/LC_MESSAGES/CN.po b/holidays/locale/th/LC_MESSAGES/CN.po index 67b26469f..ea9818008 100644 --- a/holidays/locale/th/LC_MESSAGES/CN.po +++ b/holidays/locale/th/LC_MESSAGES/CN.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Chinese holidays th localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.42\n" +"Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-09-28 19:23+0700\n" "PO-Revision-Date: 2024-01-18 11:42+0700\n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/th/LC_MESSAGES/DE.po b/holidays/locale/th/LC_MESSAGES/DE.po index c40f4cbce..2cd20febf 100644 --- a/holidays/locale/th/LC_MESSAGES/DE.po +++ b/holidays/locale/th/LC_MESSAGES/DE.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Germany holidays th localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.57\n" +"Project-Id-Version: Holidays 0.57\n" "POT-Creation-Date: 2024-09-05 23:21+0700\n" "PO-Revision-Date: 2024-09-05 23:23+0700\n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays Localization Team\n" +"Language-Team: Holidays Localization Team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/th/LC_MESSAGES/JP.po b/holidays/locale/th/LC_MESSAGES/JP.po index 82640562c..bc609a724 100644 --- a/holidays/locale/th/LC_MESSAGES/JP.po +++ b/holidays/locale/th/LC_MESSAGES/JP.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Japan holidays th localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.37\n" +"Project-Id-Version: Holidays 0.37\n" "POT-Creation-Date: 2023-09-11 10:20+0700\n" "PO-Revision-Date: 2023-11-10 11:20+0700\n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/th/LC_MESSAGES/KH.po b/holidays/locale/th/LC_MESSAGES/KH.po index 114501044..6b68ca9a8 100644 --- a/holidays/locale/th/LC_MESSAGES/KH.po +++ b/holidays/locale/th/LC_MESSAGES/KH.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Cambodia holidays th localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.27\n" +"Project-Id-Version: Holidays 0.27\n" "POT-Creation-Date: 2023-06-07 20:10+0700\n" "PO-Revision-Date: \n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/th/LC_MESSAGES/KR.po b/holidays/locale/th/LC_MESSAGES/KR.po index 81e61274d..9005f8079 100644 --- a/holidays/locale/th/LC_MESSAGES/KR.po +++ b/holidays/locale/th/LC_MESSAGES/KR.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # South Korea holidays th localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.37\n" +"Project-Id-Version: Holidays 0.37\n" "POT-Creation-Date: 2023-10-26 23:49+0700\n" "PO-Revision-Date: 2023-10-26 23:54+0700\n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/th/LC_MESSAGES/LA.po b/holidays/locale/th/LC_MESSAGES/LA.po index 5893b8c79..aa2277f12 100644 --- a/holidays/locale/th/LC_MESSAGES/LA.po +++ b/holidays/locale/th/LC_MESSAGES/LA.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Laos holidays th localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.39\n" +"Project-Id-Version: Holidays 0.39\n" "POT-Creation-Date: 2023-09-11 15:10+0700\n" "PO-Revision-Date: 2023-11-16 20:48+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/th/LC_MESSAGES/MY.po b/holidays/locale/th/LC_MESSAGES/MY.po index 7b432fe29..9b22bbce3 100644 --- a/holidays/locale/th/LC_MESSAGES/MY.po +++ b/holidays/locale/th/LC_MESSAGES/MY.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Malaysia holidays th localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.58\n" +"Project-Id-Version: Holidays 0.58\n" "POT-Creation-Date: 2024-10-01 15:58+0700\n" "PO-Revision-Date: 2024-10-02 14:47+0700\n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays Localization Team\n" +"Language-Team: Holidays Localization Team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/th/LC_MESSAGES/SE.po b/holidays/locale/th/LC_MESSAGES/SE.po index bc1577ed4..32ef20edf 100644 --- a/holidays/locale/th/LC_MESSAGES/SE.po +++ b/holidays/locale/th/LC_MESSAGES/SE.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Sweden holidays th localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.58\n" +"Project-Id-Version: Holidays 0.58\n" "POT-Creation-Date: 2024-10-01 14:12+0700\n" "PO-Revision-Date: 2024-10-01 14:12+0700\n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays Localization Team\n" +"Language-Team: Holidays Localization Team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/th/LC_MESSAGES/SG.po b/holidays/locale/th/LC_MESSAGES/SG.po index 2931587a7..f55fb2e3c 100644 --- a/holidays/locale/th/LC_MESSAGES/SG.po +++ b/holidays/locale/th/LC_MESSAGES/SG.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Singapore holidays th localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.58\n" +"Project-Id-Version: Holidays 0.58\n" "POT-Creation-Date: 2024-10-02 15:30+0700\n" "PO-Revision-Date: 2024-10-02 16:06+0700\n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays Localization Team\n" +"Language-Team: Holidays Localization Team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/th/LC_MESSAGES/TH.po b/holidays/locale/th/LC_MESSAGES/TH.po index 2a36c3caa..18d13f229 100644 --- a/holidays/locale/th/LC_MESSAGES/TH.po +++ b/holidays/locale/th/LC_MESSAGES/TH.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Thailand holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.39\n" +"Project-Id-Version: Holidays 0.39\n" "POT-Creation-Date: 2023-03-02 00:37+0700\n" "PO-Revision-Date: 2023-11-30 21:09+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/th/LC_MESSAGES/TW.po b/holidays/locale/th/LC_MESSAGES/TW.po index aec48d656..0be28fb21 100644 --- a/holidays/locale/th/LC_MESSAGES/TW.po +++ b/holidays/locale/th/LC_MESSAGES/TW.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Taiwan holidays th localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.43\n" +"Project-Id-Version: Holidays 0.43\n" "POT-Creation-Date: 2023-11-24 16:16+0700\n" "PO-Revision-Date: 2024-02-07 19:37+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/to/LC_MESSAGES/TO.po b/holidays/locale/to/LC_MESSAGES/TO.po index 811e9e195..23cbecbbf 100644 --- a/holidays/locale/to/LC_MESSAGES/TO.po +++ b/holidays/locale/to/LC_MESSAGES/TO.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Tonga holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-10-24 19:30+0700\n" "PO-Revision-Date: 2023-10-24 19:38+0700\n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: to\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/tr/LC_MESSAGES/TR.po b/holidays/locale/tr/LC_MESSAGES/TR.po index 40574722b..cbf685417 100644 --- a/holidays/locale/tr/LC_MESSAGES/TR.po +++ b/holidays/locale/tr/LC_MESSAGES/TR.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Turkey holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.37\n" +"Project-Id-Version: Holidays 0.37\n" "POT-Creation-Date: 2023-11-12 18:52+0200\n" "PO-Revision-Date: 2023-11-14 12:53+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/AO.po b/holidays/locale/uk/LC_MESSAGES/AO.po index 9a1d0154d..ab7715c58 100644 --- a/holidays/locale/uk/LC_MESSAGES/AO.po +++ b/holidays/locale/uk/LC_MESSAGES/AO.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Angola holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-07-19 18:14+0300\n" "PO-Revision-Date: 2023-07-19 18:30+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/AR.po b/holidays/locale/uk/LC_MESSAGES/AR.po index 692113bb0..d78bad761 100644 --- a/holidays/locale/uk/LC_MESSAGES/AR.po +++ b/holidays/locale/uk/LC_MESSAGES/AR.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Argentina holidays Ukrainian translation. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-03-02 00:39+0700\n" "PO-Revision-Date: 2024-01-15 18:59+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/AT.po b/holidays/locale/uk/LC_MESSAGES/AT.po index a2ebe20dc..c56218a87 100644 --- a/holidays/locale/uk/LC_MESSAGES/AT.po +++ b/holidays/locale/uk/LC_MESSAGES/AT.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Austria holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.42\n" +"Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-04-01 17:13+0300\n" "PO-Revision-Date: 2023-04-01 17:27+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/AW.po b/holidays/locale/uk/LC_MESSAGES/AW.po index 16109fd44..a6025f295 100644 --- a/holidays/locale/uk/LC_MESSAGES/AW.po +++ b/holidays/locale/uk/LC_MESSAGES/AW.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Aruba holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.27\n" +"Project-Id-Version: Holidays 0.27\n" "POT-Creation-Date: 2023-06-09 23:12+0700\n" "PO-Revision-Date: \n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/AZ.po b/holidays/locale/uk/LC_MESSAGES/AZ.po index 521862efa..bcc0e474c 100644 --- a/holidays/locale/uk/LC_MESSAGES/AZ.po +++ b/holidays/locale/uk/LC_MESSAGES/AZ.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Azerbaijan holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-11-15 20:42+0200\n" "PO-Revision-Date: 2023-11-15 20:55+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/BA.po b/holidays/locale/uk/LC_MESSAGES/BA.po index c2d90198e..59e0a0f7c 100644 --- a/holidays/locale/uk/LC_MESSAGES/BA.po +++ b/holidays/locale/uk/LC_MESSAGES/BA.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Bosnia and Herzegovina holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.28\n" +"Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-26 18:31+0300\n" "PO-Revision-Date: 2023-06-26 18:59+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/BE.po b/holidays/locale/uk/LC_MESSAGES/BE.po index d5ae4b03e..50e2e2af0 100644 --- a/holidays/locale/uk/LC_MESSAGES/BE.po +++ b/holidays/locale/uk/LC_MESSAGES/BE.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Belgium holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.33\n" +"Project-Id-Version: Holidays 0.33\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2023-09-06 20:53+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/BG.po b/holidays/locale/uk/LC_MESSAGES/BG.po index 37a67f761..e7ec9a043 100644 --- a/holidays/locale/uk/LC_MESSAGES/BG.po +++ b/holidays/locale/uk/LC_MESSAGES/BG.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Bulgaria holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.28\n" +"Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-30 20:48+0300\n" "PO-Revision-Date: 2023-06-30 21:19+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/BO.po b/holidays/locale/uk/LC_MESSAGES/BO.po index 17199d30d..de18ef3b8 100644 --- a/holidays/locale/uk/LC_MESSAGES/BO.po +++ b/holidays/locale/uk/LC_MESSAGES/BO.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Bolivia holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-07-22 18:47+0300\n" "PO-Revision-Date: 2023-07-22 18:59+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/CH.po b/holidays/locale/uk/LC_MESSAGES/CH.po index 00e6f28f4..de0e8493e 100644 --- a/holidays/locale/uk/LC_MESSAGES/CH.po +++ b/holidays/locale/uk/LC_MESSAGES/CH.po @@ -7,17 +7,17 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Switzerland holidays uk localization. msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.42\n" +"Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-04-10 15:41+0300\n" "PO-Revision-Date: 2024-01-21 14:49+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/CL.po b/holidays/locale/uk/LC_MESSAGES/CL.po index 8cde14c60..7764d28a7 100644 --- a/holidays/locale/uk/LC_MESSAGES/CL.po +++ b/holidays/locale/uk/LC_MESSAGES/CL.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Chile holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.53\n" +"Project-Id-Version: Holidays 0.53\n" "POT-Creation-Date: 2023-02-28 16:42+0200\n" "PO-Revision-Date: 2024-07-08 17:20+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/CO.po b/holidays/locale/uk/LC_MESSAGES/CO.po index 515686840..29896cd33 100644 --- a/holidays/locale/uk/LC_MESSAGES/CO.po +++ b/holidays/locale/uk/LC_MESSAGES/CO.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Colombia holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-03-01 15:30-0800\n" "PO-Revision-Date: 2023-05-03 18:38-0700\n" "Last-Translator: Arkadii Yakovets \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/CR.po b/holidays/locale/uk/LC_MESSAGES/CR.po index 6d6b4eb5b..7a067718d 100644 --- a/holidays/locale/uk/LC_MESSAGES/CR.po +++ b/holidays/locale/uk/LC_MESSAGES/CR.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Costa Rica holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-03-22 22:55+0200\n" "PO-Revision-Date: 2023-05-03 18:42-0700\n" "Last-Translator: Arkadii Yakovets \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/CU.po b/holidays/locale/uk/LC_MESSAGES/CU.po index 9ca564739..fa60ec9b0 100644 --- a/holidays/locale/uk/LC_MESSAGES/CU.po +++ b/holidays/locale/uk/LC_MESSAGES/CU.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Cuba holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.22\n" +"Project-Id-Version: Holidays 0.22\n" "POT-Creation-Date: 2023-03-04 14:20+0200\n" "PO-Revision-Date: 2023-03-05 13:11+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/CW.po b/holidays/locale/uk/LC_MESSAGES/CW.po index 43c469231..9f3ac4353 100644 --- a/holidays/locale/uk/LC_MESSAGES/CW.po +++ b/holidays/locale/uk/LC_MESSAGES/CW.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Curacao holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.58\n" +"Project-Id-Version: Holidays 0.58\n" "POT-Creation-Date: 2023-06-13 16:35+0700\n" "PO-Revision-Date: 2024-10-05 22:09+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/CY.po b/holidays/locale/uk/LC_MESSAGES/CY.po index 782b45767..3dd4f0785 100644 --- a/holidays/locale/uk/LC_MESSAGES/CY.po +++ b/holidays/locale/uk/LC_MESSAGES/CY.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Cyprus holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-02-15 11:50-0800\n" "PO-Revision-Date: 2024-01-05 14:18+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/CZ.po b/holidays/locale/uk/LC_MESSAGES/CZ.po index df88c8fef..6d2d762e2 100644 --- a/holidays/locale/uk/LC_MESSAGES/CZ.po +++ b/holidays/locale/uk/LC_MESSAGES/CZ.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Czechia holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.28\n" +"Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2023-06-27 16:11+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/DE.po b/holidays/locale/uk/LC_MESSAGES/DE.po index 2f35ceeea..a19313a8d 100644 --- a/holidays/locale/uk/LC_MESSAGES/DE.po +++ b/holidays/locale/uk/LC_MESSAGES/DE.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Germany holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.23\n" +"Project-Id-Version: Holidays 0.23\n" "POT-Creation-Date: 2023-04-04 16:13+0300\n" "PO-Revision-Date: 2023-04-09 18:42+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/DK.po b/holidays/locale/uk/LC_MESSAGES/DK.po index 14fd7093b..9dee6f495 100644 --- a/holidays/locale/uk/LC_MESSAGES/DK.po +++ b/holidays/locale/uk/LC_MESSAGES/DK.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Denmark holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.37\n" +"Project-Id-Version: Holidays 0.37\n" "POT-Creation-Date: 2023-04-09 13:45+0300\n" "PO-Revision-Date: 2023-11-12 16:36+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/DO.po b/holidays/locale/uk/LC_MESSAGES/DO.po index 4d85f014a..d06d8e138 100644 --- a/holidays/locale/uk/LC_MESSAGES/DO.po +++ b/holidays/locale/uk/LC_MESSAGES/DO.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Dominican Republic holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.22\n" +"Project-Id-Version: Holidays 0.22\n" "POT-Creation-Date: 2023-03-05 12:33+0200\n" "PO-Revision-Date: 2023-03-05 14:05+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/EC.po b/holidays/locale/uk/LC_MESSAGES/EC.po index 50b165785..70095535d 100644 --- a/holidays/locale/uk/LC_MESSAGES/EC.po +++ b/holidays/locale/uk/LC_MESSAGES/EC.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Ecuador holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-04-02 18:54+0300\n" "PO-Revision-Date: 2023-04-02 19:02+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/EE.po b/holidays/locale/uk/LC_MESSAGES/EE.po index 620ac4e92..1742fb41b 100644 --- a/holidays/locale/uk/LC_MESSAGES/EE.po +++ b/holidays/locale/uk/LC_MESSAGES/EE.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Estonia holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.28\n" +"Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2023-06-27 16:16+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/ES.po b/holidays/locale/uk/LC_MESSAGES/ES.po index 2c9c4acb1..345d98fbe 100644 --- a/holidays/locale/uk/LC_MESSAGES/ES.po +++ b/holidays/locale/uk/LC_MESSAGES/ES.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Spain holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.40\n" +"Project-Id-Version: Holidays 0.40\n" "POT-Creation-Date: 2023-12-26 19:23+0200\n" "PO-Revision-Date: 2023-12-26 19:58+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/FI.po b/holidays/locale/uk/LC_MESSAGES/FI.po index 5c7401fbe..e80224819 100644 --- a/holidays/locale/uk/LC_MESSAGES/FI.po +++ b/holidays/locale/uk/LC_MESSAGES/FI.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Finland holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.54\n" +"Project-Id-Version: Holidays 0.54\n" "POT-Creation-Date: 2023-04-08 19:30+0300\n" "PO-Revision-Date: 2024-07-26 17:41+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/FR.po b/holidays/locale/uk/LC_MESSAGES/FR.po index a6b1f9bf5..20d88a00b 100644 --- a/holidays/locale/uk/LC_MESSAGES/FR.po +++ b/holidays/locale/uk/LC_MESSAGES/FR.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # France holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.42\n" +"Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-03-23 14:44+0200\n" "PO-Revision-Date: 2024-01-23 20:54+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/GE.po b/holidays/locale/uk/LC_MESSAGES/GE.po index 8b9cbd79b..0a72d0812 100644 --- a/holidays/locale/uk/LC_MESSAGES/GE.po +++ b/holidays/locale/uk/LC_MESSAGES/GE.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Georgia holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.50\n" +"Project-Id-Version: Holidays 0.50\n" "POT-Creation-Date: 2023-07-18 17:31+0300\n" "PO-Revision-Date: 2024-05-23 11:01+0700\n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/GR.po b/holidays/locale/uk/LC_MESSAGES/GR.po index 796be9dda..78f0366a2 100644 --- a/holidays/locale/uk/LC_MESSAGES/GR.po +++ b/holidays/locale/uk/LC_MESSAGES/GR.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Greece holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.30\n" +"Project-Id-Version: Holidays 0.30\n" "POT-Creation-Date: 2023-07-27 18:57+0300\n" "PO-Revision-Date: 2023-07-27 19:16+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/HN.po b/holidays/locale/uk/LC_MESSAGES/HN.po index 295778bb4..6ec5da25a 100644 --- a/holidays/locale/uk/LC_MESSAGES/HN.po +++ b/holidays/locale/uk/LC_MESSAGES/HN.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Honduras holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.25\n" +"Project-Id-Version: Holidays 0.25\n" "POT-Creation-Date: 2023-03-05 12:23+0200\n" "PO-Revision-Date: 2023-03-05 13:31+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/HR.po b/holidays/locale/uk/LC_MESSAGES/HR.po index 291d7f04e..6afd07030 100644 --- a/holidays/locale/uk/LC_MESSAGES/HR.po +++ b/holidays/locale/uk/LC_MESSAGES/HR.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Croatia holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.42\n" +"Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2024-01-23 19:22+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/HU.po b/holidays/locale/uk/LC_MESSAGES/HU.po index eb1910f59..b8bf20fb1 100644 --- a/holidays/locale/uk/LC_MESSAGES/HU.po +++ b/holidays/locale/uk/LC_MESSAGES/HU.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Hungary holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.37\n" +"Project-Id-Version: Holidays 0.37\n" "POT-Creation-Date: 2023-06-12 19:06+0300\n" "PO-Revision-Date: 2023-11-10 22:16+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/ID.po b/holidays/locale/uk/LC_MESSAGES/ID.po index 92dc0a027..93153d29d 100644 --- a/holidays/locale/uk/LC_MESSAGES/ID.po +++ b/holidays/locale/uk/LC_MESSAGES/ID.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Indonesia holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.30\n" +"Project-Id-Version: Holidays 0.30\n" "POT-Creation-Date: 2023-07-23 14:09+0300\n" "PO-Revision-Date: 2023-07-23 14:28+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/IL.po b/holidays/locale/uk/LC_MESSAGES/IL.po index 9c44fa222..2346e1245 100644 --- a/holidays/locale/uk/LC_MESSAGES/IL.po +++ b/holidays/locale/uk/LC_MESSAGES/IL.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Israel holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.39\n" +"Project-Id-Version: Holidays 0.39\n" "POT-Creation-Date: 2023-07-18 17:31+0300\n" "PO-Revision-Date: 2023-07-18 17:57+0300\n" "Last-Translator: Arkadii Yakovets \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/IS.po b/holidays/locale/uk/LC_MESSAGES/IS.po index 3ea900559..5d3efa9ac 100644 --- a/holidays/locale/uk/LC_MESSAGES/IS.po +++ b/holidays/locale/uk/LC_MESSAGES/IS.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Iceland holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.23\n" +"Project-Id-Version: Holidays 0.23\n" "POT-Creation-Date: 2023-04-09 14:31+0300\n" "PO-Revision-Date: 2023-04-09 14:32+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/KZ.po b/holidays/locale/uk/LC_MESSAGES/KZ.po index 3a4970ae2..0860c5d57 100644 --- a/holidays/locale/uk/LC_MESSAGES/KZ.po +++ b/holidays/locale/uk/LC_MESSAGES/KZ.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Kazakhstan holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.58\n" +"Project-Id-Version: Holidays 0.58\n" "POT-Creation-Date: 2024-09-26 20:24+0300\n" "PO-Revision-Date: 2024-09-26 20:33+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays Localization Team\n" +"Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/LI.po b/holidays/locale/uk/LC_MESSAGES/LI.po index f4ffd997d..af02faaae 100644 --- a/holidays/locale/uk/LC_MESSAGES/LI.po +++ b/holidays/locale/uk/LC_MESSAGES/LI.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Liechtenstein holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.42\n" +"Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-04-01 18:49+0300\n" "PO-Revision-Date: 2024-01-25 21:17+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/LT.po b/holidays/locale/uk/LC_MESSAGES/LT.po index 1bf761ed9..2b0227e47 100644 --- a/holidays/locale/uk/LC_MESSAGES/LT.po +++ b/holidays/locale/uk/LC_MESSAGES/LT.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Lithuania holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.44\n" +"Project-Id-Version: Holidays 0.44\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2024-03-01 15:04+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/LU.po b/holidays/locale/uk/LC_MESSAGES/LU.po index 77506f41c..496f3399d 100644 --- a/holidays/locale/uk/LC_MESSAGES/LU.po +++ b/holidays/locale/uk/LC_MESSAGES/LU.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Luxembourg holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.28\n" +"Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2023-06-27 17:06+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/LV.po b/holidays/locale/uk/LC_MESSAGES/LV.po index f69bc0e8b..c915501e5 100644 --- a/holidays/locale/uk/LC_MESSAGES/LV.po +++ b/holidays/locale/uk/LC_MESSAGES/LV.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Latvia holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.28\n" +"Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2023-06-27 16:59+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/MC.po b/holidays/locale/uk/LC_MESSAGES/MC.po index 74091daa1..5fec72b3a 100644 --- a/holidays/locale/uk/LC_MESSAGES/MC.po +++ b/holidays/locale/uk/LC_MESSAGES/MC.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Monaco holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-02-20 11:58+0200\n" "PO-Revision-Date: 2024-01-02 18:34+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/MD.po b/holidays/locale/uk/LC_MESSAGES/MD.po index eb0aea922..f658540bd 100644 --- a/holidays/locale/uk/LC_MESSAGES/MD.po +++ b/holidays/locale/uk/LC_MESSAGES/MD.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Moldova holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.46\n" +"Project-Id-Version: Holidays 0.46\n" "POT-Creation-Date: 2023-03-22 21:58+0200\n" "PO-Revision-Date: 2024-03-20 21:12+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/MG.po b/holidays/locale/uk/LC_MESSAGES/MG.po index 37b5de68b..c58664040 100644 --- a/holidays/locale/uk/LC_MESSAGES/MG.po +++ b/holidays/locale/uk/LC_MESSAGES/MG.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Madagascar holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.28\n" +"Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-25 17:39+0300\n" "PO-Revision-Date: 2023-06-25 17:51+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/MX.po b/holidays/locale/uk/LC_MESSAGES/MX.po index 8ea5ff93c..3e9d26cb8 100644 --- a/holidays/locale/uk/LC_MESSAGES/MX.po +++ b/holidays/locale/uk/LC_MESSAGES/MX.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Mexico holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.22\n" +"Project-Id-Version: Holidays 0.22\n" "POT-Creation-Date: 2023-03-05 12:33+0200\n" "PO-Revision-Date: 2023-03-05 14:07+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/MZ.po b/holidays/locale/uk/LC_MESSAGES/MZ.po index b67eaedc4..c874b27a3 100644 --- a/holidays/locale/uk/LC_MESSAGES/MZ.po +++ b/holidays/locale/uk/LC_MESSAGES/MZ.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Mozambique holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-07-21 19:22+0300\n" "PO-Revision-Date: 2023-07-21 19:30+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/NI.po b/holidays/locale/uk/LC_MESSAGES/NI.po index 7d3188d48..1be0a45e8 100644 --- a/holidays/locale/uk/LC_MESSAGES/NI.po +++ b/holidays/locale/uk/LC_MESSAGES/NI.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Nicaragua holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.58\n" +"Project-Id-Version: Holidays 0.58\n" "POT-Creation-Date: 2023-03-05 12:23+0200\n" "PO-Revision-Date: 2024-09-21 17:40+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/NL.po b/holidays/locale/uk/LC_MESSAGES/NL.po index abdef28dc..f159af697 100644 --- a/holidays/locale/uk/LC_MESSAGES/NL.po +++ b/holidays/locale/uk/LC_MESSAGES/NL.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Netherlands holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.23\n" +"Project-Id-Version: Holidays 0.23\n" "POT-Creation-Date: 2023-04-09 18:11+0300\n" "PO-Revision-Date: 2023-04-09 18:19+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/NO.po b/holidays/locale/uk/LC_MESSAGES/NO.po index 8ac4a6ec7..531386256 100644 --- a/holidays/locale/uk/LC_MESSAGES/NO.po +++ b/holidays/locale/uk/LC_MESSAGES/NO.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Norway holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.23\n" +"Project-Id-Version: Holidays 0.23\n" "POT-Creation-Date: 2023-04-09 13:25+0300\n" "PO-Revision-Date: 2023-04-09 13:33+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/PE.po b/holidays/locale/uk/LC_MESSAGES/PE.po index bd56d9353..651e85b04 100644 --- a/holidays/locale/uk/LC_MESSAGES/PE.po +++ b/holidays/locale/uk/LC_MESSAGES/PE.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Peru holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.21\n" +"Project-Id-Version: Holidays 0.21\n" "POT-Creation-Date: 2023-03-01 15:30-0800\n" "PO-Revision-Date: 2023-03-05 13:24+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/PL.po b/holidays/locale/uk/LC_MESSAGES/PL.po index 46bd42349..80aa43fb4 100644 --- a/holidays/locale/uk/LC_MESSAGES/PL.po +++ b/holidays/locale/uk/LC_MESSAGES/PL.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Poland holidays Ukrainian translation. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.20\n" +"Project-Id-Version: Holidays 0.20\n" "POT-Creation-Date: 2023-02-14 20:19+0200\n" "PO-Revision-Date: 2024-01-02 19:09+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/PT.po b/holidays/locale/uk/LC_MESSAGES/PT.po index 37147a9b9..2195b7396 100644 --- a/holidays/locale/uk/LC_MESSAGES/PT.po +++ b/holidays/locale/uk/LC_MESSAGES/PT.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Portugal holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-03-07 19:38+0700\n" "PO-Revision-Date: 2023-12-30 19:46+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/PY.po b/holidays/locale/uk/LC_MESSAGES/PY.po index 06b605eb5..de7bb3c27 100644 --- a/holidays/locale/uk/LC_MESSAGES/PY.po +++ b/holidays/locale/uk/LC_MESSAGES/PY.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Paraguay holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-03-05 12:33+0200\n" "PO-Revision-Date: 2024-01-05 12:45+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/RO.po b/holidays/locale/uk/LC_MESSAGES/RO.po index 89c6cd6f6..b621055a0 100644 --- a/holidays/locale/uk/LC_MESSAGES/RO.po +++ b/holidays/locale/uk/LC_MESSAGES/RO.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Romania holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.22\n" +"Project-Id-Version: Holidays 0.22\n" "POT-Creation-Date: 2023-03-22 18:35+0200\n" "PO-Revision-Date: 2023-03-22 21:28+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/SE.po b/holidays/locale/uk/LC_MESSAGES/SE.po index a3ae0c96d..998a9e47b 100644 --- a/holidays/locale/uk/LC_MESSAGES/SE.po +++ b/holidays/locale/uk/LC_MESSAGES/SE.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Sweden holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.23\n" +"Project-Id-Version: Holidays 0.23\n" "POT-Creation-Date: 2023-04-08 20:17+0300\n" "PO-Revision-Date: 2023-04-08 20:27+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/SI.po b/holidays/locale/uk/LC_MESSAGES/SI.po index 01bd32039..430851f95 100644 --- a/holidays/locale/uk/LC_MESSAGES/SI.po +++ b/holidays/locale/uk/LC_MESSAGES/SI.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Slovenia holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.28\n" +"Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2023-06-27 17:11+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/SK.po b/holidays/locale/uk/LC_MESSAGES/SK.po index a6162b6a4..3cda20419 100644 --- a/holidays/locale/uk/LC_MESSAGES/SK.po +++ b/holidays/locale/uk/LC_MESSAGES/SK.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Slovakia holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.25\n" +"Project-Id-Version: Holidays 0.25\n" "POT-Creation-Date: 2023-05-10 17:13+0300\n" "PO-Revision-Date: 2023-11-10 15:24+0100\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/TR.po b/holidays/locale/uk/LC_MESSAGES/TR.po index 8042120ec..a41e9be4d 100644 --- a/holidays/locale/uk/LC_MESSAGES/TR.po +++ b/holidays/locale/uk/LC_MESSAGES/TR.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Turkey holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.37\n" +"Project-Id-Version: Holidays 0.37\n" "POT-Creation-Date: 2023-11-12 18:52+0200\n" "PO-Revision-Date: 2023-11-14 12:55+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/UA.po b/holidays/locale/uk/LC_MESSAGES/UA.po index ec1298e63..563aed8a3 100644 --- a/holidays/locale/uk/LC_MESSAGES/UA.po +++ b/holidays/locale/uk/LC_MESSAGES/UA.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Ukraine holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.55\n" +"Project-Id-Version: Holidays 0.55\n" "POT-Creation-Date: 2023-07-08 19:40+0300\n" "PO-Revision-Date: 2024-08-15 21:23+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/UY.po b/holidays/locale/uk/LC_MESSAGES/UY.po index 8eac1baed..3403218c7 100644 --- a/holidays/locale/uk/LC_MESSAGES/UY.po +++ b/holidays/locale/uk/LC_MESSAGES/UY.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Uruguay holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.30\n" +"Project-Id-Version: Holidays 0.30\n" "POT-Creation-Date: 2023-07-17 14:06+0300\n" "PO-Revision-Date: 2023-07-17 14:20+0300\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/UZ.po b/holidays/locale/uk/LC_MESSAGES/UZ.po index 0a224091e..4c5a513ca 100644 --- a/holidays/locale/uk/LC_MESSAGES/UZ.po +++ b/holidays/locale/uk/LC_MESSAGES/UZ.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Uzbekistan holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-12-31 21:12+0200\n" "PO-Revision-Date: 2024-01-02 12:46+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays Localization Team\n" +"Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uk/LC_MESSAGES/VE.po b/holidays/locale/uk/LC_MESSAGES/VE.po index 56be22a06..e848abc86 100644 --- a/holidays/locale/uk/LC_MESSAGES/VE.po +++ b/holidays/locale/uk/LC_MESSAGES/VE.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Venezuela holidays uk localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.22\n" +"Project-Id-Version: Holidays 0.22\n" "POT-Creation-Date: 2023-03-05 12:23+0200\n" "PO-Revision-Date: 2023-03-05 13:38+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/uz/LC_MESSAGES/UZ.po b/holidays/locale/uz/LC_MESSAGES/UZ.po index 56a514340..5e7fb9292 100644 --- a/holidays/locale/uz/LC_MESSAGES/UZ.po +++ b/holidays/locale/uz/LC_MESSAGES/UZ.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Uzbekistan holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.41\n" +"Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-12-31 21:12+0200\n" "PO-Revision-Date: 2024-01-02 12:46+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays Localization Team\n" +"Language-Team: Holidays Localization Team\n" "Language: uz\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/vi/LC_MESSAGES/VN.po b/holidays/locale/vi/LC_MESSAGES/VN.po index b06a231a3..9ce748db1 100644 --- a/holidays/locale/vi/LC_MESSAGES/VN.po +++ b/holidays/locale/vi/LC_MESSAGES/VN.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Vietnam holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.58\n" +"Project-Id-Version: Holidays 0.58\n" "POT-Creation-Date: 2024-09-27 15:50+0700\n" "PO-Revision-Date: 2024-09-27 15:50+0700\n" "Last-Translator: Vu Nhat Chuong \n" -"Language-Team: Python Holidays Localization Team\n" +"Language-Team: Holidays Localization Team\n" "Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/zh_CN/LC_MESSAGES/CN.po b/holidays/locale/zh_CN/LC_MESSAGES/CN.po index bf569a309..6d827ea8e 100644 --- a/holidays/locale/zh_CN/LC_MESSAGES/CN.po +++ b/holidays/locale/zh_CN/LC_MESSAGES/CN.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Chinese holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.42\n" +"Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-09-28 19:23+0700\n" "PO-Revision-Date: 2024-01-18 11:43+0700\n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/zh_CN/LC_MESSAGES/TW.po b/holidays/locale/zh_CN/LC_MESSAGES/TW.po index f7919c3b9..610f67f46 100644 --- a/holidays/locale/zh_CN/LC_MESSAGES/TW.po +++ b/holidays/locale/zh_CN/LC_MESSAGES/TW.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Taiwan holidays zh_CN localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.43\n" +"Project-Id-Version: Holidays 0.43\n" "POT-Creation-Date: 2023-11-24 16:16+0700\n" "PO-Revision-Date: 2024-02-07 19:36+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/zh_TW/LC_MESSAGES/CN.po b/holidays/locale/zh_TW/LC_MESSAGES/CN.po index aaf0b9307..eb72b4c17 100644 --- a/holidays/locale/zh_TW/LC_MESSAGES/CN.po +++ b/holidays/locale/zh_TW/LC_MESSAGES/CN.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Chinese holidays zh_TW localization. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.42\n" +"Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-09-28 19:23+0700\n" "PO-Revision-Date: 2024-01-18 11:43+0700\n" "Last-Translator: PPsyrius \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/locale/zh_TW/LC_MESSAGES/TW.po b/holidays/locale/zh_TW/LC_MESSAGES/TW.po index 05dd24b66..caa098d47 100644 --- a/holidays/locale/zh_TW/LC_MESSAGES/TW.po +++ b/holidays/locale/zh_TW/LC_MESSAGES/TW.po @@ -7,18 +7,18 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Taiwan holidays. # msgid "" msgstr "" -"Project-Id-Version: Python Holidays 0.43\n" +"Project-Id-Version: Holidays 0.43\n" "POT-Creation-Date: 2023-11-24 16:16+0700\n" "PO-Revision-Date: 2024-02-07 19:36+0200\n" "Last-Translator: ~Jhellico \n" -"Language-Team: Python Holidays localization team\n" +"Language-Team: Holidays localization team\n" "Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/holidays/mixins.py b/holidays/mixins.py index 6a2b6f3e8..524e6e05d 100644 --- a/holidays/mixins.py +++ b/holidays/mixins.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) diff --git a/holidays/observed_holiday_base.py b/holidays/observed_holiday_base.py index 5fc3a7d1a..6b90ef1cd 100644 --- a/holidays/observed_holiday_base.py +++ b/holidays/observed_holiday_base.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/holidays/registry.py b/holidays/registry.py index e23a712f7..c127df9fb 100644 --- a/holidays/registry.py +++ b/holidays/registry.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import importlib @@ -201,7 +201,7 @@ def __init__(self, path: str, *args, **kwargs) -> None: """Set up a lazy loader.""" if args: raise TypeError( - "This is a python-holidays entity loader class. " + "This is a holidays entity loader class. " "For entity inheritance purposes please import a class you " "want to derive from directly: e.g., " "`from holidays.countries import Entity` or " diff --git a/holidays/utils.py b/holidays/utils.py index 6ddc1fc09..249141f8b 100755 --- a/holidays/utils.py +++ b/holidays/utils.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) __all__ = ( diff --git a/pyproject.toml b/pyproject.toml index 134568253..2ecee71c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,9 +29,9 @@ maintainers = [ ] [project.urls] -Repository = "https://github.com/vacanza/python-holidays/" -Documentation = "https://python-holidays.readthedocs.io/en/latest/" -Changelog = "https://github.com/vacanza/python-holidays/releases" +Repository = "https://github.com/vacanza/holidays/" +Documentation = "https://holidays.readthedocs.io/en/latest/" +Changelog = "https://github.com/vacanza/holidays/releases" Downloads = "https://pypi.org/project/holidays/" [tool.bandit] diff --git a/scripts/calendar/asian_generator.py b/scripts/calendar/asian_generator.py index 2e7284583..acea28ebb 100644 --- a/scripts/calendar/asian_generator.py +++ b/scripts/calendar/asian_generator.py @@ -9,7 +9,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/scripts/calendar/hebrew_generator.py b/scripts/calendar/hebrew_generator.py index 9a4da1344..0ef31870a 100644 --- a/scripts/calendar/hebrew_generator.py +++ b/scripts/calendar/hebrew_generator.py @@ -9,7 +9,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/scripts/calendar/islamic_generator.py b/scripts/calendar/islamic_generator.py index 71d4f5cfe..0405bf8cf 100644 --- a/scripts/calendar/islamic_generator.py +++ b/scripts/calendar/islamic_generator.py @@ -9,7 +9,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from pathlib import Path diff --git a/scripts/generate_release_notes.py b/scripts/generate_release_notes.py index 66c378a73..0b6e4deb4 100755 --- a/scripts/generate_release_notes.py +++ b/scripts/generate_release_notes.py @@ -9,7 +9,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import argparse @@ -34,7 +34,7 @@ Released {month} {day}, {year} """ IGNORED_CONTRIBUTORS = {"dependabot[bot]", "github-actions[bot]"} -REPOSITORY_NAME = "vacanza/python-holidays" +REPOSITORY_NAME = "vacanza/holidays" class ReleaseNotesGenerator: diff --git a/scripts/generate_snapshots.py b/scripts/generate_snapshots.py index aa8373416..0b2d50818 100755 --- a/scripts/generate_snapshots.py +++ b/scripts/generate_snapshots.py @@ -9,7 +9,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import argparse diff --git a/scripts/l10n/generate_mo_files.py b/scripts/l10n/generate_mo_files.py index 2ebe34aa7..93ae1e6e7 100755 --- a/scripts/l10n/generate_mo_files.py +++ b/scripts/l10n/generate_mo_files.py @@ -9,7 +9,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from pathlib import Path diff --git a/scripts/l10n/generate_po_files.py b/scripts/l10n/generate_po_files.py index 2376cedae..32d9f94b7 100755 --- a/scripts/l10n/generate_po_files.py +++ b/scripts/l10n/generate_po_files.py @@ -9,7 +9,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import importlib @@ -35,7 +35,7 @@ def update_po_file(po_path: str, pot_path: str, package_version: str) -> None: # Update the project version if po file entries translation has changed only. if po_file != po_file_initial: - po_file.metadata["Project-Id-Version"] = f"Python Holidays {package_version}" + 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) @@ -83,7 +83,7 @@ def process_countries(self): "-o", f"{pot_file_path}", "--package-name", - "Python Holidays", + "Holidays", "--package-version", package_version, "--width", @@ -97,7 +97,7 @@ def process_countries(self): pot_file = pofile(pot_file_path) pot_file.metadata.update( { - "Language-Team": "Python Holidays Localization Team", + "Language-Team": "Holidays Localization Team", "PO-Revision-Date": pot_file.metadata["POT-Creation-Date"], } ) diff --git a/setup.py b/setup.py index 00692727b..ab10ce5df 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from setuptools import setup diff --git a/tests/__init__.py b/tests/__init__.py index 4e11569da..a4cb40298 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -7,5 +7,5 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) diff --git a/tests/calendars/__init__.py b/tests/calendars/__init__.py index 4e11569da..a4cb40298 100644 --- a/tests/calendars/__init__.py +++ b/tests/calendars/__init__.py @@ -7,5 +7,5 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) diff --git a/tests/calendars/test_gregorian.py b/tests/calendars/test_gregorian.py index f0d775a47..c58aa6fe8 100644 --- a/tests/calendars/test_gregorian.py +++ b/tests/calendars/test_gregorian.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/tests/calendars/test_persian.py b/tests/calendars/test_persian.py index bf682614b..ac8cc1440 100644 --- a/tests/calendars/test_persian.py +++ b/tests/calendars/test_persian.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import unittest diff --git a/tests/calendars/test_thai.py b/tests/calendars/test_thai.py index 9370164d3..c2a2a380b 100644 --- a/tests/calendars/test_thai.py +++ b/tests/calendars/test_thai.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import unittest diff --git a/tests/common.py b/tests/common.py index dceb89696..731217a62 100644 --- a/tests/common.py +++ b/tests/common.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) @@ -27,7 +27,7 @@ class TestCase: - """Base class for python-holidays test cases.""" + """Base class for holidays test cases.""" @classmethod def setUpClass(cls, test_class=None, years=None, years_non_observed=None): diff --git a/tests/countries/__init__.py b/tests/countries/__init__.py index 4e11569da..a4cb40298 100644 --- a/tests/countries/__init__.py +++ b/tests/countries/__init__.py @@ -7,5 +7,5 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) diff --git a/tests/countries/test_albania.py b/tests/countries/test_albania.py index 0e44fab39..7d1af5b56 100644 --- a/tests/countries/test_albania.py +++ b/tests/countries/test_albania.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_algeria.py b/tests/countries/test_algeria.py index 782b64dd5..bf9eea12d 100644 --- a/tests/countries/test_algeria.py +++ b/tests/countries/test_algeria.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_american_samoa.py b/tests/countries/test_american_samoa.py index a503a3775..e2befeaa5 100644 --- a/tests/countries/test_american_samoa.py +++ b/tests/countries/test_american_samoa.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_andorra.py b/tests/countries/test_andorra.py index c5b8bec85..2d42e544a 100644 --- a/tests/countries/test_andorra.py +++ b/tests/countries/test_andorra.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_angola.py b/tests/countries/test_angola.py index 1267c13d5..768be84a2 100644 --- a/tests/countries/test_angola.py +++ b/tests/countries/test_angola.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_argentina.py b/tests/countries/test_argentina.py index a762077ed..d87207c79 100644 --- a/tests/countries/test_argentina.py +++ b/tests/countries/test_argentina.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_armenia.py b/tests/countries/test_armenia.py index a6d67a380..232f35f3d 100644 --- a/tests/countries/test_armenia.py +++ b/tests/countries/test_armenia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_aruba.py b/tests/countries/test_aruba.py index 4a99cae2e..f9700297d 100644 --- a/tests/countries/test_aruba.py +++ b/tests/countries/test_aruba.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_australia.py b/tests/countries/test_australia.py index 591fe23f7..545fd3efe 100644 --- a/tests/countries/test_australia.py +++ b/tests/countries/test_australia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/tests/countries/test_austria.py b/tests/countries/test_austria.py index 0c3d49f1a..3e00630bd 100644 --- a/tests/countries/test_austria.py +++ b/tests/countries/test_austria.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_azerbaijan.py b/tests/countries/test_azerbaijan.py index 498573025..f4a2e8072 100644 --- a/tests/countries/test_azerbaijan.py +++ b/tests/countries/test_azerbaijan.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_bahamas.py b/tests/countries/test_bahamas.py index 6c9bec5a1..ce1d33734 100644 --- a/tests/countries/test_bahamas.py +++ b/tests/countries/test_bahamas.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_bahrain.py b/tests/countries/test_bahrain.py index 1dd02a668..ae29bb5c1 100644 --- a/tests/countries/test_bahrain.py +++ b/tests/countries/test_bahrain.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_bangladesh.py b/tests/countries/test_bangladesh.py index 03ef290cb..e2f46ea35 100644 --- a/tests/countries/test_bangladesh.py +++ b/tests/countries/test_bangladesh.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_barbados.py b/tests/countries/test_barbados.py index 49f1c8d56..269ec6e12 100644 --- a/tests/countries/test_barbados.py +++ b/tests/countries/test_barbados.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_belarus.py b/tests/countries/test_belarus.py index 7f7c5ead3..5f2237bfe 100644 --- a/tests/countries/test_belarus.py +++ b/tests/countries/test_belarus.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_belgium.py b/tests/countries/test_belgium.py index 4f4766a3a..bf3664960 100644 --- a/tests/countries/test_belgium.py +++ b/tests/countries/test_belgium.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_belize.py b/tests/countries/test_belize.py index 0297a0f3d..e21873db1 100644 --- a/tests/countries/test_belize.py +++ b/tests/countries/test_belize.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_bolivia.py b/tests/countries/test_bolivia.py index f748d3cff..b65933b39 100644 --- a/tests/countries/test_bolivia.py +++ b/tests/countries/test_bolivia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_bosnia_and_herzegovina.py b/tests/countries/test_bosnia_and_herzegovina.py index 733a0da6c..4856bfc43 100644 --- a/tests/countries/test_bosnia_and_herzegovina.py +++ b/tests/countries/test_bosnia_and_herzegovina.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_botswana.py b/tests/countries/test_botswana.py index 0eb418e8e..dd3a386a0 100644 --- a/tests/countries/test_botswana.py +++ b/tests/countries/test_botswana.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_brazil.py b/tests/countries/test_brazil.py index ef4ef581a..03ae97190 100644 --- a/tests/countries/test_brazil.py +++ b/tests/countries/test_brazil.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_brunei.py b/tests/countries/test_brunei.py index 3a7f559a4..d2fe75875 100644 --- a/tests/countries/test_brunei.py +++ b/tests/countries/test_brunei.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_bulgaria.py b/tests/countries/test_bulgaria.py index 7a6e4b10a..0ca00c567 100644 --- a/tests/countries/test_bulgaria.py +++ b/tests/countries/test_bulgaria.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_burkina_faso.py b/tests/countries/test_burkina_faso.py index abd57df10..3e69d1fee 100644 --- a/tests/countries/test_burkina_faso.py +++ b/tests/countries/test_burkina_faso.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_burundi.py b/tests/countries/test_burundi.py index 8a735f14e..a48e0e954 100644 --- a/tests/countries/test_burundi.py +++ b/tests/countries/test_burundi.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_cambodia.py b/tests/countries/test_cambodia.py index de846d37c..deee1ee7f 100644 --- a/tests/countries/test_cambodia.py +++ b/tests/countries/test_cambodia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_cameroon.py b/tests/countries/test_cameroon.py index f7e516b4c..1be11dd20 100644 --- a/tests/countries/test_cameroon.py +++ b/tests/countries/test_cameroon.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_canada.py b/tests/countries/test_canada.py index b3a70c522..7ead2a6aa 100644 --- a/tests/countries/test_canada.py +++ b/tests/countries/test_canada.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_chad.py b/tests/countries/test_chad.py index 9e32ebfc0..03467039a 100644 --- a/tests/countries/test_chad.py +++ b/tests/countries/test_chad.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_chile.py b/tests/countries/test_chile.py index 2b55f54f2..9d1b1f59a 100644 --- a/tests/countries/test_chile.py +++ b/tests/countries/test_chile.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_china.py b/tests/countries/test_china.py index 2f2d212b5..6118749f7 100644 --- a/tests/countries/test_china.py +++ b/tests/countries/test_china.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_colombia.py b/tests/countries/test_colombia.py index a566f12a2..9a35943e4 100644 --- a/tests/countries/test_colombia.py +++ b/tests/countries/test_colombia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_congo.py b/tests/countries/test_congo.py index 2c8dd165e..3240e9699 100644 --- a/tests/countries/test_congo.py +++ b/tests/countries/test_congo.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_costa_rica.py b/tests/countries/test_costa_rica.py index 6464ba045..038e03b1a 100644 --- a/tests/countries/test_costa_rica.py +++ b/tests/countries/test_costa_rica.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_croatia.py b/tests/countries/test_croatia.py index c0dbf94f8..dacf0c705 100644 --- a/tests/countries/test_croatia.py +++ b/tests/countries/test_croatia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_cuba.py b/tests/countries/test_cuba.py index 6a9925138..2fc84bf1f 100644 --- a/tests/countries/test_cuba.py +++ b/tests/countries/test_cuba.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_curacao.py b/tests/countries/test_curacao.py index 4db96c177..8e215a2b2 100644 --- a/tests/countries/test_curacao.py +++ b/tests/countries/test_curacao.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_cyprus.py b/tests/countries/test_cyprus.py index dec6258f3..ea5067f55 100644 --- a/tests/countries/test_cyprus.py +++ b/tests/countries/test_cyprus.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_czechia.py b/tests/countries/test_czechia.py index 08c96069e..f354b01f5 100644 --- a/tests/countries/test_czechia.py +++ b/tests/countries/test_czechia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_denmark.py b/tests/countries/test_denmark.py index eeb04c6ef..e7bda8608 100644 --- a/tests/countries/test_denmark.py +++ b/tests/countries/test_denmark.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_djibouti.py b/tests/countries/test_djibouti.py index 713553553..6c7a791db 100644 --- a/tests/countries/test_djibouti.py +++ b/tests/countries/test_djibouti.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_dominica.py b/tests/countries/test_dominica.py index 3f238871f..7ce398b74 100644 --- a/tests/countries/test_dominica.py +++ b/tests/countries/test_dominica.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_dominican_republic.py b/tests/countries/test_dominican_republic.py index 770a2e0ec..15d758e2a 100644 --- a/tests/countries/test_dominican_republic.py +++ b/tests/countries/test_dominican_republic.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_ecuador.py b/tests/countries/test_ecuador.py index dec5c7ee9..557c120a5 100644 --- a/tests/countries/test_ecuador.py +++ b/tests/countries/test_ecuador.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_egypt.py b/tests/countries/test_egypt.py index eb26d3420..fa1f05a70 100644 --- a/tests/countries/test_egypt.py +++ b/tests/countries/test_egypt.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_el_salvador.py b/tests/countries/test_el_salvador.py index 422323597..c8fbca86f 100644 --- a/tests/countries/test_el_salvador.py +++ b/tests/countries/test_el_salvador.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_estonia.py b/tests/countries/test_estonia.py index 86255acdc..10f3b5c7a 100644 --- a/tests/countries/test_estonia.py +++ b/tests/countries/test_estonia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_eswatini.py b/tests/countries/test_eswatini.py index a2ad218ae..fe57b9874 100644 --- a/tests/countries/test_eswatini.py +++ b/tests/countries/test_eswatini.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import warnings diff --git a/tests/countries/test_ethiopia.py b/tests/countries/test_ethiopia.py index 5e9551afb..aa15bce19 100644 --- a/tests/countries/test_ethiopia.py +++ b/tests/countries/test_ethiopia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_finland.py b/tests/countries/test_finland.py index 208b97baf..c37494b61 100644 --- a/tests/countries/test_finland.py +++ b/tests/countries/test_finland.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_france.py b/tests/countries/test_france.py index c43c955ad..12ee5e792 100644 --- a/tests/countries/test_france.py +++ b/tests/countries/test_france.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import warnings diff --git a/tests/countries/test_gabon.py b/tests/countries/test_gabon.py index 45a5a4936..8c8e51a6a 100644 --- a/tests/countries/test_gabon.py +++ b/tests/countries/test_gabon.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_georgia.py b/tests/countries/test_georgia.py index 087eeccd9..70d3d3614 100644 --- a/tests/countries/test_georgia.py +++ b/tests/countries/test_georgia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_germany.py b/tests/countries/test_germany.py index d2beed2ce..7363aa95e 100644 --- a/tests/countries/test_germany.py +++ b/tests/countries/test_germany.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import warnings diff --git a/tests/countries/test_ghana.py b/tests/countries/test_ghana.py index 6bc6e2a88..b03162dbc 100644 --- a/tests/countries/test_ghana.py +++ b/tests/countries/test_ghana.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_greece.py b/tests/countries/test_greece.py index e690e22c9..b6a6a35eb 100644 --- a/tests/countries/test_greece.py +++ b/tests/countries/test_greece.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_greenland.py b/tests/countries/test_greenland.py index d6178c0dc..60a19e9cc 100644 --- a/tests/countries/test_greenland.py +++ b/tests/countries/test_greenland.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_guam.py b/tests/countries/test_guam.py index af5296687..aa1d187bb 100644 --- a/tests/countries/test_guam.py +++ b/tests/countries/test_guam.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/tests/countries/test_guatemala.py b/tests/countries/test_guatemala.py index 91ecdc126..5de48d508 100644 --- a/tests/countries/test_guatemala.py +++ b/tests/countries/test_guatemala.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_haiti.py b/tests/countries/test_haiti.py index ede022cb3..61ae73024 100644 --- a/tests/countries/test_haiti.py +++ b/tests/countries/test_haiti.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_honduras.py b/tests/countries/test_honduras.py index 8efd21b16..09107f7d1 100644 --- a/tests/countries/test_honduras.py +++ b/tests/countries/test_honduras.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_hongkong.py b/tests/countries/test_hongkong.py index 58c08fbc5..95fc29ab5 100644 --- a/tests/countries/test_hongkong.py +++ b/tests/countries/test_hongkong.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_hungary.py b/tests/countries/test_hungary.py index 18a6e285d..be2243d58 100644 --- a/tests/countries/test_hungary.py +++ b/tests/countries/test_hungary.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_iceland.py b/tests/countries/test_iceland.py index 046b3ead3..137543cd9 100644 --- a/tests/countries/test_iceland.py +++ b/tests/countries/test_iceland.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_india.py b/tests/countries/test_india.py index a6a4f37b7..086b7d43b 100644 --- a/tests/countries/test_india.py +++ b/tests/countries/test_india.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import warnings diff --git a/tests/countries/test_indonesia.py b/tests/countries/test_indonesia.py index fdd1c68e9..33b76a5c0 100644 --- a/tests/countries/test_indonesia.py +++ b/tests/countries/test_indonesia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_iran.py b/tests/countries/test_iran.py index 2de2169f5..f7b4f3114 100644 --- a/tests/countries/test_iran.py +++ b/tests/countries/test_iran.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_ireland.py b/tests/countries/test_ireland.py index e820c4cc0..708412dea 100644 --- a/tests/countries/test_ireland.py +++ b/tests/countries/test_ireland.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_isle_of_man.py b/tests/countries/test_isle_of_man.py index 91b95c481..81feae400 100644 --- a/tests/countries/test_isle_of_man.py +++ b/tests/countries/test_isle_of_man.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_israel.py b/tests/countries/test_israel.py index cb203adb8..4c55dffa4 100644 --- a/tests/countries/test_israel.py +++ b/tests/countries/test_israel.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_italy.py b/tests/countries/test_italy.py index eec083368..98538ed63 100644 --- a/tests/countries/test_italy.py +++ b/tests/countries/test_italy.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_jamaica.py b/tests/countries/test_jamaica.py index 79186b2b7..b73d0d9e6 100644 --- a/tests/countries/test_jamaica.py +++ b/tests/countries/test_jamaica.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_japan.py b/tests/countries/test_japan.py index 1af4d1624..01bfb976a 100644 --- a/tests/countries/test_japan.py +++ b/tests/countries/test_japan.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_jersey.py b/tests/countries/test_jersey.py index 18c5c518f..6100636ee 100644 --- a/tests/countries/test_jersey.py +++ b/tests/countries/test_jersey.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_jordan.py b/tests/countries/test_jordan.py index 95b42ed6a..c0f17e076 100644 --- a/tests/countries/test_jordan.py +++ b/tests/countries/test_jordan.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_kazakhstan.py b/tests/countries/test_kazakhstan.py index 0f208a904..ce0d4720f 100644 --- a/tests/countries/test_kazakhstan.py +++ b/tests/countries/test_kazakhstan.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_kenya.py b/tests/countries/test_kenya.py index be94420a7..f0a7d7505 100644 --- a/tests/countries/test_kenya.py +++ b/tests/countries/test_kenya.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_kuwait.py b/tests/countries/test_kuwait.py index 4e51112f3..012e6980a 100644 --- a/tests/countries/test_kuwait.py +++ b/tests/countries/test_kuwait.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_kyrgyzstan.py b/tests/countries/test_kyrgyzstan.py index f557abfe0..a404b25fc 100644 --- a/tests/countries/test_kyrgyzstan.py +++ b/tests/countries/test_kyrgyzstan.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_laos.py b/tests/countries/test_laos.py index 9fe4755bf..a1031f984 100644 --- a/tests/countries/test_laos.py +++ b/tests/countries/test_laos.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_latvia.py b/tests/countries/test_latvia.py index 01eecd61c..4668b1639 100644 --- a/tests/countries/test_latvia.py +++ b/tests/countries/test_latvia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_lesotho.py b/tests/countries/test_lesotho.py index 4ecca210d..48dc8ff1a 100644 --- a/tests/countries/test_lesotho.py +++ b/tests/countries/test_lesotho.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_liechtenstein.py b/tests/countries/test_liechtenstein.py index 04a3f807f..5a7a9b52a 100644 --- a/tests/countries/test_liechtenstein.py +++ b/tests/countries/test_liechtenstein.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_lithuania.py b/tests/countries/test_lithuania.py index a09a7adaf..e217696c4 100644 --- a/tests/countries/test_lithuania.py +++ b/tests/countries/test_lithuania.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_luxembourg.py b/tests/countries/test_luxembourg.py index 9d2c19ac5..bf440897f 100644 --- a/tests/countries/test_luxembourg.py +++ b/tests/countries/test_luxembourg.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_madagascar.py b/tests/countries/test_madagascar.py index e5c503013..577c315e4 100644 --- a/tests/countries/test_madagascar.py +++ b/tests/countries/test_madagascar.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_malawi.py b/tests/countries/test_malawi.py index 0948ff8fe..74a23f6c2 100644 --- a/tests/countries/test_malawi.py +++ b/tests/countries/test_malawi.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_malaysia.py b/tests/countries/test_malaysia.py index a5e65acce..117cb3a8d 100644 --- a/tests/countries/test_malaysia.py +++ b/tests/countries/test_malaysia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_maldives.py b/tests/countries/test_maldives.py index 2a688183c..88a8ef505 100644 --- a/tests/countries/test_maldives.py +++ b/tests/countries/test_maldives.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_malta.py b/tests/countries/test_malta.py index c2aa59eac..c39b72a3d 100644 --- a/tests/countries/test_malta.py +++ b/tests/countries/test_malta.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_marshall_islands.py b/tests/countries/test_marshall_islands.py index f29f1df74..3cdb0fcc6 100644 --- a/tests/countries/test_marshall_islands.py +++ b/tests/countries/test_marshall_islands.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import warnings diff --git a/tests/countries/test_mauritania.py b/tests/countries/test_mauritania.py index 1d9166aec..561e2dc89 100644 --- a/tests/countries/test_mauritania.py +++ b/tests/countries/test_mauritania.py @@ -7,18 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays -# License: MIT (see LICENSE file) - -# python-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: dr-prodigy (c) 2017-2023 -# ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_mexico.py b/tests/countries/test_mexico.py index 3a9d1f209..74368cca9 100644 --- a/tests/countries/test_mexico.py +++ b/tests/countries/test_mexico.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_moldova.py b/tests/countries/test_moldova.py index f2f212b77..ebcf50647 100644 --- a/tests/countries/test_moldova.py +++ b/tests/countries/test_moldova.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_monaco.py b/tests/countries/test_monaco.py index 5d6cca63f..a6c2f0794 100644 --- a/tests/countries/test_monaco.py +++ b/tests/countries/test_monaco.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_montenegro.py b/tests/countries/test_montenegro.py index cac423a5a..104d057ee 100644 --- a/tests/countries/test_montenegro.py +++ b/tests/countries/test_montenegro.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_morocco.py b/tests/countries/test_morocco.py index db7c29c1a..ac0eb5492 100644 --- a/tests/countries/test_morocco.py +++ b/tests/countries/test_morocco.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_mozambique.py b/tests/countries/test_mozambique.py index a909280eb..852b88f8b 100644 --- a/tests/countries/test_mozambique.py +++ b/tests/countries/test_mozambique.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_namibia.py b/tests/countries/test_namibia.py index 14a615217..973417108 100644 --- a/tests/countries/test_namibia.py +++ b/tests/countries/test_namibia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_netherlands.py b/tests/countries/test_netherlands.py index 378319cd7..be3bb059d 100644 --- a/tests/countries/test_netherlands.py +++ b/tests/countries/test_netherlands.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_new_zealand.py b/tests/countries/test_new_zealand.py index 79972f5cc..735fc3e5c 100644 --- a/tests/countries/test_new_zealand.py +++ b/tests/countries/test_new_zealand.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import warnings diff --git a/tests/countries/test_nicaragua.py b/tests/countries/test_nicaragua.py index 9995f606e..6970b7671 100644 --- a/tests/countries/test_nicaragua.py +++ b/tests/countries/test_nicaragua.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_nigeria.py b/tests/countries/test_nigeria.py index e3e96b73a..b61b4d52a 100644 --- a/tests/countries/test_nigeria.py +++ b/tests/countries/test_nigeria.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_north_macedonia.py b/tests/countries/test_north_macedonia.py index 2030dd4e6..3f38cf07c 100644 --- a/tests/countries/test_north_macedonia.py +++ b/tests/countries/test_north_macedonia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_northern_mariana_islands.py b/tests/countries/test_northern_mariana_islands.py index 5fa4fd99e..798fe1ee3 100644 --- a/tests/countries/test_northern_mariana_islands.py +++ b/tests/countries/test_northern_mariana_islands.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/tests/countries/test_norway.py b/tests/countries/test_norway.py index ec56c1b52..fb9ed86a3 100644 --- a/tests/countries/test_norway.py +++ b/tests/countries/test_norway.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_pakistan.py b/tests/countries/test_pakistan.py index f6021992a..1d04372f7 100644 --- a/tests/countries/test_pakistan.py +++ b/tests/countries/test_pakistan.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/tests/countries/test_palau.py b/tests/countries/test_palau.py index bed8f7c55..1f2fb5aab 100644 --- a/tests/countries/test_palau.py +++ b/tests/countries/test_palau.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_panama.py b/tests/countries/test_panama.py index 12642157b..7d078e124 100644 --- a/tests/countries/test_panama.py +++ b/tests/countries/test_panama.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_papua_new_guinea.py b/tests/countries/test_papua_new_guinea.py index 8db8b6554..3c03242af 100644 --- a/tests/countries/test_papua_new_guinea.py +++ b/tests/countries/test_papua_new_guinea.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_paraguay.py b/tests/countries/test_paraguay.py index 58da6b270..c3db77165 100644 --- a/tests/countries/test_paraguay.py +++ b/tests/countries/test_paraguay.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_peru.py b/tests/countries/test_peru.py index 4242b3520..85d01fbc1 100644 --- a/tests/countries/test_peru.py +++ b/tests/countries/test_peru.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_philippines.py b/tests/countries/test_philippines.py index 7ae362331..3d5018291 100644 --- a/tests/countries/test_philippines.py +++ b/tests/countries/test_philippines.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_poland.py b/tests/countries/test_poland.py index e2bff3e07..d2ee72b35 100644 --- a/tests/countries/test_poland.py +++ b/tests/countries/test_poland.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_portugal.py b/tests/countries/test_portugal.py index ff854dbb4..e4f20e326 100644 --- a/tests/countries/test_portugal.py +++ b/tests/countries/test_portugal.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import warnings diff --git a/tests/countries/test_puerto_rico.py b/tests/countries/test_puerto_rico.py index 895e5ba4f..f904bcdfc 100644 --- a/tests/countries/test_puerto_rico.py +++ b/tests/countries/test_puerto_rico.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/tests/countries/test_romania.py b/tests/countries/test_romania.py index 6c462c46b..0551fffc5 100644 --- a/tests/countries/test_romania.py +++ b/tests/countries/test_romania.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_russia.py b/tests/countries/test_russia.py index 1ed3c1b03..9ff0b479c 100644 --- a/tests/countries/test_russia.py +++ b/tests/countries/test_russia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_saint_kitts_and_nevis.py b/tests/countries/test_saint_kitts_and_nevis.py index 86f8e8623..2e430c69c 100644 --- a/tests/countries/test_saint_kitts_and_nevis.py +++ b/tests/countries/test_saint_kitts_and_nevis.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_samoa.py b/tests/countries/test_samoa.py index a99096120..36e4414e6 100644 --- a/tests/countries/test_samoa.py +++ b/tests/countries/test_samoa.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_san_marino.py b/tests/countries/test_san_marino.py index bf2a87f7b..7ed847647 100644 --- a/tests/countries/test_san_marino.py +++ b/tests/countries/test_san_marino.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_saudi_arabia.py b/tests/countries/test_saudi_arabia.py index 498d5f77f..381ea2b11 100644 --- a/tests/countries/test_saudi_arabia.py +++ b/tests/countries/test_saudi_arabia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_serbia.py b/tests/countries/test_serbia.py index fdff73b26..d62fdf3c5 100644 --- a/tests/countries/test_serbia.py +++ b/tests/countries/test_serbia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/tests/countries/test_seychelles.py b/tests/countries/test_seychelles.py index 52d8df59e..bd6e82c29 100644 --- a/tests/countries/test_seychelles.py +++ b/tests/countries/test_seychelles.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_singapore.py b/tests/countries/test_singapore.py index 873de60e6..fae7d0d6e 100644 --- a/tests/countries/test_singapore.py +++ b/tests/countries/test_singapore.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_slovakia.py b/tests/countries/test_slovakia.py index ebd883961..d2a5e8105 100644 --- a/tests/countries/test_slovakia.py +++ b/tests/countries/test_slovakia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_slovenia.py b/tests/countries/test_slovenia.py index a3a3e5219..526744dbd 100644 --- a/tests/countries/test_slovenia.py +++ b/tests/countries/test_slovenia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_south_africa.py b/tests/countries/test_south_africa.py index e9d592b3a..e5ad098d7 100644 --- a/tests/countries/test_south_africa.py +++ b/tests/countries/test_south_africa.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_south_korea.py b/tests/countries/test_south_korea.py index b503a5712..3ed9adf32 100644 --- a/tests/countries/test_south_korea.py +++ b/tests/countries/test_south_korea.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import warnings diff --git a/tests/countries/test_spain.py b/tests/countries/test_spain.py index fecf134d9..f94e00d38 100644 --- a/tests/countries/test_spain.py +++ b/tests/countries/test_spain.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/tests/countries/test_sweden.py b/tests/countries/test_sweden.py index 84b1a14a3..c30890d61 100644 --- a/tests/countries/test_sweden.py +++ b/tests/countries/test_sweden.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_switzerland.py b/tests/countries/test_switzerland.py index e2f842e93..0559658dc 100644 --- a/tests/countries/test_switzerland.py +++ b/tests/countries/test_switzerland.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_taiwan.py b/tests/countries/test_taiwan.py index 5e0fdfef1..515741d0d 100644 --- a/tests/countries/test_taiwan.py +++ b/tests/countries/test_taiwan.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_tanzania.py b/tests/countries/test_tanzania.py index e9dea2805..ccf47cb5e 100644 --- a/tests/countries/test_tanzania.py +++ b/tests/countries/test_tanzania.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_thailand.py b/tests/countries/test_thailand.py index 30dedaf49..1ed5df759 100644 --- a/tests/countries/test_thailand.py +++ b/tests/countries/test_thailand.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_timor_leste.py b/tests/countries/test_timor_leste.py index 2cf4c6d50..0d45208c3 100644 --- a/tests/countries/test_timor_leste.py +++ b/tests/countries/test_timor_leste.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_tonga.py b/tests/countries/test_tonga.py index d5cdcef88..df9160287 100644 --- a/tests/countries/test_tonga.py +++ b/tests/countries/test_tonga.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_tunisia.py b/tests/countries/test_tunisia.py index d21b0b0e2..ec0869706 100644 --- a/tests/countries/test_tunisia.py +++ b/tests/countries/test_tunisia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_turkey.py b/tests/countries/test_turkey.py index cdd11a390..bad7cdfc4 100644 --- a/tests/countries/test_turkey.py +++ b/tests/countries/test_turkey.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/tests/countries/test_ukraine.py b/tests/countries/test_ukraine.py index e1be80b82..b4332e6b6 100644 --- a/tests/countries/test_ukraine.py +++ b/tests/countries/test_ukraine.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_united_arab_emirates.py b/tests/countries/test_united_arab_emirates.py index b6f5bac8a..978cee54c 100644 --- a/tests/countries/test_united_arab_emirates.py +++ b/tests/countries/test_united_arab_emirates.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_united_kingdom.py b/tests/countries/test_united_kingdom.py index 4bd9c8e28..791eca12e 100644 --- a/tests/countries/test_united_kingdom.py +++ b/tests/countries/test_united_kingdom.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import warnings diff --git a/tests/countries/test_united_states.py b/tests/countries/test_united_states.py index af5bbf943..19a20c552 100644 --- a/tests/countries/test_united_states.py +++ b/tests/countries/test_united_states.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_united_states_minor_outlying_islands.py b/tests/countries/test_united_states_minor_outlying_islands.py index 9edbf8978..ce4521174 100644 --- a/tests/countries/test_united_states_minor_outlying_islands.py +++ b/tests/countries/test_united_states_minor_outlying_islands.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_united_states_virgin_islands.py b/tests/countries/test_united_states_virgin_islands.py index de0a34f1d..b2d9b1b06 100644 --- a/tests/countries/test_united_states_virgin_islands.py +++ b/tests/countries/test_united_states_virgin_islands.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/tests/countries/test_uruguay.py b/tests/countries/test_uruguay.py index af895f18a..414f58714 100644 --- a/tests/countries/test_uruguay.py +++ b/tests/countries/test_uruguay.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_uzbekistan.py b/tests/countries/test_uzbekistan.py index ab9c44f76..2ff5b5a73 100644 --- a/tests/countries/test_uzbekistan.py +++ b/tests/countries/test_uzbekistan.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_vanuatu.py b/tests/countries/test_vanuatu.py index c76f8c45b..5b87c06cc 100644 --- a/tests/countries/test_vanuatu.py +++ b/tests/countries/test_vanuatu.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_vatican_city.py b/tests/countries/test_vatican_city.py index 1e026603a..8f9177135 100644 --- a/tests/countries/test_vatican_city.py +++ b/tests/countries/test_vatican_city.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_venezuela.py b/tests/countries/test_venezuela.py index 53722cee3..67f93d383 100644 --- a/tests/countries/test_venezuela.py +++ b/tests/countries/test_venezuela.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_vietnam.py b/tests/countries/test_vietnam.py index b88a78eec..cce21f49e 100644 --- a/tests/countries/test_vietnam.py +++ b/tests/countries/test_vietnam.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/tests/countries/test_zambia.py b/tests/countries/test_zambia.py index cb29ff15f..1b00fc2ab 100644 --- a/tests/countries/test_zambia.py +++ b/tests/countries/test_zambia.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/countries/test_zimbabwe.py b/tests/countries/test_zimbabwe.py index 0f27cd7b4..bc666040f 100644 --- a/tests/countries/test_zimbabwe.py +++ b/tests/countries/test_zimbabwe.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/financial/__init__.py b/tests/financial/__init__.py index 4e11569da..a4cb40298 100644 --- a/tests/financial/__init__.py +++ b/tests/financial/__init__.py @@ -7,5 +7,5 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) diff --git a/tests/financial/test_european_central_bank.py b/tests/financial/test_european_central_bank.py index dccdbbd15..3959e77a1 100644 --- a/tests/financial/test_european_central_bank.py +++ b/tests/financial/test_european_central_bank.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/financial/test_ice_futures_europe.py b/tests/financial/test_ice_futures_europe.py index 987ea3f2f..425783aa4 100644 --- a/tests/financial/test_ice_futures_europe.py +++ b/tests/financial/test_ice_futures_europe.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/financial/test_ny_stock_exchange.py b/tests/financial/test_ny_stock_exchange.py index ea4c754d9..dba564fbd 100644 --- a/tests/financial/test_ny_stock_exchange.py +++ b/tests/financial/test_ny_stock_exchange.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/tests/test_docs.py b/tests/test_docs.py index 4ac78ad70..ce86fb1c6 100644 --- a/tests/test_docs.py +++ b/tests/test_docs.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import re diff --git a/tests/test_holiday_base.py b/tests/test_holiday_base.py index 8aedf42ad..9a00fceb4 100644 --- a/tests/test_holiday_base.py +++ b/tests/test_holiday_base.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import pickle diff --git a/tests/test_holiday_groups.py b/tests/test_holiday_groups.py index a59111a09..d81d98923 100644 --- a/tests/test_holiday_groups.py +++ b/tests/test_holiday_groups.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/test_imports.py b/tests/test_imports.py index 5921b2a8f..2e4b2e3c8 100644 --- a/tests/test_imports.py +++ b/tests/test_imports.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/test_l10n.py b/tests/test_l10n.py index b9419a33e..4dbeb21fd 100644 --- a/tests/test_l10n.py +++ b/tests/test_l10n.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import os diff --git a/tests/test_observed_holiday_base.py b/tests/test_observed_holiday_base.py index 52a798ad1..166bf6163 100644 --- a/tests/test_observed_holiday_base.py +++ b/tests/test_observed_holiday_base.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/tests/test_package.py b/tests/test_package.py index bc639b20d..46ca64367 100644 --- a/tests/test_package.py +++ b/tests/test_package.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase diff --git a/tests/test_registry.py b/tests/test_registry.py index bb543771d..a0daf20c8 100644 --- a/tests/test_registry.py +++ b/tests/test_registry.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import importlib diff --git a/tests/test_utils.py b/tests/test_utils.py index 660ea21f2..7af2275c8 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import unittest diff --git a/tests/third_party/test_numpy.py b/tests/third_party/test_numpy.py index cd899861f..8f104c183 100644 --- a/tests/third_party/test_numpy.py +++ b/tests/third_party/test_numpy.py @@ -7,7 +7,7 @@ # Authors: Vacanza Team and individual contributors (see AUTHORS file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/vacanza/python-holidays +# Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase