File Coverage

blib/lib/Locale/CLDR/Locales/Om/Latn/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 NAME
4              
5             Locale::CLDR::Locales::Om::Latn::Ke - Package for language Oromo
6              
7             =cut
8              
9             package Locale::CLDR::Locales::Om::Latn::Ke;
10             # This file auto generated from Data\common\main\om_KE.xml
11             # on Fri 17 Jan 12:03:31 pm GMT
12              
13 1     1   1460 use strict;
  1         3  
  1         42  
14 1     1   5 use warnings;
  1         3  
  1         79  
15 1     1   7 use version;
  1         2  
  1         6  
16              
17             our $VERSION = version->declare('v0.46.0');
18              
19 1     1   137 use v5.12.0;
  1         5  
20 1     1   5 use mro 'c3';
  1         2  
  1         6  
21 1     1   52 use utf8;
  1         2  
  1         7  
22 1     1   38 use feature 'unicode_strings';
  1         3  
  1         195  
23 1     1   9 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         2  
  1         9  
24 1     1   2936 use Moo;
  1         3  
  1         6  
25              
26             extends('Locale::CLDR::Locales::Om::Latn');
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_days' => (
40             is => 'ro',
41             isa => HashRef,
42             init_arg => undef,
43             default => sub { {
44             'gregorian' => {
45             'stand-alone' => {
46             narrow => {
47             mon => 'W',
48             tue => 'Q',
49             wed => 'R',
50             thu => 'K',
51             fri => 'J',
52             sat => 'S',
53             sun => 'D'
54             },
55             },
56             },
57             } },
58             );
59              
60             has 'eras' => (
61             is => 'ro',
62             isa => HashRef,
63             init_arg => undef,
64             default => sub { {
65             'gregorian' => {
66             abbreviated => {
67             '0' => 'KD'
68             },
69             },
70             } },
71             );
72              
73             has 'date_formats' => (
74             is => 'ro',
75             isa => HashRef,
76             init_arg => undef,
77             default => sub { {
78             'gregorian' => {
79             },
80             } },
81             );
82              
83             has 'time_formats' => (
84             is => 'ro',
85             isa => HashRef,
86             init_arg => undef,
87             default => sub { {
88             'gregorian' => {
89             'full' => q{HH:mm:ss zzzz},
90             'long' => q{HH:mm:ss z},
91             'medium' => q{HH:mm:ss},
92             'short' => q{HH:mm},
93             },
94             } },
95             );
96              
97             has 'datetime_formats' => (
98             is => 'ro',
99             isa => HashRef,
100             init_arg => undef,
101             default => sub { {
102             'gregorian' => {
103             },
104             } },
105             );
106              
107             has 'datetime_formats_available_formats' => (
108             is => 'ro',
109             isa => HashRef,
110             init_arg => undef,
111             default => sub { {
112             } },
113             );
114              
115             has 'datetime_formats_append_item' => (
116             is => 'ro',
117             isa => HashRef,
118             init_arg => undef,
119             default => sub { {
120             } },
121             );
122              
123             has 'datetime_formats_interval' => (
124             is => 'ro',
125             isa => HashRef,
126             init_arg => undef,
127             default => sub { {
128             } },
129             );
130              
131 1     1   1118 no Moo;
  1         2  
  1         6  
132              
133             1;
134              
135             # vim: tabstop=4