Sha256: 0127db9d94ba1f477fd0358a7c29e05d1002e4b2d2247088ddde573b7bdfb876
Contents?: true
Size: 1.31 KB
Versions: 5
Compression:
Stored size: 1.31 KB
Contents
# -*- coding: utf-8 -*- =begin Copyright (C) 2014 Takashi SUGA You may use and/or modify this file according to the license described in the LICENSE.txt file included in this archive. =end module When class BasicTypes::M17n Armenian = [self, [ "locale:[=en:, ja=ja:, alias]", "names:[Armenian=]", "[Armenian=en:Armenian_calendar, アルメニア暦=]", [self, "names:[Month=, 月=ja:%%<月_(暦)>]", "[nawasard= ]", "[hoṙi= ]", "[sahmi= ]", "[trē= ]", "[kʿałocʿ= ]", "[aracʿ= ]", "[mehekan= ]", "[areg= ]", "[ahekan= ]", "[mareri= ]", "[margacʿ= ]", "[hroticʿ= ]", "[epagomenê=]" ] ]] end module CalendarTypes # # Armenian Calendar # Armenian = [CyclicTableBased, { 'label' => 'Armenian::Armenian', 'origin_of_LSC' => 1922868, 'origin_of_MSC' => 1, 'epoch_in_CE' => 552, 'indices' => [ When.Index('Armenian::Month', {:unit =>13}), When::Coordinates::DefaultDayIndex ], 'rule_table' => { 'T' => {'Rule' =>[365]}, 365 => {'Length'=>[30]*12+[5]} } }] end end
Version data entries
5 entries across 5 versions & 1 rubygems