forked from holidays/definitions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ar.yaml
176 lines (176 loc) · 3.75 KB
/
ar.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
# Argentinian holiday definitions for the Ruby Holiday gem.
#
# Updated: 2016-02-26.
#
# Sources:
# - http://en.wikipedia.org/wiki/Public_holidays_in_Argentina
# - http://servicios.lanacion.com.ar/feriados/2016
---
months:
0:
- name: Viernes Santo
regions: [ar]
function: easter(year)
function_modifier: -2
1:
- name: Año Nuevo
regions: [ar]
mday: 1
2:
- name: Carnaval
regions: [ar]
mday: 8
- name: Carnaval
regions: [ar]
mday: 9
3:
- name: Día Nacional de la Memoria por la Verdad y la Justicia
regions: [ar]
mday: 24
4:
- name: Día del Veterano y de los Caídos en la Guerra de Malvinas
regions: [ar]
mday: 2
5:
- name: Día del Trabajador
regions: [ar]
mday: 1
- name: Día de la Revolución de Mayo
regions: [ar]
mday: 25
6:
- name: Día de la Bandera
regions: [ar]
mday: 20
7:
- name: Feriado puente turístico
regions: [ar]
mday: 8
- name: Día de la Independencia
regions: [ar]
mday: 9
8:
- name: Paso a la Inmortalidad del General José de San Martín
regions: [ar]
mday: 15
10:
- name: Día del Respeto a la Diversidad Cultural
regions: [ar]
mday: 12
11:
- name: Día de la Soberanía Nacional
regions: [ar]
mday: 20
12:
- name: Inmaculada Concepción de María
regions: [ar]
mday: 8
- name: Feriado puente turístico
regions: [ar]
mday: 9
- name: Navidad
regions: [ar]
mday: 25
tests:
- given:
date: '2016-01-01'
regions: ['ar']
options: 'informal'
expect:
name: 'Año Nuevo'
- given:
date: '2016-02-08'
regions: ['ar']
options: 'informal'
expect:
name: 'Carnaval'
- given:
date: '2016-02-09'
regions: ['ar']
options: 'informal'
expect:
name: 'Carnaval'
- given:
date: '2016-03-24'
regions: ['ar']
options: 'informal'
expect:
name: 'Día Nacional de la Memoria por la Verdad y la Justicia'
- given:
date: '2016-03-25'
regions: ['ar']
options: 'informal'
expect:
name: 'Viernes Santo'
- given:
date: '2016-04-02'
regions: ['ar']
options: 'informal'
expect:
name: 'Día del Veterano y de los Caídos en la Guerra de Malvinas'
- given:
date: '2016-05-01'
regions: ['ar']
options: 'informal'
expect:
name: 'Día del Trabajador'
- given:
date: '2016-05-25'
regions: ['ar']
options: 'informal'
expect:
name: 'Día de la Revolución de Mayo'
- given:
date: '2016-06-20'
regions: ['ar']
options: 'informal'
expect:
name: 'Día de la Bandera'
- given:
date: '2016-07-08'
regions: ['ar']
options: 'informal'
expect:
name: 'Feriado puente turístico'
- given:
date: '2016-07-09'
regions: ['ar']
options: 'informal'
expect:
name: 'Día de la Independencia'
- given:
date: '2016-08-15'
regions: ['ar']
options: 'informal'
expect:
name: 'Paso a la Inmortalidad del General José de San Martín'
- given:
date: '2016-10-12'
regions: ['ar']
options: 'informal'
expect:
name: 'Día del Respeto a la Diversidad Cultural'
- given:
date: '2016-11-20'
regions: ['ar']
options: 'informal'
expect:
name: 'Día de la Soberanía Nacional'
- given:
date: '2016-12-08'
regions: ['ar']
options: 'informal'
expect:
name: 'Inmaculada Concepción de María'
- given:
date: '2016-12-09'
regions: ['ar']
options: 'informal'
expect:
name: 'Feriado puente turístico'
- given:
date: '2016-12-25'
regions: ['ar']
options: 'informal'
expect:
name: 'Navidad'