date-holidays 3.24.3 → 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,29 @@
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
+
19
+ ## [3.24.4](https://github.com/commenthol/date-holidays/compare/3.24.3...3.24.4) (2025-06-12)
20
+
21
+ - fix(HK): yaml liniting [22b41c15](https://github.com/commenthol/date-holidays/commit/22b41c15a6c9fc603c9360f21c7a8ec6ceab162d)
22
+ - fix(SA): Correct Eid al-Fitr dates and update test fixtures [5aca765d](https://github.com/commenthol/date-holidays/commit/5aca765dab6bf20c2ae337223dcde6ec829a69e2)
23
+ - feat(AR): Add one-off holidays [8cbd51b3](https://github.com/commenthol/date-holidays/commit/8cbd51b3a687f53badd4a96165af437ce1d425b9)
24
+ - fix(JP):Changed from Noel to Christmas [116d3dcf](https://github.com/commenthol/date-holidays/commit/116d3dcf9bc97c5e5fccc63c68a85541d1a114f4)
25
+ - fix(HK): Fix Hong Kong holidays [9ec080c4](https://github.com/commenthol/date-holidays/commit/9ec080c4ce68e0d6b77e53b6444345bcc0cdc70d)
26
+
3
27
  ## [3.24.3](https://github.com/commenthol/date-holidays/compare/3.24.2...3.24.3) (2025-05-12)
4
28
 
5
29
  - fix(VA): new pope leo xiv [c01eb7d3](https://github.com/commenthol/date-holidays/commit/c01eb7d3123d52080f877fb986b3f2832609a383)
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
@@ -25,21 +25,6 @@ holidays:
25
25
  days:
26
26
  01-01:
27
27
  _name: 01-01
28
- # @source https://www.argentina.gob.ar/normativa/nacional/ley-26840-207258/texto
29
- "2013-01-31":
30
- name:
31
- en: Bicentennial of the Assembly of the Year XIII
32
- es: Bicentenario de la Asamblea General Constituyente de 1813
33
- # @source https://www.argentina.gob.ar/normativa/nacional/ley-26837-207405/texto
34
- "2013-02-20":
35
- name:
36
- en: Bicentennial of the Battle of Salta
37
- es: Bicentenario de la Batalla de Salta
38
- # @source https://www.argentina.gob.ar/normativa/nacional/ley-26721-191835/texto
39
- "2012-02-27":
40
- name:
41
- en: Bicentennial of the Creation and First Oath of Allegiance to the Argentine Flag
42
- es: Bicentenario de la creación y primera jura de la bandera argentina
43
28
  # Abolished in 1976
44
29
  # @source https://www.argentina.gob.ar/normativa/nacional/ley-21329-65453/texto
45
30
  # Reintroduced in 2010
@@ -99,16 +84,6 @@ holidays:
99
84
  - "2020-03-31"
100
85
  05-01:
101
86
  _name: 05-01
102
- # @source https://www.argentina.gob.ar/normativa/nacional/decreto-615-2010-166825/texto
103
- "2010-05-24":
104
- name:
105
- en: National Holiday for the Bicentennial of the May Revolution
106
- es: Feriado Nacional por el Bicentenario de la Revolución de Mayo
107
- # @source https://www.argentina.gob.ar/normativa/nacional/decreto-42-2022-360018/texto
108
- "2022-05-18":
109
- name:
110
- en: National Census 2022
111
- es: Censo Nacional 2022
112
87
  05-25:
113
88
  name:
114
89
  en: Day of the First National Government
@@ -217,11 +192,6 @@ holidays:
217
192
  enable:
218
193
  # @source https://www.argentina.gob.ar/normativa/nacional/decreto-521-2011-181754/texto
219
194
  - "2011-08-22"
220
- # @source https://www.argentina.gob.ar/normativa/nacional/ley-26763-201915/texto
221
- "2012-09-24":
222
- name:
223
- en: Bicentennial of the Battle of Tucumán
224
- es: Bicentenario de la Batalla de Tucumán
225
195
  # Abolished in 1976
226
196
  # @source https://www.argentina.gob.ar/normativa/nacional/ley-21329-65453/texto
227
197
  # Reintroduced in 1982
@@ -278,11 +248,6 @@ holidays:
278
248
  es: Día del Respeto a la Diversidad Cultural
279
249
  active:
280
250
  - from: "2017-01-24"
281
- # @source https://www.argentina.gob.ar/normativa/nacional/resoluci%C3%B3n-1159-2010-173748/texto
282
- "2010-10-27":
283
- name:
284
- en: National Census 2010
285
- es: Censo Nacional 2010
286
251
  # Introduced in 2010
287
252
  # @source https://www.argentina.gob.ar/normativa/nacional/decreto-1584-2010-174389/texto
288
253
  4th monday in November:
@@ -320,6 +285,63 @@ holidays:
320
285
  "12-31 12:00":
321
286
  _name: 12-31
322
287
  type: optional
288
+ # Special public holiday
289
+ # @source https://www.argentina.gob.ar/normativa/nacional/decreto-615-2010-166825/texto
290
+ "2010-05-24":
291
+ name:
292
+ en: National Holiday for the Bicentennial of the May Revolution
293
+ es: Feriado Nacional por el Bicentenario de la Revolución de Mayo
294
+ # @source https://www.argentina.gob.ar/normativa/nacional/ley-26721-191835/texto
295
+ "2012-02-27":
296
+ name:
297
+ en: Bicentennial of the Creation and First Oath of Allegiance to the Argentine Flag
298
+ es: Bicentenario de la creación y primera jura de la bandera argentina
299
+ # @source https://www.argentina.gob.ar/normativa/nacional/ley-26763-201915/texto
300
+ "2012-09-24":
301
+ name:
302
+ en: Bicentennial of the Battle of Tucumán
303
+ es: Bicentenario de la Batalla de Tucumán
304
+ # @source https://www.argentina.gob.ar/normativa/nacional/ley-26840-207258/texto
305
+ "2013-01-31":
306
+ name:
307
+ en: Bicentennial of the Assembly of the Year XIII
308
+ es: Bicentenario de la Asamblea General Constituyente de 1813
309
+ # @source https://www.argentina.gob.ar/normativa/nacional/ley-26837-207405/texto
310
+ "2013-02-20":
311
+ name:
312
+ en: Bicentennial of the Battle of Salta
313
+ es: Bicentenario de la Batalla de Salta
314
+ # @source https://www.argentina.gob.ar/normativa/nacional/decreto-842-2022-376857/texto
315
+ "2022-12-20":
316
+ name:
317
+ en: National Holiday for the World Football Champions in the FIFA World Cup QATAR 2022
318
+ es: Feriado Nacional de los Campeones Mundiales de Fútbol en la Copa Mundial de la FIFA CATAR 2022
319
+ # National Census
320
+ # @source https://www.argentina.gob.ar/normativa/nacional/ley-22307-202349
321
+ "1980-10-22":
322
+ name:
323
+ en: National Census 1980
324
+ es: Censo Nacional 1980
325
+ # @source https://www.argentina.gob.ar/normativa/nacional/decreto-788-1991-6092
326
+ "1991-05-15":
327
+ name:
328
+ en: National Census 1991
329
+ es: Censo Nacional 1991
330
+ # @source https://www.argentina.gob.ar/normativa/nacional/decreto-1154-2001-68781/texto
331
+ "2001-11-17":
332
+ name:
333
+ en: National Census 2001
334
+ es: Censo Nacional 2001
335
+ # @source https://www.argentina.gob.ar/normativa/nacional/resoluci%C3%B3n-1159-2010-173748/texto
336
+ "2010-10-27":
337
+ name:
338
+ en: National Census 2010
339
+ es: Censo Nacional 2010
340
+ # @source https://www.argentina.gob.ar/normativa/nacional/decreto-42-2022-360018/texto
341
+ "2022-05-18":
342
+ name:
343
+ en: National Census 2022
344
+ es: Censo Nacional 2022
323
345
  # Bridge holidays for tourism purpose (2011-2013)
324
346
  # @source https://www.argentina.gob.ar/normativa/nacional/decreto-1585-2010-174391/texto
325
347
  "2011-03-25":
@@ -393,7 +415,7 @@ holidays:
393
415
  "2022-12-09":
394
416
  _name: Bridge Day
395
417
  # Bridge holidays for tourism purpose (2023)
396
- # @source https://www.argentina.gob.ar/normativa/nacional/decreto-789-2021-356678/texto
418
+ # @source https://www.argentina.gob.ar/normativa/nacional/decreto-764-2022-375264/texto
397
419
  "2023-05-26":
398
420
  _name: Bridge Day
399
421
  "2023-06-19":
@@ -401,7 +423,7 @@ holidays:
401
423
  "2023-10-13":
402
424
  _name: Bridge Day
403
425
  # Bridge holidays for tourism purpose (2024)
404
- # @source https://www.boletinoficial.gob.ar/detalleAviso/primera/301434/20231229
426
+ # @source https://www.argentina.gob.ar/normativa/nacional/decreto-106-2023-395689/texto
405
427
  "2024-04-01":
406
428
  _name: Bridge Day
407
429
  "2024-06-21":
@@ -409,7 +431,7 @@ holidays:
409
431
  "2024-10-11":
410
432
  _name: Bridge Day
411
433
  # Non-working days for tourism purpose (2025)
412
- # @source https://www.boletinoficial.gob.ar/detalleAviso/primera/317188/20241121
434
+ # @source https://www.argentina.gob.ar/normativa/nacional/decreto-1027-2024-406417/texto
413
435
  "2025-05-02":
414
436
  _name: Bridge Day
415
437
  type: bank
@@ -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,12 +1,16 @@
1
1
  holidays:
2
2
  HK:
3
3
  # sources:
4
+ # - https://www.gov.hk/en/about/abouthk/holiday/2025.htm
5
+ # - https://www.gov.hk/en/about/abouthk/holiday/2024.htm
6
+ # - https://www.gov.hk/en/about/abouthk/holiday/2023.htm
4
7
  # - https://www.gov.hk/en/about/abouthk/holiday/2022.htm
5
8
  # - https://www.gov.hk/en/about/abouthk/holiday/2021.htm
6
9
  # - https://www.gov.hk/en/about/abouthk/holiday/2020.htm
7
10
  # - https://www.gov.hk/en/about/abouthk/holiday/2019.htm
8
11
  # - https://www.gov.hk/en/about/abouthk/holiday/2018.htm
9
12
  # - https://www.gov.hk/en/about/abouthk/holiday/2017.htm
13
+ # - https://www.gov.hk/en/about/abouthk/holiday/2016.htm
10
14
  names:
11
15
  zh: 香港
12
16
  en: Hong Kong
@@ -17,76 +21,135 @@ holidays:
17
21
  - Asia/Hong_Kong
18
22
  dayoff: sunday
19
23
  days:
20
- 01-01 and if Sunday then next Monday:
21
- substitute: true
22
- _name: 01-01
24
+ 01-01 not on Sunday:
23
25
  name:
26
+ en: The first day of January
24
27
  zh: 一月一日
25
- chinese 01-0-01 and if Saturday then next Tuesday:
28
+ substitutes 01-01 if Sunday then next Monday:
26
29
  name:
27
- en: Lunar New Year
30
+ en: The day following the first day of January
31
+ zh: 一月一日翌日
32
+ chinese 01-0-01 not on Sunday:
33
+ name:
34
+ en: Lunar New Year’s Day
28
35
  zh: 農曆年初一
29
- chinese 01-0-02 and if Saturday then next Monday:
36
+ chinese 01-0-02 not on Sunday:
30
37
  name:
31
- en: The second day of the Lunar New Year
38
+ en: The second day of Lunar New Year
32
39
  zh: 農曆年初二
33
- chinese 01-0-03 and if Saturday then next Monday:
40
+ chinese 01-0-03 not on Sunday:
34
41
  name:
35
- en: The third day of the Lunar New Year
42
+ en: The third day of Lunar New Year
36
43
  zh: 農曆年初三
37
- chinese 5-01 solarterm and if Sunday then next Monday:
44
+ substitutes chinese 01-0-01 if Sunday then next Wednesday:
45
+ name:
46
+ en: The fourth day of Lunar New Year
47
+ zh: 農曆年初四
48
+ substitutes chinese 01-0-02 if Sunday then next Tuesday:
49
+ name:
50
+ en: The fourth day of Lunar New Year
51
+ zh: 農曆年初四
52
+ substitutes chinese 01-0-03 if Sunday then next Monday:
38
53
  name:
39
- en: Qingming Festival
54
+ en: The fourth day of Lunar New Year
55
+ zh: 農曆年初四
56
+ chinese 5-01 solarterm not on Sunday:
57
+ name:
58
+ en: Ching Ming Festival
40
59
  zh: 清明節
60
+ substitutes chinese 5-01 solarterm if Sunday then next Monday:
61
+ name:
62
+ en: The day following Ching Ming Festival
63
+ zh: 清明節翌日
41
64
  easter -2:
42
- _name: easter -2
65
+ name:
66
+ en: Good Friday
67
+ zh: 耶穌受難節
43
68
  easter -1:
44
- _name: easter -1
45
- easter:
46
- _name: easter
69
+ name:
70
+ en: The day following Good Friday
71
+ zh: 耶穌受難節翌日
47
72
  easter 1:
48
- _name: easter 1
73
+ name:
74
+ en: Easter Monday
75
+ zh: 復活節星期一
49
76
  disable:
50
77
  # As the day following Ching Ming Festival and Easter Monday fall on the same day, the next following day that is not itself a general holiday will be observed as an additional general holiday.
51
78
  - "2021-04-05"
52
- enable:
53
- - "2021-04-06"
54
- 05-01 and if Sunday then next Monday:
55
- substitute: true
56
- _name: 05-01
57
- chinese 04-0-08 and if Sunday then next Monday:
79
+ # As the day following Ching Ming Festival and Easter Monday fall on the same day, the next following day that is not itself a general holiday will be observed as an additional general holiday.
80
+ "2021-04-06":
81
+ name:
82
+ en: The day following Easter Monday
83
+ zh: 復活節星期一翌日
84
+ 05-01 not on Sunday:
85
+ name:
86
+ en: Labour Day
87
+ zh: 勞動節
88
+ substitutes 05-01 if Sunday then next Monday:
89
+ name:
90
+ en: The day following Labour Day
91
+ zh: 勞動節翌日
92
+ chinese 04-0-08 not on Sunday:
58
93
  name:
59
94
  en: Birthday of the Buddha
60
95
  zh: 佛誕
61
- chinese 05-0-05:
96
+ substitutes chinese 04-0-08 if Sunday then next Monday:
62
97
  name:
63
- en: Dragon Boat Festival
64
- zh: 端午节
65
- 07-01 and if Sunday then next Monday:
66
- substitute: true
98
+ en: The day following Birthday of the Buddha
99
+ zh: 佛誕翌日
100
+ chinese 05-0-05 not on Sunday:
101
+ name:
102
+ en: Tuen Ng Festival
103
+ zh: 端午節
104
+ substitutes chinese 05-0-05 if Sunday then next Monday:
105
+ name:
106
+ en: The day following Tuen Ng Festival
107
+ zh: 端午節翌日
108
+ 07-01 not on Sunday:
67
109
  name:
68
110
  en: Hong Kong Special Administrative Region Establishment Day
69
111
  zh: 香港特別行政區成立紀念日
70
- chinese 08-0-16 and if Sunday then next Monday if is public holiday then next day omit Saturday, Sunday:
71
- substitute: true
112
+ substitutes 07-01 if Sunday then next Monday:
113
+ name:
114
+ en: The day following Hong Kong Special Administrative Region Establishment Day
115
+ zh: 香港特別行政區成立紀念日翌日
116
+ chinese 08-0-16 not on Sunday:
72
117
  name:
73
118
  en: The day following the Chinese Mid-Autumn Festival
74
119
  zh: 中秋節翌日
75
- 10-01 and if Sunday then next Monday:
76
- substitute: true
120
+ substitutes chinese 08-0-16 if Sunday then next Monday:
121
+ name:
122
+ en: The second day following the Chinese Mid-Autumn Festival
123
+ zh: 中秋節後第二日
124
+ 10-01 not on Sunday:
77
125
  name:
78
126
  en: National Day
79
127
  zh: 國慶日
80
- chinese 09-0-09 and if Sunday then next Monday:
81
- substitute: true
128
+ substitutes 10-01 if Sunday then next Monday:
129
+ name:
130
+ en: The day following National Day
131
+ zh: 國慶日翌日
132
+ chinese 09-0-09 not on Sunday:
82
133
  name:
83
134
  en: Chung Yeung Festival
84
- zh: 重阳节
85
- 12-25 and if Sunday then next Monday:
86
- substitute: true
87
- _name: 12-25
88
- 12-26 and if Sunday then next Monday if Monday then next Tuesday:
89
- substitute: true
135
+ zh: 重陽節
136
+ substitutes chinese 09-0-09 if Sunday then next Monday:
137
+ name:
138
+ en: The day following Chung Yeung Festival
139
+ zh: 重陽節翌日
140
+ 12-25 not on Sunday:
141
+ name:
142
+ en: Christmas Day
143
+ zh: 聖誕節
144
+ 12-26 not on Sunday:
145
+ name:
146
+ en: The first weekday after Christmas Day
147
+ zh: 聖誕節後第一個周日
148
+ substitutes 12-25 if Sunday then next Tuesday: # i.e. 12-25 on Sunday
149
+ name:
150
+ en: The second weekday after Christmas Day
151
+ zh: 聖誕節後第二個周日
152
+ substitutes 12-26 if Sunday then next Monday: # i.e. 12-25 on Saturday, 12-26 on Sunday
90
153
  name:
91
154
  en: The first weekday after Christmas Day
92
- zh: 圣诞节后的第一个工作日
155
+ zh: 聖誕節後第一個周日
@@ -1,6 +1,40 @@
1
- # @source https://www.hrsd.gov.sa/sites/default/files/2025-02/%D8%A7%D9%84%D9%84%D8%A7%D8%A6%D8%AD%D8%A9%20%D8%A7%D9%84%D8%AA%D9%86%D9%81%D9%8A%D8%B0%D9%8A%D8%A9%20%D9%84%D9%86%D8%B8%D8%A7%D9%85%20%D8%A7%D9%84%D8%B9%D9%85%D9%84%20%D9%88%D9%85%D9%84%D8%AD%D9%82%D8%A7%D8%AA%D9%87%D8%A7.pdf المادة (24)
1
+ # @source https://www.hrsd.gov.sa/sites/default/files/2025-02/%D8%A7%D9%84%D9%84%D8%A7%D8%A6%D8%AD%D8%A9%20%D8%A7%D9%84%D8%AA%D9%86%D9%81%D9%8A%D8%B0%D9%8A%D8%A9%20%D9%84%D9%86%D8%B8%D8%A7%D9%85%20%D8%A7%D9%84%D8%B9%D9%85%D9%84%20%D9%88%D9%85%D9%84%D8%AD%D9%82%D8%A7%D8%AA%D9%87%D8%A7.pdf
2
2
  # @attrib https://en.wikipedia.org/wiki/Saudi_Founding_Day
3
3
  # @attrib https://en.wikipedia.org/wiki/Saudi_National_Day
4
+ #
5
+ # Past Eid holiday dates for the private and non-profit sectors.
6
+ # Note: These are historical records for reference.
7
+ #
8
+ # 2021 Eid al-Fitr (from 2021-05-12 to 2021-05-15)
9
+ # @source https://al-ain.com/article/eid-al-fitr-2021-in-saudi-arabia
10
+ #
11
+ # 2021 Eid al-Adha (from 2021-07-19 to 2021-07-22)
12
+ # @source https://www.okaz.com.sa/news/local/2075063
13
+ #
14
+ # 2022 Eid al-Fitr (from 2022-05-01 to 2022-05-04)
15
+ # @source https://ajel.sa/local/human-resources-announces-eid-al-fitr-vacation-dates-for-the-private-and-non-profit-sectors
16
+ #
17
+ # 2022 Eid al-Adha (from 2022-07-08 to 2022-07-11)
18
+ # @source https://ajel.sa/thehour/eid-al-adha-holidays-2022-learn-about-the-bank-holiday-and-the-date-of-return-to-work
19
+ #
20
+ # 2023 Eid al-Fitr (from 2023-04-21 to 2023-04-24)
21
+ # @source https://ajel.sa/local/9pu448axfr
22
+ #
23
+ # 2023 Eid al-Adha (from 2023-06-27 to 2023-06-30)
24
+ # @source https://ajel.sa/local/siaxfw5hmo
25
+ #
26
+ # 2024 Eid al-Fitr (from 2024-04-09 to 2024-04-12)
27
+ # @source https://www.okaz.com.sa/news/local/2158038
28
+ #
29
+ # 2024 Eid al-Adha (from 2024-06-15 to 2024-06-18)
30
+ # @source https://sahmnews.com.sa/2024/06/09/%D8%A7%D9%84%D9%85%D9%88%D8%A7%D8%B1%D8%AF-%D8%A7%D9%84%D8%A8%D8%B4%D8%B1%D9%8A%D8%A9-%D8%A7%D9%84%D8%B3%D8%B9%D9%88%D8%AF%D9%8A%D8%A9-%D8%AA%D8%B9%D9%84%D9%86-%D9%85%D9%88%D8%B9%D8%AF-%D8%A5%D8%AC/
31
+ #
32
+ # 2025 Eid al-Fitr (from 2025-03-30 to 2025-04-02)
33
+ # @source https://sahmnews.com.sa/2025/03/11/%D8%A7%D9%84%D9%85%D9%88%D8%A7%D8%B1%D8%AF-%D8%A7%D9%84%D8%A8%D8%B4%D8%B1%D9%8A%D8%A9-%D8%AA%D8%B9%D9%84%D9%86-%D8%A5%D8%AC%D8%A7%D8%B2%D8%A9-%D8%B9%D9%8A%D8%AF-%D8%A7%D9%84%D9%81%D8%B7%D8%B1-%D9%84/
34
+ #
35
+ # 2025 Eid al-Adha (from 2025-06-05 to 2025-06-08)
36
+ # @source https://www.dostor.org/5096235
37
+
4
38
  holidays:
5
39
  SA:
6
40
  names:
@@ -21,7 +55,7 @@ holidays:
21
55
  name:
22
56
  ar: "اليوم الوطني"
23
57
  en: National Day
24
- 29 Ramadan P4D:
58
+ 30 Ramadan P4D:
25
59
  _name: 1 Shawwal
26
60
  9 Dhu al-Hijjah P4D:
27
61
  _name: 10 Dhu al-Hijjah