Wed, 31 Dec 2014 07:22:50 +0100
Correct previous dual key logic pending first delivery installment.
michael@0 | 1 | // *************************************************************************** |
michael@0 | 2 | // * |
michael@0 | 3 | // * Copyright (C) 2013 International Business Machines |
michael@0 | 4 | // * Corporation and others. All Rights Reserved. |
michael@0 | 5 | // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
michael@0 | 6 | // * Source File: <path>/common/main/bem.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/bem.xml |
michael@0 | 11 | */ |
michael@0 | 12 | bem{ |
michael@0 | 13 | AuxExemplarCharacters{"[d h q r v x z]"} |
michael@0 | 14 | ExemplarCharacters{"[a b c e f g i j k l m n o p s {sh} t u w y]"} |
michael@0 | 15 | ExemplarCharactersIndex{"[A B C E F G I J K L M N O P S {SH} T U W Y]"} |
michael@0 | 16 | LocaleScript{ |
michael@0 | 17 | "Latn", |
michael@0 | 18 | } |
michael@0 | 19 | NumberElements{ |
michael@0 | 20 | latn{ |
michael@0 | 21 | patterns{ |
michael@0 | 22 | accountingFormat{"¤#,##0.00;(¤#,##0.00)"} |
michael@0 | 23 | currencyFormat{"¤#,##0.00"} |
michael@0 | 24 | } |
michael@0 | 25 | } |
michael@0 | 26 | } |
michael@0 | 27 | Version{"2.0.92.87"} |
michael@0 | 28 | calendar{ |
michael@0 | 29 | generic{ |
michael@0 | 30 | DateTimePatterns{ |
michael@0 | 31 | "h:mm:ss a zzzz", |
michael@0 | 32 | "h:mm:ss a z", |
michael@0 | 33 | "h:mm:ss a", |
michael@0 | 34 | "h:mm a", |
michael@0 | 35 | "EEEE, d MMMM y G", |
michael@0 | 36 | "d MMMM y G", |
michael@0 | 37 | "d MMM y G", |
michael@0 | 38 | "dd/MM/y GGGGG", |
michael@0 | 39 | "{1} {0}", |
michael@0 | 40 | "{1} {0}", |
michael@0 | 41 | "{1} {0}", |
michael@0 | 42 | "{1} {0}", |
michael@0 | 43 | "{1} {0}", |
michael@0 | 44 | } |
michael@0 | 45 | availableFormats{ |
michael@0 | 46 | Hm{"HH:mm"} |
michael@0 | 47 | Hms{"HH:mm:ss"} |
michael@0 | 48 | M{"L"} |
michael@0 | 49 | MEd{"E, M/d"} |
michael@0 | 50 | MMM{"LLL"} |
michael@0 | 51 | MMMEd{"E, MMM d"} |
michael@0 | 52 | MMMMEd{"E, MMMM d"} |
michael@0 | 53 | MMMMd{"MMMM d"} |
michael@0 | 54 | MMMd{"MMM d"} |
michael@0 | 55 | Md{"M/d"} |
michael@0 | 56 | d{"d"} |
michael@0 | 57 | hm{"h:mm a"} |
michael@0 | 58 | ms{"mm:ss"} |
michael@0 | 59 | y{"y"} |
michael@0 | 60 | yM{"M/y"} |
michael@0 | 61 | yMEd{"E, M/d/y"} |
michael@0 | 62 | yMMM{"MMM y"} |
michael@0 | 63 | yMMMEd{"E, MMM d, y"} |
michael@0 | 64 | yMMMM{"MMMM y"} |
michael@0 | 65 | yMMMd{"d MMM y"} |
michael@0 | 66 | yMd{"d/M/y"} |
michael@0 | 67 | yQQQ{"QQQ y"} |
michael@0 | 68 | yQQQQ{"QQQQ y"} |
michael@0 | 69 | } |
michael@0 | 70 | } |
michael@0 | 71 | gregorian{ |
michael@0 | 72 | AmPmMarkers{ |
michael@0 | 73 | "uluchelo", |
michael@0 | 74 | "akasuba", |
michael@0 | 75 | } |
michael@0 | 76 | DateTimePatterns{ |
michael@0 | 77 | "h:mm:ss a zzzz", |
michael@0 | 78 | "h:mm:ss a z", |
michael@0 | 79 | "h:mm:ss a", |
michael@0 | 80 | "h:mm a", |
michael@0 | 81 | "EEEE, d MMMM y", |
michael@0 | 82 | "d MMMM y", |
michael@0 | 83 | "d MMM y", |
michael@0 | 84 | "dd/MM/y", |
michael@0 | 85 | "{1} {0}", |
michael@0 | 86 | "{1} {0}", |
michael@0 | 87 | "{1} {0}", |
michael@0 | 88 | "{1} {0}", |
michael@0 | 89 | "{1} {0}", |
michael@0 | 90 | } |
michael@0 | 91 | availableFormats{ |
michael@0 | 92 | Hm{"HH:mm"} |
michael@0 | 93 | Hms{"HH:mm:ss"} |
michael@0 | 94 | M{"L"} |
michael@0 | 95 | MEd{"E, M/d"} |
michael@0 | 96 | MMM{"LLL"} |
michael@0 | 97 | MMMEd{"E, MMM d"} |
michael@0 | 98 | MMMMEd{"E, MMMM d"} |
michael@0 | 99 | MMMMd{"MMMM d"} |
michael@0 | 100 | MMMd{"MMM d"} |
michael@0 | 101 | Md{"M/d"} |
michael@0 | 102 | d{"d"} |
michael@0 | 103 | hm{"h:mm a"} |
michael@0 | 104 | ms{"mm:ss"} |
michael@0 | 105 | y{"y"} |
michael@0 | 106 | yM{"M/y"} |
michael@0 | 107 | yMEd{"E, M/d/y"} |
michael@0 | 108 | yMMM{"MMM y"} |
michael@0 | 109 | yMMMEd{"E, MMM d, y"} |
michael@0 | 110 | yMMMM{"MMMM y"} |
michael@0 | 111 | yMMMd{"d MMM y"} |
michael@0 | 112 | yMd{"d/M/y"} |
michael@0 | 113 | yQQQ{"QQQ y"} |
michael@0 | 114 | yQQQQ{"QQQQ y"} |
michael@0 | 115 | } |
michael@0 | 116 | dayNames{ |
michael@0 | 117 | format{ |
michael@0 | 118 | wide{ |
michael@0 | 119 | "Pa Mulungu", |
michael@0 | 120 | "Palichimo", |
michael@0 | 121 | "Palichibuli", |
michael@0 | 122 | "Palichitatu", |
michael@0 | 123 | "Palichine", |
michael@0 | 124 | "Palichisano", |
michael@0 | 125 | "Pachibelushi", |
michael@0 | 126 | } |
michael@0 | 127 | } |
michael@0 | 128 | } |
michael@0 | 129 | eras{ |
michael@0 | 130 | abbreviated{ |
michael@0 | 131 | "BC", |
michael@0 | 132 | "AD", |
michael@0 | 133 | } |
michael@0 | 134 | wide{ |
michael@0 | 135 | "Before Yesu", |
michael@0 | 136 | "After Yesu", |
michael@0 | 137 | } |
michael@0 | 138 | } |
michael@0 | 139 | monthNames{ |
michael@0 | 140 | format{ |
michael@0 | 141 | abbreviated{ |
michael@0 | 142 | "Jan", |
michael@0 | 143 | "Feb", |
michael@0 | 144 | "Mac", |
michael@0 | 145 | "Epr", |
michael@0 | 146 | "Mei", |
michael@0 | 147 | "Jun", |
michael@0 | 148 | "Jul", |
michael@0 | 149 | "Oga", |
michael@0 | 150 | "Sep", |
michael@0 | 151 | "Okt", |
michael@0 | 152 | "Nov", |
michael@0 | 153 | "Dis", |
michael@0 | 154 | } |
michael@0 | 155 | wide{ |
michael@0 | 156 | "Januari", |
michael@0 | 157 | "Februari", |
michael@0 | 158 | "Machi", |
michael@0 | 159 | "Epreo", |
michael@0 | 160 | "Mei", |
michael@0 | 161 | "Juni", |
michael@0 | 162 | "Julai", |
michael@0 | 163 | "Ogasti", |
michael@0 | 164 | "Septemba", |
michael@0 | 165 | "Oktoba", |
michael@0 | 166 | "Novemba", |
michael@0 | 167 | "Disemba", |
michael@0 | 168 | } |
michael@0 | 169 | } |
michael@0 | 170 | stand-alone{ |
michael@0 | 171 | narrow{ |
michael@0 | 172 | "J", |
michael@0 | 173 | "F", |
michael@0 | 174 | "M", |
michael@0 | 175 | "E", |
michael@0 | 176 | "M", |
michael@0 | 177 | "J", |
michael@0 | 178 | "J", |
michael@0 | 179 | "O", |
michael@0 | 180 | "S", |
michael@0 | 181 | "O", |
michael@0 | 182 | "N", |
michael@0 | 183 | "D", |
michael@0 | 184 | } |
michael@0 | 185 | } |
michael@0 | 186 | } |
michael@0 | 187 | } |
michael@0 | 188 | } |
michael@0 | 189 | delimiters{ |
michael@0 | 190 | alternateQuotationEnd{"’"} |
michael@0 | 191 | alternateQuotationStart{"‘"} |
michael@0 | 192 | quotationEnd{"”"} |
michael@0 | 193 | quotationStart{"“"} |
michael@0 | 194 | } |
michael@0 | 195 | fields{ |
michael@0 | 196 | day{ |
michael@0 | 197 | dn{"Ubushiku"} |
michael@0 | 198 | relative{ |
michael@0 | 199 | "0"{"Lelo"} |
michael@0 | 200 | } |
michael@0 | 201 | } |
michael@0 | 202 | dayperiod{ |
michael@0 | 203 | dn{"Akasuba"} |
michael@0 | 204 | } |
michael@0 | 205 | era{ |
michael@0 | 206 | dn{"Inkulo"} |
michael@0 | 207 | } |
michael@0 | 208 | hour{ |
michael@0 | 209 | dn{"Insa"} |
michael@0 | 210 | } |
michael@0 | 211 | minute{ |
michael@0 | 212 | dn{"Mineti"} |
michael@0 | 213 | } |
michael@0 | 214 | month{ |
michael@0 | 215 | dn{"Umweshi"} |
michael@0 | 216 | } |
michael@0 | 217 | second{ |
michael@0 | 218 | dn{"Sekondi"} |
michael@0 | 219 | } |
michael@0 | 220 | week{ |
michael@0 | 221 | dn{"Umulungu"} |
michael@0 | 222 | } |
michael@0 | 223 | year{ |
michael@0 | 224 | dn{"Umwaka"} |
michael@0 | 225 | } |
michael@0 | 226 | } |
michael@0 | 227 | } |