8f056e41f7
For now, calendar.brazilian points to pt_BR.ISO8859-1 Submitted by: Renato Tambellini <rtsanch@gmail.com> MFC after: 1 week
17 lines
334 B
Plaintext
17 lines
334 B
Plaintext
/*
|
|
* $FreeBSD$
|
|
*
|
|
* Originally submitted by Renato Tambellini <rtsanch@gmail.com>
|
|
*
|
|
* Brazilian calendar
|
|
*/
|
|
|
|
#ifndef _pt_BR_UTF_8_all_
|
|
#define _pt_BR_UTF_8_all_
|
|
|
|
#include <pt_BR.UTF-8/calendar.holidays>
|
|
#include <pt_BR.UTF-8/calendar.commemorative>
|
|
#include <pt_BR.UTF-8/calendar.mcommemorative>
|
|
|
|
#endif /* !_pt_BR.UTF_8_all_ */
|