Skip to content

Commit

Permalink
Agregados feriados 2023 (fuente: https://www.argentina.gob.ar/interio…
Browse files Browse the repository at this point in the history
  • Loading branch information
pbendersky authored Dec 15, 2022
1 parent 6d67b16 commit 03ef097
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 @@ -13,6 +13,7 @@ import h2019 from './holidays/2019.json';
import h2020 from './holidays/2020.json';
import h2021 from './holidays/2021.json';
import h2022 from './holidays/2022.json';
import h2023 from './holidays/2023.json';

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

0 comments on commit 03ef097

Please sign in to comment.