date-holidays 3.23.16 → 3.23.17
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 +8 -0
- package/LICENSE +11 -0
- package/README.md +1 -1
- package/data/countries/NL.yaml +59 -2
- package/data/countries/RO.yaml +19 -6
- package/data/holidays.json +91 -24
- package/data/names.yaml +5 -0
- 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 +91 -24
- package/package.json +2 -1
- package/src/data.js +91 -24
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.23.17](https://github.com/commenthol/date-holidays/compare/3.23.16...3.23.17) (2025-01-02)
|
|
4
|
+
|
|
5
|
+
- chore: update github actions to v4; deprecate node@18 [936662ff](https://github.com/commenthol/date-holidays/commit/936662ff8f25fd15d20dee7b579bf7d256ca7d57)
|
|
6
|
+
- test: Update fixtures [3b8ad77f](https://github.com/commenthol/date-holidays/commit/3b8ad77fb0a317ff14d6b27e43b9d1f3d0d12422)
|
|
7
|
+
- fix(NL): attributions and translations Dutch holidays [ebf3f196](https://github.com/commenthol/date-holidays/commit/ebf3f196e1a82d6652affa456439db7b4ff4d414)
|
|
8
|
+
- chore: fix status badge [e925b293](https://github.com/commenthol/date-holidays/commit/e925b2939f2b480b853679b3e426e9acea68409f)
|
|
9
|
+
- fix(RO): Update RO data (#1) [b6ea8b56](https://github.com/commenthol/date-holidays/commit/b6ea8b569d3a7ef11475122a5a81dbf6ff9092df)
|
|
10
|
+
|
|
3
11
|
## [3.23.16](https://github.com/commenthol/date-holidays/compare/3.23.15...3.23.16) (2024-12-27)
|
|
4
12
|
|
|
5
13
|
- fix(GB-SCT,#494): add substitute day for st andrew's day [8f0fb474](https://github.com/commenthol/date-holidays/commit/8f0fb474f843b1e81423276f741905999906698d)
|
package/LICENSE
CHANGED
|
@@ -185,8 +185,19 @@ 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/Bevrijdingsdag
|
|
188
189
|
https://nl.wikipedia.org/wiki/Feestdagen_in_Nederland
|
|
190
|
+
https://nl.wikipedia.org/wiki/Hemelvaartsdag
|
|
191
|
+
https://nl.wikipedia.org/wiki/Koninginnedag
|
|
189
192
|
https://nl.wikipedia.org/wiki/Koningsdag_(Nederland)
|
|
193
|
+
https://nl.wikipedia.org/wiki/Koninkrijksdag
|
|
194
|
+
https://nl.wikipedia.org/wiki/Moederdag
|
|
195
|
+
https://nl.wikipedia.org/wiki/Nationale_Dodenherdenking
|
|
196
|
+
https://nl.wikipedia.org/wiki/Prinsessedag
|
|
197
|
+
https://nl.wikipedia.org/wiki/Prinsjesdag
|
|
198
|
+
https://nl.wikipedia.org/wiki/Sinterklaasfeest
|
|
199
|
+
https://nl.wikipedia.org/wiki/Tweede_Pinksterdag
|
|
200
|
+
https://nl.wikipedia.org/wiki/Vaderdag
|
|
190
201
|
https://no.wikipedia.org/wiki/Advent
|
|
191
202
|
https://no.wikipedia.org/wiki/Allehelgensaften
|
|
192
203
|
https://no.wikipedia.org/wiki/Norges_offisielle_flaggdager
|
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
> world-wide holidays in gregorian calender
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/date-holidays/)
|
|
6
|
-
[](https://github.com/commenthol/date-holidays/actions/workflows/ci.yml)
|
|
7
7
|
|
|
8
8
|
This module provides dates of holidays for various countries, states and regions
|
|
9
9
|
by type while considering the applicable timezone.
|
package/data/countries/NL.yaml
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
holidays:
|
|
2
2
|
# @attrib https://en.wikipedia.org/wiki/Public_holidays_in_the_Netherlands
|
|
3
3
|
# @attrib https://nl.wikipedia.org/wiki/Feestdagen_in_Nederland
|
|
4
|
-
# @attrib https://nl.wikipedia.org/wiki/Koningsdag_(Nederland)
|
|
5
4
|
# @source https://www.rijksoverheid.nl/onderwerpen/arbeidsovereenkomst-en-cao/vraag-en-antwoord/officiele-feestdagen
|
|
6
5
|
# @source https://www.government.nl/topics/working-hours/question-and-answer/public-holidays-in-the-netherlands
|
|
7
6
|
# @source https://www.government.nl/topics/school-holidays/question-and-answer/on-which-public-holidays-are-schools-closed-in-the-netherlands
|
|
@@ -10,6 +9,10 @@ holidays:
|
|
|
10
9
|
nl: Nederland
|
|
11
10
|
en: Netherlands
|
|
12
11
|
de: Niederlande
|
|
12
|
+
fr: Les Pays-Bas
|
|
13
|
+
es: Países Bajos
|
|
14
|
+
it: Paesi Bassi
|
|
15
|
+
pt: Países Baixos
|
|
13
16
|
dayoff: sunday
|
|
14
17
|
langs:
|
|
15
18
|
- nl
|
|
@@ -27,83 +30,137 @@ holidays:
|
|
|
27
30
|
easter 1:
|
|
28
31
|
_name: easter 1
|
|
29
32
|
# @source https://www.rijksoverheid.nl/onderwerpen/arbeidsovereenkomst-en-cao/vraag-en-antwoord/koningsdag-27-april-vrije-dag
|
|
33
|
+
# @attrib https://nl.wikipedia.org/wiki/Koningsdag_(Nederland)
|
|
30
34
|
04-27 if sunday then previous saturday since 2014:
|
|
31
35
|
name:
|
|
32
36
|
nl: Koningsdag
|
|
33
37
|
en: King's Day
|
|
34
38
|
de: Königstag
|
|
39
|
+
fr: Fête du Roi
|
|
40
|
+
es: Día del Rey
|
|
41
|
+
it: Giorno del Re
|
|
42
|
+
pt: Dia do Rei
|
|
43
|
+
# @attrib https://nl.wikipedia.org/wiki/Koninginnedag
|
|
35
44
|
04-30 if sunday then next monday since 1949 and prior to 1980:
|
|
36
45
|
name:
|
|
37
46
|
nl: Koninginnedag
|
|
38
47
|
en: Queen's Day
|
|
39
48
|
de: Königinnentag
|
|
49
|
+
fr: Fête de la Reine
|
|
50
|
+
es: Día de la Reina
|
|
51
|
+
it: Giorno della Regina
|
|
52
|
+
pt: Dia da Rainha
|
|
53
|
+
# @attrib https://nl.wikipedia.org/wiki/Koninginnedag
|
|
40
54
|
04-30 if sunday then previous saturday since 1980 and prior to 2014:
|
|
41
55
|
name:
|
|
42
56
|
nl: Koninginnedag
|
|
43
57
|
en: Queen's Day
|
|
44
58
|
de: Königinnentag
|
|
59
|
+
fr: Fête de la Reine
|
|
60
|
+
es: Día de la Reina
|
|
61
|
+
it: Giorno della Regina
|
|
62
|
+
pt: Dia da Rainha
|
|
63
|
+
# @attrib https://nl.wikipedia.org/wiki/Nationale_Dodenherdenking
|
|
45
64
|
05-04:
|
|
46
65
|
name:
|
|
47
66
|
nl: Nationale Dodenherdenking
|
|
48
67
|
en: Remembrance of the Dead
|
|
49
68
|
de: Nationaler Totengedenktag
|
|
69
|
+
fr: Journée nationale du Souvenir
|
|
70
|
+
es: Día Nacional del Recuerdo
|
|
71
|
+
it: Giorno della Memoria Nazionale
|
|
50
72
|
type: observance
|
|
51
73
|
# @source https://www.rijksoverheid.nl/onderwerpen/arbeidsovereenkomst-en-cao/vraag-en-antwoord/bevrijdingsdag-5-mei-vrije-dag
|
|
74
|
+
# @attrib https://nl.wikipedia.org/wiki/Bevrijdingsdag
|
|
52
75
|
05-05:
|
|
53
76
|
name:
|
|
54
77
|
nl: Bevrijdingsdag
|
|
55
78
|
en: Liberation Day
|
|
56
79
|
de: Befreiungstag
|
|
80
|
+
fr: Jour de la Libération
|
|
81
|
+
es: Día de la liberacion
|
|
82
|
+
it: Giorno della Liberazione
|
|
57
83
|
type: school
|
|
84
|
+
# @attrib https://nl.wikipedia.org/wiki/Moederdag
|
|
58
85
|
2nd sunday in May:
|
|
59
86
|
_name: Mothers Day
|
|
60
87
|
type: observance
|
|
61
88
|
# @source https://www.rijksoverheid.nl/onderwerpen/arbeidsovereenkomst-en-cao/vraag-en-antwoord/hemelvaartsdag-vrije-dag
|
|
89
|
+
# @attrib https://nl.wikipedia.org/wiki/Hemelvaartsdag
|
|
62
90
|
easter 39:
|
|
63
91
|
_name: easter 39
|
|
64
92
|
name:
|
|
65
93
|
nl: Hemelvaartsdag
|
|
66
94
|
en: Ascension Day
|
|
67
95
|
de: Christi Himmelfahrt
|
|
96
|
+
fr: Jour de l'Ascension
|
|
97
|
+
es: Día de la Ascensión
|
|
98
|
+
it: Giorno dell'Ascensione
|
|
99
|
+
pt: Festa da Ascensão
|
|
100
|
+
# attrib https://nl.wikipedia.org/wiki/Eerste_Pinksterdag
|
|
68
101
|
easter 49:
|
|
69
102
|
_name: easter 49
|
|
70
103
|
# @source https://www.rijksoverheid.nl/onderwerpen/arbeidsovereenkomst-en-cao/vraag-en-antwoord/is-tweede-pinksterdag-een-vrije-dag
|
|
104
|
+
# @attrib https://nl.wikipedia.org/wiki/Tweede_Pinksterdag
|
|
71
105
|
easter 50:
|
|
72
106
|
_name: easter 50
|
|
107
|
+
# @attrib https://nl.wikipedia.org/wiki/Vaderdag
|
|
73
108
|
3rd sunday in June:
|
|
74
109
|
_name: Fathers Day
|
|
75
110
|
type: observance
|
|
111
|
+
# @attrib https://nl.wikipedia.org/wiki/Prinsessedag
|
|
76
112
|
08-31 since 1885 and prior to 1891:
|
|
77
113
|
name:
|
|
78
|
-
nl:
|
|
114
|
+
nl: Prinsessedag
|
|
79
115
|
en: Princess Day
|
|
80
116
|
de: Prinzessinnentag
|
|
117
|
+
fr: Journée de la princesse
|
|
118
|
+
es: Día de la princesa
|
|
119
|
+
it: Giorno della principessa
|
|
120
|
+
# @attrib https://nl.wikipedia.org/wiki/Koninginnedag
|
|
81
121
|
08-31 since 1891 and prior to 1949:
|
|
82
122
|
name:
|
|
83
123
|
nl: Koninginnedag
|
|
84
124
|
en: Queen's Day
|
|
85
125
|
de: Königinnentag
|
|
126
|
+
fr: Fête de la Reine
|
|
127
|
+
es: Día de la Reina
|
|
128
|
+
it: Giorno della Regina
|
|
129
|
+
pt: Dia da Rainha
|
|
130
|
+
# @attrib https://nl.wikipedia.org/wiki/Prinsjesdag
|
|
86
131
|
3rd tuesday in September:
|
|
87
132
|
name:
|
|
88
133
|
nl: Prinsjesdag
|
|
89
134
|
en: Prince's Day
|
|
90
135
|
de: Prinzentag
|
|
136
|
+
fr: Journée budgétaire
|
|
137
|
+
es: Día del presupuesto
|
|
138
|
+
it: Giornata del bilancio
|
|
139
|
+
pt: Dia do Príncipe
|
|
91
140
|
note: Scholen in Den Haag geven meestal 1 dag vrij
|
|
92
141
|
type: observance
|
|
93
142
|
11-11:
|
|
94
143
|
_name: 11-11
|
|
95
144
|
type: observance
|
|
145
|
+
# @attrib https://nl.wikipedia.org/wiki/Sinterklaasfeest
|
|
96
146
|
12-05:
|
|
97
147
|
name:
|
|
98
148
|
nl: Sinterklaasavond
|
|
99
149
|
en: St Nicholas' Eve
|
|
100
150
|
de: Nikolausabend
|
|
151
|
+
fr: Soirée Saint-Nicolas
|
|
152
|
+
es: Noche de Sinterklaas
|
|
153
|
+
it: Serata di Sinterklaas
|
|
101
154
|
type: observance
|
|
155
|
+
# @attrib https://nl.wikipedia.org/wiki/Koninkrijksdag
|
|
102
156
|
12-15:
|
|
103
157
|
name:
|
|
104
158
|
nl: Koninkrijksdag
|
|
105
159
|
en: Kingdom Day
|
|
106
160
|
de: Königreichstag
|
|
161
|
+
fr: Jour du Royaume
|
|
162
|
+
es: Día del Reino
|
|
163
|
+
it: Giorno del Regno
|
|
107
164
|
type: observance
|
|
108
165
|
12-25:
|
|
109
166
|
_name: 12-25
|
package/data/countries/RO.yaml
CHANGED
|
@@ -12,15 +12,26 @@ holidays:
|
|
|
12
12
|
zones:
|
|
13
13
|
- Europe/Bucharest
|
|
14
14
|
days:
|
|
15
|
-
01-01:
|
|
16
|
-
|
|
15
|
+
01-01 P2DT:
|
|
16
|
+
name:
|
|
17
|
+
ro: Anul nou
|
|
18
|
+
en: New Year's Day
|
|
19
|
+
01-06:
|
|
20
|
+
name:
|
|
21
|
+
ro: Bobotează
|
|
22
|
+
en: Epiphany
|
|
23
|
+
01-07:
|
|
24
|
+
name:
|
|
25
|
+
ro: Sfântul Ion
|
|
26
|
+
en: Saint John the Baptist
|
|
17
27
|
01-24:
|
|
18
28
|
name:
|
|
19
|
-
ro: Ziua Unirii
|
|
20
|
-
en: Unification
|
|
29
|
+
ro: Ziua Unirii Principatelor Române
|
|
30
|
+
en: Day of the Unification of the Romanian Principalities
|
|
21
31
|
03-08:
|
|
22
32
|
name:
|
|
23
33
|
ro: Ziua Mamei
|
|
34
|
+
en: Mother's Day
|
|
24
35
|
type: observance
|
|
25
36
|
orthodox -2:
|
|
26
37
|
_name: easter -2
|
|
@@ -37,8 +48,10 @@ holidays:
|
|
|
37
48
|
_name: easter 49
|
|
38
49
|
orthodox 50:
|
|
39
50
|
_name: easter 50
|
|
40
|
-
|
|
41
|
-
|
|
51
|
+
Sunday before 06-01:
|
|
52
|
+
name:
|
|
53
|
+
ro: Ziua Românilor de Pretutindeni, Ziua Românului de Pretutindeni
|
|
54
|
+
en: Day of the Romanians Everywhere, Romanian Businessperson Day
|
|
42
55
|
type: observance
|
|
43
56
|
06-01:
|
|
44
57
|
name:
|
package/data/holidays.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "
|
|
2
|
+
"version": "2025-01-02",
|
|
3
3
|
"license": "CC-BY-SA-3",
|
|
4
4
|
"holidays": {
|
|
5
5
|
"AD": {
|
|
@@ -17380,7 +17380,11 @@
|
|
|
17380
17380
|
"names": {
|
|
17381
17381
|
"nl": "Nederland",
|
|
17382
17382
|
"en": "Netherlands",
|
|
17383
|
-
"de": "Niederlande"
|
|
17383
|
+
"de": "Niederlande",
|
|
17384
|
+
"fr": "Les Pays-Bas",
|
|
17385
|
+
"es": "Países Bajos",
|
|
17386
|
+
"it": "Paesi Bassi",
|
|
17387
|
+
"pt": "Países Baixos"
|
|
17384
17388
|
},
|
|
17385
17389
|
"dayoff": "sunday",
|
|
17386
17390
|
"langs": [
|
|
@@ -17407,28 +17411,43 @@
|
|
|
17407
17411
|
"name": {
|
|
17408
17412
|
"nl": "Koningsdag",
|
|
17409
17413
|
"en": "King's Day",
|
|
17410
|
-
"de": "Königstag"
|
|
17414
|
+
"de": "Königstag",
|
|
17415
|
+
"fr": "Fête du Roi",
|
|
17416
|
+
"es": "Día del Rey",
|
|
17417
|
+
"it": "Giorno del Re",
|
|
17418
|
+
"pt": "Dia do Rei"
|
|
17411
17419
|
}
|
|
17412
17420
|
},
|
|
17413
17421
|
"04-30 if sunday then next monday since 1949 and prior to 1980": {
|
|
17414
17422
|
"name": {
|
|
17415
17423
|
"nl": "Koninginnedag",
|
|
17416
17424
|
"en": "Queen's Day",
|
|
17417
|
-
"de": "Königinnentag"
|
|
17425
|
+
"de": "Königinnentag",
|
|
17426
|
+
"fr": "Fête de la Reine",
|
|
17427
|
+
"es": "Día de la Reina",
|
|
17428
|
+
"it": "Giorno della Regina",
|
|
17429
|
+
"pt": "Dia da Rainha"
|
|
17418
17430
|
}
|
|
17419
17431
|
},
|
|
17420
17432
|
"04-30 if sunday then previous saturday since 1980 and prior to 2014": {
|
|
17421
17433
|
"name": {
|
|
17422
17434
|
"nl": "Koninginnedag",
|
|
17423
17435
|
"en": "Queen's Day",
|
|
17424
|
-
"de": "Königinnentag"
|
|
17436
|
+
"de": "Königinnentag",
|
|
17437
|
+
"fr": "Fête de la Reine",
|
|
17438
|
+
"es": "Día de la Reina",
|
|
17439
|
+
"it": "Giorno della Regina",
|
|
17440
|
+
"pt": "Dia da Rainha"
|
|
17425
17441
|
}
|
|
17426
17442
|
},
|
|
17427
17443
|
"05-04": {
|
|
17428
17444
|
"name": {
|
|
17429
17445
|
"nl": "Nationale Dodenherdenking",
|
|
17430
17446
|
"en": "Remembrance of the Dead",
|
|
17431
|
-
"de": "Nationaler Totengedenktag"
|
|
17447
|
+
"de": "Nationaler Totengedenktag",
|
|
17448
|
+
"fr": "Journée nationale du Souvenir",
|
|
17449
|
+
"es": "Día Nacional del Recuerdo",
|
|
17450
|
+
"it": "Giorno della Memoria Nazionale"
|
|
17432
17451
|
},
|
|
17433
17452
|
"type": "observance"
|
|
17434
17453
|
},
|
|
@@ -17436,7 +17455,10 @@
|
|
|
17436
17455
|
"name": {
|
|
17437
17456
|
"nl": "Bevrijdingsdag",
|
|
17438
17457
|
"en": "Liberation Day",
|
|
17439
|
-
"de": "Befreiungstag"
|
|
17458
|
+
"de": "Befreiungstag",
|
|
17459
|
+
"fr": "Jour de la Libération",
|
|
17460
|
+
"es": "Día de la liberacion",
|
|
17461
|
+
"it": "Giorno della Liberazione"
|
|
17440
17462
|
},
|
|
17441
17463
|
"type": "school"
|
|
17442
17464
|
},
|
|
@@ -17449,7 +17471,11 @@
|
|
|
17449
17471
|
"name": {
|
|
17450
17472
|
"nl": "Hemelvaartsdag",
|
|
17451
17473
|
"en": "Ascension Day",
|
|
17452
|
-
"de": "Christi Himmelfahrt"
|
|
17474
|
+
"de": "Christi Himmelfahrt",
|
|
17475
|
+
"fr": "Jour de l'Ascension",
|
|
17476
|
+
"es": "Día de la Ascensión",
|
|
17477
|
+
"it": "Giorno dell'Ascensione",
|
|
17478
|
+
"pt": "Festa da Ascensão"
|
|
17453
17479
|
}
|
|
17454
17480
|
},
|
|
17455
17481
|
"easter 49": {
|
|
@@ -17464,23 +17490,34 @@
|
|
|
17464
17490
|
},
|
|
17465
17491
|
"08-31 since 1885 and prior to 1891": {
|
|
17466
17492
|
"name": {
|
|
17467
|
-
"nl": "
|
|
17493
|
+
"nl": "Prinsessedag",
|
|
17468
17494
|
"en": "Princess Day",
|
|
17469
|
-
"de": "Prinzessinnentag"
|
|
17495
|
+
"de": "Prinzessinnentag",
|
|
17496
|
+
"fr": "Journée de la princesse",
|
|
17497
|
+
"es": "Día de la princesa",
|
|
17498
|
+
"it": "Giorno della principessa"
|
|
17470
17499
|
}
|
|
17471
17500
|
},
|
|
17472
17501
|
"08-31 since 1891 and prior to 1949": {
|
|
17473
17502
|
"name": {
|
|
17474
17503
|
"nl": "Koninginnedag",
|
|
17475
17504
|
"en": "Queen's Day",
|
|
17476
|
-
"de": "Königinnentag"
|
|
17505
|
+
"de": "Königinnentag",
|
|
17506
|
+
"fr": "Fête de la Reine",
|
|
17507
|
+
"es": "Día de la Reina",
|
|
17508
|
+
"it": "Giorno della Regina",
|
|
17509
|
+
"pt": "Dia da Rainha"
|
|
17477
17510
|
}
|
|
17478
17511
|
},
|
|
17479
17512
|
"3rd tuesday in September": {
|
|
17480
17513
|
"name": {
|
|
17481
17514
|
"nl": "Prinsjesdag",
|
|
17482
17515
|
"en": "Prince's Day",
|
|
17483
|
-
"de": "Prinzentag"
|
|
17516
|
+
"de": "Prinzentag",
|
|
17517
|
+
"fr": "Journée budgétaire",
|
|
17518
|
+
"es": "Día del presupuesto",
|
|
17519
|
+
"it": "Giornata del bilancio",
|
|
17520
|
+
"pt": "Dia do Príncipe"
|
|
17484
17521
|
},
|
|
17485
17522
|
"note": "Scholen in Den Haag geven meestal 1 dag vrij",
|
|
17486
17523
|
"type": "observance"
|
|
@@ -17493,7 +17530,10 @@
|
|
|
17493
17530
|
"name": {
|
|
17494
17531
|
"nl": "Sinterklaasavond",
|
|
17495
17532
|
"en": "St Nicholas' Eve",
|
|
17496
|
-
"de": "Nikolausabend"
|
|
17533
|
+
"de": "Nikolausabend",
|
|
17534
|
+
"fr": "Soirée Saint-Nicolas",
|
|
17535
|
+
"es": "Noche de Sinterklaas",
|
|
17536
|
+
"it": "Serata di Sinterklaas"
|
|
17497
17537
|
},
|
|
17498
17538
|
"type": "observance"
|
|
17499
17539
|
},
|
|
@@ -17501,7 +17541,10 @@
|
|
|
17501
17541
|
"name": {
|
|
17502
17542
|
"nl": "Koninkrijksdag",
|
|
17503
17543
|
"en": "Kingdom Day",
|
|
17504
|
-
"de": "Königreichstag"
|
|
17544
|
+
"de": "Königreichstag",
|
|
17545
|
+
"fr": "Jour du Royaume",
|
|
17546
|
+
"es": "Día del Reino",
|
|
17547
|
+
"it": "Giorno del Regno"
|
|
17505
17548
|
},
|
|
17506
17549
|
"type": "observance"
|
|
17507
17550
|
},
|
|
@@ -18891,18 +18934,34 @@
|
|
|
18891
18934
|
"Europe/Bucharest"
|
|
18892
18935
|
],
|
|
18893
18936
|
"days": {
|
|
18894
|
-
"01-01": {
|
|
18895
|
-
"
|
|
18937
|
+
"01-01 P2DT": {
|
|
18938
|
+
"name": {
|
|
18939
|
+
"ro": "Anul nou",
|
|
18940
|
+
"en": "New Year's Day"
|
|
18941
|
+
}
|
|
18942
|
+
},
|
|
18943
|
+
"01-06": {
|
|
18944
|
+
"name": {
|
|
18945
|
+
"ro": "Bobotează",
|
|
18946
|
+
"en": "Epiphany"
|
|
18947
|
+
}
|
|
18948
|
+
},
|
|
18949
|
+
"01-07": {
|
|
18950
|
+
"name": {
|
|
18951
|
+
"ro": "Sfântul Ion",
|
|
18952
|
+
"en": "Saint John the Baptist"
|
|
18953
|
+
}
|
|
18896
18954
|
},
|
|
18897
18955
|
"01-24": {
|
|
18898
18956
|
"name": {
|
|
18899
|
-
"ro": "Ziua Unirii",
|
|
18900
|
-
"en": "Unification
|
|
18957
|
+
"ro": "Ziua Unirii Principatelor Române",
|
|
18958
|
+
"en": "Day of the Unification of the Romanian Principalities"
|
|
18901
18959
|
}
|
|
18902
18960
|
},
|
|
18903
18961
|
"03-08": {
|
|
18904
18962
|
"name": {
|
|
18905
|
-
"ro": "Ziua Mamei"
|
|
18963
|
+
"ro": "Ziua Mamei",
|
|
18964
|
+
"en": "Mother's Day"
|
|
18906
18965
|
},
|
|
18907
18966
|
"type": "observance"
|
|
18908
18967
|
},
|
|
@@ -18928,8 +18987,11 @@
|
|
|
18928
18987
|
"orthodox 50": {
|
|
18929
18988
|
"_name": "easter 50"
|
|
18930
18989
|
},
|
|
18931
|
-
"
|
|
18932
|
-
"
|
|
18990
|
+
"Sunday before 06-01": {
|
|
18991
|
+
"name": {
|
|
18992
|
+
"ro": "Ziua Românilor de Pretutindeni, Ziua Românului de Pretutindeni",
|
|
18993
|
+
"en": "Day of the Romanians Everywhere, Romanian Businessperson Day"
|
|
18994
|
+
},
|
|
18933
18995
|
"type": "observance"
|
|
18934
18996
|
},
|
|
18935
18997
|
"06-01": {
|
|
@@ -25494,6 +25556,7 @@
|
|
|
25494
25556
|
"nl": "Driekoningen",
|
|
25495
25557
|
"mk": "Богојавление",
|
|
25496
25558
|
"pl": "Święto Trzech Króli",
|
|
25559
|
+
"pt": "Epifania do Senhor",
|
|
25497
25560
|
"sk": "Zjavenie Pána",
|
|
25498
25561
|
"sv": "Trettondedag jul",
|
|
25499
25562
|
"ti": "ጥምቀት",
|
|
@@ -25519,6 +25582,7 @@
|
|
|
25519
25582
|
"lb": "Vältesdag",
|
|
25520
25583
|
"nl": "Valentijnsdag",
|
|
25521
25584
|
"no": "Valentinsdag",
|
|
25585
|
+
"pt": "Dia dos Namorados",
|
|
25522
25586
|
"vi": "Lễ tình nhân"
|
|
25523
25587
|
}
|
|
25524
25588
|
},
|
|
@@ -25730,7 +25794,8 @@
|
|
|
25730
25794
|
"de": "Welttierschutztag",
|
|
25731
25795
|
"es": "Día de los Animales",
|
|
25732
25796
|
"fr": "Journée mondiale des Animaux",
|
|
25733
|
-
"nl": "Dierendag"
|
|
25797
|
+
"nl": "Dierendag",
|
|
25798
|
+
"pt": "Dia Mundial dos Animais"
|
|
25734
25799
|
}
|
|
25735
25800
|
},
|
|
25736
25801
|
"11-11": {
|
|
@@ -26396,7 +26461,8 @@
|
|
|
26396
26461
|
"en": "Arafat Day",
|
|
26397
26462
|
"ar": "يوم عرفة",
|
|
26398
26463
|
"es": "Fiesta del Sacrificio-Eidul Adha",
|
|
26399
|
-
"ms": "Hari Arafah"
|
|
26464
|
+
"ms": "Hari Arafah",
|
|
26465
|
+
"nl": "Dag van Arafat"
|
|
26400
26466
|
}
|
|
26401
26467
|
},
|
|
26402
26468
|
"10 Dhu al-Hijjah": {
|
|
@@ -26515,7 +26581,8 @@
|
|
|
26515
26581
|
"Buß- und Bettag": {
|
|
26516
26582
|
"name": {
|
|
26517
26583
|
"de": "Buß- und Bettag",
|
|
26518
|
-
"en": "Day of Prayer and Repentance"
|
|
26584
|
+
"en": "Day of Prayer and Repentance",
|
|
26585
|
+
"nl": "Dag van gebed en bekering"
|
|
26519
26586
|
}
|
|
26520
26587
|
},
|
|
26521
26588
|
"Constitution Day": {
|
package/data/names.yaml
CHANGED
|
@@ -87,6 +87,7 @@ names:
|
|
|
87
87
|
nl: Driekoningen
|
|
88
88
|
mk: Богојавление
|
|
89
89
|
pl: Święto Trzech Króli
|
|
90
|
+
pt: Epifania do Senhor
|
|
90
91
|
sk: Zjavenie Pána
|
|
91
92
|
sv: Trettondedag jul
|
|
92
93
|
ti: ጥምቀት
|
|
@@ -108,6 +109,7 @@ names:
|
|
|
108
109
|
lb: Vältesdag
|
|
109
110
|
nl: Valentijnsdag
|
|
110
111
|
no: Valentinsdag
|
|
112
|
+
pt: Dia dos Namorados
|
|
111
113
|
vi: Lễ tình nhân
|
|
112
114
|
03-08:
|
|
113
115
|
name:
|
|
@@ -303,6 +305,7 @@ names:
|
|
|
303
305
|
es: Día de los Animales
|
|
304
306
|
fr: Journée mondiale des Animaux
|
|
305
307
|
nl: Dierendag
|
|
308
|
+
pt: Dia Mundial dos Animais
|
|
306
309
|
11-11:
|
|
307
310
|
name:
|
|
308
311
|
en: Saint Martin
|
|
@@ -901,6 +904,7 @@ names:
|
|
|
901
904
|
ar: يوم عرفة
|
|
902
905
|
es: Fiesta del Sacrificio-Eidul Adha
|
|
903
906
|
ms: Hari Arafah
|
|
907
|
+
nl: Dag van Arafat
|
|
904
908
|
10 Dhu al-Hijjah: # Feast of the Sacrifice (Eid al-Adha)
|
|
905
909
|
name:
|
|
906
910
|
en: Feast of the Sacrifice (Eid al-Adha)
|
|
@@ -1000,6 +1004,7 @@ names:
|
|
|
1000
1004
|
name:
|
|
1001
1005
|
de: Buß- und Bettag
|
|
1002
1006
|
en: Day of Prayer and Repentance
|
|
1007
|
+
nl: Dag van gebed en bekering
|
|
1003
1008
|
Constitution Day:
|
|
1004
1009
|
name:
|
|
1005
1010
|
en: Constitution Day
|