(self)
| 195 | |
| 196 | # Alsace. |
| 197 | def _populate_subdiv_6ae_public_holidays(self): |
| 198 | # Established on August 16th, 1892. |
| 199 | if self._year >= 1893: |
| 200 | # Good Friday. |
| 201 | self._add_good_friday(tr("Vendredi saint")) |
| 202 | |
| 203 | # Established on August 16th, 1892. |
| 204 | if self._year >= 1892: |
| 205 | # Saint Stephen's Day. |
| 206 | self._add_christmas_day_two(tr("Saint Étienne")) |
| 207 | |
| 208 | # Guadeloupe. |
| 209 | def _populate_subdiv_971_public_holidays(self): |
no test coverage detected