mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-05-05 23:27:58 +02:00
24 lines
875 B
Plaintext
24 lines
875 B
Plaintext
# SPDX-License-Identifier: MIT
|
|
# Holiday file for subdivision ZG in Switzerland
|
|
# Derived from the Python holidays project at
|
|
# https://github.com/vacanza/holidays
|
|
#
|
|
# Note that this file includes only the holidays for
|
|
# the specific subdivision ZG.
|
|
# See important caveats in the file ../README
|
|
#
|
|
# If you want the national holidays as well, you must
|
|
# also SYSINCLUDE holidays/ch.rem
|
|
|
|
OMIT [easterdate($Uy)-2] MSG %"Karfreitag%" %(is) %b.
|
|
OMIT [easterdate($Uy)+60] MSG %"Fronleichnam%" %(is) %b.
|
|
OMIT 15 August MSG %"Mariä Himmelfahrt%" %(is) %b.
|
|
OMIT 1 November MSG %"Allerheiligen%" %(is) %b.
|
|
OMIT 8 December MSG %"Mariä Empfängnis%" %(is) %b.
|
|
|
|
# Optional holidays
|
|
REM 2 January MSG %"Berchtoldstag%" %(is) %b.
|
|
REM [easterdate($Uy)+1] MSG %"Ostermontag%" %(is) %b.
|
|
REM [easterdate($Uy)+50] MSG %"Pfingstmontag%" %(is) %b.
|
|
REM 26 December MSG %"Stephanstag%" %(is) %b.
|