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

Side by Side Diff: source/data/locales/haw.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/ha_NG.txt ('k') | source/data/locales/haw_US.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) 2014 International Business Machines 3 // * Copyright (C) 2015 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/haw.xml 6 // * Source File: <path>/common/main/haw.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/common/main/haw.xml
11 */
12 haw{ 9 haw{
13 AuxExemplarCharacters{"[b c d f g j q r s t v x y z]"} 10 AuxExemplarCharacters{"[b c d f g j q r s t v x y z]"}
14 ExemplarCharacters{"[a ā e ē i ī o ō u ū h k l m n p w ʻ]"} 11 ExemplarCharacters{"[a ā e ē i ī o ō u ū h k l m n p w ʻ]"}
15 LocaleScript{ 12 NumberElements{
16 "Latn", 13 latn{
14 patterns{
15 accountingFormat{"¤#,##0.00;(¤#,##0.00)"}
16 currencyFormat{"¤#,##0.00"}
17 }
18 }
17 } 19 }
18 Version{"2.1.6.69"} 20 Version{"2.1.19.14"}
21 calendar{
22 generic{
23 DateTimePatterns{
24 "h:mm:ss a zzzz",
25 "h:mm:ss a z",
26 "h:mm:ss a",
27 "h:mm a",
28 "EEEE, d MMMM y G",
29 "d MMMM y G",
30 "d MMM y G",
31 {
32 "d/M/yy GGGGG",
33 "M=romanlow",
34 }
35 "{1} {0}",
36 "{1} {0}",
37 "{1} {0}",
38 "{1} {0}",
39 "{1} {0}",
40 }
41 }
42 gregorian{
43 DateTimePatterns{
44 "h:mm:ss a zzzz",
45 "h:mm:ss a z",
46 "h:mm:ss a",
47 "h:mm a",
48 "EEEE, d MMMM y",
49 "d MMMM y",
50 "d MMM y",
51 {
52 "d/M/yy",
53 "M=romanlow",
54 }
55 "{1} {0}",
56 "{1} {0}",
57 "{1} {0}",
58 "{1} {0}",
59 "{1} {0}",
60 }
61 availableFormats{
62 Ed{"E d"}
63 Gy{"y G"}
64 GyMMM{"MMM y G"}
65 GyMMMEd{"E, d MMM y G"}
66 GyMMMd{"d MMM y G"}
67 MEd{"E, d/M"}
68 MMMEd{"E, d MMM"}
69 MMMd{"d MMM"}
70 Md{"d/M"}
71 yM{"M/y"}
72 yMEd{"E, d/M/y"}
73 yMMM{"MMM y"}
74 yMMMEd{"E, d MMM y"}
75 yMMMd{"d MMM y"}
76 yMd{"d/M/y"}
77 }
78 dayNames{
79 format{
80 abbreviated{
81 "LP",
82 "P1",
83 "P2",
84 "P3",
85 "P4",
86 "P5",
87 "P6",
88 }
89 wide{
90 "Lāpule",
91 "Poʻakahi",
92 "Poʻalua",
93 "Poʻakolu",
94 "Poʻahā",
95 "Poʻalima",
96 "Poʻaono",
97 }
98 }
99 }
100 monthNames{
101 format{
102 abbreviated{
103 "Ian.",
104 "Pep.",
105 "Mal.",
106 "ʻAp.",
107 "Mei",
108 "Iun.",
109 "Iul.",
110 "ʻAu.",
111 "Kep.",
112 "ʻOk.",
113 "Now.",
114 "Kek.",
115 }
116 wide{
117 "Ianuali",
118 "Pepeluali",
119 "Malaki",
120 "ʻApelila",
121 "Mei",
122 "Iune",
123 "Iulai",
124 "ʻAukake",
125 "Kepakemapa",
126 "ʻOkakopa",
127 "Nowemapa",
128 "Kekemapa",
129 }
130 }
131 }
132 }
133 }
134 measurementSystemNames{
135 US{"ʻAmelika Hui Pū ʻIa"}
136 metric{"Mekalika"}
137 }
19 } 138 }
OLDNEW
« no previous file with comments | « source/data/locales/ha_NG.txt ('k') | source/data/locales/haw_US.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698