| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2007 International Business Machines | 3 // * Copyright (C) 2009 International Business Machines |
| 4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
| 5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java | 5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java |
| 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>/xml/main/om.xml | 10 * ICU <specials> source: <path>/xml/main/om.xml |
| 11 * Chrome Note: This locale data is abridged to contain categories |
| 12 * actually used by Chrome. |
| 11 */ | 13 */ |
| 12 om{ | 14 om{ |
| 13 Countries{ | |
| 14 ET{"Itoophiyaa"} | |
| 15 KE{"Keeniyaa"} | |
| 16 } | |
| 17 Currencies{ | |
| 18 ETB{ | |
| 19 "$", | |
| 20 "ETB", | |
| 21 } | |
| 22 KES{ | |
| 23 "Ksh", | |
| 24 "KES", | |
| 25 } | |
| 26 } | |
| 27 ExemplarCharacters{"[a-z]"} | 15 ExemplarCharacters{"[a-z]"} |
| 28 Languages{ | 16 Languages{ |
| 29 om{"Oromoo"} | 17 om{"Oromoo"} |
| 30 } | 18 } |
| 31 LocaleScript{ | 19 LocaleScript{ |
| 32 "Latn", | 20 "Latn", |
| 33 } | 21 } |
| 34 NumberPatterns{ | 22 Version{"1.63"} |
| 35 "#,##0.###", | 23 } |
| 36 "¤#,##0.00", | |
| 37 "#,##0%", | |
| 38 "#E0", | |
| 39 } | |
| 40 Version{"1.50"} | |
| 41 calendar{ | |
| 42 gregorian{ | |
| 43 dayNames{ | |
| 44 format{ | |
| 45 abbreviated{ | |
| 46 "Dil", | |
| 47 "Wix", | |
| 48 "Qib", | |
| 49 "Rob", | |
| 50 "Kam", | |
| 51 "Jim", | |
| 52 "San", | |
| 53 } | |
| 54 wide{ | |
| 55 "Dilbata", | |
| 56 "Wiixata", | |
| 57 "Qibxata", | |
| 58 "Roobii", | |
| 59 "Kamiisa", | |
| 60 "Jimaata", | |
| 61 "Sanbata", | |
| 62 } | |
| 63 } | |
| 64 } | |
| 65 eras{ | |
| 66 abbreviated{ | |
| 67 "KD", | |
| 68 "KB", | |
| 69 } | |
| 70 } | |
| 71 monthNames{ | |
| 72 format{ | |
| 73 abbreviated{ | |
| 74 "Ama", | |
| 75 "Gur", | |
| 76 "Bit", | |
| 77 "Elb", | |
| 78 "Cam", | |
| 79 "Wax", | |
| 80 "Ado", | |
| 81 "Hag", | |
| 82 "Ful", | |
| 83 "Onk", | |
| 84 "Sad", | |
| 85 "Mud", | |
| 86 } | |
| 87 wide{ | |
| 88 "Amajjii", | |
| 89 "Guraandhala", | |
| 90 "Bitooteessa", | |
| 91 "Elba", | |
| 92 "Caamsa", | |
| 93 "Waxabajjii", | |
| 94 "Adooleessa", | |
| 95 "Hagayya", | |
| 96 "Fuulbana", | |
| 97 "Onkololeessa", | |
| 98 "Sadaasa", | |
| 99 "Muddee", | |
| 100 } | |
| 101 } | |
| 102 } | |
| 103 } | |
| 104 } | |
| 105 } | |
| OLD | NEW |