date-holidays 3.13.1 → 3.14.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 +5 -0
- package/LICENSE +1 -0
- package/README.md +2 -1
- package/data/countries/GB.yaml +3 -3
- package/data/countries/IL.yaml +210 -0
- package/data/holidays.json +280 -7
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/umd.min.js +1 -1
- package/dist/umd.min.js.map +1 -1
- package/lib/data.cjs +280 -7
- package/package.json +8 -8
- package/src/data.js +280 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.14.0](https://github.com/commenthol/date-holidays/compare/3.13.1...3.14.0) (2022-01-04)
|
|
4
|
+
|
|
5
|
+
- fix(GB,GG,GI,IM,JE,#303): Spring bank holiday [59a33cec](https://github.com/commenthol/date-holidays/commit/59a33ceccf2b22dcd4b1f814614ef069d7472c54)
|
|
6
|
+
- feat(IL): New country Israel [e4dcca42](https://github.com/commenthol/date-holidays/commit/e4dcca4265aab77427226f9ba78ec103ea9cfe29)
|
|
7
|
+
|
|
3
8
|
## [3.13.1](https://github.com/commenthol/date-holidays/compare/3.13.0...3.13.1) (2021-12-30)
|
|
4
9
|
|
|
5
10
|
- fix(NZ,#288): Provincial anniversary days [7a2eaaf1](https://github.com/commenthol/date-holidays/commit/7a2eaaf160c4d30d6ac610cdff4e47f7148dd530)
|
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_Israel
|
|
94
95
|
https://en.wikipedia.org/wiki/Public_holidays_in_Ivory_Coast
|
|
95
96
|
https://en.wikipedia.org/wiki/Public_holidays_in_Jamaica
|
|
96
97
|
https://en.wikipedia.org/wiki/Public_holidays_in_Latvia
|
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: 195
|
|
60
60
|
├── AD: Andorra
|
|
61
61
|
│ └── 07: Andorra la Vella
|
|
62
62
|
├── AE: دولة الإمارات العربية المتحدة
|
|
@@ -326,6 +326,7 @@ Countries: 194
|
|
|
326
326
|
│ └── TE: Tenerife
|
|
327
327
|
├── ID: Indonesia
|
|
328
328
|
├── IE: Ireland
|
|
329
|
+
├── IL: מְדִינַת יִשְׂרָאֵל
|
|
329
330
|
├── IM: Isle of Man
|
|
330
331
|
├── IS: Ísland
|
|
331
332
|
├── IT: Italia
|
package/data/countries/GB.yaml
CHANGED
|
@@ -24,6 +24,7 @@ holidays:
|
|
|
24
24
|
_name: easter -2
|
|
25
25
|
easter:
|
|
26
26
|
_name: easter
|
|
27
|
+
type: observance
|
|
27
28
|
easter 1:
|
|
28
29
|
_name: easter 1
|
|
29
30
|
1st monday in May:
|
|
@@ -39,6 +40,8 @@ holidays:
|
|
|
39
40
|
en: Spring bank holiday
|
|
40
41
|
disable:
|
|
41
42
|
- "2022-05-30" # was moved to 2022-06-02
|
|
43
|
+
enable:
|
|
44
|
+
- "2022-06-02"
|
|
42
45
|
12-25:
|
|
43
46
|
_name: 12-25
|
|
44
47
|
substitutes 12-25 if saturday then next monday if sunday then next tuesday:
|
|
@@ -56,9 +59,6 @@ holidays:
|
|
|
56
59
|
name:
|
|
57
60
|
en: Early May bank holiday (VE day)
|
|
58
61
|
# @source https://www.gov.uk/government/news/extra-bank-holiday-to-mark-the-queens-platinum-jubilee-in-2022
|
|
59
|
-
"2022-06-02":
|
|
60
|
-
name:
|
|
61
|
-
en: Queen’s Platinum Jubilee
|
|
62
62
|
"2022-06-03":
|
|
63
63
|
name:
|
|
64
64
|
en: Queen’s Platinum Jubilee
|
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
holidays:
|
|
2
|
+
# @attrib https://en.wikipedia.org/wiki/Public_holidays_in_Israel
|
|
3
|
+
IL:
|
|
4
|
+
names:
|
|
5
|
+
he: מְדִינַת יִשְׂרָאֵל
|
|
6
|
+
en: Israel
|
|
7
|
+
langs:
|
|
8
|
+
- he
|
|
9
|
+
zones:
|
|
10
|
+
- Asia/Jerusalem
|
|
11
|
+
dayoff: Saturday
|
|
12
|
+
days:
|
|
13
|
+
1 Tishrei:
|
|
14
|
+
name:
|
|
15
|
+
he: ראש השנה
|
|
16
|
+
en: Rosh Hashanah (Yom Teruah)
|
|
17
|
+
2 Tishrei:
|
|
18
|
+
name:
|
|
19
|
+
he: ראש השנה יום 2
|
|
20
|
+
en: Rosh Hashanah (Day 2)
|
|
21
|
+
3 Tishrei if Saturday then next Sunday:
|
|
22
|
+
name:
|
|
23
|
+
he: צום גדליה
|
|
24
|
+
en: Fast of Gedaliah (Tzom Gedalya)
|
|
25
|
+
type: observance
|
|
26
|
+
10 Tishrei:
|
|
27
|
+
name:
|
|
28
|
+
he: יום כיפור
|
|
29
|
+
en: Day of Atonement (Yom Kippur)
|
|
30
|
+
15 Tishrei:
|
|
31
|
+
name:
|
|
32
|
+
he: סוכות
|
|
33
|
+
en: Feast of Tabernacles (Sukkot)
|
|
34
|
+
16 Tishrei P6D:
|
|
35
|
+
name:
|
|
36
|
+
he: חול המועד סוכות
|
|
37
|
+
en: The week of Sukkot
|
|
38
|
+
type: school
|
|
39
|
+
note: Collective paid leave in many businesses and government offices
|
|
40
|
+
22 Tishrei:
|
|
41
|
+
name:
|
|
42
|
+
he: שמחת תורה/שמיני עצרת
|
|
43
|
+
en: Simchat Torah/ Shmini Atzeret
|
|
44
|
+
12 Cheshvan if Friday,Saturday then previous Thursday since 1997:
|
|
45
|
+
name:
|
|
46
|
+
he: יום רבין
|
|
47
|
+
en: Rabin Day
|
|
48
|
+
type: observance
|
|
49
|
+
note: National remembrance day, business as usual
|
|
50
|
+
29 Cheshvan:
|
|
51
|
+
name:
|
|
52
|
+
he: סיגד
|
|
53
|
+
en: Sigd
|
|
54
|
+
type: observance
|
|
55
|
+
note: Festival of the Ethiopian Jews, optional paid leave, business as usual
|
|
56
|
+
6 Kislev if Saturday then next Sunday:
|
|
57
|
+
name:
|
|
58
|
+
en: Ben-Gurion Day
|
|
59
|
+
he: יום בן-גוריון
|
|
60
|
+
type: observance
|
|
61
|
+
note: Day marked by the Knesset
|
|
62
|
+
25 Kislev P8D:
|
|
63
|
+
name:
|
|
64
|
+
en: Hanukkah
|
|
65
|
+
he: חנוכה
|
|
66
|
+
type: school
|
|
67
|
+
10 Tevet:
|
|
68
|
+
name:
|
|
69
|
+
en: Tenth of Tevet
|
|
70
|
+
he: צום עשרה בטבת
|
|
71
|
+
type: observance
|
|
72
|
+
15 Shvat:
|
|
73
|
+
name:
|
|
74
|
+
en: Tu Bishvat (Arbor Day)
|
|
75
|
+
he: ט"ו בשבט
|
|
76
|
+
type: observance
|
|
77
|
+
13 AdarII if Saturday then previous Thursday:
|
|
78
|
+
name:
|
|
79
|
+
en: Fast of Esther
|
|
80
|
+
he: תענית אסתר
|
|
81
|
+
type: school
|
|
82
|
+
14 AdarII P2D:
|
|
83
|
+
name:
|
|
84
|
+
en: Purim
|
|
85
|
+
he: פורים
|
|
86
|
+
type: school
|
|
87
|
+
note: optional paid leave
|
|
88
|
+
10 Nisan:
|
|
89
|
+
name:
|
|
90
|
+
en: Aliyah Day
|
|
91
|
+
he: יום העלייה
|
|
92
|
+
type: observance
|
|
93
|
+
note: Official holiday, business as usual
|
|
94
|
+
15 Nisan:
|
|
95
|
+
name:
|
|
96
|
+
en: Passover
|
|
97
|
+
he: פסח
|
|
98
|
+
16 Nisan P5D:
|
|
99
|
+
name:
|
|
100
|
+
en: Passover (intermediate days)
|
|
101
|
+
he: חול המועד פסח
|
|
102
|
+
type: school
|
|
103
|
+
note: School holiday, collective paid leave in many businesses and government offices
|
|
104
|
+
21 Nisan:
|
|
105
|
+
name:
|
|
106
|
+
en: Seventh day of Passover
|
|
107
|
+
he: שביעי של פסח
|
|
108
|
+
22 Nisan:
|
|
109
|
+
name:
|
|
110
|
+
en: Mimouna
|
|
111
|
+
he: מימונה
|
|
112
|
+
type: observance
|
|
113
|
+
note: Unpaid leave upon request
|
|
114
|
+
27 Nisan if Friday then previous Thursday if Sunday then next Monday:
|
|
115
|
+
name:
|
|
116
|
+
en: Holocaust Remembrance Day (Yom HaShoah)
|
|
117
|
+
he: יום הזיכרון לשואה ולגבורה
|
|
118
|
+
type: observance
|
|
119
|
+
note: National remembrance day, business as usual except places of public entertainment
|
|
120
|
+
05-09:
|
|
121
|
+
name:
|
|
122
|
+
en: Victory in Europe Day
|
|
123
|
+
he: יום הניצחון על גרמניה הנאצית
|
|
124
|
+
type: observance
|
|
125
|
+
4 Iyyar if Thursday,Friday then previous Wednesday if Sunday then next Monday:
|
|
126
|
+
name:
|
|
127
|
+
en: Fallen Soldiers and Victims of Terrorism Remembrance Day (Yom HaZikaron)
|
|
128
|
+
he: יום הזיכרון לחללי מערכות ישראל ונפגעי פעולות האיבה
|
|
129
|
+
type: observance
|
|
130
|
+
note: National remembrance day, business as usual except places of public entertainment
|
|
131
|
+
5 Iyyar if Friday,Saturday then previous Thursday if Monday then next Tuesday:
|
|
132
|
+
name:
|
|
133
|
+
en: Independence Day (Yom HaAtzmaut)
|
|
134
|
+
he: יום העצמאות
|
|
135
|
+
10 Iyyar if Saturday then next Sunday since 2004:
|
|
136
|
+
name:
|
|
137
|
+
en: Herzl Day
|
|
138
|
+
he: יום הרצל
|
|
139
|
+
type: observance
|
|
140
|
+
note: Day marked by the Knesset
|
|
141
|
+
18 Iyyar:
|
|
142
|
+
name:
|
|
143
|
+
en: Lag BaOmer
|
|
144
|
+
he: ל"ג בעומר
|
|
145
|
+
type: school
|
|
146
|
+
28 Iyyar:
|
|
147
|
+
name:
|
|
148
|
+
en: Jerusalem Day
|
|
149
|
+
he: יום ירושלים
|
|
150
|
+
type: observance
|
|
151
|
+
note: Optional paid leave
|
|
152
|
+
6 Sivan:
|
|
153
|
+
name:
|
|
154
|
+
en: Shavuot
|
|
155
|
+
he: שבועות
|
|
156
|
+
17 Tamuz if Saturday then next Sunday:
|
|
157
|
+
name:
|
|
158
|
+
en: Seventeenth of Tamuz, fast
|
|
159
|
+
he: שבעה עשר בתמוז
|
|
160
|
+
type: observance
|
|
161
|
+
29 Tamuz if Saturday then next Sunday:
|
|
162
|
+
name:
|
|
163
|
+
en: Jabotinsky Day
|
|
164
|
+
he: יום ז'בוטינסקי
|
|
165
|
+
type: observance
|
|
166
|
+
note: Day marked by the Knesset
|
|
167
|
+
9 Av if Saturday then next Sunday:
|
|
168
|
+
name:
|
|
169
|
+
en: Tisha B'Av, fast
|
|
170
|
+
he: תשעה באב
|
|
171
|
+
type: observance
|
|
172
|
+
note: Optional paid leave, business as usual except places of public entertainment
|
|
173
|
+
15 Av:
|
|
174
|
+
name:
|
|
175
|
+
en: Tu B'Av (Fifteenth of Av)
|
|
176
|
+
he: ט"ו באב
|
|
177
|
+
type: observance
|
|
178
|
+
"2015-03-17":
|
|
179
|
+
name:
|
|
180
|
+
en: Election Day
|
|
181
|
+
he: יום הבחירות
|
|
182
|
+
"2019-04-09":
|
|
183
|
+
name:
|
|
184
|
+
en: Election Day
|
|
185
|
+
he: יום הבחירות
|
|
186
|
+
"2019-09-17":
|
|
187
|
+
name:
|
|
188
|
+
en: Election Day
|
|
189
|
+
he: יום הבחירות
|
|
190
|
+
"2020-03-02":
|
|
191
|
+
name:
|
|
192
|
+
en: Election Day
|
|
193
|
+
he: יום הבחירות
|
|
194
|
+
"2021-03-23":
|
|
195
|
+
name:
|
|
196
|
+
en: Election Day
|
|
197
|
+
he: יום הבחירות
|
|
198
|
+
# states:
|
|
199
|
+
# D:
|
|
200
|
+
# name: Southern District
|
|
201
|
+
# HA:
|
|
202
|
+
# name: Haifa District
|
|
203
|
+
# JM:
|
|
204
|
+
# name: Jerusalem
|
|
205
|
+
# M:
|
|
206
|
+
# name: Central District
|
|
207
|
+
# TA:
|
|
208
|
+
# name: Tel Aviv District
|
|
209
|
+
# Z:
|
|
210
|
+
# name: Northern District
|
package/data/holidays.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "
|
|
2
|
+
"version": "2022-01-04",
|
|
3
3
|
"license": "CC-BY-SA-3",
|
|
4
4
|
"holidays": {
|
|
5
5
|
"AD": {
|
|
@@ -9211,7 +9211,8 @@
|
|
|
9211
9211
|
"_name": "easter -2"
|
|
9212
9212
|
},
|
|
9213
9213
|
"easter": {
|
|
9214
|
-
"_name": "easter"
|
|
9214
|
+
"_name": "easter",
|
|
9215
|
+
"type": "observance"
|
|
9215
9216
|
},
|
|
9216
9217
|
"easter 1": {
|
|
9217
9218
|
"_name": "easter 1"
|
|
@@ -9230,6 +9231,9 @@
|
|
|
9230
9231
|
},
|
|
9231
9232
|
"disable": [
|
|
9232
9233
|
"2022-05-30"
|
|
9234
|
+
],
|
|
9235
|
+
"enable": [
|
|
9236
|
+
"2022-06-02"
|
|
9233
9237
|
]
|
|
9234
9238
|
},
|
|
9235
9239
|
"12-25": {
|
|
@@ -9256,11 +9260,6 @@
|
|
|
9256
9260
|
"en": "Early May bank holiday (VE day)"
|
|
9257
9261
|
}
|
|
9258
9262
|
},
|
|
9259
|
-
"2022-06-02": {
|
|
9260
|
-
"name": {
|
|
9261
|
-
"en": "Queen’s Platinum Jubilee"
|
|
9262
|
-
}
|
|
9263
|
-
},
|
|
9264
9263
|
"2022-06-03": {
|
|
9265
9264
|
"name": {
|
|
9266
9265
|
"en": "Queen’s Platinum Jubilee"
|
|
@@ -11626,6 +11625,280 @@
|
|
|
11626
11625
|
}
|
|
11627
11626
|
}
|
|
11628
11627
|
},
|
|
11628
|
+
"IL": {
|
|
11629
|
+
"names": {
|
|
11630
|
+
"he": "מְדִינַת יִשְׂרָאֵל",
|
|
11631
|
+
"en": "Israel"
|
|
11632
|
+
},
|
|
11633
|
+
"langs": [
|
|
11634
|
+
"he"
|
|
11635
|
+
],
|
|
11636
|
+
"zones": [
|
|
11637
|
+
"Asia/Jerusalem"
|
|
11638
|
+
],
|
|
11639
|
+
"dayoff": "Saturday",
|
|
11640
|
+
"days": {
|
|
11641
|
+
"1 Tishrei": {
|
|
11642
|
+
"name": {
|
|
11643
|
+
"he": "ראש השנה",
|
|
11644
|
+
"en": "Rosh Hashanah (Yom Teruah)"
|
|
11645
|
+
}
|
|
11646
|
+
},
|
|
11647
|
+
"2 Tishrei": {
|
|
11648
|
+
"name": {
|
|
11649
|
+
"he": "ראש השנה יום 2",
|
|
11650
|
+
"en": "Rosh Hashanah (Day 2)"
|
|
11651
|
+
}
|
|
11652
|
+
},
|
|
11653
|
+
"3 Tishrei if Saturday then next Sunday": {
|
|
11654
|
+
"name": {
|
|
11655
|
+
"he": "צום גדליה",
|
|
11656
|
+
"en": "Fast of Gedaliah (Tzom Gedalya)"
|
|
11657
|
+
},
|
|
11658
|
+
"type": "observance"
|
|
11659
|
+
},
|
|
11660
|
+
"10 Tishrei": {
|
|
11661
|
+
"name": {
|
|
11662
|
+
"he": "יום כיפור",
|
|
11663
|
+
"en": "Day of Atonement (Yom Kippur)"
|
|
11664
|
+
}
|
|
11665
|
+
},
|
|
11666
|
+
"15 Tishrei": {
|
|
11667
|
+
"name": {
|
|
11668
|
+
"he": "סוכות",
|
|
11669
|
+
"en": "Feast of Tabernacles (Sukkot)"
|
|
11670
|
+
}
|
|
11671
|
+
},
|
|
11672
|
+
"16 Tishrei P6D": {
|
|
11673
|
+
"name": {
|
|
11674
|
+
"he": "חול המועד סוכות",
|
|
11675
|
+
"en": "The week of Sukkot"
|
|
11676
|
+
},
|
|
11677
|
+
"type": "school",
|
|
11678
|
+
"note": "Collective paid leave in many businesses and government offices"
|
|
11679
|
+
},
|
|
11680
|
+
"22 Tishrei": {
|
|
11681
|
+
"name": {
|
|
11682
|
+
"he": "שמחת תורה/שמיני עצרת",
|
|
11683
|
+
"en": "Simchat Torah/ Shmini Atzeret"
|
|
11684
|
+
}
|
|
11685
|
+
},
|
|
11686
|
+
"12 Cheshvan if Friday,Saturday then previous Thursday since 1997": {
|
|
11687
|
+
"name": {
|
|
11688
|
+
"he": "יום רבין",
|
|
11689
|
+
"en": "Rabin Day"
|
|
11690
|
+
},
|
|
11691
|
+
"type": "observance",
|
|
11692
|
+
"note": "National remembrance day, business as usual"
|
|
11693
|
+
},
|
|
11694
|
+
"29 Cheshvan": {
|
|
11695
|
+
"name": {
|
|
11696
|
+
"he": "סיגד",
|
|
11697
|
+
"en": "Sigd"
|
|
11698
|
+
},
|
|
11699
|
+
"type": "observance",
|
|
11700
|
+
"note": "Festival of the Ethiopian Jews, optional paid leave, business as usual"
|
|
11701
|
+
},
|
|
11702
|
+
"6 Kislev if Saturday then next Sunday": {
|
|
11703
|
+
"name": {
|
|
11704
|
+
"en": "Ben-Gurion Day",
|
|
11705
|
+
"he": "יום בן-גוריון"
|
|
11706
|
+
},
|
|
11707
|
+
"type": "observance",
|
|
11708
|
+
"note": "Day marked by the Knesset"
|
|
11709
|
+
},
|
|
11710
|
+
"25 Kislev P8D": {
|
|
11711
|
+
"name": {
|
|
11712
|
+
"en": "Hanukkah",
|
|
11713
|
+
"he": "חנוכה"
|
|
11714
|
+
},
|
|
11715
|
+
"type": "school"
|
|
11716
|
+
},
|
|
11717
|
+
"10 Tevet": {
|
|
11718
|
+
"name": {
|
|
11719
|
+
"en": "Tenth of Tevet",
|
|
11720
|
+
"he": "צום עשרה בטבת"
|
|
11721
|
+
},
|
|
11722
|
+
"type": "observance"
|
|
11723
|
+
},
|
|
11724
|
+
"15 Shvat": {
|
|
11725
|
+
"name": {
|
|
11726
|
+
"en": "Tu Bishvat (Arbor Day)",
|
|
11727
|
+
"he": "ט\"ו בשבט"
|
|
11728
|
+
},
|
|
11729
|
+
"type": "observance"
|
|
11730
|
+
},
|
|
11731
|
+
"13 AdarII if Saturday then previous Thursday": {
|
|
11732
|
+
"name": {
|
|
11733
|
+
"en": "Fast of Esther",
|
|
11734
|
+
"he": "תענית אסתר"
|
|
11735
|
+
},
|
|
11736
|
+
"type": "school"
|
|
11737
|
+
},
|
|
11738
|
+
"14 AdarII P2D": {
|
|
11739
|
+
"name": {
|
|
11740
|
+
"en": "Purim",
|
|
11741
|
+
"he": "פורים"
|
|
11742
|
+
},
|
|
11743
|
+
"type": "school",
|
|
11744
|
+
"note": "optional paid leave"
|
|
11745
|
+
},
|
|
11746
|
+
"10 Nisan": {
|
|
11747
|
+
"name": {
|
|
11748
|
+
"en": "Aliyah Day",
|
|
11749
|
+
"he": "יום העלייה"
|
|
11750
|
+
},
|
|
11751
|
+
"type": "observance",
|
|
11752
|
+
"note": "Official holiday, business as usual"
|
|
11753
|
+
},
|
|
11754
|
+
"15 Nisan": {
|
|
11755
|
+
"name": {
|
|
11756
|
+
"en": "Passover",
|
|
11757
|
+
"he": "פסח"
|
|
11758
|
+
}
|
|
11759
|
+
},
|
|
11760
|
+
"16 Nisan P5D": {
|
|
11761
|
+
"name": {
|
|
11762
|
+
"en": "Passover (intermediate days)",
|
|
11763
|
+
"he": "חול המועד פסח"
|
|
11764
|
+
},
|
|
11765
|
+
"type": "school",
|
|
11766
|
+
"note": "School holiday, collective paid leave in many businesses and government offices"
|
|
11767
|
+
},
|
|
11768
|
+
"21 Nisan": {
|
|
11769
|
+
"name": {
|
|
11770
|
+
"en": "Seventh day of Passover",
|
|
11771
|
+
"he": "שביעי של פסח"
|
|
11772
|
+
}
|
|
11773
|
+
},
|
|
11774
|
+
"22 Nisan": {
|
|
11775
|
+
"name": {
|
|
11776
|
+
"en": "Mimouna",
|
|
11777
|
+
"he": "מימונה"
|
|
11778
|
+
},
|
|
11779
|
+
"type": "observance",
|
|
11780
|
+
"note": "Unpaid leave upon request"
|
|
11781
|
+
},
|
|
11782
|
+
"27 Nisan if Friday then previous Thursday if Sunday then next Monday": {
|
|
11783
|
+
"name": {
|
|
11784
|
+
"en": "Holocaust Remembrance Day (Yom HaShoah)",
|
|
11785
|
+
"he": "יום הזיכרון לשואה ולגבורה"
|
|
11786
|
+
},
|
|
11787
|
+
"type": "observance",
|
|
11788
|
+
"note": "National remembrance day, business as usual except places of public entertainment"
|
|
11789
|
+
},
|
|
11790
|
+
"05-09": {
|
|
11791
|
+
"name": {
|
|
11792
|
+
"en": "Victory in Europe Day",
|
|
11793
|
+
"he": "יום הניצחון על גרמניה הנאצית"
|
|
11794
|
+
},
|
|
11795
|
+
"type": "observance"
|
|
11796
|
+
},
|
|
11797
|
+
"4 Iyyar if Thursday,Friday then previous Wednesday if Sunday then next Monday": {
|
|
11798
|
+
"name": {
|
|
11799
|
+
"en": "Fallen Soldiers and Victims of Terrorism Remembrance Day (Yom HaZikaron)",
|
|
11800
|
+
"he": "יום הזיכרון לחללי מערכות ישראל ונפגעי פעולות האיבה"
|
|
11801
|
+
},
|
|
11802
|
+
"type": "observance",
|
|
11803
|
+
"note": "National remembrance day, business as usual except places of public entertainment"
|
|
11804
|
+
},
|
|
11805
|
+
"5 Iyyar if Friday,Saturday then previous Thursday if Monday then next Tuesday": {
|
|
11806
|
+
"name": {
|
|
11807
|
+
"en": "Independence Day (Yom HaAtzmaut)",
|
|
11808
|
+
"he": "יום העצמאות"
|
|
11809
|
+
}
|
|
11810
|
+
},
|
|
11811
|
+
"10 Iyyar if Saturday then next Sunday since 2004": {
|
|
11812
|
+
"name": {
|
|
11813
|
+
"en": "Herzl Day",
|
|
11814
|
+
"he": "יום הרצל"
|
|
11815
|
+
},
|
|
11816
|
+
"type": "observance",
|
|
11817
|
+
"note": "Day marked by the Knesset"
|
|
11818
|
+
},
|
|
11819
|
+
"18 Iyyar": {
|
|
11820
|
+
"name": {
|
|
11821
|
+
"en": "Lag BaOmer",
|
|
11822
|
+
"he": "ל\"ג בעומר"
|
|
11823
|
+
},
|
|
11824
|
+
"type": "school"
|
|
11825
|
+
},
|
|
11826
|
+
"28 Iyyar": {
|
|
11827
|
+
"name": {
|
|
11828
|
+
"en": "Jerusalem Day",
|
|
11829
|
+
"he": "יום ירושלים"
|
|
11830
|
+
},
|
|
11831
|
+
"type": "observance",
|
|
11832
|
+
"note": "Optional paid leave"
|
|
11833
|
+
},
|
|
11834
|
+
"6 Sivan": {
|
|
11835
|
+
"name": {
|
|
11836
|
+
"en": "Shavuot",
|
|
11837
|
+
"he": "שבועות"
|
|
11838
|
+
}
|
|
11839
|
+
},
|
|
11840
|
+
"17 Tamuz if Saturday then next Sunday": {
|
|
11841
|
+
"name": {
|
|
11842
|
+
"en": "Seventeenth of Tamuz, fast",
|
|
11843
|
+
"he": "שבעה עשר בתמוז"
|
|
11844
|
+
},
|
|
11845
|
+
"type": "observance"
|
|
11846
|
+
},
|
|
11847
|
+
"29 Tamuz if Saturday then next Sunday": {
|
|
11848
|
+
"name": {
|
|
11849
|
+
"en": "Jabotinsky Day",
|
|
11850
|
+
"he": "יום ז'בוטינסקי"
|
|
11851
|
+
},
|
|
11852
|
+
"type": "observance",
|
|
11853
|
+
"note": "Day marked by the Knesset"
|
|
11854
|
+
},
|
|
11855
|
+
"9 Av if Saturday then next Sunday": {
|
|
11856
|
+
"name": {
|
|
11857
|
+
"en": "Tisha B'Av, fast",
|
|
11858
|
+
"he": "תשעה באב"
|
|
11859
|
+
},
|
|
11860
|
+
"type": "observance",
|
|
11861
|
+
"note": "Optional paid leave, business as usual except places of public entertainment"
|
|
11862
|
+
},
|
|
11863
|
+
"15 Av": {
|
|
11864
|
+
"name": {
|
|
11865
|
+
"en": "Tu B'Av (Fifteenth of Av)",
|
|
11866
|
+
"he": "ט\"ו באב"
|
|
11867
|
+
},
|
|
11868
|
+
"type": "observance"
|
|
11869
|
+
},
|
|
11870
|
+
"2015-03-17": {
|
|
11871
|
+
"name": {
|
|
11872
|
+
"en": "Election Day",
|
|
11873
|
+
"he": "יום הבחירות"
|
|
11874
|
+
}
|
|
11875
|
+
},
|
|
11876
|
+
"2019-04-09": {
|
|
11877
|
+
"name": {
|
|
11878
|
+
"en": "Election Day",
|
|
11879
|
+
"he": "יום הבחירות"
|
|
11880
|
+
}
|
|
11881
|
+
},
|
|
11882
|
+
"2019-09-17": {
|
|
11883
|
+
"name": {
|
|
11884
|
+
"en": "Election Day",
|
|
11885
|
+
"he": "יום הבחירות"
|
|
11886
|
+
}
|
|
11887
|
+
},
|
|
11888
|
+
"2020-03-02": {
|
|
11889
|
+
"name": {
|
|
11890
|
+
"en": "Election Day",
|
|
11891
|
+
"he": "יום הבחירות"
|
|
11892
|
+
}
|
|
11893
|
+
},
|
|
11894
|
+
"2021-03-23": {
|
|
11895
|
+
"name": {
|
|
11896
|
+
"en": "Election Day",
|
|
11897
|
+
"he": "יום הבחירות"
|
|
11898
|
+
}
|
|
11899
|
+
}
|
|
11900
|
+
}
|
|
11901
|
+
},
|
|
11629
11902
|
"IM": {
|
|
11630
11903
|
"names": {
|
|
11631
11904
|
"en": "Isle of Man"
|