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