date-holidays 3.23.6 → 3.23.7
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 +4 -0
- package/data/countries/SE.yaml +7 -0
- package/data/holidays.json +13 -6
- 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 +13 -6
- package/package.json +2 -1
- package/src/data.js +13 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.23.7](https://github.com/commenthol/date-holidays/compare/3.23.6...3.23.7) (2024-01-25)
|
|
4
|
+
|
|
5
|
+
- fix(SE): Update SE.yaml with english translations [b3f73b13](https://github.com/commenthol/date-holidays/commit/b3f73b13b77255510ae178f487d5073d0ad2c765)
|
|
6
|
+
|
|
3
7
|
## [3.23.6](https://github.com/commenthol/date-holidays/compare/3.23.5...3.23.6) (2024-01-25)
|
|
4
8
|
|
|
5
9
|
- fix(#452): replace lodash.pick with lodash [d511e669](https://github.com/commenthol/date-holidays/commit/d511e669381b42f50e8d305fc1a4fc14ca947a2e)
|
package/data/countries/SE.yaml
CHANGED
|
@@ -16,12 +16,14 @@ holidays:
|
|
|
16
16
|
01-05 12:00:
|
|
17
17
|
name:
|
|
18
18
|
sv: Trettondagsafton
|
|
19
|
+
en: Twelfth Night
|
|
19
20
|
type: optional
|
|
20
21
|
01-06:
|
|
21
22
|
_name: 01-06
|
|
22
23
|
01-13:
|
|
23
24
|
name:
|
|
24
25
|
sv: Tjugondag Knut
|
|
26
|
+
en: Saint Knut's Day
|
|
25
27
|
type: observance
|
|
26
28
|
1st sunday in March:
|
|
27
29
|
name:
|
|
@@ -30,6 +32,7 @@ holidays:
|
|
|
30
32
|
03-25:
|
|
31
33
|
name:
|
|
32
34
|
sv: Marie Bebådelsedag
|
|
35
|
+
en: Annunciation Day
|
|
33
36
|
lat: Annuntiatio Mariæ
|
|
34
37
|
type: observance
|
|
35
38
|
04-30 12:00:
|
|
@@ -93,18 +96,22 @@ holidays:
|
|
|
93
96
|
11-06:
|
|
94
97
|
name:
|
|
95
98
|
sv: Gustav-Adolf-dagen
|
|
99
|
+
en: Gustavus Adolphus Day
|
|
96
100
|
type: observance
|
|
97
101
|
11-11:
|
|
98
102
|
name:
|
|
99
103
|
sv: Mårtensgås
|
|
104
|
+
en: Saint Martin's Day
|
|
100
105
|
type: observance
|
|
101
106
|
12-10:
|
|
102
107
|
name:
|
|
103
108
|
sv: Nobeldagen
|
|
109
|
+
en: Nobel Day
|
|
104
110
|
type: observance
|
|
105
111
|
12-13:
|
|
106
112
|
name:
|
|
107
113
|
sv: Luciadagen
|
|
114
|
+
en: Saint Lucy's Day
|
|
108
115
|
type: observance
|
|
109
116
|
12-24:
|
|
110
117
|
_name: 12-24
|
package/data/holidays.json
CHANGED
|
@@ -19312,7 +19312,8 @@
|
|
|
19312
19312
|
},
|
|
19313
19313
|
"01-05 12:00": {
|
|
19314
19314
|
"name": {
|
|
19315
|
-
"sv": "Trettondagsafton"
|
|
19315
|
+
"sv": "Trettondagsafton",
|
|
19316
|
+
"en": "Twelfth Night"
|
|
19316
19317
|
},
|
|
19317
19318
|
"type": "optional"
|
|
19318
19319
|
},
|
|
@@ -19321,7 +19322,8 @@
|
|
|
19321
19322
|
},
|
|
19322
19323
|
"01-13": {
|
|
19323
19324
|
"name": {
|
|
19324
|
-
"sv": "Tjugondag Knut"
|
|
19325
|
+
"sv": "Tjugondag Knut",
|
|
19326
|
+
"en": "Saint Knut's Day"
|
|
19325
19327
|
},
|
|
19326
19328
|
"type": "observance"
|
|
19327
19329
|
},
|
|
@@ -19334,6 +19336,7 @@
|
|
|
19334
19336
|
"03-25": {
|
|
19335
19337
|
"name": {
|
|
19336
19338
|
"sv": "Marie Bebådelsedag",
|
|
19339
|
+
"en": "Annunciation Day",
|
|
19337
19340
|
"lat": "Annuntiatio Mariæ"
|
|
19338
19341
|
},
|
|
19339
19342
|
"type": "observance"
|
|
@@ -19421,25 +19424,29 @@
|
|
|
19421
19424
|
},
|
|
19422
19425
|
"11-06": {
|
|
19423
19426
|
"name": {
|
|
19424
|
-
"sv": "Gustav-Adolf-dagen"
|
|
19427
|
+
"sv": "Gustav-Adolf-dagen",
|
|
19428
|
+
"en": "Gustavus Adolphus Day"
|
|
19425
19429
|
},
|
|
19426
19430
|
"type": "observance"
|
|
19427
19431
|
},
|
|
19428
19432
|
"11-11": {
|
|
19429
19433
|
"name": {
|
|
19430
|
-
"sv": "Mårtensgås"
|
|
19434
|
+
"sv": "Mårtensgås",
|
|
19435
|
+
"en": "Saint Martin's Day"
|
|
19431
19436
|
},
|
|
19432
19437
|
"type": "observance"
|
|
19433
19438
|
},
|
|
19434
19439
|
"12-10": {
|
|
19435
19440
|
"name": {
|
|
19436
|
-
"sv": "Nobeldagen"
|
|
19441
|
+
"sv": "Nobeldagen",
|
|
19442
|
+
"en": "Nobel Day"
|
|
19437
19443
|
},
|
|
19438
19444
|
"type": "observance"
|
|
19439
19445
|
},
|
|
19440
19446
|
"12-13": {
|
|
19441
19447
|
"name": {
|
|
19442
|
-
"sv": "Luciadagen"
|
|
19448
|
+
"sv": "Luciadagen",
|
|
19449
|
+
"en": "Saint Lucy's Day"
|
|
19443
19450
|
},
|
|
19444
19451
|
"type": "observance"
|
|
19445
19452
|
},
|