Skip to content

Commit

Permalink
Se agregan los feriados 2022 (#38)
Browse files Browse the repository at this point in the history
* Se agregan los feriados 2022

* fix 30 de julio

Co-authored-by: dotcomlatam <[email protected]>
  • Loading branch information
esavionek and dotcomlatam authored Jan 4, 2022
1 parent 8996d0c commit 6d67b16
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/data/holidays.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import h2018 from './holidays/2018.json';
import h2019 from './holidays/2019.json';
import h2020 from './holidays/2020.json';
import h2021 from './holidays/2021.json';
import h2022 from './holidays/2022.json';

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

0 comments on commit 6d67b16

Please sign in to comment.