Skip to content

Commit

Permalink
Update Thailand holidays: add holiday categories (#1346)
Browse files Browse the repository at this point in the history
Co-authored-by: ~Jhellico <KJhellico@users.noreply.github.com>
Co-authored-by: ~Jhellico <jhellico@gmail.com>
Co-authored-by: Arkadii Yakovets <ark@cho.red>
  • Loading branch information
4 people authored Sep 12, 2023
1 parent 56f7732 commit 06bc39f
Show file tree
Hide file tree
Showing 5 changed files with 543 additions and 72 deletions.
2 changes: 2 additions & 0 deletions holidays/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
HOLIDAY_NAME_DELIMITER = "; " # Holiday names separator.

# Supported holiday categories.
ARMED_FORCES = "armed_forces"
BANK = "bank"
GOVERNMENT = "government"
HALF_DAY = "half_day"
Expand All @@ -52,6 +53,7 @@
ISLAMIC = "islamic"

ALL_CATEGORIES = {
ARMED_FORCES,
BANK,
CHINESE,
CHRISTIAN,
Expand Down
Loading

0 comments on commit 06bc39f

Please sign in to comment.