mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 14:59:20 +02:00
19 lines
846 B
Plaintext
19 lines
846 B
Plaintext
# SPDX-License-Identifier: MIT
|
|
# Holiday file for Honduras
|
|
# Derived from the Python holidays project at
|
|
# https://github.com/vacanza/holidays
|
|
#
|
|
# See important caveats in the README file in this directory.
|
|
|
|
OMIT 1 January MSG %"Año Nuevo%" %! %b.
|
|
OMIT [easterdate($Uy)-3] MSG %"Jueves Santo%" %! %b.
|
|
OMIT [easterdate($Uy)-2] MSG %"Viernes Santo%" %! %b.
|
|
OMIT 14 April MSG %"Día de las Américas%" %! %b.
|
|
OMIT [easterdate($Uy)-1] MSG %"Sábado de Gloria%" %! %b.
|
|
OMIT 1 May MSG %"Día del Trabajo%" %! %b.
|
|
OMIT 15 September MSG %"Día de la Independencia%" %! %b.
|
|
REM First Wednesday in October ADDOMIT SCANFROM -28 MSG %"Semana Morazánica%" %! %b.
|
|
REM Thursday 2 October ADDOMIT SCANFROM -28 MSG %"Semana Morazánica%" %! %b.
|
|
REM Friday 3 October ADDOMIT SCANFROM -28 MSG %"Semana Morazánica%" %! %b.
|
|
OMIT 25 December MSG %"Navidad%" %! %b.
|