File Coverage

blib/lib/DateTimeX/Lite/Locale/sv.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 1     1   11 use utf8;
  1         3  
  1         10  
15             $VAR1 = {
16             '_format_for_HHmm' => 'HH.mm',
17             '_format_for_HHmmss' => 'HH.mm.ss',
18             '_format_for_Hm' => 'H.mm',
19             '_format_for_M' => 'L',
20             '_format_for_MEd' => 'E d/M',
21             '_format_for_MMM' => 'LLL',
22             '_format_for_MMMEd' => 'E d MMM',
23             '_format_for_MMMMEEEd' => 'EEE d MMMM',
24             '_format_for_MMMMEd' => 'E d MMMM',
25             '_format_for_MMMMd' => 'd MMMM',
26             '_format_for_MMMd' => 'd MMM',
27             '_format_for_MMd' => 'd/M',
28             '_format_for_MMdd' => 'dd/MM',
29             '_format_for_Md' => 'd/M',
30             '_format_for_d' => 'd',
31             '_format_for_hhmm' => 'hh.mm',
32             '_format_for_hhmmss' => 'HH:mm:ss',
33             '_format_for_mmss' => 'mm.ss',
34             '_format_for_ms' => 'mm.ss',
35             '_format_for_y' => 'yyyy',
36             '_format_for_yM' => 'yyyy-MM',
37             '_format_for_yMEd' => 'EEE, yyyy-MM-dd',
38             '_format_for_yMMM' => 'yyyy MMM',
39             '_format_for_yMMMEd' => 'EEE d MMM yyyy',
40             '_format_for_yMMMM' => 'yyyy MMMM',
41             '_format_for_yQ' => 'yyyy Q',
42             '_format_for_yQQQ' => 'yyyy QQQ',
43             '_format_for_yyMM' => 'yy-MM',
44             '_format_for_yyMMM' => 'MMM -yy',
45             '_format_for_yyQ' => 'Q yy',
46             '_format_for_yyyyMM' => 'yyyy-MM',
47             '_format_for_yyyyMMM' => 'MMM yyyy',
48             '_format_for_yyyyQQQQ' => 'QQQQ yyyy',
49             'am_pm_abbreviated' => [
50             'fm',
51             'em'
52             ],
53             'cldr_version' => '1.6.1',
54             'date_format_full' => 'EEEE \'den\' d MMMM yyyy',
55             'date_format_long' => 'd MMMM yyyy',
56             'date_format_medium' => 'd MMM yyyy',
57             'date_format_short' => 'yyyy-MM-dd',
58             'datetime_format' => '{1} {0}',
59             'day_format_abbreviated' => [
60             "m\x{e5}n",
61             'tis',
62             'ons',
63             'tors',
64             'fre',
65             "l\x{f6}r",
66             "s\x{f6}n"
67             ],
68             'day_format_narrow' => 'alias:day_stand_alone_narrow',
69             'day_format_wide' => [
70             "m\x{e5}ndag",
71             'tisdag',
72             'onsdag',
73             'torsdag',
74             'fredag',
75             "l\x{f6}rdag",
76             "s\x{f6}ndag"
77             ],
78             'day_stand_alone_abbreviated' => 'alias:day_format_abbreviated',
79             'day_stand_alone_narrow' => [
80             'M',
81             'T',
82             'O',
83             'T',
84             'F',
85             'L',
86             'S'
87             ],
88             'day_stand_alone_wide' => 'alias:day_format_wide',
89             'en_language' => 'Swedish',
90             'era_abbreviated' => [
91             'f.Kr.',
92             'e.Kr.'
93             ],
94             'era_narrow' => 'alias:era_abbreviated',
95             'era_wide' => [
96             "f\x{f6}re Kristus",
97             'efter Kristus'
98             ],
99             'first_day_of_week' => 1,
100             'id' => 'sv',
101             'month_format_abbreviated' => [
102             'jan',
103             'feb',
104             'mar',
105             'apr',
106             'maj',
107             'jun',
108             'jul',
109             'aug',
110             'sep',
111             'okt',
112             'nov',
113             'dec'
114             ],
115             'month_format_narrow' => 'alias:month_stand_alone_narrow',
116             'month_format_wide' => [
117             'januari',
118             'februari',
119             'mars',
120             'april',
121             'maj',
122             'juni',
123             'juli',
124             'augusti',
125             'september',
126             'oktober',
127             'november',
128             'december'
129             ],
130             'month_stand_alone_abbreviated' => 'alias:month_format_abbreviated',
131             'month_stand_alone_narrow' => [
132             'J',
133             'F',
134             'M',
135             'A',
136             'M',
137             'J',
138             'J',
139             'A',
140             'S',
141             'O',
142             'N',
143             'D'
144             ],
145             'month_stand_alone_wide' => 'alias:month_format_wide',
146             'native_language' => 'svenska',
147             'quarter_format_abbreviated' => [
148             'K1',
149             'K2',
150             'K3',
151             'K4'
152             ],
153             'quarter_format_narrow' => 'alias:quarter_stand_alone_narrow',
154             'quarter_format_wide' => [
155             '1:a kvartalet',
156             '2:a kvartalet',
157             '3:e kvartalet',
158             '4:e kvartalet'
159             ],
160             'quarter_stand_alone_abbreviated' => 'alias:quarter_format_abbreviated',
161             'quarter_stand_alone_narrow' => [
162             '1',
163             '2',
164             '3',
165             '4'
166             ],
167             'quarter_stand_alone_wide' => 'alias:quarter_format_wide',
168             'time_format_full' => '\'kl\'. HH.mm.ss v',
169             'time_format_long' => 'HH.mm.ss z',
170             'time_format_medium' => 'HH.mm.ss',
171             'time_format_short' => 'HH.mm'
172             };