-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now it's easier for everyone to help, to create a holiday just add it to the patterns of this json.
- Loading branch information
Showing
1 changed file
with
54 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{ | ||
"fixed_holidays": [ | ||
{ | ||
"name": "Ano Novo", | ||
"date": "01/01", | ||
"type": "Feriado Nacional" | ||
}, | ||
{ | ||
"name": "Tiradentes", | ||
"date": "21/04", | ||
"type": "Feriado Nacional" | ||
}, | ||
{ | ||
"name": "Dia do Trabalho", | ||
"date": "01/05", | ||
"type": "Feriado Nacional" | ||
}, | ||
{ | ||
"name": "Independência do Brasil", | ||
"date": "07/09", | ||
"type": "Feriado Nacional" | ||
}, | ||
{ | ||
"name": "Nossa Senhora Aparecida", | ||
"date": "12/10", | ||
"type": "Feriado Nacional" | ||
}, | ||
{ | ||
"name": "Finados", | ||
"date": "02/11", | ||
"type": "Feriado Nacional" | ||
}, | ||
{ | ||
"name": "Proclamação da República", | ||
"date": "15/11", | ||
"type": "Feriado Nacional" | ||
}, | ||
{ | ||
"name": "Véspera de Natal", | ||
"date": "24/12", | ||
"type": "Dia Comum" | ||
}, | ||
{ | ||
"name": "Natal", | ||
"date": "25/12", | ||
"type": "Feriado Nacional" | ||
}, | ||
{ | ||
"name": "Véspera de Ano Novo", | ||
"date": "31/12", | ||
"type": "Dia Comum" | ||
} | ||
] | ||
} |