date-holidays 3.23.5 → 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 CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ## [3.23.6](https://github.com/commenthol/date-holidays/compare/3.23.5...3.23.6) (2024-01-25)
8
+
9
+ - fix(#452): replace lodash.pick with lodash [d511e669](https://github.com/commenthol/date-holidays/commit/d511e669381b42f50e8d305fc1a4fc14ca947a2e)
10
+
3
11
  ## [3.23.5](https://github.com/commenthol/date-holidays/compare/3.23.4...3.23.5) (2024-01-20)
4
12
 
5
13
  - chore: disabling dtslint temporarily [a7c91e52](https://github.com/commenthol/date-holidays/commit/a7c91e52e94d5f19cfc7d011b3cc4fd6c5d0df62)
@@ -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
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2024-01-20",
2
+ "version": "2024-01-25",
3
3
  "license": "CC-BY-SA-3",
4
4
  "holidays": {
5
5
  "AD": {
@@ -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
  },