mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-23 18:14:56 +01:00
17 lines
346 B
Plaintext
17 lines
346 B
Plaintext
/*
|
|
* Русский календарь
|
|
*
|
|
* $FreeBSD$
|
|
*/
|
|
|
|
#ifndef _ru_RU_UTF_8_all_
|
|
#define _ru_RU_UTF_8_all_
|
|
|
|
#include <ru_RU.UTF-8/calendar.common>
|
|
#include <ru_RU.UTF-8/calendar.holiday>
|
|
#include <ru_RU.UTF-8/calendar.military>
|
|
#include <ru_RU.UTF-8/calendar.orthodox>
|
|
#include <ru_RU.UTF-8/calendar.pagan>
|
|
|
|
#endif /* !_ru_RU_UTF_8_all_ */
|