forked from AMDmi3/opening_hours.js
-
Notifications
You must be signed in to change notification settings - Fork 121
/
it.yaml
18 lines (16 loc) · 928 Bytes
/
it.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
_nominatim_url: 'https://nominatim.openstreetmap.org/reverse?format=json&lat=41.9808038&lon=12.7662312&zoom=18&addressdetails=1&accept-language=it,en'
# http://www.governo.it/Presidenza/ufficio_cerimoniale/cerimoniale/giornate.html
PH:
- {'name': 'Capodanno', 'fixed_date': [1, 1]}
- {'name': 'Epifania', 'fixed_date': [1, 6]}
- {'name': 'Liberazione dal nazifascismo (1945)', 'fixed_date': [4, 25]}
- {'name': 'Pasqua', 'variable_date': easter}
- {'name': 'Lunedì di Pasqua', 'variable_date': easter, 'offset': 1}
- {'name': 'Festa del lavoro', 'fixed_date': [5, 1]}
- {'name': 'Festa della Repubblica', 'fixed_date': [6, 2]}
- {'name': 'Assunzione di Maria', 'fixed_date': [8, 15]}
- {'name': 'Ognissanti', 'fixed_date': [11, 1]}
- {'name': 'Immacolata Concezione', 'fixed_date': [12, 8]}
- {'name': 'Natale di Gesù', 'fixed_date': [12, 25]}
- {'name': 'Santo Stefano', 'fixed_date': [12, 26]}