Skip to content

Commit

Permalink
Merge pull request #32 from pazguille/master
Browse files Browse the repository at this point in the history
Se agregan los feriados 2021.
  • Loading branch information
pjnovas authored Nov 28, 2020
2 parents 9bfd834 + 992b5d5 commit 143cb8a
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/data/holidays.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import h2017 from './holidays/2017.json';
import h2018 from './holidays/2018.json';
import h2019 from './holidays/2019.json';
import h2020 from './holidays/2020.json';
import h2021 from './holidays/2021.json';

export default {
ref,
Expand All @@ -25,5 +26,6 @@ export default {
h2017,
h2018,
h2019,
h2020
h2020,
h2021,
}
50 changes: 50 additions & 0 deletions lib/data/holidays/2021.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
[{
"mes": "enero",
"01": "año-nuevo"
},{
"mes": "febrero",
"15,16": "carnaval"
},{
"mes": "marzo",
"24": "memoria-verdad-justicia",
"28,29,30,31": "pascuas-judias"
},{
"mes": "abril",
"01": "jueves-santo",
"02": ["viernes-santo", "veteranos-malvinas"],
"01,02,03,04": "pascuas-judias",
"24": "armenia"
},{
"mes": "mayo",
"01": "trabajador",
"24": ["fiesta-ayuno-ramadan", "puente-turistico"],
"25": "revolucion-mayo"
},{
"mes": "junio",
"20": "belgrano",
"21": "martin-guemes"
},{
"mes": "julio",
"09": "independencia",
"31": "fiesta-sacrificio"
},{
"mes": "agosto",
"16": "san-martin",
"20": "año-nuevo-islamico"
},{
"mes": "septiembre",
"19,20": "año-nuevo-judio",
"28": "dia-perdon-judio"
},{
"mes": "octubre",
"08": "puente-turistico",
"11": "diversidad"
},{
"mes": "noviembre",
"20": "soberania-nacional",
"22": "puente-turistico"
},{
"mes": "diciembre",
"08": "inmaculada-maria",
"25": "navidad"
}]

0 comments on commit 143cb8a

Please sign in to comment.