blob: a9e6c29c432e24a10f274e73cb3f7776e3989df3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*
* Русский календарь
*
* $OpenBSD: calendar.all,v 1.2 2015/10/23 19:56:10 zhuk Exp $
*/
#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.pagan>
#include <ru_RU.UTF-8/calendar.orthodox>
#include <ru_RU.UTF-8/calendar.primety>
#include <ru_RU.UTF-8/calendar.history>
#endif /* !_ru_RU_UTF_8_all */
|