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

Side by Side Diff: icu52/source/data/locales/om.txt

Issue 239543018: Trim ICU data to reduce the download size/memory usage (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 6 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « icu52/source/data/locales/nyn.txt ('k') | icu52/source/data/locales/or.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) 2013 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/om.xml 6 // * Source File: <path>/common/main/om.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /** 9 /**
10 * ICU <specials> source: <path>/common/main/om.xml 10 * ICU <specials> source: <path>/common/main/om.xml
11 */ 11 */
12 om{ 12 om{
13 ExemplarCharacters{"[a b c d e f g h i j k l m n o p q r s t u v w x y z]"} 13 ExemplarCharacters{"[a b c d e f g h i j k l m n o p q r s t u v w x y z]"}
14 ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z]"}
15 LocaleScript{ 14 LocaleScript{
16 "Latn", 15 "Latn",
17 } 16 }
18 NumberElements{
19 default{"latn"}
20 latn{
21 patterns{
22 currencyFormat{"¤#,##0.00"}
23 }
24 }
25 native{"latn"}
26 traditional{"ethi"}
27 }
28 Version{"2.0.92.87"} 17 Version{"2.0.92.87"}
29 calendar{
30 generic{
31 DateTimePatterns{
32 "h:mm:ss a zzzz",
33 "h:mm:ss a z",
34 "h:mm:ss a",
35 "h:mm a",
36 "EEEE, MMMM d, y G",
37 "dd MMMM y G",
38 "dd-MMM-y G",
39 "dd/MM/yy GGGGG",
40 "{1} {0}",
41 "{1} {0}",
42 "{1} {0}",
43 "{1} {0}",
44 "{1} {0}",
45 }
46 availableFormats{
47 MMMMdd{"dd MMMM"}
48 MMdd{"dd/MM"}
49 yMM{"MM/y"}
50 yMMMM{"MMMM y"}
51 yQQQ{"QQQ y"}
52 }
53 }
54 gregorian{
55 AmPmMarkers{
56 "WD",
57 "WB",
58 }
59 DateTimePatterns{
60 "h:mm:ss a zzzz",
61 "h:mm:ss a z",
62 "h:mm:ss a",
63 "h:mm a",
64 "EEEE, MMMM d, y",
65 "dd MMMM y",
66 "dd-MMM-y",
67 "dd/MM/yy",
68 "{1} {0}",
69 "{1} {0}",
70 "{1} {0}",
71 "{1} {0}",
72 "{1} {0}",
73 }
74 availableFormats{
75 MMMMdd{"dd MMMM"}
76 MMdd{"dd/MM"}
77 yMM{"MM/y"}
78 yMMMM{"MMMM y"}
79 yQQQ{"QQQ y"}
80 }
81 dayNames{
82 format{
83 abbreviated{
84 "Dil",
85 "Wix",
86 "Qib",
87 "Rob",
88 "Kam",
89 "Jim",
90 "San",
91 }
92 wide{
93 "Dilbata",
94 "Wiixata",
95 "Qibxata",
96 "Roobii",
97 "Kamiisa",
98 "Jimaata",
99 "Sanbata",
100 }
101 }
102 stand-alone{
103 narrow{
104 "S",
105 "M",
106 "T",
107 "W",
108 "T",
109 "F",
110 "S",
111 }
112 }
113 }
114 eras{
115 abbreviated{
116 "KD",
117 "KB",
118 }
119 }
120 monthNames{
121 format{
122 abbreviated{
123 "Ama",
124 "Gur",
125 "Bit",
126 "Elb",
127 "Cam",
128 "Wax",
129 "Ado",
130 "Hag",
131 "Ful",
132 "Onk",
133 "Sad",
134 "Mud",
135 }
136 wide{
137 "Amajjii",
138 "Guraandhala",
139 "Bitooteessa",
140 "Elba",
141 "Caamsa",
142 "Waxabajjii",
143 "Adooleessa",
144 "Hagayya",
145 "Fuulbana",
146 "Onkololeessa",
147 "Sadaasa",
148 "Muddee",
149 }
150 }
151 stand-alone{
152 narrow{
153 "J",
154 "F",
155 "M",
156 "A",
157 "M",
158 "J",
159 "J",
160 "A",
161 "S",
162 "O",
163 "N",
164 "D",
165 }
166 }
167 }
168 }
169 }
170 } 18 }
OLDNEW
« no previous file with comments | « icu52/source/data/locales/nyn.txt ('k') | icu52/source/data/locales/or.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698