freebsd-dev/usr.bin/calendar/calendars/calendar.all
Edwin Groothuis 8f056e41f7 Please welcome the Brazilian calendar in the FreeBSD base.
For now, calendar.brazilian points to pt_BR.ISO8859-1

Submitted by:	Renato Tambellini <rtsanch@gmail.com>
MFC after:	1 week
2011-03-23 21:22:03 +00:00

25 lines
522 B
Plaintext

/*
* International and national calendar files
*
* $FreeBSD$
*/
#ifndef _calendar_all_
#define _calendar_all_
#include <calendar.world>
#include <calendar.australia>
#include <calendar.brazilian>
#include <calendar.croatian>
#include <calendar.dutch>
#include <calendar.french>
#include <calendar.german>
#include <calendar.hungarian>
#include <calendar.newzealand>
#include <calendar.russian>
#include <calendar.southafrica>
#include <calendar.ukrainian>
#include <calendar.usholiday>
#endif /* !_calendar_all_ */