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 14, 2022
1 parent 1ee7167 commit e10729d
Show file tree
Hide file tree
Showing 15 changed files with 1,225 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
24 changes: 24 additions & 0 deletions tests/snapshots/snap_test_holidata.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,30 @@

snapshots['test_holidata_produces_holidays_for_locale_and_year[es_US-2022] 1'] = FileSnapshot('snap_test_holidata/test_holidata_produces_holidays_for_locale_and_year[es_US-2022] 1.py')

snapshots['test_holidata_produces_holidays_for_locale_and_year[et_EE-2011] 1'] = FileSnapshot('snap_test_holidata/test_holidata_produces_holidays_for_locale_and_year[et_EE-2011] 1.py')

snapshots['test_holidata_produces_holidays_for_locale_and_year[et_EE-2012] 1'] = FileSnapshot('snap_test_holidata/test_holidata_produces_holidays_for_locale_and_year[et_EE-2012] 1.py')

snapshots['test_holidata_produces_holidays_for_locale_and_year[et_EE-2013] 1'] = FileSnapshot('snap_test_holidata/test_holidata_produces_holidays_for_locale_and_year[et_EE-2013] 1.py')

snapshots['test_holidata_produces_holidays_for_locale_and_year[et_EE-2014] 1'] = FileSnapshot('snap_test_holidata/test_holidata_produces_holidays_for_locale_and_year[et_EE-2014] 1.py')

snapshots['test_holidata_produces_holidays_for_locale_and_year[et_EE-2015] 1'] = FileSnapshot('snap_test_holidata/test_holidata_produces_holidays_for_locale_and_year[et_EE-2015] 1.py')

snapshots['test_holidata_produces_holidays_for_locale_and_year[et_EE-2016] 1'] = FileSnapshot('snap_test_holidata/test_holidata_produces_holidays_for_locale_and_year[et_EE-2016] 1.py')

snapshots['test_holidata_produces_holidays_for_locale_and_year[et_EE-2017] 1'] = FileSnapshot('snap_test_holidata/test_holidata_produces_holidays_for_locale_and_year[et_EE-2017] 1.py')

snapshots['test_holidata_produces_holidays_for_locale_and_year[et_EE-2018] 1'] = FileSnapshot('snap_test_holidata/test_holidata_produces_holidays_for_locale_and_year[et_EE-2018] 1.py')

snapshots['test_holidata_produces_holidays_for_locale_and_year[et_EE-2019] 1'] = FileSnapshot('snap_test_holidata/test_holidata_produces_holidays_for_locale_and_year[et_EE-2019] 1.py')

snapshots['test_holidata_produces_holidays_for_locale_and_year[et_EE-2020] 1'] = FileSnapshot('snap_test_holidata/test_holidata_produces_holidays_for_locale_and_year[et_EE-2020] 1.py')

snapshots['test_holidata_produces_holidays_for_locale_and_year[et_EE-2021] 1'] = FileSnapshot('snap_test_holidata/test_holidata_produces_holidays_for_locale_and_year[et_EE-2021] 1.py')

snapshots['test_holidata_produces_holidays_for_locale_and_year[et_EE-2022] 1'] = FileSnapshot('snap_test_holidata/test_holidata_produces_holidays_for_locale_and_year[et_EE-2022] 1.py')

snapshots['test_holidata_produces_holidays_for_locale_and_year[fi_FI-2011] 1'] = FileSnapshot('snap_test_holidata/test_holidata_produces_holidays_for_locale_and_year[fi_FI-2011] 1.py')

snapshots['test_holidata_produces_holidays_for_locale_and_year[fi_FI-2012] 1'] = FileSnapshot('snap_test_holidata/test_holidata_produces_holidays_for_locale_and_year[fi_FI-2012] 1.py')
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
[
{
'date': '2011-01-01',
'description': 'Uusaasta',
'locale': 'et-EE',
'notes': '',
'region': '',
'type': 'NF'
},
{
'date': '2011-02-24',
'description': 'Iseseisvuspäev, Eesti Vabariigi aastapäev',
'locale': 'et-EE',
'notes': '',
'region': '',
'type': 'NF'
},
{
'date': '2011-04-22',
'description': 'Suur reede',
'locale': 'et-EE',
'notes': '',
'region': '',
'type': 'NRV'
},
{
'date': '2011-04-24',
'description': 'Ülestõusmispühade 1. püha',
'locale': 'et-EE',
'notes': '',
'region': '',
'type': 'NRV'
},
{
'date': '2011-05-01',
'description': 'Kevadpüha',
'locale': 'et-EE',
'notes': '',
'region': '',
'type': 'NF'
},
{
'date': '2011-06-12',
'description': 'Nelipühade 1. püha',
'locale': 'et-EE',
'notes': '',
'region': '',
'type': 'NRV'
},
{
'date': '2011-06-23',
'description': 'Võidupüha',
'locale': 'et-EE',
'notes': '',
'region': '',
'type': 'NF'
},
{
'date': '2011-06-24',
'description': 'Jaanipäev',
'locale': 'et-EE',
'notes': '',
'region': '',
'type': 'NF'
},
{
'date': '2011-08-20',
'description': 'Taasiseseisvumispäev',
'locale': 'et-EE',
'notes': '',
'region': '',
'type': 'NF'
},
{
'date': '2011-12-24',
'description': 'Jõululaupäev',
'locale': 'et-EE',
'notes': '',
'region': '',
'type': 'NF'
},
{
'date': '2011-12-25',
'description': 'Esimene jõulupüha',
'locale': 'et-EE',
'notes': '',
'region': '',
'type': 'NF'
},
{
'date': '2011-12-26',
'description': 'Teine jõulupüha',
'locale': 'et-EE',
'notes': '',
'region': '',
'type': 'NF'
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
[
{
'date': '2012-01-01',
'description': 'Uusaasta',
'locale': 'et-EE',
'notes': '',
'region': '',
'type': 'NF'
},
{
'date': '2012-02-24',
'description': 'Iseseisvuspäev, Eesti Vabariigi aastapäev',
'locale': 'et-EE',
'notes': '',
'region': '',
'type': 'NF'
},
{
'date': '2012-04-06',
'description': 'Suur reede',
'locale': 'et-EE',
'notes': '',
'region': '',
'type': 'NRV'
},
{
'date': '2012-04-08',
'description': 'Ülestõusmispühade 1. püha',
'locale': 'et-EE',
'notes': '',
'region': '',
'type': 'NRV'
},
{
'date': '2012-05-01',
'description': 'Kevadpüha',
'locale': 'et-EE',
'notes': '',
'region': '',
'type': 'NF'
},
{
'date': '2012-05-27',
'description': 'Nelipühade 1. püha',
'locale': 'et-EE',
'notes': '',
'region': '',
'type': 'NRV'
},
{
'date': '2012-06-23',
'description': 'Võidupüha',
'locale': 'et-EE',
'notes': '',
'region': '',
'type': 'NF'
},
{
'date': '2012-06-24',
'description': 'Jaanipäev',
'locale': 'et-EE',
'notes': '',
'region': '',
'type': 'NF'
},
{
'date': '2012-08-20',
'description': 'Taasiseseisvumispäev',
'locale': 'et-EE',
'notes': '',
'region': '',
'type': 'NF'
},
{
'date': '2012-12-24',
'description': 'Jõululaupäev',
'locale': 'et-EE',
'notes': '',
'region': '',
'type': 'NF'
},
{
'date': '2012-12-25',
'description': 'Esimene jõulupüha',
'locale': 'et-EE',
'notes': '',
'region': '',
'type': 'NF'
},
{
'date': '2012-12-26',
'description': 'Teine jõulupüha',
'locale': 'et-EE',
'notes': '',
'region': '',
'type': 'NF'
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
[
{
'date': '2013-01-01',
'description': 'Uusaasta',
'locale': 'et-EE',
'notes': '',
'region': '',
'type': 'NF'
},
{
'date': '2013-02-24',
'description': 'Iseseisvuspäev, Eesti Vabariigi aastapäev',
'locale': 'et-EE',
'notes': '',
'region': '',
'type': 'NF'
},
{
'date': '2013-03-29',
'description': 'Suur reede',
'locale': 'et-EE',
'notes': '',
'region': '',
'type': 'NRV'
},
{
'date': '2013-03-31',
'description': 'Ülestõusmispühade 1. püha',
'locale': 'et-EE',
'notes': '',
'region': '',
'type': 'NRV'
},
{
'date': '2013-05-01',
'description': 'Kevadpüha',
'locale': 'et-EE',
'notes': '',
'region': '',
'type': 'NF'
},
{
'date': '2013-05-19',
'description': 'Nelipühade 1. püha',
'locale': 'et-EE',
'notes': '',
'region': '',
'type': 'NRV'
},
{
'date': '2013-06-23',
'description': 'Võidupüha',
'locale': 'et-EE',
'notes': '',
'region': '',
'type': 'NF'
},
{
'date': '2013-06-24',
'description': 'Jaanipäev',
'locale': 'et-EE',
'notes': '',
'region': '',
'type': 'NF'
},
{
'date': '2013-08-20',
'description': 'Taasiseseisvumispäev',
'locale': 'et-EE',
'notes': '',
'region': '',
'type': 'NF'
},
{
'date': '2013-12-24',
'description': 'Jõululaupäev',
'locale': 'et-EE',
'notes': '',
'region': '',
'type': 'NF'
},
{
'date': '2013-12-25',
'description': 'Esimene jõulupüha',
'locale': 'et-EE',
'notes': '',
'region': '',
'type': 'NF'
},
{
'date': '2013-12-26',
'description': 'Teine jõulupüha',
'locale': 'et-EE',
'notes': '',
'region': '',
'type': 'NF'
}
]
Loading

0 comments on commit e10729d

Please sign in to comment.