[BACK]Return to calendar.all CVS log [TXT][DIR] Up to [local] / src / usr.bin / calendar / calendars / ru_RU.UTF-8

File: [local] / src / usr.bin / calendar / calendars / ru_RU.UTF-8 / calendar.all (download)

Revision 1.2, Fri Oct 23 19:56:10 2015 UTC (8 years, 6 months ago) by zhuk
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, HEAD
Changes since 1.1: +4 -5 lines

Fix a couple of issues in Russian calendar entries:

  * Fix #ifndef safeguards (rename/add where missing);
  * Use consistent spelling for year when it's mentioned in day desc;
  * Tweak some wrong casing cases;
  * Remove calendar.msk since Moscow doesn't have summer time anymore,
    and that was the only thing this file was about;
  * A few other corrections.

Some corrections from Mikhail on tech@, thanks!
Small fix & okay from mikeb@.

/*
 * Русский календарь
 *
 * $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 */