File Coverage

blib/lib/DateTimeX/Lite/Locale/fi_FI.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         11  
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_MMMMEd' => 'E d. MMMM',
24             '_format_for_MMMMd' => 'd. MMMM',
25             '_format_for_MMMd' => 'd. MMM',
26             '_format_for_Md' => 'd.M.',
27             '_format_for_d' => 'd',
28             '_format_for_mmss' => 'mm.ss',
29             '_format_for_ms' => 'mm.ss',
30             '_format_for_y' => 'yyyy',
31             '_format_for_yM' => 'L.yyyy',
32             '_format_for_yMEd' => 'EEE d.M.yyyy',
33             '_format_for_yMMM' => 'LLL yyyy',
34             '_format_for_yMMMEd' => 'EEE d. MMM yyyy',
35             '_format_for_yMMMM' => 'LLLL yyyy',
36             '_format_for_yQ' => 'Q/yyyy',
37             '_format_for_yQQQ' => 'QQQ yyyy',
38             '_format_for_yyMM' => 'M/yy',
39             '_format_for_yyMMM' => 'MMM yy',
40             '_format_for_yyQ' => 'Q/yy',
41             '_format_for_yyyyM' => 'M/yyyy',
42             '_format_for_yyyyMEEEd' => 'EEE d.M.yyyy',
43             '_format_for_yyyyMMMM' => 'LLLL yyyy',
44             '_format_for_yyyyQQQQ' => 'QQQQ yyyy',
45             'am_pm_abbreviated' => [
46             'ap.',
47             'ip.'
48             ],
49             'cldr_version' => '1.6.1',
50             'date_format_full' => 'EEEE d. MMMM yyyy',
51             'date_format_long' => 'd. MMMM yyyy',
52             'date_format_medium' => 'd.M.yyyy',
53             'date_format_short' => 'd.M.yyyy',
54             'datetime_format' => '{1} {0}',
55             'day_format_abbreviated' => [
56             'ma',
57             'ti',
58             'ke',
59             'to',
60             'pe',
61             'la',
62             'su'
63             ],
64             'day_format_narrow' => 'alias:day_stand_alone_narrow',
65             'day_format_wide' => [
66             'maanantaina',
67             'tiistaina',
68             'keskiviikkona',
69             'torstaina',
70             'perjantaina',
71             'lauantaina',
72             'sunnuntaina'
73             ],
74             'day_stand_alone_abbreviated' => 'alias:day_format_abbreviated',
75             'day_stand_alone_narrow' => [
76             'M',
77             'T',
78             'K',
79             'T',
80             'P',
81             'L',
82             'S'
83             ],
84             'day_stand_alone_wide' => 'alias:day_format_wide',
85             'en_language' => 'Finnish',
86             'en_territory' => 'Finland',
87             'era_abbreviated' => [
88             'eKr.',
89             'jKr.'
90             ],
91             'era_narrow' => 'alias:era_abbreviated',
92             'era_wide' => [
93             "ennen Kristuksen syntym\x{e4}\x{e4}",
94             "j\x{e4}lkeen Kristuksen syntym\x{e4}n"
95             ],
96             'first_day_of_week' => 1,
97             'id' => 'fi_FI',
98             'month_format_abbreviated' => [
99             'tammi',
100             'helmi',
101             'maalis',
102             'huhti',
103             'touko',
104             "kes\x{e4}",
105             "hein\x{e4}",
106             'elo',
107             'syys',
108             'loka',
109             'marras',
110             'joulu'
111             ],
112             'month_format_narrow' => 'alias:month_stand_alone_narrow',
113             'month_format_wide' => [
114             'tammikuuta',
115             'helmikuuta',
116             'maaliskuuta',
117             'huhtikuuta',
118             'toukokuuta',
119             "kes\x{e4}kuuta",
120             "hein\x{e4}kuuta",
121             'elokuuta',
122             'syyskuuta',
123             'lokakuuta',
124             'marraskuuta',
125             'joulukuuta'
126             ],
127             'month_stand_alone_abbreviated' => 'alias:month_format_abbreviated',
128             'month_stand_alone_narrow' => [
129             'T',
130             'H',
131             'M',
132             'H',
133             'T',
134             'K',
135             'H',
136             'E',
137             'S',
138             'L',
139             'M',
140             'J'
141             ],
142             'month_stand_alone_wide' => 'alias:month_format_wide',
143             'native_language' => 'suomi',
144             'native_territory' => 'Suomi',
145             'quarter_format_abbreviated' => [
146             '1. nelj.',
147             '2. nelj.',
148             '3. nelj.',
149             '4. nelj.'
150             ],
151             'quarter_format_narrow' => 'alias:quarter_stand_alone_narrow',
152             'quarter_format_wide' => [
153             "1. nelj\x{e4}nnes",
154             "2. nelj\x{e4}nnes",
155             "3. nelj\x{e4}nnes",
156             "4. nelj\x{e4}nnes"
157             ],
158             'quarter_stand_alone_abbreviated' => 'alias:quarter_format_abbreviated',
159             'quarter_stand_alone_narrow' => [
160             '1',
161             '2',
162             '3',
163             '4'
164             ],
165             'quarter_stand_alone_wide' => 'alias:quarter_format_wide',
166             'time_format_full' => 'H.mm.ss v',
167             'time_format_long' => 'H.mm.ss z',
168             'time_format_medium' => 'H.mm.ss',
169             'time_format_short' => 'H.mm'
170             };