Skip to content

Commit

Permalink
Change Afghanistan workweek to Sun-Thu
Browse files Browse the repository at this point in the history
  • Loading branch information
gio8tisu authored Jan 10, 2025
1 parent 683aedf commit 9948129
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions holidays/countries/afghanistan.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

from gettext import gettext as tr

from holidays.calendars.gregorian import FRI, SAT
from holidays.groups import InternationalHolidays, IslamicHolidays
from holidays.holiday_base import HolidayBase

Expand All @@ -20,9 +21,11 @@ class Afghanistan(HolidayBase, InternationalHolidays, IslamicHolidays):
"""
https://en.wikipedia.org/wiki/Public_holidays_in_Afghanistan
https://www.timeanddate.com/holidays/afghanistan/
https://en.wikipedia.org/wiki/Workweek_and_weekend
"""

country = "AF"
weekend = {FRI, SAT}
default_language = "fa_AF"
# %s (estimated).
estimated_label = tr("%s (برآورد شده)")
Expand Down

0 comments on commit 9948129

Please sign in to comment.