Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(159)

Side by Side Diff: source/data/locales/en_FI.txt

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/data/locales/en_ER.txt ('k') | source/data/locales/en_FJ.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // ***************************************************************************
2 // *
3 // * Copyright (C) 2015 International Business Machines
4 // * Corporation and others. All Rights Reserved.
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6 // * Source File: <path>/common/main/en_FI.xml
7 // *
8 // ***************************************************************************
9 en_FI{
10 %%Parent{"en_150"}
11 NumberElements{
12 latn{
13 patterns{
14 percentFormat{"#,##0 %"}
15 }
16 symbols{
17 group{" "}
18 timeSeparator{"."}
19 }
20 }
21 }
22 Version{"2.1.19.69"}
23 calendar{
24 generic{
25 availableFormats{
26 EHm{"E H.mm"}
27 EHms{"E H.mm.ss"}
28 Ehm{"E h.mm a"}
29 Ehms{"E h.mm.ss a"}
30 Hm{"H.mm"}
31 Hms{"H.mm.ss"}
32 Hmsv{"H.mm.ss v"}
33 Hmv{"H.mm v"}
34 hm{"h.mm a"}
35 hms{"h.mm.ss a"}
36 hmsv{"h.mm.ss a v"}
37 hmv{"h.mm a v"}
38 ms{"mm.ss"}
39 }
40 }
41 gregorian{
42 DateTimePatterns{
43 "H.mm.ss zzzz",
44 "H.mm.ss z",
45 "H.mm.ss",
46 "H.mm",
47 "EEEE, d MMMM y",
48 "d MMMM y",
49 "d MMM y",
50 "dd/MM/y",
51 "{1}, {0}",
52 "{1} 'at' {0}",
53 "{1} 'at' {0}",
54 "{1}, {0}",
55 "{1}, {0}",
56 }
57 availableFormats{
58 EHm{"E H.mm"}
59 EHms{"E H.mm.ss"}
60 Ehm{"E h.mm a"}
61 Ehms{"E h.mm.ss a"}
62 Hm{"H.mm"}
63 Hms{"H.mm.ss"}
64 Hmsv{"H.mm.ss v"}
65 Hmv{"H.mm v"}
66 hm{"h.mm a"}
67 hms{"h.mm.ss a"}
68 hmsv{"h.mm.ss a v"}
69 hmv{"h.mm a v"}
70 ms{"mm.ss"}
71 }
72 }
73 }
74 }
OLDNEW
« no previous file with comments | « source/data/locales/en_ER.txt ('k') | source/data/locales/en_FJ.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698