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

Side by Side Diff: source/data/locales/en_NZ.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_NU.txt ('k') | source/data/locales/en_PG.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_NZ.xml 6 // * Source File: <path>/common/main/en_NZ.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 en_NZ{ 9 en_NZ{
10 %%Parent{"en_GB"} 10 %%Parent{"en_GB"}
11 Version{"2.0.90.61"} 11 Version{"2.1.8.19"}
12 calendar{ 12 calendar{
13 generic{ 13 generic{
14 DateTimePatterns{ 14 DateTimePatterns{
15 "h:mm:ss a zzzz", 15 "h:mm:ss a zzzz",
16 "h:mm:ss a z", 16 "h:mm:ss a z",
17 "h:mm:ss a", 17 "h:mm:ss a",
18 "h:mm a", 18 "h:mm a",
19 "EEEE, d MMMM y G", 19 "EEEE, d MMMM y G",
20 "d MMMM y G", 20 "d MMMM y G",
21 "d/MM/y G", 21 "d/MM/y G",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 gregorian{ 109 gregorian{
110 DateTimePatterns{ 110 DateTimePatterns{
111 "h:mm:ss a zzzz", 111 "h:mm:ss a zzzz",
112 "h:mm:ss a z", 112 "h:mm:ss a z",
113 "h:mm:ss a", 113 "h:mm:ss a",
114 "h:mm a", 114 "h:mm a",
115 "EEEE, d MMMM y", 115 "EEEE, d MMMM y",
116 "d MMMM y", 116 "d MMMM y",
117 "d/MM/y", 117 "d/MM/y",
118 "d/MM/yy", 118 "d/MM/yy",
119 "{1} {0}", 119 "{1}, {0}",
120 "{1} {0}", 120 "{1} 'at' {0}",
121 "{1} {0}", 121 "{1} 'at' {0}",
122 "{1} {0}", 122 "{1}, {0}",
123 "{1} {0}", 123 "{1}, {0}",
124 } 124 }
125 availableFormats{ 125 availableFormats{
126 MMMEd{"E, d MMM"} 126 MMMEd{"E, d MMM"}
127 Md{"d/M"} 127 Md{"d/M"}
128 yMd{"d/MM/y"} 128 yMd{"d/MM/y"}
129 } 129 }
130 intervalFormats{ 130 intervalFormats{
131 M{ 131 M{
132 M{"M-M"} 132 M{"M-M"}
133 } 133 }
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 } 197 }
198 yMd{ 198 yMd{
199 M{"d/MM/y - d/MM/y"} 199 M{"d/MM/y - d/MM/y"}
200 d{"d/MM/y - d/MM/y"} 200 d{"d/MM/y - d/MM/y"}
201 y{"d/MM/y - d/MM/y"} 201 y{"d/MM/y - d/MM/y"}
202 } 202 }
203 } 203 }
204 } 204 }
205 } 205 }
206 } 206 }
OLDNEW
« no previous file with comments | « source/data/locales/en_NU.txt ('k') | source/data/locales/en_PG.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698