mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 06:48:47 +02:00
21 lines
829 B
Plaintext
21 lines
829 B
Plaintext
# SPDX-License-Identifier: MIT
|
|
# Holiday file for Slovenia
|
|
# 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 %"novo leto%" %! %b.
|
|
OMIT 2 January MSG %"novo leto%" %! %b.
|
|
OMIT 8 February MSG %"Prešernov dan%" %! %b.
|
|
OMIT [easterdate($Uy)+1] MSG %"Velikonočni ponedeljek%" %! %b.
|
|
OMIT 27 April MSG %"dan upora proti okupatorju%" %! %b.
|
|
OMIT 1 May MSG %"praznik dela%" %! %b.
|
|
OMIT 2 May MSG %"praznik dela%" %! %b.
|
|
OMIT 25 June MSG %"dan državnosti%" %! %b.
|
|
OMIT 15 August MSG %"Marijino vnebovzetje%" %! %b.
|
|
OMIT 31 October MSG %"dan reformacije%" %! %b.
|
|
OMIT 1 November MSG %"dan spomina na mrtve%" %! %b.
|
|
OMIT 25 December MSG %"Božič%" %! %b.
|
|
OMIT 26 December MSG %"dan samostojnosti in enotnosti%" %! %b.
|