date-holidays 3.35.0 → 3.36.1
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 +25 -0
- package/LICENSE +5 -1
- package/README.md +30 -0
- package/data/countries/AD.yaml +79 -4
- package/data/countries/AL.yaml +11 -10
- package/data/countries/AT.yaml +3 -0
- package/data/countries/AU.yaml +139 -3
- package/data/countries/AX.yaml +13 -4
- package/data/countries/BE.yaml +20 -16
- package/data/countries/DE.yaml +9 -0
- package/data/countries/IE.yaml +10 -11
- 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 +1390 -341
- package/data/names.yaml +13 -13
- 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 +1390 -341
- package/package.json +14 -11
- package/src/data.js +1390 -341
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.36.1](https://github.com/commenthol/date-holidays/compare/3.36.0...3.36.1) (2026-09-06)
|
|
4
|
+
|
|
5
|
+
- docs: update country list [3477a3d7](https://github.com/commenthol/date-holidays/commit/3477a3d7fd1b18740406a4256250dfcba330cb48)
|
|
6
|
+
- fix(BE): avoid duplicate naming of holiday names [8e588732](https://github.com/commenthol/date-holidays/commit/8e5887326d328744465f05500791e3b156ca61c1)
|
|
7
|
+
- fix(BE): correct fr/de names of the Day of the Flemish Community [b8670489](https://github.com/commenthol/date-holidays/commit/b8670489c219d056d94955ffacb6eedce387bcfb)
|
|
8
|
+
- fix(BE): add English names for all Belgian holidays [1bb9245f](https://github.com/commenthol/date-holidays/commit/1bb9245fc70dcb9700d0cd70e281e1d8e65335a9)
|
|
9
|
+
- fix(AL): correct Albanian holiday substitutes [e773401a](https://github.com/commenthol/date-holidays/commit/e773401a85b6166dbc6272a6051ed86e69cb06ec)
|
|
10
|
+
- fix(AD): correct holiday dates and types [41d02e86](https://github.com/commenthol/date-holidays/commit/41d02e86aa809c6cc8796a430aa179b68321623d)
|
|
11
|
+
|
|
12
|
+
## [3.36.0](https://github.com/commenthol/date-holidays/compare/3.35.0...3.36.0) (2026-08-25)
|
|
13
|
+
|
|
14
|
+
- docs: update license attributions and county info [2430f847](https://github.com/commenthol/date-holidays/commit/2430f847bbde8aa8563f8beb02aea661b3453360)
|
|
15
|
+
- fix(AT): type Martinstag, Tag der Volksabstimmung and Rupert as observance [ee99da74](https://github.com/commenthol/date-holidays/commit/ee99da74f0c5f097497f075ac2a4a94bc831559e)
|
|
16
|
+
- fix(IE): update holidays and source references [b78cff00](https://github.com/commenthol/date-holidays/commit/b78cff00d2683416d9c1c4de61b0e2414faf0fc6)
|
|
17
|
+
- feat(RU): add regional holiday coverage [4a54d720](https://github.com/commenthol/date-holidays/commit/4a54d720c6d8a01f86b7d095157f96cb353c2f46)
|
|
18
|
+
- fix(RO): align Romanian holiday labels [54f782ef](https://github.com/commenthol/date-holidays/commit/54f782ef409aefb325ef43a8c9ace58836328910)
|
|
19
|
+
- fix(SE): align holiday name casing with law [6885774b](https://github.com/commenthol/date-holidays/commit/6885774b7b835d934c06225437f4e50c9f74ee57)
|
|
20
|
+
- fix(AX): use official Finnish/Åland sources, fix flag day types and casing [c2572c01](https://github.com/commenthol/date-holidays/commit/c2572c0124d62b744ce7bdfad2311c92e0d24eb7)
|
|
21
|
+
- fix(SK): mark Easter Sunday as observance, not a statutory holiday [a3d48516](https://github.com/commenthol/date-holidays/commit/a3d4851676d9ff4ef5dba711642aca09e76e86d5)
|
|
22
|
+
- fix(SI): fix Slovenian capitalization + align wording with gov.si [50943688](https://github.com/commenthol/date-holidays/commit/50943688f057171cd7c122889e866e95bfa7b998)
|
|
23
|
+
- fix(SK): use official law and sk-wiki as sources, fix Good Friday name [f6e8a5f9](https://github.com/commenthol/date-holidays/commit/f6e8a5f947427d25f7c2be163952303feeb16724)
|
|
24
|
+
- fix(DE-BY-A): Make augsburg catholic In Bavaria [cd6a57b2](https://github.com/commenthol/date-holidays/commit/cd6a57b21c22eb7fa5082511d4d5983d34abe623)
|
|
25
|
+
- fix(TO): align holidays with official source [d303e094](https://github.com/commenthol/date-holidays/commit/d303e09462a1b659974627a642d20850453dabdb)
|
|
26
|
+
- fix(AU-VIC) adjusting 2026 end dates [451a065b](https://github.com/commenthol/date-holidays/commit/451a065b3f1e2a15691cc40318775a141c9e6638)
|
|
27
|
+
|
|
3
28
|
## [3.35.0](https://github.com/commenthol/date-holidays/compare/3.34.1...3.35.0) (2026-08-14)
|
|
4
29
|
|
|
5
30
|
- fix(IT): align holiday names with official sources [0c83bc5d](https://github.com/commenthol/date-holidays/commit/0c83bc5dea3bfae5fb853b8effd649a22fe2ea1a)
|
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
|
@@ -59,6 +59,7 @@ If you are missing holidays from your country, state, region please consider
|
|
|
59
59
|
```
|
|
60
60
|
Countries: 206
|
|
61
61
|
├── AD: Andorra
|
|
62
|
+
│ ├── 03: Encamp
|
|
62
63
|
│ └── 07: Andorra la Vella
|
|
63
64
|
├── AE: دولة الإمارات العربية المتحدة
|
|
64
65
|
├── AG: Antigua & Barbuda
|
|
@@ -538,6 +539,35 @@ Countries: 206
|
|
|
538
539
|
├── RO: Romania
|
|
539
540
|
├── RS: Република Србија
|
|
540
541
|
├── RU: Россия
|
|
542
|
+
│ ├── AD: Республика Адыгея
|
|
543
|
+
│ ├── AL: Республика Алтай
|
|
544
|
+
│ ├── BA: Республика Башкортостан
|
|
545
|
+
│ ├── BEL: Белгородская область
|
|
546
|
+
│ ├── BRY: Брянская область
|
|
547
|
+
│ ├── BU: Республика Бурятия
|
|
548
|
+
│ ├── CE: Чеченская Республика
|
|
549
|
+
│ ├── CR: Республика Крым
|
|
550
|
+
│ ├── CU: Чувашская Республика
|
|
551
|
+
│ ├── DA: Республика Дагестан
|
|
552
|
+
│ ├── IN: Республика Ингушетия
|
|
553
|
+
│ ├── IRK: Иркутская область
|
|
554
|
+
│ ├── KB: Кабардино-Балкарская Республика
|
|
555
|
+
│ ├── KC: Карачаево-Черкесская Республика
|
|
556
|
+
│ ├── KDA: Краснодарский край
|
|
557
|
+
│ ├── KL: Республика Калмыкия
|
|
558
|
+
│ ├── KO: Республика Коми
|
|
559
|
+
│ ├── KR: Республика Карелия
|
|
560
|
+
│ ├── MR: Республика Мордовия
|
|
561
|
+
│ ├── NO: Республика Северная Осетия - Алания
|
|
562
|
+
│ ├── OMS: Омская область
|
|
563
|
+
│ ├── PNZ: Пензенская область
|
|
564
|
+
│ ├── SA: Республика Саха (Якутия)
|
|
565
|
+
│ ├── SAR: Саратовская область
|
|
566
|
+
│ ├── SEV: город Севастополь
|
|
567
|
+
│ ├── STA: Ставропольский край
|
|
568
|
+
│ ├── TA: Республика Татарстан
|
|
569
|
+
│ ├── TY: Республика Тыва
|
|
570
|
+
│ └── ZAB: Забайкальский край
|
|
541
571
|
├── RW: Rwanda
|
|
542
572
|
├── SA: المملكة العربية السعودية
|
|
543
573
|
├── SC: Seychelles
|
package/data/countries/AD.yaml
CHANGED
|
@@ -38,8 +38,27 @@ holidays:
|
|
|
38
38
|
_name: 12-25
|
|
39
39
|
12-26:
|
|
40
40
|
_name: 12-26
|
|
41
|
-
easter -
|
|
41
|
+
easter -48 prior to 2024:
|
|
42
|
+
# Official labour calendars: Carnival was on Monday from 2015 through 2023.
|
|
43
|
+
# @source https://www.bopa.ad/Documents/Detall?doc=ga26066012
|
|
44
|
+
# @source https://www.bopa.ad/Documents/Detall?doc=GD20171019_12_42_34
|
|
45
|
+
# @source https://www.bopa.ad/Documents/Detall?doc=GH20151023_09_22_50
|
|
46
|
+
# @source https://www.bopa.ad/Documents/Detall?doc=GV20161103_14_45_19
|
|
47
|
+
# @source https://www.bopa.ad/Documents/Detall?doc=GD20181108_11_02_50
|
|
48
|
+
# @source https://www.bopa.ad/Documents/Detall?doc=GD20191114_12_42_27
|
|
49
|
+
# @source https://www.bopa.ad/Documents/Detall?doc=GD20201126_14_59_33
|
|
50
|
+
# @source https://www.bopa.ad/Documents/Detall?doc=GD20211022_10_11_30
|
|
51
|
+
# @source https://www.bopa.ad/Documents/Detall?doc=GD20221028_08_59_02
|
|
52
|
+
_name: easter -48
|
|
53
|
+
02-20 since 2024 and prior to 2025:
|
|
54
|
+
# Official labour calendar: Carnival was on Tuesday, 20 February 2024.
|
|
55
|
+
# @source https://www.bopa.ad/Documents/Detall?doc=GD_2023_10_26_10_31_01
|
|
42
56
|
_name: easter -47
|
|
57
|
+
easter -48 since 2025:
|
|
58
|
+
# Official labour calendars: Carnival was on Monday in 2025 and 2026.
|
|
59
|
+
# @source https://www.bopa.ad/Documents/Detall?doc=GD_2024_10_24_14_36_16
|
|
60
|
+
# @source https://www.bopa.ad/Documents/Detall?doc=GD_2025_10_02_16_24_12
|
|
61
|
+
_name: easter -48
|
|
43
62
|
"easter -3 14:00":
|
|
44
63
|
type: bank
|
|
45
64
|
_name: easter -3
|
|
@@ -47,17 +66,64 @@ holidays:
|
|
|
47
66
|
_name: easter -2
|
|
48
67
|
easter:
|
|
49
68
|
_name: easter
|
|
69
|
+
type: observance
|
|
50
70
|
easter 1:
|
|
51
71
|
_name: easter 1
|
|
52
72
|
easter 49:
|
|
53
73
|
_name: easter 49
|
|
74
|
+
type: observance
|
|
54
75
|
easter 50:
|
|
55
76
|
_name: easter 50
|
|
56
77
|
regions:
|
|
57
78
|
# '02':
|
|
58
79
|
# name: Canillo
|
|
59
|
-
|
|
60
|
-
|
|
80
|
+
"03":
|
|
81
|
+
name: Encamp
|
|
82
|
+
days:
|
|
83
|
+
# Official Comú calendars published by the Comú and in BOPA for 2024-2026.
|
|
84
|
+
# @source https://www.comuencamp.ad/actualitat/noticies/encamp-es-prepara-per-celebrar-la-festa-del-poble-2024-amb-els-concerts-de-buhos-els-catarres-i-despistaos-com-a-caps-de-cartell
|
|
85
|
+
# @source https://www.bopa.ad/Documents/Detall?doc=QEH_2024_11_27_10_29_49
|
|
86
|
+
# @source https://www.bopa.ad/Documents/Detall?doc=QEV_2025_11_21_09_39_06
|
|
87
|
+
06-21 since 2024 and prior to 2025:
|
|
88
|
+
name:
|
|
89
|
+
en: Encamp Town Festival
|
|
90
|
+
ca: Festa del poble d'Encamp
|
|
91
|
+
06-22 since 2024 and prior to 2025:
|
|
92
|
+
name:
|
|
93
|
+
en: Encamp Town Festival
|
|
94
|
+
ca: Festa del poble d'Encamp
|
|
95
|
+
06-23 since 2024 and prior to 2025:
|
|
96
|
+
name:
|
|
97
|
+
en: Encamp Town Festival
|
|
98
|
+
ca: Festa del poble d'Encamp
|
|
99
|
+
06-24 since 2024 and prior to 2025:
|
|
100
|
+
name:
|
|
101
|
+
en: Encamp Town Festival
|
|
102
|
+
ca: Festa del poble d'Encamp
|
|
103
|
+
06-21 since 2025 and prior to 2026:
|
|
104
|
+
name:
|
|
105
|
+
en: Encamp Town Festival
|
|
106
|
+
ca: Festa del poble d'Encamp
|
|
107
|
+
06-22 since 2025 and prior to 2026:
|
|
108
|
+
name:
|
|
109
|
+
en: Encamp Town Festival
|
|
110
|
+
ca: Festa del poble d'Encamp
|
|
111
|
+
06-23 since 2025 and prior to 2026:
|
|
112
|
+
name:
|
|
113
|
+
en: Encamp Town Festival
|
|
114
|
+
ca: Festa del poble d'Encamp
|
|
115
|
+
06-20 since 2026 and prior to 2027:
|
|
116
|
+
name:
|
|
117
|
+
en: Encamp Town Festival
|
|
118
|
+
ca: Festa del poble d'Encamp
|
|
119
|
+
06-21 since 2026 and prior to 2027:
|
|
120
|
+
name:
|
|
121
|
+
en: Encamp Town Festival
|
|
122
|
+
ca: Festa del poble d'Encamp
|
|
123
|
+
06-22 since 2026 and prior to 2027:
|
|
124
|
+
name:
|
|
125
|
+
en: Encamp Town Festival
|
|
126
|
+
ca: Festa del poble d'Encamp
|
|
61
127
|
# '04':
|
|
62
128
|
# name: La Massana
|
|
63
129
|
# '05':
|
|
@@ -67,7 +133,16 @@ holidays:
|
|
|
67
133
|
"07":
|
|
68
134
|
name: Andorra la Vella
|
|
69
135
|
days:
|
|
70
|
-
1st
|
|
136
|
+
1st friday in August P4D since 2024 and prior to 2026:
|
|
137
|
+
# Official Comú announcements confirm the 2024 and 2025 Festa Major periods.
|
|
138
|
+
# @source https://www.andorralavella.ad/comu/?q=noticia/l%E2%80%99arrossada-popular-el-gran-premi-d%E2%80%99andr%C3%B2mines-i-els-concerts-punts-forts-de-la-festa-major
|
|
139
|
+
# @source https://www.andorralavella.ad/comu/?q=noticia/els-gegants-d%E2%80%99andorra-la-vella-pregoners-de-la-festa-major-amb-motiu-del-seu-40%C3%A8-aniversari
|
|
140
|
+
name:
|
|
141
|
+
en: Andorra La Vella Festival
|
|
142
|
+
ca: Andorra La Vella Festival
|
|
143
|
+
1st saturday in August P3D since 2026 and prior to 2027:
|
|
144
|
+
# Official Comú announcement confirms the 2026 Festa Major period.
|
|
145
|
+
# @source https://www.andorralavella.ad/comu/?q=noticia/hysteriofunk-seran-els-pregoners-de-la-festa-major-en-reconeixement-als-seus-30-anys-de
|
|
71
146
|
name:
|
|
72
147
|
en: Andorra La Vella Festival
|
|
73
148
|
ca: Andorra La Vella Festival
|
package/data/countries/AL.yaml
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
holidays:
|
|
2
|
+
# @source https://www.bankofalbania.org/Shtypi/Kalendari_i_festave_zyrtare_2026/
|
|
2
3
|
# @attrib https://en.wikipedia.org/wiki/Public_holidays_in_Albania
|
|
3
4
|
AL:
|
|
4
5
|
names:
|
|
@@ -11,10 +12,10 @@ holidays:
|
|
|
11
12
|
zones:
|
|
12
13
|
- Europe/Tirane
|
|
13
14
|
days:
|
|
14
|
-
01-01 and if sunday then next tuesday:
|
|
15
|
+
01-01 and if saturday then next monday if sunday then next tuesday:
|
|
15
16
|
_name: 01-01
|
|
16
17
|
substitute: true
|
|
17
|
-
01-02 and if sunday then next
|
|
18
|
+
01-02 and if saturday then next monday if sunday then next tuesday:
|
|
18
19
|
name:
|
|
19
20
|
sq: Festa e Vitit të Ri
|
|
20
21
|
en: New Year Holiday
|
|
@@ -32,12 +33,12 @@ holidays:
|
|
|
32
33
|
03-08:
|
|
33
34
|
_name: Mothers Day
|
|
34
35
|
type: observance
|
|
35
|
-
03-14 and if sunday then next monday:
|
|
36
|
+
03-14 and if saturday,sunday then next monday:
|
|
36
37
|
name:
|
|
37
38
|
sq: Dita e Verës
|
|
38
39
|
en: Summer Day
|
|
39
40
|
substitute: true
|
|
40
|
-
03-22 and if sunday then next monday:
|
|
41
|
+
03-22 and if saturday,sunday then next monday:
|
|
41
42
|
name:
|
|
42
43
|
sq: Dita e Sulltan Nevruzit
|
|
43
44
|
en: Sultan Nevruz's Day
|
|
@@ -61,7 +62,7 @@ holidays:
|
|
|
61
62
|
name:
|
|
62
63
|
sq: Pashkët Ortodokse
|
|
63
64
|
en: Orthodox Easter
|
|
64
|
-
05-01 and if sunday then next monday:
|
|
65
|
+
05-01 and if saturday,sunday then next monday:
|
|
65
66
|
_name: 05-01
|
|
66
67
|
substitute: true
|
|
67
68
|
06-01:
|
|
@@ -69,7 +70,7 @@ holidays:
|
|
|
69
70
|
sq: Dita Ndërkombëtare e Fëmijëve
|
|
70
71
|
en: Children's Day
|
|
71
72
|
type: observance
|
|
72
|
-
10-19 and if sunday then next monday:
|
|
73
|
+
10-19 and if saturday,sunday then next monday:
|
|
73
74
|
name:
|
|
74
75
|
sq: Dita e Nënë Terezës
|
|
75
76
|
en: Mother Teresa Day
|
|
@@ -81,13 +82,13 @@ holidays:
|
|
|
81
82
|
sq: Dita e Alfabetit
|
|
82
83
|
en: Alphabet Day
|
|
83
84
|
type: observance
|
|
84
|
-
11-28 and if sunday then next monday:
|
|
85
|
+
11-28 and if saturday,sunday then next monday:
|
|
85
86
|
_name: Independence Day
|
|
86
87
|
substitute: true
|
|
87
|
-
11-29 and if sunday then next monday:
|
|
88
|
+
11-29 and if saturday,sunday then next monday:
|
|
88
89
|
_name: Liberation Day
|
|
89
90
|
substitute: true
|
|
90
|
-
12-08 and if sunday then next monday:
|
|
91
|
+
12-08 and if saturday,sunday then next monday:
|
|
91
92
|
name:
|
|
92
93
|
sq: Dita Kombëtare e Rinisë
|
|
93
94
|
en: Youth Day
|
|
@@ -97,7 +98,7 @@ holidays:
|
|
|
97
98
|
12-24:
|
|
98
99
|
_name: 12-24
|
|
99
100
|
type: bank
|
|
100
|
-
12-25 and if sunday then next monday:
|
|
101
|
+
12-25 and if saturday,sunday then next monday:
|
|
101
102
|
_name: 12-25
|
|
102
103
|
substitute: true
|
|
103
104
|
1 Shawwal:
|
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
|
@@ -312,30 +312,166 @@ holidays:
|
|
|
312
312
|
name:
|
|
313
313
|
en: Melbourne Cup
|
|
314
314
|
# @source https://www.vic.gov.au/school-term-dates-and-holidays-victoria
|
|
315
|
+
# 2026
|
|
315
316
|
"2026-04-03 P17D":
|
|
316
317
|
name:
|
|
317
318
|
en: Term 1 holidays
|
|
318
319
|
active:
|
|
319
320
|
- from: "2026-01-01"
|
|
320
321
|
type: school
|
|
321
|
-
"2026-06-27
|
|
322
|
+
"2026-06-27 P16D":
|
|
322
323
|
name:
|
|
323
324
|
en: Term 2 holidays
|
|
324
325
|
active:
|
|
325
326
|
- from: "2026-01-01"
|
|
326
327
|
type: school
|
|
327
|
-
"2026-09-19
|
|
328
|
+
"2026-09-19 P16D":
|
|
328
329
|
name:
|
|
329
330
|
en: Term 3 holidays
|
|
330
331
|
active:
|
|
331
332
|
- from: "2026-01-01"
|
|
332
333
|
type: school
|
|
333
|
-
|
|
334
|
+
# have to split the holidays over two entries - block doesn't wrap over end of year boundry
|
|
335
|
+
"2026-12-19 P12D":
|
|
334
336
|
name:
|
|
335
337
|
en: Term 4 holidays
|
|
336
338
|
active:
|
|
337
339
|
- from: "2026-01-01"
|
|
338
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
|
|
339
475
|
# @source https://www.legislation.wa.gov.au/legislation/statutes.nsf/law_a639.html
|
|
340
476
|
# @source https://www.legislation.wa.gov.au/legislation/statutes.nsf/law_a147326.html
|
|
341
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/BE.yaml
CHANGED
|
@@ -31,35 +31,31 @@ holidays:
|
|
|
31
31
|
_name: easter
|
|
32
32
|
type: observance
|
|
33
33
|
easter 1:
|
|
34
|
+
_name: easter 1
|
|
34
35
|
name:
|
|
35
|
-
fr: Lundi de Pâques
|
|
36
36
|
nl: Paasmaandag
|
|
37
|
-
de: Ostermontag
|
|
38
37
|
05-01:
|
|
39
38
|
_name: 05-01
|
|
40
39
|
2nd sunday in May:
|
|
41
40
|
_name: Mothers Day
|
|
42
41
|
type: observance
|
|
43
42
|
easter 39:
|
|
43
|
+
_name: easter 39
|
|
44
44
|
name:
|
|
45
45
|
nl: Hemelvaartsdag
|
|
46
|
-
fr: Ascension
|
|
47
|
-
de: Christi Himmelfahrt
|
|
48
46
|
easter 49:
|
|
49
47
|
_name: easter 49
|
|
50
48
|
type: observance
|
|
51
49
|
easter 50:
|
|
50
|
+
_name: easter 50
|
|
52
51
|
name:
|
|
53
|
-
fr: Lundi de Pentecôte
|
|
54
52
|
nl: Pinkstermaandag
|
|
55
|
-
de: Pfingstmontag
|
|
56
53
|
07-21:
|
|
57
54
|
_name: National Holiday
|
|
58
55
|
08-15:
|
|
56
|
+
_name: 08-15
|
|
59
57
|
name:
|
|
60
|
-
fr: Assomption
|
|
61
58
|
nl: Tenhemelopneming
|
|
62
|
-
de: Mariä Himmelfahrt
|
|
63
59
|
11-01:
|
|
64
60
|
_name: 11-01
|
|
65
61
|
11-02:
|
|
@@ -67,14 +63,16 @@ holidays:
|
|
|
67
63
|
type: observance
|
|
68
64
|
11-11:
|
|
69
65
|
name:
|
|
70
|
-
de: Waffenstillstand
|
|
71
66
|
fr: Armistice
|
|
72
67
|
nl: Wapenstilstand
|
|
68
|
+
de: Waffenstillstand
|
|
69
|
+
en: Armistice Day
|
|
73
70
|
11-15:
|
|
74
71
|
name:
|
|
75
|
-
nl: Koningsdag
|
|
76
72
|
fr: Fête du Roi
|
|
73
|
+
nl: Koningsdag
|
|
77
74
|
de: Festtag des Königs
|
|
75
|
+
en: King's Feast
|
|
78
76
|
type: observance
|
|
79
77
|
12-06:
|
|
80
78
|
_name: 12-06
|
|
@@ -90,8 +88,10 @@ holidays:
|
|
|
90
88
|
days:
|
|
91
89
|
05-08:
|
|
92
90
|
name:
|
|
93
|
-
nl: Feest van de Iris
|
|
94
91
|
fr: Fête de l'Iris
|
|
92
|
+
nl: Feest van de Iris
|
|
93
|
+
de: Iris Festival
|
|
94
|
+
en: Iris Festival
|
|
95
95
|
type: observance
|
|
96
96
|
DE:
|
|
97
97
|
name: Deutschsprachige Gemeinschaft
|
|
@@ -100,9 +100,10 @@ holidays:
|
|
|
100
100
|
days:
|
|
101
101
|
11-15:
|
|
102
102
|
name:
|
|
103
|
-
de: Tag der Deutschsprachigen Gemeinschaft
|
|
104
103
|
fr: Jour de la Communauté Germanophone
|
|
105
104
|
nl: Feestdag van de Duitstalige Gemeenschap
|
|
105
|
+
de: Tag der Deutschsprachigen Gemeinschaft
|
|
106
|
+
en: Day of the German-speaking Community
|
|
106
107
|
type: observance
|
|
107
108
|
VLG:
|
|
108
109
|
name: Vlaamse Gemeenschap
|
|
@@ -111,9 +112,10 @@ holidays:
|
|
|
111
112
|
days:
|
|
112
113
|
07-11:
|
|
113
114
|
name:
|
|
114
|
-
|
|
115
|
-
fr: Fête de la Région wallonne
|
|
115
|
+
fr: Fête de la Communauté flamande
|
|
116
116
|
nl: Feestdag van de Vlaamse Gemeenschap
|
|
117
|
+
de: Feiertag der Flämischen Gemeinschaft
|
|
118
|
+
en: Day of the Flemish Community
|
|
117
119
|
type: observance
|
|
118
120
|
11-02:
|
|
119
121
|
_name: 11-02
|
|
@@ -121,9 +123,10 @@ holidays:
|
|
|
121
123
|
note: day-off for employees of the flemish government
|
|
122
124
|
11-15:
|
|
123
125
|
name:
|
|
124
|
-
nl: Koningsdag
|
|
125
126
|
fr: Fête du Roi
|
|
127
|
+
nl: Koningsdag
|
|
126
128
|
de: Festtag des Königs
|
|
129
|
+
en: King's Feast
|
|
127
130
|
type: observance
|
|
128
131
|
note: day-off for employees of the flemish government
|
|
129
132
|
12-26:
|
|
@@ -148,9 +151,10 @@ holidays:
|
|
|
148
151
|
days:
|
|
149
152
|
09-27:
|
|
150
153
|
name:
|
|
151
|
-
de: Tag der Französischsprachigen Gemeinschaft
|
|
152
154
|
fr: La fête de la communauté française
|
|
153
155
|
nl: Feestdag van de Franse Gemeenschap
|
|
156
|
+
de: Tag der Französischsprachigen Gemeinschaft
|
|
157
|
+
en: French Community Holiday
|
|
154
158
|
type: observance
|
|
155
159
|
# regions:
|
|
156
160
|
# WBR:
|
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:
|