File Coverage

blib/lib/Locale/CLDR/Locales/Lmo.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::Lmo - Package for language Lombard
6              
7             =cut
8              
9             package Locale::CLDR::Locales::Lmo;
10             # This file auto generated from Data\common\main\lmo.xml
11             # on Fri 17 Jan 12:03:31 pm GMT
12              
13 1     1   1582925 use strict;
  1         3  
  1         41  
14 1     1   24 use warnings;
  1         3  
  1         68  
15 1     1   5 use version;
  1         3  
  1         7  
16              
17             our $VERSION = version->declare('v0.46.0');
18              
19 1     1   130 use v5.12.0;
  1         6  
20 1     1   6 use mro 'c3';
  1         2  
  1         9  
21 1     1   50 use utf8;
  1         2  
  1         26  
22 1     1   55 use feature 'unicode_strings';
  1         3  
  1         163  
23 1     1   6 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         2  
  1         11  
24 1     1   3056 use Moo;
  1         7  
  1         22  
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             'lmo' => 'Lombard',
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' => 'Latin',
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             'IT' => 'Italia',
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{metregh},
83              
84             }
85             },
86             );
87              
88             has 'characters' => (
89             is => 'ro',
90             isa => HashRef,
91             init_arg => undef,
92             default => $^V ge v5.18.0
93             ? eval <<'EOT'
94             sub {
95             no warnings 'experimental::regex_sets';
96             return {
97             auxiliary => qr{[áàăâåäãā æ ç éèĕêëē íìĭîïī ñ óòŏôöøō œ úùŭûüū ÿ]},
98             main => qr{[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]},
99             punctuation => qr{[\- ‑ — , ; \: ! ? . … '’ "“” « » ( ) \[ \] \{ \} @ /]},
100             };
101             },
102             EOT
103             : sub {
104             return {};
105             },
106 1     1   198 );
  1         2  
  1         230  
107              
108              
109             has 'number_symbols' => (
110             is => 'ro',
111             isa => HashRef,
112             init_arg => undef,
113             default => sub { {
114             'latn' => {
115             'decimal' => q(,),
116             'group' => q(’),
117             },
118             } }
119             );
120              
121             has 'calendar_months' => (
122             is => 'ro',
123             isa => HashRef,
124             init_arg => undef,
125             default => sub { {
126             'gregorian' => {
127             'format' => {
128             wide => {
129             nonleap => [
130             'sginer',
131             'fevrer',
132             'marz',
133             'avril',
134             'masg',
135             'sgiugn',
136             'luj',
137             'avost',
138             'setember',
139             'otover',
140             'november',
141             'dicember'
142             ],
143             leap => [
144            
145             ],
146             },
147             },
148             },
149             } },
150             );
151              
152             has 'calendar_days' => (
153             is => 'ro',
154             isa => HashRef,
155             init_arg => undef,
156             default => sub { {
157             'gregorian' => {
158             'format' => {
159             wide => {
160             mon => 'lundì',
161             tue => 'mardì',
162             wed => 'mercoldì',
163             thu => 'sgiovedì',
164             fri => 'venerdì',
165             sat => 'sabet',
166             sun => 'domenega'
167             },
168             },
169             },
170             } },
171             );
172              
173             has 'day_periods' => (
174             is => 'ro',
175             isa => HashRef,
176             init_arg => undef,
177             default => sub { {
178             'gregorian' => {
179             'format' => {
180             'wide' => {
181             'am' => q{del matin},
182             'pm' => q{de sira},
183             },
184             },
185             },
186             } },
187             );
188              
189             has 'eras' => (
190             is => 'ro',
191             isa => HashRef,
192             init_arg => undef,
193             default => sub { {
194             'gregorian' => {
195             },
196             } },
197             );
198              
199             has 'date_formats' => (
200             is => 'ro',
201             isa => HashRef,
202             init_arg => undef,
203             default => sub { {
204             'gregorian' => {
205             },
206             } },
207             );
208              
209             has 'time_formats' => (
210             is => 'ro',
211             isa => HashRef,
212             init_arg => undef,
213             default => sub { {
214             'gregorian' => {
215             },
216             } },
217             );
218              
219             has 'datetime_formats' => (
220             is => 'ro',
221             isa => HashRef,
222             init_arg => undef,
223             default => sub { {
224             'gregorian' => {
225             },
226             } },
227             );
228              
229             has 'datetime_formats_available_formats' => (
230             is => 'ro',
231             isa => HashRef,
232             init_arg => undef,
233             default => sub { {
234             'gregorian' => {
235             yMMMd => q{d MMM y},
236             },
237             } },
238             );
239              
240             has 'datetime_formats_append_item' => (
241             is => 'ro',
242             isa => HashRef,
243             init_arg => undef,
244             default => sub { {
245             } },
246             );
247              
248             has 'datetime_formats_interval' => (
249             is => 'ro',
250             isa => HashRef,
251             init_arg => undef,
252             default => sub { {
253             } },
254             );
255              
256             has 'time_zone_names' => (
257             is => 'ro',
258             isa => HashRef,
259             init_arg => undef,
260             default => sub { {
261             'GMT' => {
262             long => {
263             'standard' => q#Temp Medi de Greenwich#,
264             },
265             },
266             } }
267             );
268 1     1   1858 no Moo;
  1         4  
  1         5  
269              
270             1;
271              
272             # vim: tabstop=4