mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 14:59:20 +02:00
19 lines
737 B
Plaintext
19 lines
737 B
Plaintext
# SPDX-License-Identifier: MIT
|
|
# Holiday file for Gabon
|
|
# 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 %"New Year's Day%" %! %b.
|
|
OMIT [easterdate($Uy)+1] MSG %"Easter Monday%" %! %b.
|
|
OMIT 17 April MSG %"Women's Rights Day%" %! %b.
|
|
OMIT 1 May MSG %"Labour Day%" %! %b.
|
|
OMIT [easterdate($Uy)+39] MSG %"Ascension Day%" %! %b.
|
|
OMIT [easterdate($Uy)+50] MSG %"Whit Monday%" %! %b.
|
|
OMIT 15 August MSG %"Assumption Day%" %! %b.
|
|
OMIT 16 August MSG %"Independence Day%" %! %b.
|
|
OMIT 17 August MSG %"Independence Day Holiday%" %! %b.
|
|
OMIT 1 November MSG %"All Saints' Day%" %! %b.
|
|
OMIT 25 December MSG %"Christmas Day%" %! %b.
|