-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Se agregan los feriados 2022 * fix 30 de julio Co-authored-by: dotcomlatam <[email protected]>
- Loading branch information
1 parent
8996d0c
commit 6d67b16
Showing
2 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
}] |