Skip to content

Commit

Permalink
Merge branch 'dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ankushhKapoor authored Feb 2, 2025
2 parents 4ad3096 + 987ca01 commit ede5d47
Show file tree
Hide file tree
Showing 16 changed files with 3,063 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Available Countries
.. _ISO 639-1 code: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
.. _ISO 639-2 code: https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes

We currently support 156 country codes. The standard way to refer to a country
We currently support 157 country codes. The standard way to refer to a country
is by using its `ISO 3166-1 alpha-2 code`_, the same used for domain names, and
for a subdivision its `ISO 3166-2 code`_. Some countries have common or foreign
names or abbreviations as aliases for their subdivisions. These are defined in
Expand Down Expand Up @@ -543,7 +543,7 @@ All other default values are highlighted with bold:
* - Israel
- IL
-
- en_US, **he**, uk
- en_US, **he**, th, uk
- OPTIONAL, SCHOOL
* - Italy
- IT
Expand Down Expand Up @@ -845,6 +845,11 @@ All other default values are highlighted with bold:
- Autonomous communities: AN, AR, AS, CB, CE, CL, CM, CN, CT, EX, GA, IB, MC, MD, ML, NC, PV, RI, VC
- en_US, **es**, uk
-
* - Sri Lanka
- LK
-
- en_US, **si_LK**, ta_LK
- BANK, GOVERNMENT, WORKDAY
* - Sweden
- SE
-
Expand Down
1 change: 1 addition & 0 deletions holidays/calendars/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@
from holidays.calendars.julian import JULIAN_CALENDAR
from holidays.calendars.julian_revised import JULIAN_REVISED_CALENDAR
from holidays.calendars.persian import _Persian
from holidays.calendars.sinhala import _SinhalaLunar, _CustomSinhalaHolidays
from holidays.calendars.thai import _ThaiLunisolar, KHMER_CALENDAR, THAI_CALENDAR
Loading

0 comments on commit ede5d47

Please sign in to comment.