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

Side by Side Diff: source/data/locales/om.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/nyn_UG.txt ('k') | source/data/locales/om_ET.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/om.xml 6 // * Source File: <path>/common/main/om.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/common/main/om.xml
11 */
12 om{ 9 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]"} 10 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 LocaleScript{ 11 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 "Latn", 12 NumberElements{
13 default{"latn"}
14 latn{
15 patterns{
16 currencyFormat{"¤#,##0.00"}
17 }
18 }
19 native{"latn"}
20 traditional{"ethi"}
16 } 21 }
17 Version{"2.1.6.69"} 22 Version{"2.1.19.14"}
23 calendar{
24 generic{
25 DateTimePatterns{
26 "h:mm:ss a zzzz",
27 "h:mm:ss a z",
28 "h:mm:ss a",
29 "h:mm a",
30 "EEEE, MMMM d, y G",
31 "dd MMMM y G",
32 "dd-MMM-y G",
33 "dd/MM/yy GGGGG",
34 "{1} {0}",
35 "{1} {0}",
36 "{1} {0}",
37 "{1} {0}",
38 "{1} {0}",
39 }
40 availableFormats{
41 MMMMdd{"dd MMMM"}
42 MMdd{"dd/MM"}
43 yMM{"MM/y"}
44 yMMMM{"MMMM y"}
45 yQQQ{"QQQ y"}
46 }
47 }
48 gregorian{
49 AmPmMarkers{
50 "WD",
51 "WB",
52 }
53 DateTimePatterns{
54 "h:mm:ss a zzzz",
55 "h:mm:ss a z",
56 "h:mm:ss a",
57 "h:mm a",
58 "EEEE, MMMM d, y",
59 "dd MMMM y",
60 "dd-MMM-y",
61 "dd/MM/yy",
62 "{1} {0}",
63 "{1} {0}",
64 "{1} {0}",
65 "{1} {0}",
66 "{1} {0}",
67 }
68 availableFormats{
69 MMMMdd{"dd MMMM"}
70 MMdd{"dd/MM"}
71 yMM{"MM/y"}
72 yMMMM{"MMMM y"}
73 yQQQ{"QQQ y"}
74 }
75 dayNames{
76 format{
77 abbreviated{
78 "Dil",
79 "Wix",
80 "Qib",
81 "Rob",
82 "Kam",
83 "Jim",
84 "San",
85 }
86 wide{
87 "Dilbata",
88 "Wiixata",
89 "Qibxata",
90 "Roobii",
91 "Kamiisa",
92 "Jimaata",
93 "Sanbata",
94 }
95 }
96 stand-alone{
97 narrow{
98 "S",
99 "M",
100 "T",
101 "W",
102 "T",
103 "F",
104 "S",
105 }
106 }
107 }
108 eras{
109 abbreviated{
110 "KD",
111 "KB",
112 }
113 }
114 monthNames{
115 format{
116 abbreviated{
117 "Ama",
118 "Gur",
119 "Bit",
120 "Elb",
121 "Cam",
122 "Wax",
123 "Ado",
124 "Hag",
125 "Ful",
126 "Onk",
127 "Sad",
128 "Mud",
129 }
130 wide{
131 "Amajjii",
132 "Guraandhala",
133 "Bitooteessa",
134 "Elba",
135 "Caamsa",
136 "Waxabajjii",
137 "Adooleessa",
138 "Hagayya",
139 "Fuulbana",
140 "Onkololeessa",
141 "Sadaasa",
142 "Muddee",
143 }
144 }
145 stand-alone{
146 narrow{
147 "J",
148 "F",
149 "M",
150 "A",
151 "M",
152 "J",
153 "J",
154 "A",
155 "S",
156 "O",
157 "N",
158 "D",
159 }
160 }
161 }
162 }
163 }
18 } 164 }
OLDNEW
« no previous file with comments | « source/data/locales/nyn_UG.txt ('k') | source/data/locales/om_ET.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698