Skip to content

Commit

Permalink
Add Sri Lanka holidays (#2228)
Browse files Browse the repository at this point in the history
Co-authored-by: ~Jhellico <[email protected]>
Co-authored-by: Arkadii Yakovets <[email protected]>
Co-authored-by: PPsyrius <[email protected]>
Co-authored-by: Arkadii Yakovets <[email protected]>
  • Loading branch information
5 people authored Feb 1, 2025
1 parent 4526e2a commit 39c4aa0
Show file tree
Hide file tree
Showing 13 changed files with 2,918 additions and 1 deletion.
7 changes: 6 additions & 1 deletion 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 @@ -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 39c4aa0

Please sign in to comment.