date-holidays 3.24.4 → 3.25.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 CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.25.0](https://github.com/commenthol/date-holidays/compare/3.24.4...3.25.0) (2025-08-06)
4
+
5
+ - fix: added missing spanish translations for some holidays and fixed syntax for spanish labor day. [3919ae32](https://github.com/commenthol/date-holidays/commit/3919ae32cc68953a343b8171c5a97db60cb51887)
6
+ - chore: generated required files. [038477f3](https://github.com/commenthol/date-holidays/commit/038477f3203c7025ff511645877726625bafad8c)
7
+ - fix: syntax [1009ebec](https://github.com/commenthol/date-holidays/commit/1009ebec243411e5f5e758fdc98ec01b00cc7454)
8
+ - feat: added other types of holidays [058958ce](https://github.com/commenthol/date-holidays/commit/058958ce299a05375565c50bd984738586b60fcc)
9
+ - fix: added sources, correct information and holidays of the Guatemalan state [d4e7e990](https://github.com/commenthol/date-holidays/commit/d4e7e990d7979efbcb6a4556b513fd9e75c245f4)
10
+ - fix: added missing holiday for the Guatemala city state and updated source links [895cdcb4](https://github.com/commenthol/date-holidays/commit/895cdcb441dc5362c82574a37159af361bb0da9f)
11
+ - update npmignore [2457ecea](https://github.com/commenthol/date-holidays/commit/2457eceaf4be081f301c02173ca2b44404b0ee27)
12
+ - clean up [e4e0f98e](https://github.com/commenthol/date-holidays/commit/e4e0f98e4e14b70ba23665b0c745a74ceac93b02)
13
+ - fix npmignore [baf9465c](https://github.com/commenthol/date-holidays/commit/baf9465c17d1c7f89be28a1ff4400c72405cb14e)
14
+ - update [6d96748c](https://github.com/commenthol/date-holidays/commit/6d96748c68bd55177491f22d879126e08c3d2d7e)
15
+ - clean up [2aef53c0](https://github.com/commenthol/date-holidays/commit/2aef53c0ed1cff600aeaff380b7de1fee38f2250)
16
+ - chore: use TSTyche to test types [e51f93b4](https://github.com/commenthol/date-holidays/commit/e51f93b456819851f8f1d59e848f5985cd7195f6)
17
+ - ci: add node 24 to ci workflow [49128891](https://github.com/commenthol/date-holidays/commit/49128891c747b9099e8bd937bd414f75b0b542c3)
18
+
3
19
  ## [3.24.4](https://github.com/commenthol/date-holidays/compare/3.24.3...3.24.4) (2025-06-12)
4
20
 
5
21
  - fix(HK): yaml liniting [22b41c15](https://github.com/commenthol/date-holidays/commit/22b41c15a6c9fc603c9360f21c7a8ec6ceab162d)
package/README.md CHANGED
@@ -332,6 +332,24 @@ Countries: 198
332
332
  ├── GQ: República de Guinea Ecuatorial
333
333
  ├── GR: Ελλάδα
334
334
  ├── GT: Guatemala
335
+ │ └── 1: Guatemala
336
+ │ ├── 101: Guatemala
337
+ │ ├── 102: Santa Catarina Pinula
338
+ │ ├── 103: San José Pinula
339
+ │ ├── 104: San José del Golfo
340
+ │ ├── 105: Palencia
341
+ │ ├── 106: Chinautla
342
+ │ ├── 107: San Pedro Ayampuc
343
+ │ ├── 108: Mixco
344
+ │ ├── 109: San Pedro Sacatepéquez
345
+ │ ├── 110: San Juan Sacatepéquez
346
+ │ ├── 111: San Raimundo
347
+ │ ├── 112: San Pedro y San Pablo
348
+ │ ├── 113: Fraijanes
349
+ │ ├── 114: Amatitlán
350
+ │ ├── 115: Villa Nueva
351
+ │ ├── 116: Villa Canales
352
+ │ └── 117: San Miguel Petapa
335
353
  ├── GU: Guam
336
354
  ├── GW: Guiné-Bissau
337
355
  ├── GY: Guyana
@@ -1,7 +1,8 @@
1
1
  holidays:
2
- # @source http://www.oj.gob.gt/estadisticalaboral/Leyes%20en%20Materia%20de%20Trabajo%20y%20Prevision%20Social/Leyes%20Nacionales%20en%20Materia%20de%20Trabajo%20y%20Prevision%20Social/63298%20DECRETO%20DEL%20CONGRESO%2042-2010%20Ley%20que%20Promueve%20el%20Turismo%20Interno.pdf
3
- # @source http://www.oj.gob.gt/es/QueEsOJ/EstructuraOJ/UnidadesAdministrativas/CentroAnalisisDocumentacionJudicial/cds/CDs%20codigos/CODIGO_TRABAJO/codigo.html
2
+ # @source http://ww2.oj.gob.gt/estadisticalaboral/Leyes%20en%20Materia%20de%20Trabajo%20y%20Prevision%20Social/Leyes%20Nacionales%20en%20Materia%20de%20Trabajo%20y%20Prevision%20Social/63298%20DECRETO%20DEL%20CONGRESO%2042-2010%20Ley%20que%20Promueve%20el%20Turismo%20Interno.pdf
3
+ # @source http://ww2.oj.gob.gt/es/QueEsOJ/EstructuraOJ/UnidadesAdministrativas/CentroAnalisisDocumentacionJudicial/cds/CDs%20codigos/CODIGO_TRABAJO/codigo.html
4
4
  # Guatemala CODIGO DE TRABAJO Artículo 127. Son días de asueto con goce de salario
5
+ # @source https://www.sib.gob.gt/web/sib/entidades_supervisadas/calendario-de-asuetos
5
6
  GT:
6
7
  names:
7
8
  es: Guatemala
@@ -14,6 +15,21 @@ holidays:
14
15
  days:
15
16
  01-01:
16
17
  _name: 01-01
18
+ 02-11:
19
+ # reference: https://aprende.guatemala.com/cultura-guatemalteca/civismo/la-monja-blanca-flor-nacional-de-guatemala/
20
+ name:
21
+ es: Día de la Monja Blanca
22
+ en: White Nun Day
23
+ type: observance
24
+ 02-20:
25
+ # reference: https://conap.gob.gt/dia-nacional-de-la-marimba/
26
+ name:
27
+ es: Día de la Marimba
28
+ en: Marimba Day
29
+ type: observance
30
+ 03-08:
31
+ _name: 03-08
32
+ type: observance
17
33
  easter -3:
18
34
  _name: easter -3
19
35
  easter -2:
@@ -25,19 +41,157 @@ holidays:
25
41
  type: observance
26
42
  05-01:
27
43
  _name: 05-01
44
+ 05-10:
45
+ _name: Mothers Day
46
+ type: optional
47
+ 05-30:
48
+ # reference: https://dca.gob.gt/noticias-guatemala-diario-centro-america/dia-nacional-del-popol-vuh/
49
+ name:
50
+ es: Día Nacional del Popol Vuh
51
+ en: Popol Vuh Day
52
+ type: observance
53
+ 06-17:
54
+ _name: Fathers Day
55
+ type: optional
56
+ 06-25:
57
+ # reference: https://www.congreso.gob.gt/noticias_congreso/13811/2025/4
58
+ name:
59
+ es: Día del Maestro
60
+ en: Teacher's Day
61
+ type: observance
28
62
  06-30 if tuesday then previous monday if wednesday,thursday then next friday:
29
63
  name:
30
64
  es: Día de las Fuerzas Armadas
31
65
  en: Army Day
66
+ 07-01 if tuesday,saturday then previous friday if sunday then next monday:
67
+ name:
68
+ es: Día del Empleado Bancario
69
+ en: Bank Employee Day
70
+ type: bank
32
71
  09-15:
33
72
  _name: Independence Day
73
+ 10-12 if saturday then previous friday if sunday then next monday:
74
+ name:
75
+ es: Día de la Raza
76
+ en: Day of Race
77
+ type: bank
34
78
  10-20:
35
79
  _name: Revolution Day
36
80
  11-01:
37
81
  _name: 11-01
82
+ 11-02:
83
+ _name: 11-02
84
+ type: observance
38
85
  "12-24 12:00":
39
86
  _name: 12-24
40
87
  12-25:
41
88
  _name: 12-25
42
89
  "12-31 12:00":
43
90
  _name: 12-31
91
+ states:
92
+ # Cada departamento y municipio se identifica por medio de un código de 2 y 4 digitos:
93
+ # @source: https://www.ine.gob.gt/sistema/uploads/2016/10/28/0NiM1ouoHaN67SRO2IzXZ5RNI7FeyHpn.xls
94
+ # Cada municipio tiene una feria patronal que por decreto del artículo 127 del código de trabajo, es un asueto oficial para tal municipio:
95
+ # @source: https://aprende.guatemala.com/cultura-guatemalteca/fiestas-patronales/las-ferias-patronales-en-los-22-departamentos-de-guatemala/
96
+ 01:
97
+ name: Guatemala
98
+ regions:
99
+ 0101:
100
+ name: Guatemala
101
+ days:
102
+ 08-15:
103
+ _name: 08-15
104
+ 0102:
105
+ name: Santa Catarina Pinula
106
+ days:
107
+ 11-25:
108
+ name:
109
+ es: Santa Catarina de Alejandría
110
+ 0103:
111
+ name: San José Pinula
112
+ days:
113
+ 03-19:
114
+ name:
115
+ es: San José Obrero
116
+ 0104:
117
+ name: San José del Golfo
118
+ days:
119
+ 03-19:
120
+ name:
121
+ es: San José Obrero
122
+ 0105:
123
+ name: Palencia
124
+ days:
125
+ 04-27:
126
+ name:
127
+ es: San Benito de Palermo
128
+ 0106:
129
+ name: Chinautla
130
+ days:
131
+ 05-03:
132
+ name:
133
+ es: Santa Cruz
134
+ 0107:
135
+ name: San Pedro Ayampuc
136
+ days:
137
+ easter -44:
138
+ name:
139
+ es: Primer viernes de Cuaresma
140
+ 0108:
141
+ name: Mixco
142
+ days:
143
+ 08-04:
144
+ name:
145
+ es: Santo Domingo de Guzmán
146
+ 0109:
147
+ name: San Pedro Sacatepéquez
148
+ days:
149
+ 06-29:
150
+ name:
151
+ es: San Pedro Apóstol
152
+ 0110:
153
+ name: San Juan Sacatepéquez
154
+ days:
155
+ 06-24:
156
+ name:
157
+ es: San Juan Bautista
158
+ 0111:
159
+ name: San Raimundo
160
+ days:
161
+ 01-23:
162
+ name:
163
+ es: San Raymundo Peñafort
164
+ 0112:
165
+ name: San Pedro y San Pablo
166
+ days:
167
+ 06-29:
168
+ _name: 06-29
169
+ 0113:
170
+ name: Fraijanes
171
+ days:
172
+ 02-02:
173
+ name:
174
+ es: Virgen de la Candelaria y Sagrado Corazón de Jesús
175
+ 0114:
176
+ name: Amatitlán
177
+ days:
178
+ 05-03:
179
+ name:
180
+ es: Santa Cruz
181
+ 0115:
182
+ name: Villa Nueva
183
+ days:
184
+ 12-08:
185
+ _name: 12-08
186
+ 0116:
187
+ name: Villa Canales
188
+ days:
189
+ 03-25:
190
+ name:
191
+ es: San José Obrero
192
+ 0117:
193
+ name: San Miguel Petapa
194
+ days:
195
+ 09-29:
196
+ name:
197
+ es: San Miguel Arcángel
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2025-07-01",
2
+ "version": "2025-08-06",
3
3
  "license": "CC-BY-SA-3",
4
4
  "holidays": {
5
5
  "AD": {
@@ -11447,6 +11447,24 @@
11447
11447
  "01-01": {
11448
11448
  "_name": "01-01"
11449
11449
  },
11450
+ "02-11": {
11451
+ "name": {
11452
+ "es": "Día de la Monja Blanca",
11453
+ "en": "White Nun Day"
11454
+ },
11455
+ "type": "observance"
11456
+ },
11457
+ "02-20": {
11458
+ "name": {
11459
+ "es": "Día de la Marimba",
11460
+ "en": "Marimba Day"
11461
+ },
11462
+ "type": "observance"
11463
+ },
11464
+ "03-08": {
11465
+ "_name": "03-08",
11466
+ "type": "observance"
11467
+ },
11450
11468
  "easter -3": {
11451
11469
  "_name": "easter -3"
11452
11470
  },
@@ -11463,21 +11481,61 @@
11463
11481
  "05-01": {
11464
11482
  "_name": "05-01"
11465
11483
  },
11484
+ "05-10": {
11485
+ "_name": "Mothers Day",
11486
+ "type": "optional"
11487
+ },
11488
+ "05-30": {
11489
+ "name": {
11490
+ "es": "Día Nacional del Popol Vuh",
11491
+ "en": "Popol Vuh Day"
11492
+ },
11493
+ "type": "observance"
11494
+ },
11495
+ "06-17": {
11496
+ "_name": "Fathers Day",
11497
+ "type": "optional"
11498
+ },
11499
+ "06-25": {
11500
+ "name": {
11501
+ "es": "Día del Maestro",
11502
+ "en": "Teacher's Day"
11503
+ },
11504
+ "type": "observance"
11505
+ },
11466
11506
  "06-30 if tuesday then previous monday if wednesday,thursday then next friday": {
11467
11507
  "name": {
11468
11508
  "es": "Día de las Fuerzas Armadas",
11469
11509
  "en": "Army Day"
11470
11510
  }
11471
11511
  },
11512
+ "07-01 if tuesday,saturday then previous friday if sunday then next monday": {
11513
+ "name": {
11514
+ "es": "Día del Empleado Bancario",
11515
+ "en": "Bank Employee Day"
11516
+ },
11517
+ "type": "bank"
11518
+ },
11472
11519
  "09-15": {
11473
11520
  "_name": "Independence Day"
11474
11521
  },
11522
+ "10-12 if saturday then previous friday if sunday then next monday": {
11523
+ "name": {
11524
+ "es": "Día de la Raza",
11525
+ "en": "Day of Race"
11526
+ },
11527
+ "type": "bank"
11528
+ },
11475
11529
  "10-20": {
11476
11530
  "_name": "Revolution Day"
11477
11531
  },
11478
11532
  "11-01": {
11479
11533
  "_name": "11-01"
11480
11534
  },
11535
+ "11-02": {
11536
+ "_name": "11-02",
11537
+ "type": "observance"
11538
+ },
11481
11539
  "12-24 12:00": {
11482
11540
  "_name": "12-24"
11483
11541
  },
@@ -11487,6 +11545,177 @@
11487
11545
  "12-31 12:00": {
11488
11546
  "_name": "12-31"
11489
11547
  }
11548
+ },
11549
+ "states": {
11550
+ "1": {
11551
+ "name": "Guatemala",
11552
+ "regions": {
11553
+ "101": {
11554
+ "name": "Guatemala",
11555
+ "days": {
11556
+ "08-15": {
11557
+ "_name": "08-15"
11558
+ }
11559
+ }
11560
+ },
11561
+ "102": {
11562
+ "name": "Santa Catarina Pinula",
11563
+ "days": {
11564
+ "11-25": {
11565
+ "name": {
11566
+ "es": "Santa Catarina de Alejandría"
11567
+ }
11568
+ }
11569
+ }
11570
+ },
11571
+ "103": {
11572
+ "name": "San José Pinula",
11573
+ "days": {
11574
+ "03-19": {
11575
+ "name": {
11576
+ "es": "San José Obrero"
11577
+ }
11578
+ }
11579
+ }
11580
+ },
11581
+ "104": {
11582
+ "name": "San José del Golfo",
11583
+ "days": {
11584
+ "03-19": {
11585
+ "name": {
11586
+ "es": "San José Obrero"
11587
+ }
11588
+ }
11589
+ }
11590
+ },
11591
+ "105": {
11592
+ "name": "Palencia",
11593
+ "days": {
11594
+ "04-27": {
11595
+ "name": {
11596
+ "es": "San Benito de Palermo"
11597
+ }
11598
+ }
11599
+ }
11600
+ },
11601
+ "106": {
11602
+ "name": "Chinautla",
11603
+ "days": {
11604
+ "05-03": {
11605
+ "name": {
11606
+ "es": "Santa Cruz"
11607
+ }
11608
+ }
11609
+ }
11610
+ },
11611
+ "107": {
11612
+ "name": "San Pedro Ayampuc",
11613
+ "days": {
11614
+ "easter -44": {
11615
+ "name": {
11616
+ "es": "Primer viernes de Cuaresma"
11617
+ }
11618
+ }
11619
+ }
11620
+ },
11621
+ "108": {
11622
+ "name": "Mixco",
11623
+ "days": {
11624
+ "08-04": {
11625
+ "name": {
11626
+ "es": "Santo Domingo de Guzmán"
11627
+ }
11628
+ }
11629
+ }
11630
+ },
11631
+ "109": {
11632
+ "name": "San Pedro Sacatepéquez",
11633
+ "days": {
11634
+ "06-29": {
11635
+ "name": {
11636
+ "es": "San Pedro Apóstol"
11637
+ }
11638
+ }
11639
+ }
11640
+ },
11641
+ "110": {
11642
+ "name": "San Juan Sacatepéquez",
11643
+ "days": {
11644
+ "06-24": {
11645
+ "name": {
11646
+ "es": "San Juan Bautista"
11647
+ }
11648
+ }
11649
+ }
11650
+ },
11651
+ "111": {
11652
+ "name": "San Raimundo",
11653
+ "days": {
11654
+ "01-23": {
11655
+ "name": {
11656
+ "es": "San Raymundo Peñafort"
11657
+ }
11658
+ }
11659
+ }
11660
+ },
11661
+ "112": {
11662
+ "name": "San Pedro y San Pablo",
11663
+ "days": {
11664
+ "06-29": {
11665
+ "_name": "06-29"
11666
+ }
11667
+ }
11668
+ },
11669
+ "113": {
11670
+ "name": "Fraijanes",
11671
+ "days": {
11672
+ "02-02": {
11673
+ "name": {
11674
+ "es": "Virgen de la Candelaria y Sagrado Corazón de Jesús"
11675
+ }
11676
+ }
11677
+ }
11678
+ },
11679
+ "114": {
11680
+ "name": "Amatitlán",
11681
+ "days": {
11682
+ "05-03": {
11683
+ "name": {
11684
+ "es": "Santa Cruz"
11685
+ }
11686
+ }
11687
+ }
11688
+ },
11689
+ "115": {
11690
+ "name": "Villa Nueva",
11691
+ "days": {
11692
+ "12-08": {
11693
+ "_name": "12-08"
11694
+ }
11695
+ }
11696
+ },
11697
+ "116": {
11698
+ "name": "Villa Canales",
11699
+ "days": {
11700
+ "03-25": {
11701
+ "name": {
11702
+ "es": "San José Obrero"
11703
+ }
11704
+ }
11705
+ }
11706
+ },
11707
+ "117": {
11708
+ "name": "San Miguel Petapa",
11709
+ "days": {
11710
+ "09-29": {
11711
+ "name": {
11712
+ "es": "San Miguel Arcángel"
11713
+ }
11714
+ }
11715
+ }
11716
+ }
11717
+ }
11718
+ }
11490
11719
  }
11491
11720
  },
11492
11721
  "GU": {
@@ -26530,7 +26759,8 @@
26530
26759
  "uk": "Міжнародний жіночий день",
26531
26760
  "vi": "Quốc tế Phụ nữ",
26532
26761
  "zh": "国际妇女节",
26533
- "ti": "መዓልቲ ኣነስቲ"
26762
+ "ti": "መዓልቲ ኣነስቲ",
26763
+ "es": "Día de la Mujer"
26534
26764
  }
26535
26765
  },
26536
26766
  "03-19": {
@@ -26568,7 +26798,7 @@
26568
26798
  "da": "1. maj",
26569
26799
  "de": "Tag der Arbeit",
26570
26800
  "el": "Εργατική Πρωτομαγιά",
26571
- "es": "Día del trabajador",
26801
+ "es": "Día del Trabajador",
26572
26802
  "et": "kevadpüha",
26573
26803
  "fi": "Vappu",
26574
26804
  "fil": "Araw ng mga Manggagawa",
@@ -27551,7 +27781,8 @@
27551
27781
  "pt": "Dia dos Pais",
27552
27782
  "no": "Farsdag",
27553
27783
  "sv": "Fars dag",
27554
- "vi": "Ngày của cha"
27784
+ "vi": "Ngày của cha",
27785
+ "es": "Día del Padre"
27555
27786
  }
27556
27787
  },
27557
27788
  "Independence Day": {
package/data/names.yaml CHANGED
@@ -135,6 +135,7 @@ names:
135
135
  vi: Quốc tế Phụ nữ
136
136
  zh: 国际妇女节
137
137
  ti: መዓልቲ ኣነስቲ
138
+ es: Día de la Mujer
138
139
  03-19:
139
140
  name:
140
141
  en: Saint Joseph
@@ -166,7 +167,7 @@ names:
166
167
  da: 1. maj
167
168
  de: Tag der Arbeit
168
169
  el: Εργατική Πρωτομαγιά
169
- es: Día del trabajador
170
+ es: Día del Trabajador
170
171
  et: kevadpüha
171
172
  fi: Vappu
172
173
  fil: Araw ng mga Manggagawa
@@ -1049,6 +1050,7 @@ names:
1049
1050
  no: Farsdag
1050
1051
  sv: Fars dag
1051
1052
  vi: Ngày của cha
1053
+ es: Día del Padre
1052
1054
  Independence Day:
1053
1055
  name:
1054
1056
  en: Independence Day