date-holidays 3.34.1 → 3.36.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 +24 -0
- package/LICENSE +5 -1
- package/README.md +29 -0
- package/data/countries/AT.yaml +3 -0
- package/data/countries/AU.yaml +161 -0
- package/data/countries/AX.yaml +13 -4
- package/data/countries/DE.yaml +9 -0
- package/data/countries/IE.yaml +10 -11
- package/data/countries/IT.yaml +6 -5
- package/data/countries/MF.yaml +1 -3
- package/data/countries/PA.yaml +18 -0
- package/data/countries/PE.yaml +24 -0
- package/data/countries/PF.yaml +3 -3
- package/data/countries/RO.yaml +2 -1
- package/data/countries/RU.yaml +540 -1
- package/data/countries/SE.yaml +8 -8
- package/data/countries/SI.yaml +12 -11
- package/data/countries/SK.yaml +3 -1
- package/data/countries/TO.yaml +5 -4
- package/data/holidays.json +1131 -70
- package/data/names.yaml +20 -22
- 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 +1131 -70
- package/package.json +16 -11
- package/src/data.js +1131 -70
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.36.0](https://github.com/commenthol/date-holidays/compare/3.35.0...3.36.0) (2026-08-25)
|
|
4
|
+
|
|
5
|
+
- docs: update license attributions and county info [2430f847](https://github.com/commenthol/date-holidays/commit/2430f847bbde8aa8563f8beb02aea661b3453360)
|
|
6
|
+
- fix(AT): type Martinstag, Tag der Volksabstimmung and Rupert as observance [ee99da74](https://github.com/commenthol/date-holidays/commit/ee99da74f0c5f097497f075ac2a4a94bc831559e)
|
|
7
|
+
- fix(IE): update holidays and source references [b78cff00](https://github.com/commenthol/date-holidays/commit/b78cff00d2683416d9c1c4de61b0e2414faf0fc6)
|
|
8
|
+
- feat(RU): add regional holiday coverage [4a54d720](https://github.com/commenthol/date-holidays/commit/4a54d720c6d8a01f86b7d095157f96cb353c2f46)
|
|
9
|
+
- fix(RO): align Romanian holiday labels [54f782ef](https://github.com/commenthol/date-holidays/commit/54f782ef409aefb325ef43a8c9ace58836328910)
|
|
10
|
+
- fix(SE): align holiday name casing with law [6885774b](https://github.com/commenthol/date-holidays/commit/6885774b7b835d934c06225437f4e50c9f74ee57)
|
|
11
|
+
- fix(AX): use official Finnish/Åland sources, fix flag day types and casing [c2572c01](https://github.com/commenthol/date-holidays/commit/c2572c0124d62b744ce7bdfad2311c92e0d24eb7)
|
|
12
|
+
- fix(SK): mark Easter Sunday as observance, not a statutory holiday [a3d48516](https://github.com/commenthol/date-holidays/commit/a3d4851676d9ff4ef5dba711642aca09e76e86d5)
|
|
13
|
+
- fix(SI): fix Slovenian capitalization + align wording with gov.si [50943688](https://github.com/commenthol/date-holidays/commit/50943688f057171cd7c122889e866e95bfa7b998)
|
|
14
|
+
- fix(SK): use official law and sk-wiki as sources, fix Good Friday name [f6e8a5f9](https://github.com/commenthol/date-holidays/commit/f6e8a5f947427d25f7c2be163952303feeb16724)
|
|
15
|
+
- fix(DE-BY-A): Make augsburg catholic In Bavaria [cd6a57b2](https://github.com/commenthol/date-holidays/commit/cd6a57b21c22eb7fa5082511d4d5983d34abe623)
|
|
16
|
+
- fix(TO): align holidays with official source [d303e094](https://github.com/commenthol/date-holidays/commit/d303e09462a1b659974627a642d20850453dabdb)
|
|
17
|
+
- fix(AU-VIC) adjusting 2026 end dates [451a065b](https://github.com/commenthol/date-holidays/commit/451a065b3f1e2a15691cc40318775a141c9e6638)
|
|
18
|
+
|
|
19
|
+
## [3.35.0](https://github.com/commenthol/date-holidays/compare/3.34.1...3.35.0) (2026-08-14)
|
|
20
|
+
|
|
21
|
+
- fix(IT): align holiday names with official sources [0c83bc5d](https://github.com/commenthol/date-holidays/commit/0c83bc5dea3bfae5fb853b8effd649a22fe2ea1a)
|
|
22
|
+
- fix(FR): normalize French holiday apostrophes [cf521a8c](https://github.com/commenthol/date-holidays/commit/cf521a8cf2f36db09f0947e30f6f39ee74d9aeab)
|
|
23
|
+
- feat(PA): add Colón Day, National Mourning Day and Flag Day [8eba12bd](https://github.com/commenthol/date-holidays/commit/8eba12bdb6557fbb494c2718b5c7c80fb5e6ef77)
|
|
24
|
+
- feat(PE): add 4 missing national holidays [d7011c3e](https://github.com/commenthol/date-holidays/commit/d7011c3e91ad2a7e27da344a9f2de5d28e0619c9)
|
|
25
|
+
- feat(AU-VIC): added Victorian School holidays for 2026 [363e0e4e](https://github.com/commenthol/date-holidays/commit/363e0e4e5b5d96a1a4f3a29951ef2bd9c2053d6c)
|
|
26
|
+
|
|
3
27
|
## [3.34.1](https://github.com/commenthol/date-holidays/compare/3.34.0...3.34.1) (2026-08-02)
|
|
4
28
|
|
|
5
29
|
- fix(FI): change attribution to source [1c3e8a94](https://github.com/commenthol/date-holidays/commit/1c3e8a947480cee0ee117383775c5b7bb18c3c1b)
|
package/LICENSE
CHANGED
|
@@ -31,7 +31,6 @@ CC BY-SA 3.0 Attributions
|
|
|
31
31
|
|
|
32
32
|
<attribution>
|
|
33
33
|
|
|
34
|
-
https://cs.wikipedia.org/wiki/St%C3%A1tn%C3%AD_sv%C3%A1tky_Slovenska
|
|
35
34
|
https://da.wikipedia.org/wiki/Danske_helligdage
|
|
36
35
|
https://de.wikipedia.org/wiki/Feiertage_in_%C3%96sterreich
|
|
37
36
|
https://de.wikipedia.org/wiki/Feiertage_in_Deutschland
|
|
@@ -47,6 +46,7 @@ https://de.wikipedia.org/wiki/Portugal#Feiertage
|
|
|
47
46
|
https://el.wikipedia.org/wiki/Επίσημες_αργίες_στην_Ελλάδα
|
|
48
47
|
https://en.wikipedia.org/wiki/2023_Singaporean_presidential_election
|
|
49
48
|
https://en.wikipedia.org/wiki/Bengali_calendars
|
|
49
|
+
https://en.wikipedia.org/wiki/Culture_of_Tonga#Public_holidays
|
|
50
50
|
https://en.wikipedia.org/wiki/Family_Day_(Canada)
|
|
51
51
|
https://en.wikipedia.org/wiki/Faroe_Islands#Public_holidays
|
|
52
52
|
https://en.wikipedia.org/wiki/List_of_public_holidays_in_South_Korea
|
|
@@ -160,6 +160,7 @@ https://en.wikipedia.org/wiki/Public_holidays_in_the_Dominican_Republic
|
|
|
160
160
|
https://en.wikipedia.org/wiki/Public_holidays_in_the_Gambia
|
|
161
161
|
https://en.wikipedia.org/wiki/Public_holidays_in_the_Netherlands
|
|
162
162
|
https://en.wikipedia.org/wiki/Public_holidays_in_the_Philippines
|
|
163
|
+
https://en.wikipedia.org/wiki/Public_holidays_in_the_Republic_of_Ireland
|
|
163
164
|
https://en.wikipedia.org/wiki/Public_holidays_in_the_Turks_and_Caicos_Islands
|
|
164
165
|
https://en.wikipedia.org/wiki/Public_holidays_in_the_United_Arab_Emirates
|
|
165
166
|
https://en.wikipedia.org/wiki/Public_holidays_in_the_United_Kingdom
|
|
@@ -223,8 +224,11 @@ https://pt.wikipedia.org/wiki/Feriados_em_Angola
|
|
|
223
224
|
https://pt.wikipedia.org/wiki/Feriados_no_Brasil
|
|
224
225
|
https://pt.wikipedia.org/wiki/Mo%C3%A7ambique#Feriados
|
|
225
226
|
https://ro.wikipedia.org/wiki/Republica_Moldova
|
|
227
|
+
https://ro.wikipedia.org/wiki/S%C4%83rb%C4%83tori_publice_%C3%AEn_Rom%C3%A2nia
|
|
226
228
|
https://ro.wikipedia.org/wiki/Ziua_vinului_(Republica_Moldova)
|
|
227
229
|
https://ru.wikipedia.org/wiki/%D0%9F%D1%80%D0%B0%D0%B7%D0%B4%D0%BD%D0%B8%D0%BA%D0%B8_%D0%A0%D0%BE%D1%81%D1%81%D0%B8%D0%B8
|
|
230
|
+
https://sk.wikipedia.org/wiki/Zoznam_sviatkov_na_Slovensku
|
|
231
|
+
https://sv.wikipedia.org/wiki/Flaggdagar_i_Finland
|
|
228
232
|
https://sv.wikipedia.org/wiki/Helgdagar_i_Sverige
|
|
229
233
|
https://sv.wikipedia.org/wiki/Sveriges_nationaldag#Svenska_flaggans_dag
|
|
230
234
|
https://ur.wikipedia.org/wiki/%D8%AA%D8%B9%D8%B7%DB%8C%D9%84%D8%A7%D8%AA_%D9%BE%D8%A7%DA%A9%D8%B3%D8%AA%D8%A7%D9%86
|
package/README.md
CHANGED
|
@@ -538,6 +538,35 @@ Countries: 206
|
|
|
538
538
|
├── RO: Romania
|
|
539
539
|
├── RS: Република Србија
|
|
540
540
|
├── RU: Россия
|
|
541
|
+
│ ├── AD: Республика Адыгея
|
|
542
|
+
│ ├── AL: Республика Алтай
|
|
543
|
+
│ ├── BA: Республика Башкортостан
|
|
544
|
+
│ ├── BEL: Белгородская область
|
|
545
|
+
│ ├── BRY: Брянская область
|
|
546
|
+
│ ├── BU: Республика Бурятия
|
|
547
|
+
│ ├── CE: Чеченская Республика
|
|
548
|
+
│ ├── CR: Республика Крым
|
|
549
|
+
│ ├── CU: Чувашская Республика
|
|
550
|
+
│ ├── DA: Республика Дагестан
|
|
551
|
+
│ ├── IN: Республика Ингушетия
|
|
552
|
+
│ ├── IRK: Иркутская область
|
|
553
|
+
│ ├── KB: Кабардино-Балкарская Республика
|
|
554
|
+
│ ├── KC: Карачаево-Черкесская Республика
|
|
555
|
+
│ ├── KDA: Краснодарский край
|
|
556
|
+
│ ├── KL: Республика Калмыкия
|
|
557
|
+
│ ├── KO: Республика Коми
|
|
558
|
+
│ ├── KR: Республика Карелия
|
|
559
|
+
│ ├── MR: Республика Мордовия
|
|
560
|
+
│ ├── NO: Республика Северная Осетия - Алания
|
|
561
|
+
│ ├── OMS: Омская область
|
|
562
|
+
│ ├── PNZ: Пензенская область
|
|
563
|
+
│ ├── SA: Республика Саха (Якутия)
|
|
564
|
+
│ ├── SAR: Саратовская область
|
|
565
|
+
│ ├── SEV: город Севастополь
|
|
566
|
+
│ ├── STA: Ставропольский край
|
|
567
|
+
│ ├── TA: Республика Татарстан
|
|
568
|
+
│ ├── TY: Республика Тыва
|
|
569
|
+
│ └── ZAB: Забайкальский край
|
|
541
570
|
├── RW: Rwanda
|
|
542
571
|
├── SA: المملكة العربية السعودية
|
|
543
572
|
├── SC: Seychelles
|
package/data/countries/AT.yaml
CHANGED
|
@@ -68,6 +68,7 @@ holidays:
|
|
|
68
68
|
11-11:
|
|
69
69
|
name:
|
|
70
70
|
de-at: Martinstag
|
|
71
|
+
type: observance
|
|
71
72
|
"2":
|
|
72
73
|
names:
|
|
73
74
|
de: Kärnten
|
|
@@ -79,6 +80,7 @@ holidays:
|
|
|
79
80
|
10-10:
|
|
80
81
|
name:
|
|
81
82
|
de-at: Tag der Volksabstimmung
|
|
83
|
+
type: observance
|
|
82
84
|
"3":
|
|
83
85
|
names:
|
|
84
86
|
de: Niederösterreich
|
|
@@ -108,6 +110,7 @@ holidays:
|
|
|
108
110
|
09-24:
|
|
109
111
|
name:
|
|
110
112
|
de-at: Rupert
|
|
113
|
+
type: observance
|
|
111
114
|
"6":
|
|
112
115
|
names:
|
|
113
116
|
de: Steiermark
|
package/data/countries/AU.yaml
CHANGED
|
@@ -311,6 +311,167 @@ holidays:
|
|
|
311
311
|
1st tuesday in November:
|
|
312
312
|
name:
|
|
313
313
|
en: Melbourne Cup
|
|
314
|
+
# @source https://www.vic.gov.au/school-term-dates-and-holidays-victoria
|
|
315
|
+
# 2026
|
|
316
|
+
"2026-04-03 P17D":
|
|
317
|
+
name:
|
|
318
|
+
en: Term 1 holidays
|
|
319
|
+
active:
|
|
320
|
+
- from: "2026-01-01"
|
|
321
|
+
type: school
|
|
322
|
+
"2026-06-27 P16D":
|
|
323
|
+
name:
|
|
324
|
+
en: Term 2 holidays
|
|
325
|
+
active:
|
|
326
|
+
- from: "2026-01-01"
|
|
327
|
+
type: school
|
|
328
|
+
"2026-09-19 P16D":
|
|
329
|
+
name:
|
|
330
|
+
en: Term 3 holidays
|
|
331
|
+
active:
|
|
332
|
+
- from: "2026-01-01"
|
|
333
|
+
type: school
|
|
334
|
+
# have to split the holidays over two entries - block doesn't wrap over end of year boundry
|
|
335
|
+
"2026-12-19 P12D":
|
|
336
|
+
name:
|
|
337
|
+
en: Term 4 holidays
|
|
338
|
+
active:
|
|
339
|
+
- from: "2026-01-01"
|
|
340
|
+
type: school
|
|
341
|
+
"2027-01-01 P27D":
|
|
342
|
+
name:
|
|
343
|
+
en: Term 4 holidays
|
|
344
|
+
active:
|
|
345
|
+
- from: "2026-01-01"
|
|
346
|
+
type: school
|
|
347
|
+
# 2027
|
|
348
|
+
"2027-03-26 P17D":
|
|
349
|
+
name:
|
|
350
|
+
en: Term 1 holidays
|
|
351
|
+
active:
|
|
352
|
+
- from: "2027-01-01"
|
|
353
|
+
type: school
|
|
354
|
+
"2027-06-26 P16D":
|
|
355
|
+
name:
|
|
356
|
+
en: Term 2 holidays
|
|
357
|
+
active:
|
|
358
|
+
- from: "2027-01-01"
|
|
359
|
+
type: school
|
|
360
|
+
"2027-09-18 P16D":
|
|
361
|
+
name:
|
|
362
|
+
en: Term 3 holidays
|
|
363
|
+
active:
|
|
364
|
+
- from: "2027-01-01"
|
|
365
|
+
type: school
|
|
366
|
+
# have to split the holidays over two entries - block doesn't wrap over end of year boundry
|
|
367
|
+
"2027-12-18 P13D":
|
|
368
|
+
name:
|
|
369
|
+
en: Term 4 holidays
|
|
370
|
+
active:
|
|
371
|
+
- from: "2027-01-01"
|
|
372
|
+
type: school
|
|
373
|
+
"2028-01-01 P27D":
|
|
374
|
+
name:
|
|
375
|
+
en: Term 4 holidays
|
|
376
|
+
active:
|
|
377
|
+
- from: "2027-01-01"
|
|
378
|
+
type: school
|
|
379
|
+
# 2028
|
|
380
|
+
"2028-04-01 P17D":
|
|
381
|
+
name:
|
|
382
|
+
en: Term 1 holidays
|
|
383
|
+
active:
|
|
384
|
+
- from: "2028-01-01"
|
|
385
|
+
type: school
|
|
386
|
+
"2028-07-01 P16D":
|
|
387
|
+
name:
|
|
388
|
+
en: Term 2 holidays
|
|
389
|
+
active:
|
|
390
|
+
- from: "2028-01-01"
|
|
391
|
+
type: school
|
|
392
|
+
"2028-09-23 P16D":
|
|
393
|
+
name:
|
|
394
|
+
en: Term 3 holidays
|
|
395
|
+
active:
|
|
396
|
+
- from: "2028-01-01"
|
|
397
|
+
type: school
|
|
398
|
+
# have to split the holidays over two entries - block doesn't wrap over end of year boundry
|
|
399
|
+
"2028-12-22 P9D":
|
|
400
|
+
name:
|
|
401
|
+
en: Term 4 holidays
|
|
402
|
+
active:
|
|
403
|
+
- from: "2028-01-01"
|
|
404
|
+
type: school
|
|
405
|
+
"2029-01-01 P29D":
|
|
406
|
+
name:
|
|
407
|
+
en: Term 4 holidays
|
|
408
|
+
active:
|
|
409
|
+
- from: "2028-01-01"
|
|
410
|
+
type: school
|
|
411
|
+
# 2029
|
|
412
|
+
"2029-03-30 P17D":
|
|
413
|
+
name:
|
|
414
|
+
en: Term 1 holidays
|
|
415
|
+
active:
|
|
416
|
+
- from: "2029-01-01"
|
|
417
|
+
type: school
|
|
418
|
+
"2029-06-30 P16D":
|
|
419
|
+
name:
|
|
420
|
+
en: Term 2 holidays
|
|
421
|
+
active:
|
|
422
|
+
- from: "2029-01-01"
|
|
423
|
+
type: school
|
|
424
|
+
"2029-09-22 P16D":
|
|
425
|
+
name:
|
|
426
|
+
en: Term 3 holidays
|
|
427
|
+
active:
|
|
428
|
+
- from: "2029-01-01"
|
|
429
|
+
type: school
|
|
430
|
+
# have to split the holidays over two entries - block doesn't wrap over end of year boundry
|
|
431
|
+
"2029-12-22 P9D":
|
|
432
|
+
name:
|
|
433
|
+
en: Term 4 holidays
|
|
434
|
+
active:
|
|
435
|
+
- from: "2029-01-01"
|
|
436
|
+
type: school
|
|
437
|
+
"2030-01-01 P29D":
|
|
438
|
+
name:
|
|
439
|
+
en: Term 4 holidays
|
|
440
|
+
active:
|
|
441
|
+
- from: "2029-01-01"
|
|
442
|
+
type: school
|
|
443
|
+
# 2030
|
|
444
|
+
"2030-04-06 P17D":
|
|
445
|
+
name:
|
|
446
|
+
en: Term 1 holidays
|
|
447
|
+
active:
|
|
448
|
+
- from: "2030-01-01"
|
|
449
|
+
type: school
|
|
450
|
+
"2030-06-29 P16D":
|
|
451
|
+
name:
|
|
452
|
+
en: Term 2 holidays
|
|
453
|
+
active:
|
|
454
|
+
- from: "2030-01-01"
|
|
455
|
+
type: school
|
|
456
|
+
"2030-09-21 P16D":
|
|
457
|
+
name:
|
|
458
|
+
en: Term 3 holidays
|
|
459
|
+
active:
|
|
460
|
+
- from: "2030-01-01"
|
|
461
|
+
type: school
|
|
462
|
+
# have to split the holidays over two entries - block doesn't wrap over end of year boundry
|
|
463
|
+
"2030-12-21 P10D":
|
|
464
|
+
name:
|
|
465
|
+
en: Term 4 holidays
|
|
466
|
+
active:
|
|
467
|
+
- from: "2030-01-01"
|
|
468
|
+
type: school
|
|
469
|
+
"2031-01-01 P27D":
|
|
470
|
+
name:
|
|
471
|
+
en: Term 4 holidays
|
|
472
|
+
active:
|
|
473
|
+
- from: "2030-01-01"
|
|
474
|
+
type: school
|
|
314
475
|
# @source https://www.legislation.wa.gov.au/legislation/statutes.nsf/law_a639.html
|
|
315
476
|
# @source https://www.legislation.wa.gov.au/legislation/statutes.nsf/law_a147326.html
|
|
316
477
|
WA:
|
package/data/countries/AX.yaml
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
# @source
|
|
1
|
+
# @source https://almanakka.helsinki.fi/sv/flagg-och-festdagar
|
|
2
|
+
# @source https://www.regeringen.ax/alandsk-lagstiftning/alex/199241
|
|
3
|
+
# @attrib https://sv.wikipedia.org/wiki/Flaggdagar_i_Finland
|
|
2
4
|
holidays:
|
|
3
5
|
AX:
|
|
4
6
|
names:
|
|
@@ -18,6 +20,12 @@ holidays:
|
|
|
18
20
|
name:
|
|
19
21
|
sv: Ålands demilitariseringsdag
|
|
20
22
|
en: Demilitarization Day
|
|
23
|
+
type: observance
|
|
24
|
+
sunday before May:
|
|
25
|
+
name:
|
|
26
|
+
sv: Ålands flaggas dag
|
|
27
|
+
en: Åland Flag Day
|
|
28
|
+
type: observance
|
|
21
29
|
easter -2:
|
|
22
30
|
_name: easter -2
|
|
23
31
|
easter:
|
|
@@ -34,16 +42,17 @@ holidays:
|
|
|
34
42
|
type: observance
|
|
35
43
|
06-09:
|
|
36
44
|
name:
|
|
37
|
-
sv:
|
|
45
|
+
sv: Ålands självstyrelsedag
|
|
38
46
|
en: Autonomy Day
|
|
47
|
+
type: observance
|
|
39
48
|
friday after 06-19:
|
|
40
49
|
name:
|
|
41
|
-
sv:
|
|
50
|
+
sv: midsommarafton
|
|
42
51
|
en: Midsummer Eve
|
|
43
52
|
type: bank
|
|
44
53
|
saturday after 06-20:
|
|
45
54
|
name:
|
|
46
|
-
sv:
|
|
55
|
+
sv: midsommardagen
|
|
47
56
|
en: Midsummer Day
|
|
48
57
|
12-06:
|
|
49
58
|
_name: Independence Day
|
package/data/countries/DE.yaml
CHANGED
|
@@ -185,6 +185,15 @@ holidays:
|
|
|
185
185
|
regions:
|
|
186
186
|
A:
|
|
187
187
|
name: Stadt Augsburg
|
|
188
|
+
# @source: https://www.stmi.bayern.de/staat-und-verfassung/feiertage/
|
|
189
|
+
# @source: https://www.statistik.bayern.de/statistik/gebiet_bevoelkerung/zensus/
|
|
190
|
+
# @source: https://www.br.de/nachrichten/bayern/mariae-himmelfahrt-wo-heuer-feiertag-ist-und-wo-nicht,VSGOlgV
|
|
191
|
+
_days:
|
|
192
|
+
- DE
|
|
193
|
+
- states
|
|
194
|
+
- BY
|
|
195
|
+
- regions
|
|
196
|
+
- KATH
|
|
188
197
|
days:
|
|
189
198
|
08-08:
|
|
190
199
|
name:
|
package/data/countries/IE.yaml
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
holidays:
|
|
2
|
-
# @source
|
|
3
|
-
# @source https://www.
|
|
4
|
-
#
|
|
5
|
-
# Note that the "Bank of Ireland" is not the official national bank playes a
|
|
6
|
-
# somewhat similar role (https://en.wikipedia.org/wiki/Bank_of_Ireland#Role_as_government_banker).
|
|
7
|
-
# @source https://personalbanking.bankofireland.com/app/uploads/2018/11/OMI021897-CHRISTMAS-2018-CAMPAIGN-Opening-Hours-A1-Generic_v3.v2-compressed.pdf
|
|
2
|
+
# @source https://www.citizensinformation.ie/en/employment/employment-rights-and-conditions/leave-and-holidays/public-holidays/
|
|
3
|
+
# @source https://www.irishstatutebook.ie/eli/1997/act/20/enacted/en/html
|
|
4
|
+
# @attrib https://en.wikipedia.org/wiki/Public_holidays_in_the_Republic_of_Ireland
|
|
8
5
|
IE:
|
|
9
6
|
names:
|
|
10
7
|
en: Ireland
|
|
@@ -16,8 +13,9 @@ holidays:
|
|
|
16
13
|
days:
|
|
17
14
|
01-01:
|
|
18
15
|
_name: 01-01
|
|
19
|
-
# Official Rule: First Monday in February, or 1 February if the date falls on a Friday
|
|
20
16
|
02-01 if Tuesday,Wednesday,Thursday,Saturday,Sunday then next Monday since 2023:
|
|
17
|
+
# Official Rule: First Monday in February, or 1 February if the date falls on a Friday
|
|
18
|
+
# @source https://www.irishstatutebook.ie/eli/2023/act/8/enacted/en/html
|
|
21
19
|
name:
|
|
22
20
|
en: St. Brigid’s Day
|
|
23
21
|
03-17:
|
|
@@ -36,11 +34,12 @@ holidays:
|
|
|
36
34
|
type: bank
|
|
37
35
|
easter:
|
|
38
36
|
_name: easter
|
|
37
|
+
type: observance
|
|
39
38
|
easter 1:
|
|
40
39
|
_name: easter 1
|
|
41
40
|
1st monday in May:
|
|
42
41
|
name:
|
|
43
|
-
en: May
|
|
42
|
+
en: First Monday in May
|
|
44
43
|
1st monday in June:
|
|
45
44
|
name:
|
|
46
45
|
en: First Monday in June
|
|
@@ -49,18 +48,18 @@ holidays:
|
|
|
49
48
|
en: First Monday in August
|
|
50
49
|
1st Monday before 11-01:
|
|
51
50
|
name:
|
|
52
|
-
en:
|
|
51
|
+
en: Last Monday in October
|
|
53
52
|
type: bank
|
|
54
53
|
12-25:
|
|
55
54
|
_name: 12-25
|
|
56
55
|
12-26:
|
|
57
56
|
_name: 12-26
|
|
58
57
|
name:
|
|
59
|
-
en: St. Stephen
|
|
58
|
+
en: St. Stephen’s Day
|
|
60
59
|
12-26 and if saturday then next monday if sunday then next monday:
|
|
61
60
|
_name: 12-26
|
|
62
61
|
name:
|
|
63
|
-
en: St. Stephen
|
|
62
|
+
en: St. Stephen’s Day
|
|
64
63
|
substitute: true
|
|
65
64
|
type: bank
|
|
66
65
|
3rd sunday in June:
|
package/data/countries/IT.yaml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
holidays:
|
|
2
|
+
# @source https://presidenza.governo.it/ufficio_cerimoniale/cerimoniale/giornate.html
|
|
2
3
|
# @attrib https://de.wikipedia.org/wiki/Feiertage_in_Italien
|
|
3
|
-
# @source https://www.quirinale.it/elementi/141022
|
|
4
4
|
IT:
|
|
5
5
|
names:
|
|
6
6
|
it: Italia
|
|
@@ -21,8 +21,8 @@ holidays:
|
|
|
21
21
|
_name: easter 1
|
|
22
22
|
04-25:
|
|
23
23
|
name:
|
|
24
|
-
it:
|
|
25
|
-
en: Liberation
|
|
24
|
+
it: Liberazione dal nazifascismo (1945)
|
|
25
|
+
en: Liberation from Nazi-Fascism (1945)
|
|
26
26
|
05-01:
|
|
27
27
|
_name: 05-01
|
|
28
28
|
2nd sunday in May:
|
|
@@ -35,9 +35,10 @@ holidays:
|
|
|
35
35
|
08-15:
|
|
36
36
|
_name: 08-15
|
|
37
37
|
10-04 since 2026:
|
|
38
|
+
# @source https://www.quirinale.it/elementi/141022
|
|
38
39
|
name:
|
|
39
|
-
it: San Francesco d'Assisi
|
|
40
|
-
en: Francis of Assisi
|
|
40
|
+
it: Festa nazionale di San Francesco d'Assisi
|
|
41
|
+
en: National Day of Saint Francis of Assisi
|
|
41
42
|
11-01:
|
|
42
43
|
_name: 11-01
|
|
43
44
|
12-08:
|
package/data/countries/MF.yaml
CHANGED
package/data/countries/PA.yaml
CHANGED
|
@@ -2,6 +2,7 @@ holidays:
|
|
|
2
2
|
# @attrib https://en.wikipedia.org/wiki/Public_holidays_in_Panama
|
|
3
3
|
# @attrib https://es.wikipedia.org/wiki/Anexo:Festividades_y_celebraciones#Panam.C3.A1
|
|
4
4
|
# @source http://www.legalinfo-panama.com/legislacion/laboral/codtrabA1.pdf
|
|
5
|
+
# @source https://www.organojudicial.gob.pa/cendoj/documentacion-cendoj/ordenamiento-juridico/area-jurisdiccional/contencioso-administrativo/otras-leyes/ley-291-de-2022-que-adopta-medidas-de-concientizacion-nacional-sobre-el-20-de-diciembre-de-1989
|
|
5
6
|
PA:
|
|
6
7
|
names:
|
|
7
8
|
es: Panamá
|
|
@@ -38,6 +39,16 @@ holidays:
|
|
|
38
39
|
name:
|
|
39
40
|
en: Separation Day (from Columbia)
|
|
40
41
|
es: Día de la Separación (de Colombia)
|
|
42
|
+
11-04:
|
|
43
|
+
name:
|
|
44
|
+
en: Flag Day
|
|
45
|
+
es: Día de la Bandera
|
|
46
|
+
type: observance
|
|
47
|
+
11-05 and if sunday then next monday:
|
|
48
|
+
substitute: true
|
|
49
|
+
name:
|
|
50
|
+
en: Colón Day
|
|
51
|
+
es: Día de Colón
|
|
41
52
|
11-10 and if sunday then next monday:
|
|
42
53
|
substitute: true
|
|
43
54
|
name:
|
|
@@ -48,6 +59,13 @@ holidays:
|
|
|
48
59
|
12-08 and if sunday then next monday:
|
|
49
60
|
substitute: true
|
|
50
61
|
_name: Mothers Day
|
|
62
|
+
12-20 and if sunday then next monday:
|
|
63
|
+
substitute: true
|
|
64
|
+
active:
|
|
65
|
+
- from: "2022-03-31"
|
|
66
|
+
name:
|
|
67
|
+
en: National Mourning Day
|
|
68
|
+
es: Día de Duelo Nacional
|
|
51
69
|
12-25 and if sunday then next monday:
|
|
52
70
|
substitute: true
|
|
53
71
|
_name: 12-25
|
package/data/countries/PE.yaml
CHANGED
|
@@ -21,12 +21,30 @@ holidays:
|
|
|
21
21
|
_name: easter
|
|
22
22
|
05-01:
|
|
23
23
|
_name: 05-01
|
|
24
|
+
# @source https://busquedas.elperuano.pe/dispositivo/NL/2187453-1
|
|
25
|
+
06-07 since 2024:
|
|
26
|
+
name:
|
|
27
|
+
en: Battle of Arica and Flag Day
|
|
28
|
+
es: Batalla de Arica y Día de la Bandera
|
|
29
|
+
note: Established as a national holiday by Ley 31788 (2023); first observed in 2024
|
|
24
30
|
06-29:
|
|
25
31
|
_name: 06-29
|
|
32
|
+
# @source https://busquedas.elperuano.pe/dispositivo/NL/2194316-1
|
|
33
|
+
07-23 since 2023:
|
|
34
|
+
name:
|
|
35
|
+
en: Peruvian Air Force Day
|
|
36
|
+
es: Día de la Fuerza Aérea del Perú
|
|
37
|
+
note: Established as a national holiday by Ley 31822 (2023)
|
|
26
38
|
07-28:
|
|
27
39
|
_name: Independence Day
|
|
28
40
|
07-29:
|
|
29
41
|
_name: Independence Day
|
|
42
|
+
# @source https://busquedas.elperuano.pe/dispositivo/NL/2089960-2
|
|
43
|
+
08-06 since 2022:
|
|
44
|
+
name:
|
|
45
|
+
en: Battle of Junín
|
|
46
|
+
es: Batalla de Junín
|
|
47
|
+
note: Established as a national holiday by Ley 31530 (2022)
|
|
30
48
|
08-30:
|
|
31
49
|
name:
|
|
32
50
|
en: Santa Rosa de Lima
|
|
@@ -39,6 +57,12 @@ holidays:
|
|
|
39
57
|
_name: 11-01
|
|
40
58
|
12-08:
|
|
41
59
|
_name: 12-08
|
|
60
|
+
# @source https://busquedas.elperuano.pe/dispositivo/NL/2026913-1
|
|
61
|
+
12-09 since 2022:
|
|
62
|
+
name:
|
|
63
|
+
en: Battle of Ayacucho
|
|
64
|
+
es: Batalla de Ayacucho
|
|
65
|
+
note: Established as a national holiday by Ley 31381 (2021); first observed in 2022
|
|
42
66
|
12-25:
|
|
43
67
|
_name: 12-25
|
|
44
68
|
regions:
|
package/data/countries/PF.yaml
CHANGED
|
@@ -13,19 +13,19 @@ holidays:
|
|
|
13
13
|
days:
|
|
14
14
|
03-05:
|
|
15
15
|
name:
|
|
16
|
-
fr: Arrivée de l
|
|
16
|
+
fr: Arrivée de l’Évangile
|
|
17
17
|
en: Missionary Day
|
|
18
18
|
easter -2:
|
|
19
19
|
_name: easter -2
|
|
20
20
|
06-29:
|
|
21
21
|
name:
|
|
22
|
-
fr: Fête de l
|
|
22
|
+
fr: Fête de l’Autonomie
|
|
23
23
|
en: Internal Autonomy Day
|
|
24
24
|
active:
|
|
25
25
|
- to: "2026-01-01"
|
|
26
26
|
11-20:
|
|
27
27
|
name:
|
|
28
|
-
fr: Matari
|
|
28
|
+
fr: Matari’i
|
|
29
29
|
en: Maori New Year
|
|
30
30
|
active:
|
|
31
31
|
- from: "2026-01-01"
|
package/data/countries/RO.yaml
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
holidays:
|
|
2
|
+
# @attrib https://ro.wikipedia.org/wiki/S%C4%83rb%C4%83tori_publice_%C3%AEn_Rom%C3%A2nia
|
|
2
3
|
# @attrib https://de.wikipedia.org/wiki/Feiertage_in_Rum%C3%A4nien
|
|
3
4
|
# @attrib https://en.wikipedia.org/wiki/Public_holidays_in_Romania
|
|
4
5
|
# @source http://www.dreptonline.ro/legislatie/codul_muncii.php
|
|
@@ -22,7 +23,7 @@ holidays:
|
|
|
22
23
|
en: Epiphany
|
|
23
24
|
01-07:
|
|
24
25
|
name:
|
|
25
|
-
ro: Sfântul
|
|
26
|
+
ro: Sfântul Ioan Botezătorul
|
|
26
27
|
en: Saint John the Baptist
|
|
27
28
|
01-24:
|
|
28
29
|
name:
|