File Coverage

blib/lib/Locale/CLDR/Locales/Om/Any/Ke.pm
Criterion Covered Total %
statement 29 29 100.0
branch n/a
condition n/a
subroutine 10 10 100.0
pod n/a
total 39 39 100.0


line stmt bran cond sub pod time code
1             =encoding utf8
2              
3             =head1
4              
5             Locale::CLDR::Locales::Om::Any::Ke - Package for language Oromo
6              
7             =cut
8              
9             # This file auto generated from Data/common/main/om_KE.xml
10             # on Mon 11 Apr 5:35:55 pm GMT
11              
12             use strict;
13 1     1   1000 use warnings;
  1         2  
  1         24  
14 1     1   4 use version;
  1         2  
  1         20  
15 1     1   4  
  1         1  
  1         7  
16             our $VERSION = version->declare('v0.34.1');
17              
18             use v5.10.1;
19 1     1   93 use mro 'c3';
  1         3  
20 1     1   4 use utf8;
  1         2  
  1         5  
21 1     1   32 use if $^V ge v5.12.0, feature => 'unicode_strings';
  1         1  
  1         6  
22 1     1   26 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         2  
  1         9  
23 1     1   110 use Moo;
  1         2  
  1         8  
24 1     1   851  
  1         2  
  1         4  
25             extends('Locale::CLDR::Locales::Om::Any');
26             has 'currencies' => (
27             is => 'ro',
28             isa => HashRef,
29             init_arg => undef,
30             default => sub { {
31             'KES' => {
32             symbol => 'Ksh',
33             },
34             } },
35             );
36              
37              
38             has 'calendar_months' => (
39             is => 'ro',
40             isa => HashRef,
41             init_arg => undef,
42             default => sub { {
43             'gregorian' => {
44             'stand-alone' => {
45             narrow => {
46             nonleap => [
47             'A',
48             'G',
49             'B',
50             'E',
51             'C',
52             'W',
53             'A',
54             'H',
55             'F',
56             'O',
57             'S',
58             'M'
59             ],
60             leap => [
61            
62             ],
63             },
64             },
65             },
66             } },
67             );
68              
69             has 'calendar_days' => (
70             is => 'ro',
71             isa => HashRef,
72             init_arg => undef,
73             default => sub { {
74             'gregorian' => {
75             'stand-alone' => {
76             narrow => {
77             mon => 'W',
78             tue => 'Q',
79             wed => 'R',
80             thu => 'K',
81             fri => 'J',
82             sat => 'S',
83             sun => 'D'
84             },
85             },
86             },
87             } },
88             );
89              
90             has 'calendar_quarters' => (
91             is => 'ro',
92             isa => HashRef,
93             init_arg => undef,
94             default => sub { {
95             'gregorian' => {
96             'format' => {
97             abbreviated => {0 => 'K1',
98             1 => 'K2',
99             2 => 'K3',
100             3 => 'K4'
101             },
102             },
103             },
104             } },
105             );
106              
107             has 'eras' => (
108             is => 'ro',
109             isa => HashRef,
110             init_arg => undef,
111             default => sub { {
112             'gregorian' => {
113             abbreviated => {
114             '0' => 'KD'
115             },
116             },
117             } },
118             );
119              
120             has 'date_formats' => (
121             is => 'ro',
122             isa => HashRef,
123             init_arg => undef,
124             default => sub { {
125             'gregorian' => {
126             },
127             } },
128             );
129              
130             has 'time_formats' => (
131             is => 'ro',
132             isa => HashRef,
133             init_arg => undef,
134             default => sub { {
135             'gregorian' => {
136             'full' => q{HH:mm:ss zzzz},
137             'long' => q{HH:mm:ss z},
138             'medium' => q{HH:mm:ss},
139             'short' => q{HH:mm},
140             },
141             } },
142             );
143              
144             has 'datetime_formats' => (
145             is => 'ro',
146             isa => HashRef,
147             init_arg => undef,
148             default => sub { {
149             'gregorian' => {
150             },
151             } },
152             );
153              
154             has 'datetime_formats_available_formats' => (
155             is => 'ro',
156             isa => HashRef,
157             init_arg => undef,
158             default => sub { {
159             } },
160             );
161              
162             has 'datetime_formats_append_item' => (
163             is => 'ro',
164             isa => HashRef,
165             init_arg => undef,
166             default => sub { {
167             } },
168             );
169              
170             has 'datetime_formats_interval' => (
171             is => 'ro',
172             isa => HashRef,
173             init_arg => undef,
174             default => sub { {
175             } },
176             );
177              
178             no Moo;
179 1     1   672  
  1         2  
  1         4  
180             1;
181              
182             # vim: tabstop=4