File Coverage

blib/lib/Locale/CLDR/Locales/Vmw.pm
Criterion Covered Total %
statement 32 32 100.0
branch n/a
condition n/a
subroutine 11 11 100.0
pod n/a
total 43 43 100.0


line stmt bran cond sub pod time code
1             =encoding utf8
2              
3             =head1 NAME
4              
5             Locale::CLDR::Locales::Vmw - Package for language Makhuwa
6              
7             =cut
8              
9             package Locale::CLDR::Locales::Vmw;
10             # This file auto generated from Data\common\main\vmw.xml
11             # on Fri 17 Jan 12:03:31 pm GMT
12              
13 1     1   1491111 use strict;
  1         2  
  1         32  
14 1     1   3 use warnings;
  1         2  
  1         44  
15 1     1   6 use version;
  1         7  
  1         5  
16              
17             our $VERSION = version->declare('v0.46.0');
18              
19 1     1   94 use v5.12.0;
  1         3  
20 1     1   4 use mro 'c3';
  1         1  
  1         6  
21 1     1   20 use utf8;
  1         2  
  1         6  
22 1     1   41 use feature 'unicode_strings';
  1         2  
  1         116  
23 1     1   5 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         1  
  1         10  
24 1     1   3085 use Moo;
  1         8  
  1         8  
25              
26             extends('Locale::CLDR::Locales::Root');
27             has 'display_name_language' => (
28             is => 'ro',
29             isa => CodeRef,
30             init_arg => undef,
31             default => sub {
32             sub {
33             my %languages = (
34             'en' => 'ingles',
35             'vmw' => 'emakhuwa',
36              
37             );
38             if (@_) {
39             return $languages{$_[0]};
40             }
41             return \%languages;
42             }
43             },
44             );
45              
46             has 'display_name_script' => (
47             is => 'ro',
48             isa => CodeRef,
49             init_arg => undef,
50             default => sub {
51             sub {
52             my %scripts = (
53             'Latn' => 'latim',
54              
55             );
56             if ( @_ ) {
57             return $scripts{$_[0]};
58             }
59             return \%scripts;
60             }
61             }
62             );
63              
64             has 'display_name_region' => (
65             is => 'ro',
66             isa => HashRef[Str],
67             init_arg => undef,
68             default => sub {
69             {
70             'MZ' => 'oMosambikhi',
71              
72             }
73             },
74             );
75              
76             has 'display_name_measurement_system' => (
77             is => 'ro',
78             isa => HashRef[Str],
79             init_arg => undef,
80             default => sub {
81             {
82             'metric' => q{metrikhu},
83             'UK' => q{RU},
84             'US' => q{EUA},
85              
86             }
87             },
88             );
89              
90             has 'characters' => (
91             is => 'ro',
92             isa => HashRef,
93             init_arg => undef,
94             default => $^V ge v5.18.0
95             ? eval <<'EOT'
96             sub {
97             no warnings 'experimental::regex_sets';
98             return {
99             auxiliary => qr{[b d g q]},
100             main => qr{[a c e f h i j k {kh} l m n o p {ph} r s t {th} {tt} {tth} u v w x y z]},
101             punctuation => qr{[\- ‐‑ – — , ; \: ! ? . … '‘’ "“” ( ) \[ \] @ / \& # ′ ″]},
102             };
103             },
104             EOT
105             : sub {
106             return {};
107             },
108 1     1   202 );
  1         3  
  1         217  
109              
110              
111             has 'number_symbols' => (
112             is => 'ro',
113             isa => HashRef,
114             init_arg => undef,
115             default => sub { {
116             'latn' => {
117             'decimal' => q(,),
118             'group' => q(.),
119             },
120             } }
121             );
122              
123             has 'number_currency_formats' => (
124             is => 'ro',
125             isa => HashRef,
126             init_arg => undef,
127             default => sub { {
128             'latn' => {
129             'pattern' => {
130             'default' => {
131             'standard' => {
132             'positive' => '#,##0.00 ¤',
133             },
134             },
135             },
136             },
137             } },
138             );
139              
140             has 'calendar_months' => (
141             is => 'ro',
142             isa => HashRef,
143             init_arg => undef,
144             default => sub { {
145             'gregorian' => {
146             'format' => {
147             wide => {
148             nonleap => [
149             'janeiru',
150             'fevereiru',
151             'marsu',
152             'abril',
153             'maiu',
154             'junyu',
155             'julyu',
156             'agostu',
157             'setembru',
158             'outubru',
159             'novembru',
160             'dezembru'
161             ],
162             leap => [
163            
164             ],
165             },
166             },
167             },
168             } },
169             );
170              
171             has 'calendar_days' => (
172             is => 'ro',
173             isa => HashRef,
174             init_arg => undef,
175             default => sub { {
176             'gregorian' => {
177             'format' => {
178             wide => {
179             mon => 'nihiku noolempwa',
180             tue => 'namaanli',
181             wed => 'namararu',
182             thu => 'namaxexe',
183             fri => 'namathanu',
184             sat => 'esaabadu',
185             sun => 'ettiminku'
186             },
187             },
188             },
189             } },
190             );
191              
192             has 'day_periods' => (
193             is => 'ro',
194             isa => HashRef,
195             init_arg => undef,
196             default => sub { {
197             'gregorian' => {
198             'format' => {
199             'wide' => {
200             'am' => q{vaasisu},
201             'pm' => q{makaaripi},
202             },
203             },
204             },
205             } },
206             );
207              
208             has 'eras' => (
209             is => 'ro',
210             isa => HashRef,
211             init_arg => undef,
212             default => sub { {
213             'gregorian' => {
214             },
215             } },
216             );
217              
218             has 'date_formats' => (
219             is => 'ro',
220             isa => HashRef,
221             init_arg => undef,
222             default => sub { {
223             'gregorian' => {
224             },
225             } },
226             );
227              
228             has 'time_formats' => (
229             is => 'ro',
230             isa => HashRef,
231             init_arg => undef,
232             default => sub { {
233             'gregorian' => {
234             },
235             } },
236             );
237              
238             has 'datetime_formats' => (
239             is => 'ro',
240             isa => HashRef,
241             init_arg => undef,
242             default => sub { {
243             'gregorian' => {
244             },
245             } },
246             );
247              
248             has 'datetime_formats_available_formats' => (
249             is => 'ro',
250             isa => HashRef,
251             init_arg => undef,
252             default => sub { {
253             'gregorian' => {
254             yMMMd => q{d MMM y},
255             yMd => q{d/M/y},
256             },
257             } },
258             );
259              
260             has 'datetime_formats_append_item' => (
261             is => 'ro',
262             isa => HashRef,
263             init_arg => undef,
264             default => sub { {
265             } },
266             );
267              
268             has 'datetime_formats_interval' => (
269             is => 'ro',
270             isa => HashRef,
271             init_arg => undef,
272             default => sub { {
273             'gregorian' => {
274             fallback => '{0} ‘mpakha’ {1}',
275             },
276             } },
277             );
278              
279             has 'time_zone_names' => (
280             is => 'ro',
281             isa => HashRef,
282             init_arg => undef,
283             default => sub { {
284             hourFormat => q(+H:mm;-H:mm),
285             regionFormat => q(okathi wa {0}),
286             regionFormat => q(okathi wa othana wa {0}),
287             regionFormat => q(okathi oolikana wa {0}),
288             'GMT' => {
289             long => {
290             'standard' => q#okathi oolikana wa Greenwich#,
291             },
292             },
293             } }
294             );
295 1     1   2003 no Moo;
  1         2  
  1         7  
296              
297             1;
298              
299             # vim: tabstop=4