File Coverage

blib/lib/DateTimeX/Lite/Locale/en.dat
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             ###########################################################################
2             #
3             # This file is auto-generated by the Perl DateTime Suite time locale
4             # generator (0.00001). This code generator comes with the
5             # DateTime::Locale distribution in the tools/ directory, and is called
6             # tools/locale/update-locales.pl.
7             #
8             # This file as generated from the CLDR XML locale data. See the
9             # LICENSE.cldr file included in this distribution for license details.
10             #
11             # Do not edit this file directly.
12             #
13             ###########################################################################
14 3     3   28 use utf8;
  3         7  
  3         27  
15             $VAR1 = {
16             '_format_for_Hm' => 'HH:mm',
17             '_format_for_Hms' => 'HH:mm:ss',
18             '_format_for_M' => 'L',
19             '_format_for_MEd' => 'E, M/d',
20             '_format_for_MMM' => 'LLL',
21             '_format_for_MMMEd' => 'E, MMM d',
22             '_format_for_MMMMEd' => 'E, MMMM d',
23             '_format_for_MMMMd' => 'MMMM d',
24             '_format_for_MMMd' => 'MMM d',
25             '_format_for_Md' => 'M/d',
26             '_format_for_d' => 'd',
27             '_format_for_hm' => 'h:mm a',
28             '_format_for_ms' => 'mm:ss',
29             '_format_for_y' => 'yyyy',
30             '_format_for_yM' => 'M/yyyy',
31             '_format_for_yMEd' => 'EEE, M/d/yyyy',
32             '_format_for_yMMM' => 'MMM yyyy',
33             '_format_for_yMMMEd' => 'EEE, MMM d, yyyy',
34             '_format_for_yMMMM' => 'MMMM yyyy',
35             '_format_for_yQ' => 'Q yyyy',
36             '_format_for_yQQQ' => 'QQQ yyyy',
37             'am_pm_abbreviated' => [
38             'AM',
39             'PM'
40             ],
41             'cldr_version' => '1.6.1',
42             'date_format_full' => 'EEEE, MMMM d, yyyy',
43             'date_format_long' => 'MMMM d, yyyy',
44             'date_format_medium' => 'MMM d, yyyy',
45             'date_format_short' => 'M/d/yy',
46             'datetime_format' => '{1} {0}',
47             'day_format_abbreviated' => [
48             'Mon',
49             'Tue',
50             'Wed',
51             'Thu',
52             'Fri',
53             'Sat',
54             'Sun'
55             ],
56             'day_format_narrow' => 'alias:day_stand_alone_narrow',
57             'day_format_wide' => [
58             'Monday',
59             'Tuesday',
60             'Wednesday',
61             'Thursday',
62             'Friday',
63             'Saturday',
64             'Sunday'
65             ],
66             'day_stand_alone_abbreviated' => 'alias:day_format_abbreviated',
67             'day_stand_alone_narrow' => [
68             'M',
69             'T',
70             'W',
71             'T',
72             'F',
73             'S',
74             'S'
75             ],
76             'day_stand_alone_wide' => 'alias:day_format_wide',
77             'en_language' => 'English',
78             'era_abbreviated' => [
79             'BC',
80             'AD'
81             ],
82             'era_narrow' => [
83             'B',
84             'A'
85             ],
86             'era_wide' => [
87             'Before Christ',
88             'Anno Domini'
89             ],
90             'first_day_of_week' => 1,
91             'id' => 'en',
92             'month_format_abbreviated' => [
93             'Jan',
94             'Feb',
95             'Mar',
96             'Apr',
97             'May',
98             'Jun',
99             'Jul',
100             'Aug',
101             'Sep',
102             'Oct',
103             'Nov',
104             'Dec'
105             ],
106             'month_format_narrow' => 'alias:month_stand_alone_narrow',
107             'month_format_wide' => [
108             'January',
109             'February',
110             'March',
111             'April',
112             'May',
113             'June',
114             'July',
115             'August',
116             'September',
117             'October',
118             'November',
119             'December'
120             ],
121             'month_stand_alone_abbreviated' => 'alias:month_format_abbreviated',
122             'month_stand_alone_narrow' => [
123             'J',
124             'F',
125             'M',
126             'A',
127             'M',
128             'J',
129             'J',
130             'A',
131             'S',
132             'O',
133             'N',
134             'D'
135             ],
136             'month_stand_alone_wide' => 'alias:month_format_wide',
137             'native_language' => 'English',
138             'quarter_format_abbreviated' => [
139             'Q1',
140             'Q2',
141             'Q3',
142             'Q4'
143             ],
144             'quarter_format_narrow' => 'alias:quarter_stand_alone_narrow',
145             'quarter_format_wide' => [
146             '1st quarter',
147             '2nd quarter',
148             '3rd quarter',
149             '4th quarter'
150             ],
151             'quarter_stand_alone_abbreviated' => 'alias:quarter_format_abbreviated',
152             'quarter_stand_alone_narrow' => [
153             '1',
154             '2',
155             '3',
156             '4'
157             ],
158             'quarter_stand_alone_wide' => 'alias:quarter_format_wide',
159             'time_format_full' => 'h:mm:ss a v',
160             'time_format_long' => 'h:mm:ss a z',
161             'time_format_medium' => 'h:mm:ss a',
162             'time_format_short' => 'h:mm a'
163             };