date-holidays 3.30.2 → 3.33.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 +24 -0
- package/LICENSE +7 -7
- package/README.md +3 -0
- package/data/countries/0.yaml +1 -1
- package/data/countries/AT.yaml +1 -1
- package/data/countries/BR.yaml +62 -10
- package/data/countries/CA.yaml +1 -1
- package/data/countries/CH.yaml +1 -1
- package/data/countries/CO.yaml +5 -0
- package/data/countries/DE.yaml +1 -1
- package/data/countries/DK.yaml +6 -3
- package/data/countries/ES.yaml +1 -1
- package/data/countries/GB.yaml +7 -8
- package/data/countries/IT.yaml +1 -1
- package/data/countries/NA.yaml +2 -2
- package/data/countries/PY.yaml +5 -0
- package/data/countries/RU.yaml +1 -1
- package/data/holidays.json +216 -126
- package/data/names.yaml +3 -3
- 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 +216 -126
- package/package.json +21 -20
- package/src/data.js +216 -126
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.33.0](https://github.com/commenthol/date-holidays/compare/3.32.0...3.33.0) (2026-07-11)
|
|
4
|
+
|
|
5
|
+
- fix(BR): fix source for holiday in Espírito Santo [0c83b026](https://github.com/commenthol/date-holidays/commit/0c83b026ebaec5373de1c605f7dfeda4a9b8cb33)
|
|
6
|
+
- feat(PY): Add a new holiday for Paraguay in 2026 to recognize the historic victory of the Paraguayan national football team over Germany. [b2af84ea](https://github.com/commenthol/date-holidays/commit/b2af84eae673562a1ad6e0367c5f387b72d44437)
|
|
7
|
+
- chore(tstyche): disable tstyche test as it fails CI [e42ca3b0](https://github.com/commenthol/date-holidays/commit/e42ca3b0a9845dc6be451dc0579ef945b6e1ffdb)
|
|
8
|
+
- fix(DK): use formal Danish holiday names and optimize observance notes [5887c5d0](https://github.com/commenthol/date-holidays/commit/5887c5d0264c505c010e43dd97e56672aafc5be0)
|
|
9
|
+
- feat(BR): add Espírito Santo and Goiás state holidays [0b875d25](https://github.com/commenthol/date-holidays/commit/0b875d25d29804cea6eb1b4175e78ed4d3f3e9ce)
|
|
10
|
+
|
|
11
|
+
## [3.32.0](https://github.com/commenthol/date-holidays/compare/3.31.0...3.32.0) (2026-06-28)
|
|
12
|
+
|
|
13
|
+
- chore(github-actions): add node@26 and pin actions to hash commits [55232316](https://github.com/commenthol/date-holidays/commit/552323166e32fd473bfeb1ba09be068b47b55cdb)
|
|
14
|
+
- fix(CO): fix yaml linter issue [fc1f97f2](https://github.com/commenthol/date-holidays/commit/fc1f97f2b987c5f51d87d53407d58d53ee5236b6)
|
|
15
|
+
- fix(NA): update holiday source URL and correct name for December 26 [d3a11e43](https://github.com/commenthol/date-holidays/commit/d3a11e4381b0d549315b149388adeb1135b79c5b)
|
|
16
|
+
- feat(CO): Add new colombian holiday monday after 07-09 [baf3e801](https://github.com/commenthol/date-holidays/commit/baf3e80175bec4d21f9528dd3168d157d3569790)
|
|
17
|
+
- chore(GB): update fixtures [8660a541](https://github.com/commenthol/date-holidays/commit/8660a541c4a743fdcc983fadc6f95345f0ecd013)
|
|
18
|
+
- fix(GB): remove dead gov.gg source URL [2331a5c3](https://github.com/commenthol/date-holidays/commit/2331a5c3a0cd77e5066acad79ef96a23e663d6ab)
|
|
19
|
+
- fix(GB): align names with GOV.UK sources [03a324b3](https://github.com/commenthol/date-holidays/commit/03a324b3006198dd0c2f081b967d005842e8e87b)
|
|
20
|
+
- chore(GB): hormonize regions format [40ce8737](https://github.com/commenthol/date-holidays/commit/40ce87371bf421daaff13ed432814b05e27c5296)
|
|
21
|
+
|
|
22
|
+
## [3.31.0](https://github.com/commenthol/date-holidays/compare/3.30.2...3.31.0) (2026-06-21)
|
|
23
|
+
|
|
24
|
+
- feat(BR): add bank holidays for Carnival and Corpus Christi [e3c6fd82](https://github.com/commenthol/date-holidays/commit/e3c6fd829b53ab6a38c4e1bd6c0b06ed45635ccc)
|
|
25
|
+
- chore: replace mobile Wikipedia URLs with universal ones [69726b93](https://github.com/commenthol/date-holidays/commit/69726b9309be226c2148f7976fa4485cead0f2b9)
|
|
26
|
+
|
|
3
27
|
## [3.30.2](https://github.com/commenthol/date-holidays/compare/3.30.1...3.30.2) (2026-05-26)
|
|
4
28
|
|
|
5
29
|
- fix(AT): set Easter and Pentecost Sundays to observance [b28c6207](https://github.com/commenthol/date-holidays/commit/b28c6207f2cf9bf1c181961eea8b98011685e2ff)
|
package/LICENSE
CHANGED
|
@@ -33,16 +33,16 @@ CC BY-SA 3.0 Attributions
|
|
|
33
33
|
|
|
34
34
|
https://cs.wikipedia.org/wiki/St%C3%A1tn%C3%AD_sv%C3%A1tky_Slovenska
|
|
35
35
|
https://da.wikipedia.org/wiki/Danske_helligdage
|
|
36
|
-
https://de.
|
|
37
|
-
https://de.
|
|
38
|
-
https://de.m.wikipedia.org/wiki/Feiertage_in_Italien
|
|
39
|
-
https://de.m.wikipedia.org/wiki/Feiertage_in_der_Schweiz
|
|
40
|
-
https://de.m.wikipedia.org/wiki/Kanada#Feiertage
|
|
36
|
+
https://de.wikipedia.org/wiki/Feiertage_in_%C3%96sterreich
|
|
37
|
+
https://de.wikipedia.org/wiki/Feiertage_in_Deutschland
|
|
41
38
|
https://de.wikipedia.org/wiki/Feiertage_in_Island
|
|
39
|
+
https://de.wikipedia.org/wiki/Feiertage_in_Italien
|
|
42
40
|
https://de.wikipedia.org/wiki/Feiertage_in_Liechtenstein#Gesetzliche_Feiertage
|
|
43
41
|
https://de.wikipedia.org/wiki/Feiertage_in_Polen
|
|
44
42
|
https://de.wikipedia.org/wiki/Feiertage_in_Rum%C3%A4nien
|
|
45
43
|
https://de.wikipedia.org/wiki/Feiertage_in_Schweden
|
|
44
|
+
https://de.wikipedia.org/wiki/Feiertage_in_der_Schweiz
|
|
45
|
+
https://de.wikipedia.org/wiki/Kanada#Feiertage
|
|
46
46
|
https://de.wikipedia.org/wiki/Portugal#Feiertage
|
|
47
47
|
https://el.wikipedia.org/wiki/Επίσημες_αργίες_στην_Ελλάδα
|
|
48
48
|
https://en.wikipedia.org/wiki/2023_Singaporean_presidential_election
|
|
@@ -173,9 +173,9 @@ https://en.wikipedia.org/wiki/Suriname#National_holidays
|
|
|
173
173
|
https://en.wikipedia.org/wiki/Vesak
|
|
174
174
|
https://en.wikipedia.org/wiki/Vesak#Dates_of_observance
|
|
175
175
|
https://en.wikipedia.org/wiki/Washington%27s_Birthday
|
|
176
|
-
https://es.m.wikipedia.org/wiki/Calendario_laboral
|
|
177
176
|
https://es.wikipedia.org/wiki/Anexo:Dís_festivos_en_Colombia
|
|
178
177
|
https://es.wikipedia.org/wiki/Anexo:Festividades_y_celebraciones#Panam.C3.A1
|
|
178
|
+
https://es.wikipedia.org/wiki/Calendario_laboral
|
|
179
179
|
https://es.wikipedia.org/wiki/Guinea_Ecuatorial
|
|
180
180
|
https://fr.wikipedia.org/wiki/B%C3%A9nin#F%C3%AAtes_et_jours_f%C3%A9ri%C3%A9s
|
|
181
181
|
https://fr.wikipedia.org/wiki/Burkina_Faso#F%C3%AAtes_et_jours_f%C3%A9ri%C3%A9s
|
|
@@ -224,7 +224,7 @@ https://pt.wikipedia.org/wiki/Feriados_no_Brasil
|
|
|
224
224
|
https://pt.wikipedia.org/wiki/Mo%C3%A7ambique#Feriados
|
|
225
225
|
https://ro.wikipedia.org/wiki/Republica_Moldova
|
|
226
226
|
https://ro.wikipedia.org/wiki/Ziua_vinului_(Republica_Moldova)
|
|
227
|
-
https://ru.
|
|
227
|
+
https://ru.wikipedia.org/wiki/%D0%9F%D1%80%D0%B0%D0%B7%D0%B4%D0%BD%D0%B8%D0%BA%D0%B8_%D0%A0%D0%BE%D1%81%D1%81%D0%B8%D0%B8
|
|
228
228
|
https://sv.wikipedia.org/wiki/Helgdagar_i_Sverige
|
|
229
229
|
https://sv.wikipedia.org/wiki/Sveriges_nationaldag#Svenska_flaggans_dag
|
|
230
230
|
https://ur.wikipedia.org/wiki/%D8%AA%D8%B9%D8%B7%DB%8C%D9%84%D8%A7%D8%AA_%D9%BE%D8%A7%DA%A9%D8%B3%D8%AA%D8%A7%D9%86
|
package/README.md
CHANGED
package/data/countries/0.yaml
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# @license CC-BY-SA-3
|
|
4
4
|
#
|
|
5
5
|
# For country codes check:
|
|
6
|
-
# <https://en.
|
|
6
|
+
# <https://en.wikipedia.org/wiki/List_of_Internet_top-level_domains#Country_code_top-level_domains>
|
|
7
7
|
#
|
|
8
8
|
# For country codes / divisions / subdivisions - ISO 3166-2:
|
|
9
9
|
# <http://www.unicode.org/cldr/charts/30/supplemental/territory_subdivisions.html>
|
package/data/countries/AT.yaml
CHANGED
package/data/countries/BR.yaml
CHANGED
|
@@ -32,7 +32,27 @@ holidays:
|
|
|
32
32
|
name:
|
|
33
33
|
pt: Dia de Tiradentes
|
|
34
34
|
en: Tiradentes' Day
|
|
35
|
-
easter -50
|
|
35
|
+
easter -50 PT48H:
|
|
36
|
+
name:
|
|
37
|
+
pt: Carnaval
|
|
38
|
+
en: Carnival
|
|
39
|
+
type: optional
|
|
40
|
+
# Carnival Monday & Tuesday — national bank holidays (banks closed) per
|
|
41
|
+
# Resolução CMN nº 4.880, art. 6. Modeled as two separate days because
|
|
42
|
+
# Carnival Tuesday is also a state public holiday in Rio de Janeiro
|
|
43
|
+
# (states.RJ, easter -47), which overrides this national entry.
|
|
44
|
+
# @source https://www.bcb.gov.br/estabilidadefinanceira/exibenormativo?tipo=Resolu%C3%A7%C3%A3o%20CMN&numero=4880
|
|
45
|
+
easter -48:
|
|
46
|
+
name:
|
|
47
|
+
pt: Carnaval
|
|
48
|
+
en: Carnival
|
|
49
|
+
type: bank
|
|
50
|
+
easter -47:
|
|
51
|
+
name:
|
|
52
|
+
pt: Carnaval
|
|
53
|
+
en: Carnival
|
|
54
|
+
type: bank
|
|
55
|
+
easter -46 PT14H:
|
|
36
56
|
name:
|
|
37
57
|
pt: Carnaval
|
|
38
58
|
en: Carnival
|
|
@@ -47,9 +67,10 @@ holidays:
|
|
|
47
67
|
2nd sunday in May:
|
|
48
68
|
_name: Mothers Day
|
|
49
69
|
type: observance
|
|
70
|
+
# @source https://www.bcb.gov.br/estabilidadefinanceira/exibenormativo?tipo=Resolu%C3%A7%C3%A3o%20CMN&numero=4880
|
|
50
71
|
easter 60:
|
|
51
72
|
_name: easter 60
|
|
52
|
-
type:
|
|
73
|
+
type: bank
|
|
53
74
|
06-12:
|
|
54
75
|
name:
|
|
55
76
|
pt: Dia dos Namorados
|
|
@@ -209,14 +230,45 @@ holidays:
|
|
|
209
230
|
type: public
|
|
210
231
|
active:
|
|
211
232
|
- from: 1995-12-04
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
233
|
+
ES:
|
|
234
|
+
name: Espírito Santo
|
|
235
|
+
# Data Magna do Estado: feriado estadual desde a Lei 11.010/2019.
|
|
236
|
+
# @source https://g1.globo.com/es/espirito-santo/noticia/2025/04/26/saiba-o-que-funciona-e-nao-funciona-no-feriado-de-nossa-senhora-da-penha-no-es.ghtml
|
|
237
|
+
zones:
|
|
238
|
+
- America/Sao_Paulo
|
|
239
|
+
days:
|
|
240
|
+
# "segunda-feira, oito dias depois do domingo de Páscoa"
|
|
241
|
+
easter 8:
|
|
242
|
+
name:
|
|
243
|
+
pt: Dia de Nossa Senhora da Penha
|
|
244
|
+
type: public
|
|
245
|
+
active:
|
|
246
|
+
- from: 2019-07-04
|
|
247
|
+
GO:
|
|
248
|
+
name: Goiás
|
|
249
|
+
sources:
|
|
250
|
+
- https://legisla.casacivil.go.gov.br/pesquisa_legislacao/100979/lei-20756
|
|
251
|
+
zones:
|
|
252
|
+
- America/Sao_Paulo
|
|
253
|
+
days:
|
|
254
|
+
07-26:
|
|
255
|
+
name:
|
|
256
|
+
pt: Fundação da Cidade de Goiás
|
|
257
|
+
10-24:
|
|
258
|
+
name:
|
|
259
|
+
pt: Lançamento da pedra fundamental de Goiânia
|
|
260
|
+
regions:
|
|
261
|
+
GOIANIA:
|
|
262
|
+
name: Goiânia
|
|
263
|
+
# Padroeira de Goiânia, feriado municipal pela Lei 701/1956.
|
|
264
|
+
# @source https://goias.gov.br/juceg/feriado-municipal-devido-ao-dia-de-nossa-senhora-auxiliadora-padroeira-do-municipio-de-goiania/
|
|
265
|
+
days:
|
|
266
|
+
05-24:
|
|
267
|
+
name:
|
|
268
|
+
pt: Nossa Senhora Auxiliadora
|
|
269
|
+
type: public
|
|
270
|
+
active:
|
|
271
|
+
- from: 1956-08-30
|
|
220
272
|
MA:
|
|
221
273
|
name: Maranhão
|
|
222
274
|
zones:
|
package/data/countries/CA.yaml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
holidays:
|
|
2
|
-
# @attrib https://de.
|
|
2
|
+
# @attrib https://de.wikipedia.org/wiki/Kanada#Feiertage
|
|
3
3
|
# @attrib https://en.wikipedia.org/wiki/Public_holidays_in_Canada
|
|
4
4
|
# @source http://manpages.ubuntu.com/manpages/wily/man3/DateTime::TimeZone::Catalog.3pm.html
|
|
5
5
|
# @source https://educaloi.qc.ca/en/capsules/public-holidays/
|
package/data/countries/CH.yaml
CHANGED
|
@@ -3,7 +3,7 @@ holidays:
|
|
|
3
3
|
# @source https://www.ch.ch/de/ferien-und-feiertage/
|
|
4
4
|
# @source https://www.ejpd.admin.ch/dam/data/bj/publiservice/service/zivilprozessrecht/kant-feiertage.pdf
|
|
5
5
|
# @attrib https://fr.wikipedia.org/wiki/Jours_f%C3%A9ri%C3%A9s_en_Suisse
|
|
6
|
-
# @attrib https://de.
|
|
6
|
+
# @attrib https://de.wikipedia.org/wiki/Feiertage_in_der_Schweiz
|
|
7
7
|
# @source https://fr.wikipedia.org/wiki/Berchtoldstag
|
|
8
8
|
CH:
|
|
9
9
|
names:
|
package/data/countries/CO.yaml
CHANGED
|
@@ -37,6 +37,11 @@ holidays:
|
|
|
37
37
|
en: Sacred Heart
|
|
38
38
|
monday after 06-29:
|
|
39
39
|
_name: 06-29
|
|
40
|
+
# @source https://lector.ramajudicial.gov.co/SIDN/NORMATIVA/TEXTOS_COMPLETOS/7_LEYES/LEYES%202026/Ley%202578%20de%202026.pdf
|
|
41
|
+
monday after 07-09 since 2026:
|
|
42
|
+
name:
|
|
43
|
+
es: La virgen de Chiquinquirá
|
|
44
|
+
en: Virgin of Chiquinquirá
|
|
40
45
|
07-20:
|
|
41
46
|
_name: Independence Day
|
|
42
47
|
08-07:
|
package/data/countries/DE.yaml
CHANGED
package/data/countries/DK.yaml
CHANGED
|
@@ -34,14 +34,16 @@ holidays:
|
|
|
34
34
|
05-01:
|
|
35
35
|
_name: 05-01
|
|
36
36
|
type: observance
|
|
37
|
-
note:
|
|
37
|
+
note: Not a public holiday; full day off for blue collar workers only
|
|
38
|
+
# @source https://cphpost.dk/2025-05-01/life-in-denmark/what-happens-on-the-1st-of-may/
|
|
38
39
|
2nd sunday in May:
|
|
39
40
|
_name: Mothers Day
|
|
40
41
|
type: observance
|
|
41
42
|
06-05:
|
|
42
43
|
_name: Constitution Day
|
|
43
44
|
type: observance
|
|
44
|
-
note:
|
|
45
|
+
note: Not a public holiday; shops closed by law
|
|
46
|
+
# @source https://www.retsinformation.dk/eli/lta/2019/515
|
|
45
47
|
easter 49:
|
|
46
48
|
_name: easter 49
|
|
47
49
|
easter 50:
|
|
@@ -49,7 +51,8 @@ holidays:
|
|
|
49
51
|
12-24:
|
|
50
52
|
_name: 12-24
|
|
51
53
|
type: observance
|
|
52
|
-
note:
|
|
54
|
+
note: Not a public holiday; shops closed by law
|
|
55
|
+
# @source https://www.retsinformation.dk/eli/lta/2019/515
|
|
53
56
|
12-25:
|
|
54
57
|
_name: 12-25
|
|
55
58
|
12-26:
|
package/data/countries/ES.yaml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
holidays:
|
|
2
|
-
# @attrib https://es.
|
|
2
|
+
# @attrib https://es.wikipedia.org/wiki/Calendario_laboral
|
|
3
3
|
# @source https://www.boe.es/boe/dias/2018/10/20/pdfs/BOE-A-2018-14369.pdf (2019)
|
|
4
4
|
# @source https://www.boe.es/boe/dias/2019/10/11/pdfs/BOE-A-2019-14552.pdf (2020)
|
|
5
5
|
# @source https://www.boe.es/boe/dias/2020/11/02/pdfs/BOE-A-2020-13343.pdf (2021)
|
package/data/countries/GB.yaml
CHANGED
|
@@ -64,7 +64,6 @@ holidays:
|
|
|
64
64
|
name:
|
|
65
65
|
en: Queen’s Platinum Jubilee
|
|
66
66
|
# @source https://www.gov.uk/government/news/bank-holiday-announced-for-her-majesty-queen-elizabeth-iis-state-funeral-on-monday-19-september
|
|
67
|
-
# @source https://gov.gg/monarch
|
|
68
67
|
"2022-09-19":
|
|
69
68
|
name:
|
|
70
69
|
en: Queen Elizabeth's Funeral Day
|
|
@@ -402,26 +401,26 @@ holidays:
|
|
|
402
401
|
days:
|
|
403
402
|
03-17:
|
|
404
403
|
name:
|
|
405
|
-
en: "St Patrick
|
|
404
|
+
en: "St Patrick’s Day"
|
|
406
405
|
substitutes 03-17 if saturday then next monday:
|
|
407
406
|
substitute: true
|
|
408
407
|
name:
|
|
409
|
-
en: "St Patrick
|
|
408
|
+
en: "St Patrick’s Day"
|
|
410
409
|
substitutes 03-17 if sunday then next monday:
|
|
411
410
|
substitute: true
|
|
412
411
|
name:
|
|
413
|
-
en: "St Patrick
|
|
412
|
+
en: "St Patrick’s Day"
|
|
414
413
|
07-12:
|
|
415
414
|
name:
|
|
416
|
-
en: "Battle of the Boyne
|
|
415
|
+
en: "Battle of the Boyne (Orangemen’s Day)"
|
|
417
416
|
substitutes 07-12 if saturday then next monday:
|
|
418
417
|
substitute: true
|
|
419
418
|
name:
|
|
420
|
-
en: Battle of the Boyne
|
|
419
|
+
en: "Battle of the Boyne (Orangemen’s Day)"
|
|
421
420
|
substitutes 07-12 if sunday then next monday:
|
|
422
421
|
substitute: true
|
|
423
422
|
name:
|
|
424
|
-
en: Battle of the Boyne
|
|
423
|
+
en: "Battle of the Boyne (Orangemen’s Day)"
|
|
425
424
|
1st monday before 09-01:
|
|
426
425
|
name:
|
|
427
426
|
en: Summer bank holiday
|
|
@@ -552,7 +551,7 @@ holidays:
|
|
|
552
551
|
1st monday before 09-01:
|
|
553
552
|
name:
|
|
554
553
|
en: Summer bank holiday
|
|
555
|
-
regions:
|
|
554
|
+
# regions:
|
|
556
555
|
# AGY:
|
|
557
556
|
# name: Anglesey
|
|
558
557
|
# BGE:
|
package/data/countries/IT.yaml
CHANGED
package/data/countries/NA.yaml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
holidays:
|
|
2
2
|
# @attrib https://en.wikipedia.org/wiki/Public_holidays_in_Namibia
|
|
3
|
-
# @source
|
|
3
|
+
# @source https://www.un.int/namibia/namibia/national-holidays
|
|
4
4
|
NA:
|
|
5
5
|
names:
|
|
6
6
|
en: Namibia
|
|
@@ -58,6 +58,6 @@ holidays:
|
|
|
58
58
|
12-26:
|
|
59
59
|
_name: 12-26
|
|
60
60
|
name:
|
|
61
|
-
en: Day
|
|
61
|
+
en: Family Day
|
|
62
62
|
substitutes 12-26 if sunday then next monday:
|
|
63
63
|
name: Public Holiday
|
package/data/countries/PY.yaml
CHANGED
|
@@ -72,3 +72,8 @@ holidays:
|
|
|
72
72
|
12-31:
|
|
73
73
|
_name: 12-31
|
|
74
74
|
type: bank
|
|
75
|
+
# @source https://as.com/futbol/mundial/festivo-nacional-en-paraguay-tras-eliminar-a-alemania-f202606-n/
|
|
76
|
+
2026-06-30:
|
|
77
|
+
name:
|
|
78
|
+
en: Recognition of the historic victory of the Paraguayan national football team over Germany
|
|
79
|
+
es: Reconocimiento al histórico triunfo de la Selección Paraguaya de Fútbol frente a Alemania
|
package/data/countries/RU.yaml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
holidays:
|
|
2
2
|
# @attrib https://en.wikipedia.org/wiki/Public_holidays_in_Russia
|
|
3
|
-
# @attrib https://ru.
|
|
3
|
+
# @attrib https://ru.wikipedia.org/wiki/%D0%9F%D1%80%D0%B0%D0%B7%D0%B4%D0%BD%D0%B8%D0%BA%D0%B8_%D0%A0%D0%BE%D1%81%D1%81%D0%B8%D0%B8
|
|
4
4
|
# @source http://government.ru/docs/43282/
|
|
5
5
|
RU:
|
|
6
6
|
names:
|