Skip to content

Commit

Permalink
Add locale et-EE
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Lauf <[email protected]>
  • Loading branch information
lauft committed Jan 13, 2022
1 parent 8481374 commit cd9b65f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions holidata/holidays/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"es-CO",
"es-ES",
"es-US",
"et-EE",
"fi-FI",
"fr-BE",
"fr-CA",
Expand Down
24 changes: 24 additions & 0 deletions holidata/holidays/et-EE.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# coding=utf-8
from dateutil.easter import EASTER_WESTERN

from .holidays import Locale


class et_EE(Locale):
"""
01-01: [NF] Uusaasta
02-24: [NF] Iseseisvuspäev, Eesti Vabariigi aastapäev
05-01: [NF] Kevadpüha
06-23: [NF] Võidupüha
06-24: [NF] Jaanipäev
08-20: [NF] Taasiseseisvumispäev
12-24: [NF] Jõululaupäev
12-25: [NF] Esimene jõulupüha
12-26: [NF] Teine jõulupüha
2 days before Easter: [NRV] Suur reede
Easter: [NRV] Ülestõusmispühade 1. püha
49 days after Easter: [NRV] Nelipühade 1. püha
"""

locale = "et-EE"
easter_type = EASTER_WESTERN

0 comments on commit cd9b65f

Please sign in to comment.