]>
Commit | Line | Data |
---|---|---|
374ca955 | 1 | // *************************************************************************** |
b75a7d8f | 2 | // * |
73c04bcf | 3 | // * Copyright (C) 2006 International Business Machines |
374ca955 A |
4 | // * Corporation and others. All Rights Reserved. |
5 | // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java | |
73c04bcf | 6 | // * Source File:<path>/common/main/om.xml |
b75a7d8f A |
7 | // * |
8 | // *************************************************************************** | |
374ca955 | 9 | /** |
73c04bcf | 10 | * ICU <specials> source: <path>/xml/main/om.xml |
374ca955 | 11 | */ |
b75a7d8f | 12 | om{ |
374ca955 A |
13 | Countries{ |
14 | ET{"Itoophiyaa"} | |
15 | KE{"Keeniyaa"} | |
b75a7d8f | 16 | } |
374ca955 A |
17 | Currencies{ |
18 | KES{ | |
19 | "Ksh", | |
20 | "KES", | |
21 | } | |
b75a7d8f | 22 | } |
374ca955 A |
23 | ExemplarCharacters{"[a-z]"} |
24 | Languages{ | |
25 | om{"Oromoo"} | |
b75a7d8f | 26 | } |
374ca955 A |
27 | LocaleScript{ |
28 | "Latn", | |
b75a7d8f | 29 | } |
73c04bcf | 30 | Version{"1.40"} |
374ca955 A |
31 | calendar{ |
32 | gregorian{ | |
374ca955 A |
33 | dayNames{ |
34 | format{ | |
35 | abbreviated{ | |
36 | "Dil", | |
37 | "Wix", | |
38 | "Qib", | |
39 | "Rob", | |
40 | "Kam", | |
41 | "Jim", | |
42 | "San", | |
43 | } | |
44 | wide{ | |
45 | "Dilbata", | |
46 | "Wiixata", | |
47 | "Qibxata", | |
48 | "Roobii", | |
49 | "Kamiisa", | |
50 | "Jimaata", | |
51 | "Sanbata", | |
52 | } | |
53 | } | |
73c04bcf A |
54 | stand-alone{ |
55 | narrow{ | |
56 | "S", | |
57 | "M", | |
58 | "T", | |
59 | "W", | |
60 | "T", | |
61 | "F", | |
62 | "S", | |
63 | } | |
64 | } | |
374ca955 A |
65 | } |
66 | eras{ | |
67 | abbreviated{ | |
68 | "KD", | |
69 | "KB", | |
70 | } | |
71 | } | |
72 | monthNames{ | |
73 | format{ | |
74 | abbreviated{ | |
75 | "Ama", | |
76 | "Gur", | |
77 | "Bit", | |
78 | "Elb", | |
79 | "Cam", | |
80 | "Wax", | |
81 | "Ado", | |
82 | "Hag", | |
83 | "Ful", | |
84 | "Onk", | |
85 | "Sad", | |
86 | "Mud", | |
87 | } | |
88 | wide{ | |
89 | "Amajjii", | |
90 | "Guraandhala", | |
91 | "Bitooteessa", | |
92 | "Elba", | |
93 | "Caamsa", | |
94 | "Waxabajjii", | |
95 | "Adooleessa", | |
96 | "Hagayya", | |
97 | "Fuulbana", | |
98 | "Onkololeessa", | |
99 | "Sadaasa", | |
100 | "Muddee", | |
101 | } | |
102 | } | |
73c04bcf A |
103 | stand-alone{ |
104 | narrow{ | |
105 | "J", | |
106 | "F", | |
107 | "M", | |
108 | "A", | |
109 | "M", | |
110 | "J", | |
111 | "J", | |
112 | "A", | |
113 | "S", | |
114 | "O", | |
115 | "N", | |
116 | "D", | |
117 | } | |
118 | } | |
374ca955 A |
119 | } |
120 | } | |
b75a7d8f A |
121 | } |
122 | } |