File Coverage

blib/lib/Locale/CLDR/Locales/Ve.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::Ve - Package for language Venda
6              
7             =cut
8              
9             package Locale::CLDR::Locales::Ve;
10             # This file auto generated from Data\common\main\ve.xml
11             # on Fri 17 Jan 12:03:31 pm GMT
12              
13 1     1   1191164 use strict;
  1         2  
  1         31  
14 1     1   4 use warnings;
  1         3  
  1         85  
15 1     1   5 use version;
  1         1  
  1         8  
16              
17             our $VERSION = version->declare('v0.46.0');
18              
19 1     1   116 use v5.12.0;
  1         3  
20 1     1   4 use mro 'c3';
  1         1  
  1         7  
21 1     1   23 use utf8;
  1         1  
  1         9  
22 1     1   41 use feature 'unicode_strings';
  1         2  
  1         134  
23 1     1   6 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         1  
  1         10  
24 1     1   1751 use Moo;
  1         2  
  1         21  
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             've' => 'Tshivenḓa',
35              
36             );
37             if (@_) {
38             return $languages{$_[0]};
39             }
40             return \%languages;
41             }
42             },
43             );
44              
45             has 'characters' => (
46             is => 'ro',
47             isa => HashRef,
48             init_arg => undef,
49             default => $^V ge v5.18.0
50             ? eval <<'EOT'
51             sub {
52             no warnings 'experimental::regex_sets';
53             return {
54             auxiliary => qr{[c j q]},
55             index => ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'],
56             main => qr{[a b dḓ e f g h i k lḽ m nṅṋ o p r s tṱ u v w x y z]},
57             };
58             },
59             EOT
60             : sub {
61             return { index => ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'], };
62             },
63 1     1   181 );
  1         2  
  1         200  
64              
65              
66             has 'quote_start' => (
67             is => 'ro',
68             isa => Str,
69             init_arg => undef,
70             default => qq{‘},
71             );
72              
73             has 'quote_end' => (
74             is => 'ro',
75             isa => Str,
76             init_arg => undef,
77             default => qq{’},
78             );
79              
80             has 'alternate_quote_start' => (
81             is => 'ro',
82             isa => Str,
83             init_arg => undef,
84             default => qq{“},
85             );
86              
87             has 'alternate_quote_end' => (
88             is => 'ro',
89             isa => Str,
90             init_arg => undef,
91             default => qq{”},
92             );
93              
94             has 'number_symbols' => (
95             is => 'ro',
96             isa => HashRef,
97             init_arg => undef,
98             default => sub { {
99             'latn' => {
100             'decimal' => q(,),
101             'group' => q( ),
102             },
103             } }
104             );
105              
106             has 'number_currency_formats' => (
107             is => 'ro',
108             isa => HashRef,
109             init_arg => undef,
110             default => sub { {
111             'latn' => {
112             'pattern' => {
113             'default' => {
114             'standard' => {
115             'positive' => '¤#,##0.00',
116             },
117             },
118             },
119             },
120             } },
121             );
122              
123             has 'currencies' => (
124             is => 'ro',
125             isa => HashRef,
126             init_arg => undef,
127             default => sub { {
128             'ZAR' => {
129             symbol => 'R',
130             },
131             } },
132             );
133              
134              
135             has 'calendar_months' => (
136             is => 'ro',
137             isa => HashRef,
138             init_arg => undef,
139             default => sub { {
140             'gregorian' => {
141             'format' => {
142             abbreviated => {
143             nonleap => [
144             'Pha',
145             'Luh',
146             'Ṱhf',
147             'Lam',
148             'Shu',
149             'Lwi',
150             'Lwa',
151             'Ṱha',
152             'Khu',
153             'Tsh',
154             'Ḽar',
155             'Nye'
156             ],
157             leap => [
158            
159             ],
160             },
161             wide => {
162             nonleap => [
163             'Phando',
164             'Luhuhi',
165             'Ṱhafamuhwe',
166             'Lambamai',
167             'Shundunthule',
168             'Fulwi',
169             'Fulwana',
170             'Ṱhangule',
171             'Khubvumedzi',
172             'Tshimedzi',
173             'Ḽara',
174             'Nyendavhusiku'
175             ],
176             leap => [
177            
178             ],
179             },
180             },
181             },
182             } },
183             );
184              
185             has 'calendar_days' => (
186             is => 'ro',
187             isa => HashRef,
188             init_arg => undef,
189             default => sub { {
190             'gregorian' => {
191             'format' => {
192             abbreviated => {
193             mon => 'Mus',
194             tue => 'Vhi',
195             wed => 'Rar',
196             thu => 'Ṋa',
197             fri => 'Ṱan',
198             sat => 'Mug',
199             sun => 'Swo'
200             },
201             wide => {
202             mon => 'Musumbuluwo',
203             tue => 'Ḽavhuvhili',
204             wed => 'Ḽavhuraru',
205             thu => 'Ḽavhuṋa',
206             fri => 'Ḽavhuṱanu',
207             sat => 'Mugivhela',
208             sun => 'Swondaha'
209             },
210             },
211             },
212             } },
213             );
214              
215             has 'calendar_quarters' => (
216             is => 'ro',
217             isa => HashRef,
218             init_arg => undef,
219             default => sub { {
220             'gregorian' => {
221             'format' => {
222             abbreviated => {0 => 'K1',
223             1 => 'K2',
224             2 => 'K3',
225             3 => 'K4'
226             },
227             wide => {0 => 'Kotara ya u thoma',
228             1 => 'Kotara ya vhuvhili',
229             2 => 'Kotara ya vhuraru',
230             3 => 'Kotara ya vhuṋa'
231             },
232             },
233             },
234             } },
235             );
236              
237             has 'eras' => (
238             is => 'ro',
239             isa => HashRef,
240             init_arg => undef,
241             default => sub { {
242             'gregorian' => {
243             },
244             } },
245             );
246              
247             has 'date_formats' => (
248             is => 'ro',
249             isa => HashRef,
250             init_arg => undef,
251             default => sub { {
252             'gregorian' => {
253             },
254             } },
255             );
256              
257             has 'time_formats' => (
258             is => 'ro',
259             isa => HashRef,
260             init_arg => undef,
261             default => sub { {
262             'gregorian' => {
263             },
264             } },
265             );
266              
267             has 'datetime_formats' => (
268             is => 'ro',
269             isa => HashRef,
270             init_arg => undef,
271             default => sub { {
272             'gregorian' => {
273             },
274             } },
275             );
276              
277             has 'datetime_formats_available_formats' => (
278             is => 'ro',
279             isa => HashRef,
280             init_arg => undef,
281             default => sub { {
282             } },
283             );
284              
285             has 'datetime_formats_append_item' => (
286             is => 'ro',
287             isa => HashRef,
288             init_arg => undef,
289             default => sub { {
290             } },
291             );
292              
293             has 'datetime_formats_interval' => (
294             is => 'ro',
295             isa => HashRef,
296             init_arg => undef,
297             default => sub { {
298             } },
299             );
300              
301 1     1   1148 no Moo;
  1         2  
  1         6  
302              
303             1;
304              
305             # vim: tabstop=4