date-holidays 3.14.8 → 3.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/LICENSE +1 -0
- package/README.md +2 -1
- package/data/countries/AT.yaml +3 -1
- package/data/countries/IR.yaml +181 -0
- package/data/countries/MY.yaml +99 -17
- package/data/countries/NO.yaml +0 -2
- package/data/holidays.json +312 -29
- package/data/names.yaml +6 -4
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.LICENSE.txt +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/umd.min.js +1 -1
- package/dist/umd.min.js.LICENSE.txt +1 -1
- package/dist/umd.min.js.map +1 -1
- package/lib/data.cjs +312 -29
- package/package.json +17 -16
- package/scripts/holidays2json.cjs +8 -5
- package/src/data.js +312 -29
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.15.0](https://github.com/commenthol/date-holidays/compare/3.14.10...3.15.0) (2022-05-21)
|
|
4
|
+
|
|
5
|
+
- docs: update attribution and README [88049ae2](https://github.com/commenthol/date-holidays/commit/88049ae2423519f4df07b4d7369fee8281de9914)
|
|
6
|
+
- fix(AT,#323): good friday is not a holiday [f613a85c](https://github.com/commenthol/date-holidays/commit/f613a85cd2d935e41c7105b51508cc280016c6d7)
|
|
7
|
+
- fix: macro support for nojalaali [608e8892](https://github.com/commenthol/date-holidays/commit/608e8892afabd8b6357d7f60cbb0b872a028e50a)
|
|
8
|
+
- fix: linter issue [c1ffcf65](https://github.com/commenthol/date-holidays/commit/c1ffcf6561a0822054795e57984e4785181f7810)
|
|
9
|
+
- docs: add persian calendar [b20d6f2c](https://github.com/commenthol/date-holidays/commit/b20d6f2c92e093a42c4babf84f3648924bd01575)
|
|
10
|
+
- feat(IR): new country Iran [e4005b33](https://github.com/commenthol/date-holidays/commit/e4005b33929fe8115d0d635ba7f4157e33910f2c)
|
|
11
|
+
|
|
12
|
+
## [3.14.10](https://github.com/commenthol/date-holidays/compare/3.14.9...3.14.10) (2022-04-23)
|
|
13
|
+
|
|
14
|
+
- fix(NO,#331): remove easter sat [b2e0a7f5](https://github.com/commenthol/date-holidays/commit/b2e0a7f5325769285663d42533a33499ce940040)
|
|
15
|
+
|
|
16
|
+
## [3.14.9](https://github.com/commenthol/date-holidays/compare/3.14.8...3.14.9) (2022-04-23)
|
|
17
|
+
|
|
18
|
+
- chore(ci): add node@18 [9a7fb227](https://github.com/commenthol/date-holidays/commit/9a7fb22797a50ffa354452da46e3ff7915d49d7c)
|
|
19
|
+
- fix(i18n): Fixes Work day spanish translation [176d6619](https://github.com/commenthol/date-holidays/commit/176d661952c86b13f282713632b0156c28aa8dbc)
|
|
20
|
+
- test(BN): Fix tests [2cdb4732](https://github.com/commenthol/date-holidays/commit/2cdb47324f0c90f90f9f6aa45ec7c1f7210459e7)
|
|
21
|
+
- fix(MY): Holidays corrections [dbebe0c9](https://github.com/commenthol/date-holidays/commit/dbebe0c950e316333f47bbd5b302284eee84ec4c)
|
|
22
|
+
- docs(MY): Add source [a70e19c4](https://github.com/commenthol/date-holidays/commit/a70e19c49fdc357269271e962faf312b74a2bbaf)
|
|
23
|
+
- fix(MY-02): missing Thaipusam day [776b4c58](https://github.com/commenthol/date-holidays/commit/776b4c58e5c675e3d8244fb2f2633413cef51f7b)
|
|
24
|
+
|
|
3
25
|
## [3.14.8](https://github.com/commenthol/date-holidays/compare/3.14.7...3.14.8) (2022-04-15)
|
|
4
26
|
|
|
5
27
|
- fix(BE): Mark Pentecost and Regional days as observance [fdf78fc1](https://github.com/commenthol/date-holidays/commit/fdf78fc1080de133e89d702f5f961240da147439)
|
package/LICENSE
CHANGED
|
@@ -91,6 +91,7 @@ https://en.wikipedia.org/wiki/Public_holidays_in_Guinea-Bissau
|
|
|
91
91
|
https://en.wikipedia.org/wiki/Public_holidays_in_Haiti
|
|
92
92
|
https://en.wikipedia.org/wiki/Public_holidays_in_Hungary
|
|
93
93
|
https://en.wikipedia.org/wiki/Public_holidays_in_Indonesia
|
|
94
|
+
https://en.wikipedia.org/wiki/Public_holidays_in_Iran
|
|
94
95
|
https://en.wikipedia.org/wiki/Public_holidays_in_Israel
|
|
95
96
|
https://en.wikipedia.org/wiki/Public_holidays_in_Ivory_Coast
|
|
96
97
|
https://en.wikipedia.org/wiki/Public_holidays_in_Jamaica
|
package/README.md
CHANGED
|
@@ -56,7 +56,7 @@ If you are missing holidays from your country, state, region please consider
|
|
|
56
56
|
<!-- !tree -->
|
|
57
57
|
|
|
58
58
|
```
|
|
59
|
-
Countries:
|
|
59
|
+
Countries: 196
|
|
60
60
|
├── AD: Andorra
|
|
61
61
|
│ └── 07: Andorra la Vella
|
|
62
62
|
├── AE: دولة الإمارات العربية المتحدة
|
|
@@ -328,6 +328,7 @@ Countries: 195
|
|
|
328
328
|
├── IE: Ireland
|
|
329
329
|
├── IL: מְדִינַת יִשְׂרָאֵל
|
|
330
330
|
├── IM: Isle of Man
|
|
331
|
+
├── IR: جمهوری اسلامی ایران
|
|
331
332
|
├── IS: Ísland
|
|
332
333
|
├── IT: Italia
|
|
333
334
|
│ └── 32: Südtirol, Alto Adige
|
package/data/countries/AT.yaml
CHANGED
|
@@ -15,7 +15,9 @@ holidays:
|
|
|
15
15
|
_name: 01-01
|
|
16
16
|
01-06:
|
|
17
17
|
_name: 01-06
|
|
18
|
-
|
|
18
|
+
# @source https://www.ris.bka.gv.at/Dokumente/BgblAuth/BGBLA_2019_I_22/BGBLA_2019_I_22.pdfsig
|
|
19
|
+
# @source https://www.arbeiterkammer.at/beratung/arbeitundrecht/Arbeitszeit/ArbeitszeitundRuhepausen/Persoenlicher_Feiertag.html
|
|
20
|
+
easter -2 prior to 2019:
|
|
19
21
|
_name: easter -2
|
|
20
22
|
type: optional
|
|
21
23
|
easter -1:
|
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
# @attrib https://en.wikipedia.org/wiki/Public_holidays_in_Iran
|
|
2
|
+
holidays:
|
|
3
|
+
IR:
|
|
4
|
+
names:
|
|
5
|
+
fa: جمهوری اسلامی ایران
|
|
6
|
+
en: Iran
|
|
7
|
+
langs:
|
|
8
|
+
- fa
|
|
9
|
+
- en
|
|
10
|
+
zones:
|
|
11
|
+
- Asia/Tehran
|
|
12
|
+
dayoff: "Friday"
|
|
13
|
+
days:
|
|
14
|
+
1 Farvardin:
|
|
15
|
+
name:
|
|
16
|
+
fa: نوروز
|
|
17
|
+
en: Nowruz
|
|
18
|
+
2 Farvardin:
|
|
19
|
+
name:
|
|
20
|
+
fa: نوروز
|
|
21
|
+
en: Nowruz
|
|
22
|
+
3 Farvardin:
|
|
23
|
+
name:
|
|
24
|
+
fa: نوروز
|
|
25
|
+
en: Nowruz
|
|
26
|
+
4 Farvardin:
|
|
27
|
+
name:
|
|
28
|
+
fa: نوروز
|
|
29
|
+
en: Nowruz
|
|
30
|
+
12 Farvardin:
|
|
31
|
+
name:
|
|
32
|
+
fa: روز جمهوری اسلامی
|
|
33
|
+
en: Islamic Republic Day
|
|
34
|
+
13 Farvardin:
|
|
35
|
+
name:
|
|
36
|
+
fa: سیزده بدر
|
|
37
|
+
en: Sizdah Bedar
|
|
38
|
+
14 Khordad:
|
|
39
|
+
name:
|
|
40
|
+
fa: رﺣﻠﺖ اﻣﺎم ﺧﻤﯿﻨﯽ
|
|
41
|
+
en: Imam Khomeini's Demise
|
|
42
|
+
15 Khordad:
|
|
43
|
+
name:
|
|
44
|
+
fa: قیام ۱۵ خرداد
|
|
45
|
+
en: Revolt of Khordad 15
|
|
46
|
+
22 Bahman:
|
|
47
|
+
name:
|
|
48
|
+
fa: انقلاب اسلامی پنجاه و هفت
|
|
49
|
+
en: Anniversary of Islamic Revolution
|
|
50
|
+
29 Esfand:
|
|
51
|
+
name:
|
|
52
|
+
fa: ملی شدن صنعت نفت
|
|
53
|
+
en: Nationalization of the Iranian oil industry
|
|
54
|
+
9 Muharram:
|
|
55
|
+
name:
|
|
56
|
+
fa: ﺗﺎﺳﻮﻋﺎی ﺣﺴﯿﻨﯽ
|
|
57
|
+
en: Tasoua
|
|
58
|
+
10 Muharram:
|
|
59
|
+
name:
|
|
60
|
+
fa: ﻋﺎﺷﻮرای ﺣﺴﯿﻨﯽ
|
|
61
|
+
en: Ashoura
|
|
62
|
+
20 Safar:
|
|
63
|
+
name:
|
|
64
|
+
fa: اربعین حسینی
|
|
65
|
+
en: Arbaeen-e Hosseini
|
|
66
|
+
28 Safar:
|
|
67
|
+
name:
|
|
68
|
+
fa: رﺣﻠﺖ ﺣﻀﺮت رﺳﻮل اﮐﺮم صلّی الله علیه وآله و سلّم
|
|
69
|
+
en: Demise of Prophet Muhammad and Imam Hassan (Mujtaba)
|
|
70
|
+
30 Safar:
|
|
71
|
+
name:
|
|
72
|
+
fa: ﺷﻬﺎدت ﺣﻀﺮت اﻣﺎم رﺿﺎ ﻋﻠﯿﻪاﻟﺴﻼم
|
|
73
|
+
en: Martyrdom of Imam Reza
|
|
74
|
+
8 Rabi al-awwal:
|
|
75
|
+
name:
|
|
76
|
+
fa: شهادت امام حسن عسكری علیهالسلام
|
|
77
|
+
en: Martyrdom of Imam Hassan
|
|
78
|
+
17 Rabi al-awwal:
|
|
79
|
+
name:
|
|
80
|
+
fa: ولادت حضرت رسول اکرم صلّی الله علیه وآله و سلّم
|
|
81
|
+
en: Birthday of Muhammad Prophet
|
|
82
|
+
3 Jumada al-thani:
|
|
83
|
+
name:
|
|
84
|
+
fa: ﺷﻬﺎدت ﺣﻀﺮت ﻓﺎﻃﻤﻪ زﻫﺮا ﺳﻼم اﷲ ﻋﻠﯿﻬﺎ
|
|
85
|
+
en: Martyrdom of Fatima-Zahara
|
|
86
|
+
13 Rajab:
|
|
87
|
+
name:
|
|
88
|
+
fa: وﻻدت ﺣﻀﺮت اﻣﺎم ﻋﻠﯽ ﻋﻠﯿﻪ اﻟﺴﻼم
|
|
89
|
+
en: Birthday of Imam Ali
|
|
90
|
+
27 Rajab:
|
|
91
|
+
name:
|
|
92
|
+
fa: ﻣﺒﻌﺚ ﺣﻀﺮت رﺳﻮل اﮐﺮم ﺻﻠﯽ اﷲ ﻋﻠﯿﻪ و آﻟﻪ
|
|
93
|
+
en: Mabaas of Muhammad
|
|
94
|
+
15 Shaban:
|
|
95
|
+
name:
|
|
96
|
+
fa: وﻻدت ﺣﻀﺮت ﻗﺎﺋﻢ ﻋﺠﻞاﷲ ﺗﻌﺎﻟﯽ ﻓﺮﺟﻪ شریف
|
|
97
|
+
en: Birthday of Imam Mahdi
|
|
98
|
+
21 Ramadan:
|
|
99
|
+
name:
|
|
100
|
+
fa: ﺷﻬﺎدت ﺣﻀﺮت ﻋﻠﯽ ﻋﻠﯿﻪاﻟﺴﻼم
|
|
101
|
+
en: Martyrdom of Imam Ali
|
|
102
|
+
1 Shawwal:
|
|
103
|
+
_name: 1 Shawwal
|
|
104
|
+
2 Shawwal:
|
|
105
|
+
name:
|
|
106
|
+
fa: ﺑﻪ ﻣﻨﺎﺳﺒﺖ ﻋﯿﺪ ﺳﻌﯿﺪ ﻓﻄﺮ
|
|
107
|
+
en: Holyday for Fetr Eeid
|
|
108
|
+
25 Shawwal:
|
|
109
|
+
name:
|
|
110
|
+
fa: ﺷﻬﺎدت ﺣﻀﺮت اﻣﺎم ﺟﻌﻔﺮ ﺻﺎدق ﻋﻠﯿﻪاﻟﺴﻼم
|
|
111
|
+
en: Martyrdom of Imam Jafar
|
|
112
|
+
10 Dhu al-Hijjah:
|
|
113
|
+
_name: 10 Dhu al-Hijjah
|
|
114
|
+
18 Dhu al-Hijjah:
|
|
115
|
+
name:
|
|
116
|
+
fa: ﻋﯿﺪ ﺳﻌﯿﺪ ﻏﺪﯾﺮ ﺧﻢ
|
|
117
|
+
en: Eid al-Ghadeer
|
|
118
|
+
|
|
119
|
+
# states:
|
|
120
|
+
# '10':
|
|
121
|
+
# name: Khuzestan
|
|
122
|
+
# '11':
|
|
123
|
+
# name: Zanjan
|
|
124
|
+
# '12':
|
|
125
|
+
# name: Semnan
|
|
126
|
+
# '13':
|
|
127
|
+
# name: Sistan and Baluchestan
|
|
128
|
+
# '14':
|
|
129
|
+
# name: Fars
|
|
130
|
+
# '15':
|
|
131
|
+
# name: Kerman
|
|
132
|
+
# '16':
|
|
133
|
+
# name: Kurdistan
|
|
134
|
+
# '17':
|
|
135
|
+
# name: Kermanshah
|
|
136
|
+
# '18':
|
|
137
|
+
# name: Kohgiluyeh and Boyer-Ahmad
|
|
138
|
+
# '19':
|
|
139
|
+
# name: Gilan
|
|
140
|
+
# '20':
|
|
141
|
+
# name: Lorestan
|
|
142
|
+
# '21':
|
|
143
|
+
# name: Mazandaran
|
|
144
|
+
# '22':
|
|
145
|
+
# name: Markazi
|
|
146
|
+
# '23':
|
|
147
|
+
# name: Hormozgan
|
|
148
|
+
# '24':
|
|
149
|
+
# name: Hamadan
|
|
150
|
+
# '25':
|
|
151
|
+
# name: Yazd
|
|
152
|
+
# '26':
|
|
153
|
+
# name: Qom
|
|
154
|
+
# '27':
|
|
155
|
+
# name: Golestan
|
|
156
|
+
# '28':
|
|
157
|
+
# name: Qazvin
|
|
158
|
+
# '29':
|
|
159
|
+
# name: South Khorasan
|
|
160
|
+
# '30':
|
|
161
|
+
# name: Razavi Khorasan
|
|
162
|
+
# '31':
|
|
163
|
+
# name: North Khorasan
|
|
164
|
+
# '32':
|
|
165
|
+
# name: Alborz
|
|
166
|
+
# '01':
|
|
167
|
+
# name: East Azerbaijan
|
|
168
|
+
# '02':
|
|
169
|
+
# name: West Azarbaijan
|
|
170
|
+
# '03':
|
|
171
|
+
# name: Ardabil
|
|
172
|
+
# '04':
|
|
173
|
+
# name: Isfahan
|
|
174
|
+
# '05':
|
|
175
|
+
# name: Ilam
|
|
176
|
+
# '06':
|
|
177
|
+
# name: Bushehr
|
|
178
|
+
# '07':
|
|
179
|
+
# name: Tehran
|
|
180
|
+
# 08:
|
|
181
|
+
# name: Chaharmahal and Bakhtiari
|
package/data/countries/MY.yaml
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
holidays:
|
|
2
|
+
# @source https://publicholidays.com.my/2022-dates/
|
|
2
3
|
# @attrib https://en.wikipedia.org/wiki/Public_holidays_in_Malaysia
|
|
3
4
|
MY:
|
|
4
5
|
names:
|
|
@@ -12,6 +13,9 @@ holidays:
|
|
|
12
13
|
days:
|
|
13
14
|
01-01:
|
|
14
15
|
_name: 01-01
|
|
16
|
+
substitutes 01-01 if Sunday then next Monday:
|
|
17
|
+
substitute: true
|
|
18
|
+
_name: 01-01
|
|
15
19
|
chinese 01-0-01:
|
|
16
20
|
name:
|
|
17
21
|
en: Chinese New Year
|
|
@@ -20,32 +24,77 @@ holidays:
|
|
|
20
24
|
name:
|
|
21
25
|
en: Chinese New Year
|
|
22
26
|
ms: Tahun Baru Cina
|
|
23
|
-
|
|
24
|
-
|
|
27
|
+
substitutes chinese 01-0-01 if Sunday then next Monday:
|
|
28
|
+
substitute: true
|
|
29
|
+
name:
|
|
30
|
+
en: Chinese New Year
|
|
31
|
+
ms: Tahun Baru Cina
|
|
32
|
+
substitutes chinese 01-0-02 if Sunday then next Monday:
|
|
33
|
+
substitute: true
|
|
34
|
+
name:
|
|
35
|
+
en: Chinese New Year
|
|
36
|
+
ms: Tahun Baru Cina
|
|
25
37
|
05-01:
|
|
26
38
|
_name: 05-01
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
06-07:
|
|
39
|
+
substitutes 05-01 if Sunday then next Monday:
|
|
40
|
+
substitute: true
|
|
41
|
+
_name: 05-01
|
|
42
|
+
1st Monday in June:
|
|
32
43
|
name:
|
|
33
44
|
en: Yang di-Pertuan Agong's Birthday
|
|
34
45
|
ms: Hari Keputeraan Yang di-Pertuan Agong
|
|
35
|
-
10 Dhu al-Hijjah:
|
|
36
|
-
_name: 10 Dhu al-Hijjah
|
|
37
|
-
1 Muharram:
|
|
38
|
-
_name: 1 Muharram
|
|
39
46
|
08-31:
|
|
40
47
|
_name: Independence Day
|
|
48
|
+
substitutes 08-31 if Sunday then next Monday:
|
|
49
|
+
substitute: true
|
|
50
|
+
_name: Independence Day
|
|
41
51
|
09-16:
|
|
42
52
|
name:
|
|
43
53
|
en: Malaysia Day
|
|
44
54
|
ms: Hari Malaysia
|
|
45
|
-
|
|
46
|
-
|
|
55
|
+
substitutes 09-16 if Sunday then next Monday:
|
|
56
|
+
substitute: true
|
|
57
|
+
name:
|
|
58
|
+
en: Malaysia Day
|
|
59
|
+
ms: Hari Malaysia
|
|
47
60
|
12-25:
|
|
48
61
|
_name: 12-25
|
|
62
|
+
substitutes 12-25 if Sunday then next Monday:
|
|
63
|
+
substitute: true
|
|
64
|
+
_name: 12-25
|
|
65
|
+
# Islamic
|
|
66
|
+
17 Ramadan:
|
|
67
|
+
_name: 17 Ramadan
|
|
68
|
+
disable:
|
|
69
|
+
- "2022-04-18"
|
|
70
|
+
enable:
|
|
71
|
+
- "2022-04-19"
|
|
72
|
+
1 Shawwal:
|
|
73
|
+
_name: 1 Shawwal
|
|
74
|
+
disable:
|
|
75
|
+
- "2022-05-02"
|
|
76
|
+
enable:
|
|
77
|
+
- "2022-05-03"
|
|
78
|
+
2 Shawwal:
|
|
79
|
+
_name: 1 Shawwal
|
|
80
|
+
disable:
|
|
81
|
+
- "2022-05-03"
|
|
82
|
+
enable:
|
|
83
|
+
- "2022-05-04"
|
|
84
|
+
10 Dhu al-Hijjah:
|
|
85
|
+
_name: 10 Dhu al-Hijjah
|
|
86
|
+
disable:
|
|
87
|
+
- "2022-07-09"
|
|
88
|
+
enable:
|
|
89
|
+
- "2022-07-10"
|
|
90
|
+
1 Muharram:
|
|
91
|
+
_name: 1 Muharram
|
|
92
|
+
12 Rabi al-awwal:
|
|
93
|
+
_name: 12 Rabi al-awwal
|
|
94
|
+
disable:
|
|
95
|
+
- "2022-10-08"
|
|
96
|
+
enable:
|
|
97
|
+
- "2022-10-09"
|
|
49
98
|
# Vesak
|
|
50
99
|
# @source https://www.drikpanchang.com/festivals/buddha-purnima/buddha-purnima-date-time.html?year=2021
|
|
51
100
|
# @attrib https://en.wikipedia.org/wiki/Vesak
|
|
@@ -63,7 +112,7 @@ holidays:
|
|
|
63
112
|
_name: Vesak
|
|
64
113
|
"2016-05-22":
|
|
65
114
|
_name: Vesak
|
|
66
|
-
"2017-05-
|
|
115
|
+
"2017-05-10":
|
|
67
116
|
_name: Vesak
|
|
68
117
|
"2018-05-29":
|
|
69
118
|
_name: Vesak
|
|
@@ -73,15 +122,18 @@ holidays:
|
|
|
73
122
|
_name: Vesak
|
|
74
123
|
"2021-05-26":
|
|
75
124
|
_name: Vesak
|
|
125
|
+
"2022-05-15":
|
|
126
|
+
_name: Vesak
|
|
76
127
|
"2022-05-16":
|
|
128
|
+
substitute: true
|
|
77
129
|
_name: Vesak
|
|
78
|
-
"2023-05-
|
|
130
|
+
"2023-05-04":
|
|
79
131
|
_name: Vesak
|
|
80
|
-
"2024-05-
|
|
132
|
+
"2024-05-22":
|
|
81
133
|
_name: Vesak
|
|
82
134
|
"2025-05-12":
|
|
83
135
|
_name: Vesak
|
|
84
|
-
"2026-05-
|
|
136
|
+
"2026-05-31":
|
|
85
137
|
_name: Vesak
|
|
86
138
|
# Deepavali
|
|
87
139
|
"2016-10-29":
|
|
@@ -92,13 +144,19 @@ holidays:
|
|
|
92
144
|
_name: Deepavali
|
|
93
145
|
"2019-10-27":
|
|
94
146
|
_name: Deepavali
|
|
147
|
+
"2019-10-28":
|
|
148
|
+
substitute: true
|
|
149
|
+
_name: Deepavali
|
|
95
150
|
"2020-11-14":
|
|
96
151
|
_name: Deepavali
|
|
97
152
|
"2021-11-04":
|
|
98
153
|
_name: Deepavali
|
|
99
154
|
"2022-10-24":
|
|
100
155
|
_name: Deepavali
|
|
156
|
+
"2023-11-12":
|
|
157
|
+
_name: Deepavali
|
|
101
158
|
"2023-11-13":
|
|
159
|
+
substitute: true
|
|
102
160
|
_name: Deepavali
|
|
103
161
|
"2024-10-31":
|
|
104
162
|
_name: Deepavali
|
|
@@ -171,6 +229,30 @@ holidays:
|
|
|
171
229
|
17 Ramadan: false
|
|
172
230
|
11 Dhu al-Hijjah:
|
|
173
231
|
_name: 10 Dhu al-Hijjah
|
|
232
|
+
# Thaipusam
|
|
233
|
+
# @source https://www.drikpanchang.com/festivals/thaipusam/tamil-thaipusam-date.html?year=2016
|
|
234
|
+
"2016-01-24":
|
|
235
|
+
_name: Thaipusam
|
|
236
|
+
"2017-02-10":
|
|
237
|
+
_name: Thaipusam
|
|
238
|
+
"2018-01-31":
|
|
239
|
+
_name: Thaipusam
|
|
240
|
+
"2019-01-21":
|
|
241
|
+
_name: Thaipusam
|
|
242
|
+
"2020-02-08":
|
|
243
|
+
_name: Thaipusam
|
|
244
|
+
"2021-01-28":
|
|
245
|
+
_name: Thaipusam
|
|
246
|
+
"2022-01-18":
|
|
247
|
+
_name: Thaipusam
|
|
248
|
+
"2023-02-05":
|
|
249
|
+
_name: Thaipusam
|
|
250
|
+
"2024-01-25":
|
|
251
|
+
_name: Thaipusam
|
|
252
|
+
"2025-02-11":
|
|
253
|
+
_name: Thaipusam
|
|
254
|
+
"2026-02-01":
|
|
255
|
+
_name: Thaipusam
|
|
174
256
|
"03":
|
|
175
257
|
name: Kelantan
|
|
176
258
|
days:
|