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

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

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 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_BZ.txt ('k') | source/data/locales/en_CC.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // *************************************************************************** 1 // ***************************************************************************
2 // * 2 // *
3 // * Copyright (C) 2013 International Business Machines 3 // * Copyright (C) 2014 International Business Machines
4 // * Corporation and others. All Rights Reserved. 4 // * Corporation and others. All Rights Reserved.
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6 // * Source File: <path>/common/main/en_CA.xml 6 // * Source File: <path>/common/main/en_CA.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 en_CA{ 9 en_CA{
10 Version{"2.0.90.61"} 10 Version{"2.1.8.19"}
11 calendar{
12 generic{
13 DateTimePatterns{
14 "h:mm:ss a zzzz",
15 "h:mm:ss a z",
16 "h:mm:ss a",
17 "h:mm a",
18 "EEEE, MMMM d, y G",
19 "MMMM d, y G",
20 "MMM d, y G",
21 "GGGGG y-MM-dd",
22 "{1}, {0}",
23 "{1} 'at' {0}",
24 "{1} 'at' {0}",
25 "{1}, {0}",
26 "{1}, {0}",
27 }
28 availableFormats{
29 MEd{"E, MM-dd"}
30 Md{"MM-dd"}
31 yyyyM{"GGGGG y-MM"}
32 yyyyMEd{"E, GGGGG y-MM-dd"}
33 yyyyMd{"GGGGG y-MM-dd"}
34 }
35 intervalFormats{
36 MEd{
37 M{"E, MM-dd – E, MM-dd"}
38 d{"E, MM-dd – E, MM-dd"}
39 }
40 Md{
41 M{"MM-dd – MM-dd"}
42 d{"MM-dd – MM-dd"}
43 }
44 yM{
45 M{"GGGGG y-MM – y-MM"}
46 y{"GGGGG y-MM – y-MM"}
47 }
48 yMEd{
49 M{"E, y-MM-dd – E, y-MM-dd"}
50 d{"E, y-MM-dd – E, y-MM-dd"}
51 y{"E, y-MM-dd – E, y-MM-dd"}
52 }
53 yMd{
54 M{"GGGGG y-MM-dd – y-MM-dd"}
55 d{"GGGGG y-MM-dd – y-MM-dd"}
56 y{"GGGGG y-MM-dd – y-MM-dd"}
57 }
58 }
59 }
60 gregorian{
61 DateTimePatterns{
62 "h:mm:ss a zzzz",
63 "h:mm:ss a z",
64 "h:mm:ss a",
65 "h:mm a",
66 "EEEE, MMMM d, y",
67 "MMMM d, y",
68 "MMM d, y",
69 "y-MM-dd",
70 "{1}, {0}",
71 "{1} 'at' {0}",
72 "{1} 'at' {0}",
73 "{1}, {0}",
74 "{1}, {0}",
75 }
76 availableFormats{
77 MEd{"E, MM-dd"}
78 Md{"MM-dd"}
79 yM{"y-MM"}
80 yMEd{"E, y-MM-dd"}
81 yMd{"y-MM-dd"}
82 }
83 intervalFormats{
84 MEd{
85 M{"E, MM-dd – E, MM-dd"}
86 d{"E, MM-dd – E, MM-dd"}
87 }
88 Md{
89 M{"MM-dd – MM-dd"}
90 d{"MM-dd – MM-dd"}
91 }
92 yM{
93 M{"y-MM – y-MM"}
94 y{"y-MM – y-MM"}
95 }
96 yMEd{
97 M{"E, y-MM-dd – E, y-MM-dd"}
98 d{"E, y-MM-dd – E, y-MM-dd"}
99 y{"E, y-MM-dd – E, y-MM-dd"}
100 }
101 yMd{
102 M{"y-MM-dd – y-MM-dd"}
103 d{"y-MM-dd – y-MM-dd"}
104 y{"y-MM-dd – y-MM-dd"}
105 }
106 }
107 }
108 }
11 } 109 }
OLDNEW
« no previous file with comments | « source/data/locales/en_BZ.txt ('k') | source/data/locales/en_CC.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698