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

Side by Side Diff: source/data/locales/en_DK.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_DG.txt ('k') | source/data/locales/en_DM.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_DK.xml
7 // *
8 // ***************************************************************************
9 en_DK{
10 %%Parent{"en_150"}
11 NumberElements{
12 latn{
13 patterns{
14 percentFormat{"#,##0 %"}
15 }
16 symbols{
17 timeSeparator{"."}
18 }
19 }
20 }
21 Version{"2.1.19.69"}
22 calendar{
23 generic{
24 availableFormats{
25 EHm{"E HH.mm"}
26 EHms{"E HH.mm.ss"}
27 Ehm{"E h.mm a"}
28 Ehms{"E h.mm.ss a"}
29 Hm{"HH.mm"}
30 Hms{"HH.mm.ss"}
31 Hmsv{"HH.mm.ss v"}
32 Hmv{"HH.mm v"}
33 hm{"h.mm a"}
34 hms{"h.mm.ss a"}
35 hmsv{"h.mm.ss a v"}
36 hmv{"h.mm a v"}
37 ms{"mm.ss"}
38 }
39 }
40 gregorian{
41 DateTimePatterns{
42 "HH.mm.ss zzzz",
43 "HH.mm.ss z",
44 "HH.mm.ss",
45 "HH.mm",
46 "EEEE, d MMMM y",
47 "d MMMM y",
48 "d MMM y",
49 "dd/MM/y",
50 "{1}, {0}",
51 "{1} 'at' {0}",
52 "{1} 'at' {0}",
53 "{1}, {0}",
54 "{1}, {0}",
55 }
56 availableFormats{
57 EHm{"E HH.mm"}
58 EHms{"E HH.mm.ss"}
59 Ehm{"E h.mm a"}
60 Ehms{"E h.mm.ss a"}
61 Hm{"HH.mm"}
62 Hms{"HH.mm.ss"}
63 Hmsv{"HH.mm.ss v"}
64 Hmv{"HH.mm v"}
65 hm{"h.mm a"}
66 hms{"h.mm.ss a"}
67 hmsv{"h.mm.ss a v"}
68 hmv{"h.mm a v"}
69 ms{"mm.ss"}
70 }
71 }
72 }
73 }
OLDNEW
« no previous file with comments | « source/data/locales/en_DG.txt ('k') | source/data/locales/en_DM.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698