date-holidays 3.23.17 → 3.23.20
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 +4 -0
- package/README.md +7 -0
- package/data/countries/DE.yaml +10 -0
- package/data/countries/ID.yaml +10 -0
- package/data/countries/IE.yaml +0 -4
- package/data/countries/NL.yaml +97 -1
- package/data/countries/PL.yaml +163 -1
- package/data/holidays.json +385 -14
- package/data/names.yaml +12 -0
- 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 +385 -14
- package/package.json +9 -6
- package/src/data.js +385 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.24.0](https://github.com/commenthol/date-holidays/compare/3.23.19...3.24.0) (2025-02-01)
|
|
4
|
+
|
|
5
|
+
- feat(PL, #512): add non-public holidays [2282059c](https://github.com/commenthol/date-holidays/commit/2282059c5e1ef2a2c3f7279913e7cc6bb081f729)
|
|
6
|
+
- test: extend fixtures to 2028, 2029 [81a2fabe](https://github.com/commenthol/date-holidays/commit/81a2fabe47bc994644148ed38292c1e0be652846)
|
|
7
|
+
- fix(DE-BE): 75th anniversary of the GDR uprising [89481547](https://github.com/commenthol/date-holidays/commit/89481547590369632bb46b368641d6700db59a48)
|
|
8
|
+
|
|
9
|
+
## [3.23.19](https://github.com/commenthol/date-holidays/compare/3.23.18...3.23.19) (2025-02-01)
|
|
10
|
+
|
|
11
|
+
- test(ID): Apply test for ID Holiday 2025 until 2027 [f271b3f2](https://github.com/commenthol/date-holidays/commit/f271b3f2b13424d0e9c27b0c404debb6d9d9126f)
|
|
12
|
+
- fix(ID): Update Nyepi Holiday 2027 [0b6f5ffd](https://github.com/commenthol/date-holidays/commit/0b6f5ffd2ef1c165adba38452d1e311fc0f4b8da)
|
|
13
|
+
- fix(ID): Add Nyepi Holiday dates until 2027 [129d3ecd](https://github.com/commenthol/date-holidays/commit/129d3ecd0e9351d0cc4edd17e2aaa673335627c5)
|
|
14
|
+
- fix(ID): Add Waisak holiday dates until 2027 [947c37ce](https://github.com/commenthol/date-holidays/commit/947c37ce28aa5e5dde8bacbaf290062cb48fbdea)
|
|
15
|
+
- fix(PL, #507): add Christmas Eve as public holiday since 2025 [737ef6ff](https://github.com/commenthol/date-holidays/commit/737ef6ffb0cd2e869d05b6467626600be3f142fd)
|
|
16
|
+
- fix(DE-BE): add liberation day 2025 for DE-BE [c480c86f](https://github.com/commenthol/date-holidays/commit/c480c86f48b7b37d6f17622cba4ee03b0c2dffe5)
|
|
17
|
+
|
|
18
|
+
## [3.23.18](https://github.com/commenthol/date-holidays/compare/3.23.17...3.23.18) (2025-01-08)
|
|
19
|
+
|
|
20
|
+
- fix(NL): state and region names [246cd650](https://github.com/commenthol/date-holidays/commit/246cd650f98060a84e9dd585b408b4287165ed28)
|
|
21
|
+
- fix(IE): remove bank holiday and update test fixtures [efc0475d](https://github.com/commenthol/date-holidays/commit/efc0475d666b0849424b23028ed382b83bbc9d19)
|
|
22
|
+
- fix(NL): additional fix and translations Dutch [2fe1276d](https://github.com/commenthol/date-holidays/commit/2fe1276d85ee82661d17d61a87e0c790d30426ad)
|
|
23
|
+
- fix(NL): Dutch states [d26b9b5e](https://github.com/commenthol/date-holidays/commit/d26b9b5e93d7453f535ffedfd2844fd3fd72c1dc)
|
|
24
|
+
|
|
3
25
|
## [3.23.17](https://github.com/commenthol/date-holidays/compare/3.23.16...3.23.17) (2025-01-02)
|
|
4
26
|
|
|
5
27
|
- chore: update github actions to v4; deprecate node@18 [936662ff](https://github.com/commenthol/date-holidays/commit/936662ff8f25fd15d20dee7b579bf7d256ca7d57)
|
package/LICENSE
CHANGED
|
@@ -185,12 +185,16 @@ https://fr.wikipedia.org/wiki/Seychelles
|
|
|
185
185
|
https://id.wikipedia.org/wiki/Hari_libur_nasional_di_Indonesia
|
|
186
186
|
https://ja.wikipedia.org/wiki/%E5%9B%BD%E6%B0%91%E3%81%AE%E7%A5%9D%E6%97%A5
|
|
187
187
|
https://lb.wikipedia.org/wiki/Gesetzlech_Feierdeeg_zu_L%C3%ABtzebuerg
|
|
188
|
+
https://nl.wikipedia.org/wiki/Alkmaars_Ontzet
|
|
188
189
|
https://nl.wikipedia.org/wiki/Bevrijdingsdag
|
|
189
190
|
https://nl.wikipedia.org/wiki/Feestdagen_in_Nederland
|
|
191
|
+
https://nl.wikipedia.org/wiki/Gronings_Ontzet
|
|
190
192
|
https://nl.wikipedia.org/wiki/Hemelvaartsdag
|
|
193
|
+
https://nl.wikipedia.org/wiki/Inname_van_Den_Briel
|
|
191
194
|
https://nl.wikipedia.org/wiki/Koninginnedag
|
|
192
195
|
https://nl.wikipedia.org/wiki/Koningsdag_(Nederland)
|
|
193
196
|
https://nl.wikipedia.org/wiki/Koninkrijksdag
|
|
197
|
+
https://nl.wikipedia.org/wiki/Leids_Ontzet
|
|
194
198
|
https://nl.wikipedia.org/wiki/Moederdag
|
|
195
199
|
https://nl.wikipedia.org/wiki/Nationale_Dodenherdenking
|
|
196
200
|
https://nl.wikipedia.org/wiki/Prinsessedag
|
package/README.md
CHANGED
|
@@ -418,6 +418,13 @@ Countries: 197
|
|
|
418
418
|
├── NG: Nigeria
|
|
419
419
|
├── NI: Nicaragua
|
|
420
420
|
├── NL: Nederland
|
|
421
|
+
│ ├── GR: Groningen
|
|
422
|
+
│ │ └── GRN: Groningen
|
|
423
|
+
│ ├── NH: Noord-Holland
|
|
424
|
+
│ │ └── ALK: Alkmaar
|
|
425
|
+
│ └── ZH: Zuid-Holland
|
|
426
|
+
│ ├── BRL: Brielle
|
|
427
|
+
│ └── LDN: Leiden
|
|
421
428
|
├── NO: Norge
|
|
422
429
|
├── NZ: New Zealand
|
|
423
430
|
│ ├── AUK: Auckland Province
|
package/data/countries/DE.yaml
CHANGED
|
@@ -138,6 +138,16 @@ holidays:
|
|
|
138
138
|
name:
|
|
139
139
|
de: Tag der Befreiung (75. Jahrestag)
|
|
140
140
|
en: Liberation Day (75th Anniversary)
|
|
141
|
+
# @source: https://www.berlin.de/aktuelles/9188766-958090-einmaliger-feiertag-am-8-mai-2025.html
|
|
142
|
+
"2025-05-08":
|
|
143
|
+
name:
|
|
144
|
+
de: Tag der Befreiung (80. Jahrestag)
|
|
145
|
+
en: Liberation Day (80th Anniversary)
|
|
146
|
+
# @source: https://www.berlin.de/aktuelles/9188766-958090-einmaliger-feiertag-am-8-mai-2025.html
|
|
147
|
+
"2028-06-17":
|
|
148
|
+
name:
|
|
149
|
+
de: 75-jähriges Jubiläum des Volksaufstands in der DDR
|
|
150
|
+
en: 75th anniversary of the GDR uprising
|
|
141
151
|
BW:
|
|
142
152
|
name: Baden-Württemberg
|
|
143
153
|
days:
|
package/data/countries/ID.yaml
CHANGED
|
@@ -121,6 +121,10 @@ holidays:
|
|
|
121
121
|
name:
|
|
122
122
|
en: Nyepi
|
|
123
123
|
id: Hari Raya Nyepi
|
|
124
|
+
"2027-03-08":
|
|
125
|
+
name:
|
|
126
|
+
en: Nyepi
|
|
127
|
+
id: Hari Raya Nyepi
|
|
124
128
|
# Vesak
|
|
125
129
|
# @attrib https://en.wikipedia.org/wiki/Vesak#Dates_of_observance
|
|
126
130
|
"2001-05-07":
|
|
@@ -171,3 +175,9 @@ holidays:
|
|
|
171
175
|
_name: Vesak
|
|
172
176
|
"2024-05-23":
|
|
173
177
|
_name: Vesak
|
|
178
|
+
"2025-05-12":
|
|
179
|
+
_name: Vesak
|
|
180
|
+
"2026-05-31":
|
|
181
|
+
_name: Vesak
|
|
182
|
+
"2027-05-20":
|
|
183
|
+
_name: Vesak
|
package/data/countries/IE.yaml
CHANGED
|
@@ -16,10 +16,6 @@ holidays:
|
|
|
16
16
|
days:
|
|
17
17
|
01-01:
|
|
18
18
|
_name: 01-01
|
|
19
|
-
1st monday in January:
|
|
20
|
-
name:
|
|
21
|
-
en: Bank Holiday
|
|
22
|
-
type: bank
|
|
23
19
|
# Official Rule: First Monday in February, or 1 February if the date falls on a Friday
|
|
24
20
|
02-01 if Tuesday,Wednesday,Thursday,Saturday,Sunday then next Monday since 2023:
|
|
25
21
|
name:
|
package/data/countries/NL.yaml
CHANGED
|
@@ -69,6 +69,7 @@ holidays:
|
|
|
69
69
|
fr: Journée nationale du Souvenir
|
|
70
70
|
es: Día Nacional del Recuerdo
|
|
71
71
|
it: Giorno della Memoria Nazionale
|
|
72
|
+
pt: Dia Nacional da Memória
|
|
72
73
|
type: observance
|
|
73
74
|
# @source https://www.rijksoverheid.nl/onderwerpen/arbeidsovereenkomst-en-cao/vraag-en-antwoord/bevrijdingsdag-5-mei-vrije-dag
|
|
74
75
|
# @attrib https://nl.wikipedia.org/wiki/Bevrijdingsdag
|
|
@@ -80,6 +81,7 @@ holidays:
|
|
|
80
81
|
fr: Jour de la Libération
|
|
81
82
|
es: Día de la liberacion
|
|
82
83
|
it: Giorno della Liberazione
|
|
84
|
+
pt: Dia da Libertação
|
|
83
85
|
type: school
|
|
84
86
|
# @attrib https://nl.wikipedia.org/wiki/Moederdag
|
|
85
87
|
2nd sunday in May:
|
|
@@ -117,6 +119,7 @@ holidays:
|
|
|
117
119
|
fr: Journée de la princesse
|
|
118
120
|
es: Día de la princesa
|
|
119
121
|
it: Giorno della principessa
|
|
122
|
+
pt: Dia da Princesa
|
|
120
123
|
# @attrib https://nl.wikipedia.org/wiki/Koninginnedag
|
|
121
124
|
08-31 since 1891 and prior to 1949:
|
|
122
125
|
name:
|
|
@@ -137,7 +140,6 @@ holidays:
|
|
|
137
140
|
es: Día del presupuesto
|
|
138
141
|
it: Giornata del bilancio
|
|
139
142
|
pt: Dia do Príncipe
|
|
140
|
-
note: Scholen in Den Haag geven meestal 1 dag vrij
|
|
141
143
|
type: observance
|
|
142
144
|
11-11:
|
|
143
145
|
_name: 11-11
|
|
@@ -151,6 +153,7 @@ holidays:
|
|
|
151
153
|
fr: Soirée Saint-Nicolas
|
|
152
154
|
es: Noche de Sinterklaas
|
|
153
155
|
it: Serata di Sinterklaas
|
|
156
|
+
pt: Noite de Sinterklaas
|
|
154
157
|
type: observance
|
|
155
158
|
# @attrib https://nl.wikipedia.org/wiki/Koninkrijksdag
|
|
156
159
|
12-15:
|
|
@@ -161,6 +164,7 @@ holidays:
|
|
|
161
164
|
fr: Jour du Royaume
|
|
162
165
|
es: Día del Reino
|
|
163
166
|
it: Giorno del Regno
|
|
167
|
+
pt: Dia do Reino
|
|
164
168
|
type: observance
|
|
165
169
|
12-25:
|
|
166
170
|
_name: 12-25
|
|
@@ -169,3 +173,95 @@ holidays:
|
|
|
169
173
|
12-31:
|
|
170
174
|
_name: 12-31
|
|
171
175
|
type: bank
|
|
176
|
+
states:
|
|
177
|
+
GR:
|
|
178
|
+
names:
|
|
179
|
+
nl: Groningen
|
|
180
|
+
en: Groningen
|
|
181
|
+
de: Groningen
|
|
182
|
+
fr: Groningue
|
|
183
|
+
es: Groninga
|
|
184
|
+
it: Groninga
|
|
185
|
+
regions:
|
|
186
|
+
GRN:
|
|
187
|
+
names:
|
|
188
|
+
nl: Groningen
|
|
189
|
+
en: Groningen
|
|
190
|
+
de: Groningen
|
|
191
|
+
fr: Groningue
|
|
192
|
+
es: Groninga
|
|
193
|
+
it: Groninga
|
|
194
|
+
days:
|
|
195
|
+
# @attrib https://nl.wikipedia.org/wiki/Gronings_Ontzet
|
|
196
|
+
08-28:
|
|
197
|
+
name:
|
|
198
|
+
nl: Gronings Ontzet
|
|
199
|
+
en: Relief of Groningen
|
|
200
|
+
de: Groninger Entsatz
|
|
201
|
+
fr: Levée de siège de Groningue
|
|
202
|
+
es: Alivio del asedio de Groninga
|
|
203
|
+
it: Assedio revocato di Groninga
|
|
204
|
+
type: observance
|
|
205
|
+
NH:
|
|
206
|
+
names:
|
|
207
|
+
nl: Noord-Holland
|
|
208
|
+
en: North Holland
|
|
209
|
+
de: Noord-Holland
|
|
210
|
+
fr: Hollande-Septentrionale
|
|
211
|
+
es: Holanda Septentrional
|
|
212
|
+
it: Olanda Settentrionale
|
|
213
|
+
regions:
|
|
214
|
+
ALK:
|
|
215
|
+
name: Alkmaar
|
|
216
|
+
days:
|
|
217
|
+
# @attrib https://nl.wikipedia.org/wiki/Alkmaars_Ontzet
|
|
218
|
+
10-08:
|
|
219
|
+
name:
|
|
220
|
+
nl: Alkmaars Ontzet
|
|
221
|
+
en: Relief of Alkmaar
|
|
222
|
+
de: Alkmaarder Entsatz
|
|
223
|
+
fr: Levée de siège d’Alkmaar
|
|
224
|
+
es: Alivio del asedio de Alkmaar
|
|
225
|
+
it: Assedio revocato di Alkmaar
|
|
226
|
+
type: observance
|
|
227
|
+
ZH:
|
|
228
|
+
names:
|
|
229
|
+
nl: Zuid-Holland
|
|
230
|
+
en: South Holland
|
|
231
|
+
de: Zuid-Holland
|
|
232
|
+
fr: Hollande-Méridionale
|
|
233
|
+
es: Holanda Meridional
|
|
234
|
+
it: Olanda Meridionale
|
|
235
|
+
regions:
|
|
236
|
+
BRL:
|
|
237
|
+
name: Brielle
|
|
238
|
+
days:
|
|
239
|
+
# @attrib https://nl.wikipedia.org/wiki/Inname_van_Den_Briel
|
|
240
|
+
04-01:
|
|
241
|
+
name:
|
|
242
|
+
nl: Inname van Den Briel
|
|
243
|
+
en: Capture of Brielle
|
|
244
|
+
de: Einname van Den Briel
|
|
245
|
+
fr: Prise de La Brielle
|
|
246
|
+
es: Toma de Brielle
|
|
247
|
+
it: Presa di Brielle
|
|
248
|
+
type: observance
|
|
249
|
+
LDN:
|
|
250
|
+
names:
|
|
251
|
+
nl: Leiden
|
|
252
|
+
en: Leiden
|
|
253
|
+
de: Leiden
|
|
254
|
+
fr: Leyde
|
|
255
|
+
es: Leiden
|
|
256
|
+
it: Leida
|
|
257
|
+
days:
|
|
258
|
+
# @attrib https://nl.wikipedia.org/wiki/Leids_Ontzet
|
|
259
|
+
10-03:
|
|
260
|
+
name:
|
|
261
|
+
nl: Leids Ontzet
|
|
262
|
+
en: Relief of Leiden
|
|
263
|
+
de: Leidener Entsatz
|
|
264
|
+
fr: Levée de siège de Leyde
|
|
265
|
+
es: Alivio del asedio de Leiden
|
|
266
|
+
it: Assedio revocato di Leida
|
|
267
|
+
type: observance
|
package/data/countries/PL.yaml
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
holidays:
|
|
2
2
|
# @attrib https://de.wikipedia.org/wiki/Feiertage_in_Polen
|
|
3
|
+
# @attrib https://en.wikipedia.org/wiki/Public_holidays_in_Poland
|
|
3
4
|
PL:
|
|
4
5
|
names:
|
|
5
6
|
pl: Polska
|
|
@@ -12,34 +13,195 @@ holidays:
|
|
|
12
13
|
days:
|
|
13
14
|
01-01:
|
|
14
15
|
_name: 01-01
|
|
15
|
-
01-06:
|
|
16
|
+
01-06 since 2011:
|
|
16
17
|
_name: 01-06
|
|
18
|
+
01-21:
|
|
19
|
+
name:
|
|
20
|
+
pl: Dzień Babci
|
|
21
|
+
en: Grandmother's Day
|
|
22
|
+
type: observance
|
|
23
|
+
01-22:
|
|
24
|
+
name:
|
|
25
|
+
pl: Dzień Dziadka
|
|
26
|
+
en: Grandfather's Day
|
|
27
|
+
type: observance
|
|
28
|
+
02-14:
|
|
29
|
+
_name: 02-14
|
|
30
|
+
type: observance
|
|
31
|
+
02-19 since 2020:
|
|
32
|
+
name:
|
|
33
|
+
pl: Dzień Nauki Polskiej
|
|
34
|
+
en: Polish Science Day
|
|
35
|
+
type: observance
|
|
36
|
+
note: National holiday, although not a public holiday
|
|
37
|
+
03-01 since 2011:
|
|
38
|
+
name:
|
|
39
|
+
pl: Narodowy Dzień Pamięci „Żołnierzy Wyklętych”
|
|
40
|
+
en: National Cursed Soldiers Remembrance Day
|
|
41
|
+
type: observance
|
|
42
|
+
note: National holiday, although not a public holiday
|
|
43
|
+
Thursday before easter -46:
|
|
44
|
+
name:
|
|
45
|
+
pl: Tłusty Czwartek
|
|
46
|
+
en: Fat Thursday
|
|
47
|
+
type: observance
|
|
48
|
+
easter -47:
|
|
49
|
+
_name: easter -47
|
|
50
|
+
type: observance
|
|
51
|
+
easter -46:
|
|
52
|
+
_name: easter -46
|
|
53
|
+
type: observance
|
|
54
|
+
03-08:
|
|
55
|
+
_name: 03-08
|
|
56
|
+
type: observance
|
|
57
|
+
03-10:
|
|
58
|
+
name:
|
|
59
|
+
pl: Dzień Mężczyzny
|
|
60
|
+
en: Men's Day
|
|
61
|
+
type: observance
|
|
62
|
+
03-21:
|
|
63
|
+
name:
|
|
64
|
+
pl: Pierwszy Dzień Wiosny / Dzień Wagarowicza
|
|
65
|
+
en: First Day of Spring / Truant's Day
|
|
66
|
+
type: observance
|
|
67
|
+
03-24 since 2018:
|
|
68
|
+
name:
|
|
69
|
+
pl: Narodowy Dzień Pamięci Polaków ratujących Żydów pod okupacją niemiecką
|
|
70
|
+
en: National Day for the Remembrance of Poles Rescuing Jews under German Occupation
|
|
71
|
+
type: observance
|
|
72
|
+
note: National holiday, although not a public holiday
|
|
73
|
+
04-14 since 2019:
|
|
74
|
+
name:
|
|
75
|
+
pl: Święto Chrztu Polski
|
|
76
|
+
en: Baptism of Poland Day
|
|
77
|
+
type: observance
|
|
78
|
+
note: National holiday, although not a public holiday
|
|
79
|
+
easter -7:
|
|
80
|
+
_name: easter -7
|
|
81
|
+
type: observance
|
|
82
|
+
easter -3:
|
|
83
|
+
_name: easter -3
|
|
84
|
+
type: school
|
|
85
|
+
note: Religious holiday - a working day, but schools are closed
|
|
86
|
+
easter -2:
|
|
87
|
+
_name: easter -2
|
|
88
|
+
type: school
|
|
89
|
+
note: Religious holiday - a working day, but schools are closed
|
|
90
|
+
easter -1:
|
|
91
|
+
_name: easter -1
|
|
92
|
+
type: observance
|
|
17
93
|
easter:
|
|
18
94
|
_name: easter
|
|
19
95
|
easter 1:
|
|
20
96
|
_name: easter 1
|
|
97
|
+
04-19:
|
|
98
|
+
name:
|
|
99
|
+
pl: Dzień Pamięci Ofiar Holocaustu i Powstania w Getcie Warszawskim
|
|
100
|
+
en: Warsaw Ghetto Uprising Remembrance Day
|
|
101
|
+
type: observance
|
|
102
|
+
04-22:
|
|
103
|
+
name:
|
|
104
|
+
pl: Dzień Ziemi
|
|
105
|
+
en: International Mother Earth Day
|
|
106
|
+
type: observance
|
|
21
107
|
05-01:
|
|
22
108
|
_name: 05-01
|
|
23
109
|
name:
|
|
24
110
|
pl: Święto Państwowe; Święto Pracy
|
|
111
|
+
05-02 since 2004:
|
|
112
|
+
name:
|
|
113
|
+
pl: Dzień Flagi Rzeczypospolitej Polskiej
|
|
114
|
+
en: Flag Day
|
|
115
|
+
type: optional
|
|
116
|
+
note: Declared by statue
|
|
25
117
|
05-03:
|
|
26
118
|
name:
|
|
27
119
|
pl: Święto Narodowe Trzeciego Maja
|
|
28
120
|
en: Constitution Day
|
|
121
|
+
05-08 since 2015:
|
|
122
|
+
name:
|
|
123
|
+
pl: Narodowy Dzień Zwycięstwa
|
|
124
|
+
en: National Victory Day
|
|
125
|
+
type: observance
|
|
126
|
+
note: National holiday, although not a public holiday
|
|
127
|
+
05-09:
|
|
128
|
+
_name: 05-09
|
|
129
|
+
type: observance
|
|
29
130
|
05-26:
|
|
30
131
|
_name: Mothers Day
|
|
31
132
|
type: observance
|
|
133
|
+
06-01:
|
|
134
|
+
name:
|
|
135
|
+
pl: Dzień Dziecka
|
|
136
|
+
en: Children's Day
|
|
137
|
+
type: observance
|
|
138
|
+
06-12 since 2017:
|
|
139
|
+
name:
|
|
140
|
+
pl: Dzień Walki i Męczeństwa Wsi Polskiej
|
|
141
|
+
en: Day of Struggle and Martyrdom of the Polish Villages
|
|
142
|
+
type: observance
|
|
143
|
+
note: National holiday, although not a public holiday
|
|
144
|
+
06-23:
|
|
145
|
+
_name: Fathers Day
|
|
146
|
+
type: observance
|
|
32
147
|
easter 49:
|
|
33
148
|
_name: easter 49
|
|
34
149
|
easter 60:
|
|
35
150
|
_name: easter 60
|
|
151
|
+
08-01 since 2009:
|
|
152
|
+
name:
|
|
153
|
+
pl: Narodowy Dzień Pamięci Powstania Warszawskiego
|
|
154
|
+
en: National Warsaw Uprising Remembrance Day
|
|
155
|
+
type: observance
|
|
156
|
+
note: National holiday, although not a public holiday
|
|
36
157
|
08-15:
|
|
37
158
|
_name: 08-15
|
|
159
|
+
08-31 since 2005:
|
|
160
|
+
name:
|
|
161
|
+
pl: Dzień Solidarności i Wolności
|
|
162
|
+
en: Day of Solidarity and Freedom
|
|
163
|
+
type: observance
|
|
164
|
+
note: National holiday, although not a public holiday
|
|
165
|
+
09-01:
|
|
166
|
+
name:
|
|
167
|
+
pl: Rocznica wybuchu II wojny światowej
|
|
168
|
+
en: Anniversary of the outbreak of the Second World War in Poland
|
|
169
|
+
type: observance
|
|
170
|
+
09-17:
|
|
171
|
+
name:
|
|
172
|
+
pl: Rocznica agresji ZSRR na Polskę
|
|
173
|
+
en: Anniversary of the Soviet invasion of Poland
|
|
174
|
+
type: observance
|
|
175
|
+
09-30:
|
|
176
|
+
name:
|
|
177
|
+
pl: Dzień Chłopaka
|
|
178
|
+
en: Boy's Day
|
|
179
|
+
type: observance
|
|
180
|
+
10-19 since 2018:
|
|
181
|
+
name:
|
|
182
|
+
pl: Narodowy Dzień Pamięci Duchownych Niezłomnych
|
|
183
|
+
en: National Day of Remembrance for Steadfast Clergy
|
|
184
|
+
type: observance
|
|
185
|
+
note: National holiday, although not a public holiday
|
|
38
186
|
11-01:
|
|
39
187
|
_name: 11-01
|
|
40
188
|
11-11:
|
|
41
189
|
_name: Independence Day
|
|
190
|
+
12-06:
|
|
191
|
+
_name: 12-06
|
|
192
|
+
type: observance
|
|
193
|
+
12-24 since 2025:
|
|
194
|
+
_name: 12-24
|
|
42
195
|
12-25:
|
|
43
196
|
_name: 12-25
|
|
44
197
|
12-26:
|
|
45
198
|
_name: 12-26
|
|
199
|
+
12-27 since 2021:
|
|
200
|
+
name:
|
|
201
|
+
pl: Narodowy Dzień Pamięci Zwycięskiego Powstania Wielkopolskiego
|
|
202
|
+
en: Greater Poland Uprising Remebrence Day
|
|
203
|
+
type: observance
|
|
204
|
+
note: National holiday, although not a public holiday
|
|
205
|
+
12-31:
|
|
206
|
+
_name: 12-31
|
|
207
|
+
type: observance
|