Skip to content

Commit

Permalink
Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
arkid15r committed Jan 5, 2025
1 parent ee4c543 commit 768118f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ All other default values are highlighted with bold:
* - Afghanistan
- AF
-
- en_US, **fa**, ps_AF
- en_US, **fa_AF**, ps_AF
-
* - Albania
- AL
Expand Down
4 changes: 2 additions & 2 deletions holidays/countries/afghanistan.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ class Afghanistan(HolidayBase, InternationalHolidays, IslamicHolidays):
"""

country = "AF"
default_language = "fa"
default_language = "fa_AF"
# %s (estimated).
estimated_label = tr("%s (برآورد شده)")
# %s (observed).
observed_label = tr("%s (مشاهده شده)")
# %s (observed, estimated).
observed_estimated_label = tr("%s (مشاهده شده، برآورد شده)")
supported_languages = ("en_US", "fa", "ps_AF")
supported_languages = ("en_US", "fa_AF", "ps_AF")
# Afghanistan's regaining of full independence from British influence.
start_year = 1919

Expand Down
File renamed without changes.

0 comments on commit 768118f

Please sign in to comment.