mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-23 18:14:56 +01:00
8f056e41f7
For now, calendar.brazilian points to pt_BR.ISO8859-1 Submitted by: Renato Tambellini <rtsanch@gmail.com> MFC after: 1 week
23 lines
416 B
Plaintext
23 lines
416 B
Plaintext
/*
|
|
* $FreeBSD$
|
|
*
|
|
* Originally submitted by Renato Tambellini <rtsanch@gmail.com>
|
|
*
|
|
* Brazilian mobile commemorative days
|
|
*
|
|
* http://www.novomilenio.inf.br/porto/mapas/nmcalenp.htm
|
|
*/
|
|
|
|
#ifndef _pt_BR_ISO8859_1_mcommemorative_
|
|
#define _pt_BR_ISO8859_1_mcommemorative_
|
|
|
|
LANG=pt_BR.ISO8859-1
|
|
|
|
Easter-47 Carnaval
|
|
Easter-7 Domingo de Ramos
|
|
Easter-2 Sexta-feira Santa
|
|
Easter Páscoa
|
|
Easter+60 Corpus Christi
|
|
|
|
#endif
|