mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 06:18:47 +02:00
33 lines
1.2 KiB
Plaintext
33 lines
1.2 KiB
Plaintext
# SPDX-License-Identifier: MIT
|
|
# Holiday file for Austria
|
|
# Derived from the Python holidays project at
|
|
# https://github.com/vacanza/holidays
|
|
#
|
|
# See important caveats in the README file in this directory.
|
|
#
|
|
# Note: This file consists only of the country-wide
|
|
# holidays for Austria.
|
|
#
|
|
# For region-specific holidays, you need to include
|
|
# one of the regional *.rem files in the directory
|
|
# [$SysInclude]/holidays/at/
|
|
|
|
OMIT 1 January MSG %"Neujahr%" %! %b.
|
|
OMIT 6 January MSG %"Heilige Drei Könige%" %! %b.
|
|
OMIT [easterdate($Uy)+1] MSG %"Ostermontag%" %! %b.
|
|
OMIT 1 May MSG %"Staatsfeiertag%" %! %b.
|
|
OMIT [easterdate($Uy)+39] MSG %"Christi Himmelfahrt%" %! %b.
|
|
OMIT [easterdate($Uy)+50] MSG %"Pfingstmontag%" %! %b.
|
|
OMIT [easterdate($Uy)+60] MSG %"Fronleichnam%" %! %b.
|
|
OMIT 15 August MSG %"Mariä Himmelfahrt%" %! %b.
|
|
OMIT 26 October MSG %"Nationalfeiertag%" %! %b.
|
|
OMIT 1 November MSG %"Allerheiligen%" %! %b.
|
|
OMIT 8 December MSG %"Mariä Empfängnis%" %! %b.
|
|
OMIT 25 December MSG %"Christtag%" %! %b.
|
|
OMIT 26 December MSG %"Stefanitag%" %! %b.
|
|
|
|
# Optional holidays
|
|
REM [easterdate($Uy)-2] MSG %"Karfreitag%" %! %b.
|
|
REM 24 December MSG %"Heiliger Abend%" %! %b.
|
|
REM 31 December MSG %"Silvester%" %! %b.
|