You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
Can you please consider to add on countries Qatar, Oman and Sri Lanka?
import holidays
country_holidays = holidays.LK(years=2024)
august_holidays = {date: name for date, name in country_holidays.items() if date.month == 8}
for d, name in august_holidays.items():
print (d, name)
# AttributeError: module 'holidays' has no attribute 'LK'
Describe alternatives you've considered
Manual search on internet.
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
Can you please consider to add on countries Qatar, Oman and Sri Lanka?
Describe alternatives you've considered
Manual search on internet.
Additional context
N/A
The text was updated successfully, but these errors were encountered: