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/ha.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/ha.xml |
michael@0 | 11 | */ |
michael@0 | 12 | ha{ |
michael@0 | 13 | AuxExemplarCharacters{"[á à â é è ê í ì î ó ò ô p q {r\u0303} ú ù û v x ƴ]"} |
michael@0 | 14 | ExemplarCharacters{"[a b ɓ c d ɗ e f g h i j k ƙ l m n o r s {sh} t {ts} u w y {ʼy} z ʼ]"} |
michael@0 | 15 | 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 {ʼY} Z]"} |
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 | currencyFormat{"¤ #,##0.00"} |
michael@0 | 23 | decimalFormat{"#,##0.###"} |
michael@0 | 24 | percentFormat{"#,##0%"} |
michael@0 | 25 | scientificFormat{"#E0"} |
michael@0 | 26 | } |
michael@0 | 27 | symbols{ |
michael@0 | 28 | decimal{"."} |
michael@0 | 29 | group{","} |
michael@0 | 30 | } |
michael@0 | 31 | } |
michael@0 | 32 | } |
michael@0 | 33 | Version{"2.0.92.87"} |
michael@0 | 34 | calendar{ |
michael@0 | 35 | generic{ |
michael@0 | 36 | DateTimePatterns{ |
michael@0 | 37 | "HH:mm:ss zzzz", |
michael@0 | 38 | "HH:mm:ss z", |
michael@0 | 39 | "HH:mm:ss", |
michael@0 | 40 | "HH:mm", |
michael@0 | 41 | "EEEE, d MMMM, y G", |
michael@0 | 42 | "d MMMM, y G", |
michael@0 | 43 | "d MMM, y G", |
michael@0 | 44 | "d/M/yy GGGGG", |
michael@0 | 45 | "{1} {0}", |
michael@0 | 46 | "{1} {0}", |
michael@0 | 47 | "{1} {0}", |
michael@0 | 48 | "{1} {0}", |
michael@0 | 49 | "{1} {0}", |
michael@0 | 50 | } |
michael@0 | 51 | availableFormats{ |
michael@0 | 52 | Hm{"HH:mm"} |
michael@0 | 53 | Hms{"HH:mm:ss"} |
michael@0 | 54 | M{"L"} |
michael@0 | 55 | MEd{"E, M/d"} |
michael@0 | 56 | MMM{"LLL"} |
michael@0 | 57 | MMMEd{"E, MMM d"} |
michael@0 | 58 | MMMMEd{"E, MMMM d"} |
michael@0 | 59 | MMMMd{"MMMM d"} |
michael@0 | 60 | MMMd{"MMM d"} |
michael@0 | 61 | Md{"M/d"} |
michael@0 | 62 | d{"d"} |
michael@0 | 63 | hm{"h:mm a"} |
michael@0 | 64 | ms{"mm:ss"} |
michael@0 | 65 | y{"y"} |
michael@0 | 66 | yM{"M/y"} |
michael@0 | 67 | yMEd{"E, M/d/y"} |
michael@0 | 68 | yMMM{"MMM y"} |
michael@0 | 69 | yMMMEd{"E, MMM d, y"} |
michael@0 | 70 | yMMMM{"MMMM y"} |
michael@0 | 71 | yQQQ{"QQQ y"} |
michael@0 | 72 | yQQQQ{"QQQQ y"} |
michael@0 | 73 | } |
michael@0 | 74 | } |
michael@0 | 75 | gregorian{ |
michael@0 | 76 | DateTimePatterns{ |
michael@0 | 77 | "HH:mm:ss zzzz", |
michael@0 | 78 | "HH:mm:ss z", |
michael@0 | 79 | "HH:mm:ss", |
michael@0 | 80 | "HH:mm", |
michael@0 | 81 | "EEEE, d MMMM, y", |
michael@0 | 82 | "d MMMM, y", |
michael@0 | 83 | "d MMM, y", |
michael@0 | 84 | "d/M/yy", |
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 | yQQQ{"QQQ y"} |
michael@0 | 112 | yQQQQ{"QQQQ y"} |
michael@0 | 113 | } |
michael@0 | 114 | dayNames{ |
michael@0 | 115 | format{ |
michael@0 | 116 | abbreviated{ |
michael@0 | 117 | "Lh", |
michael@0 | 118 | "Li", |
michael@0 | 119 | "Ta", |
michael@0 | 120 | "Lr", |
michael@0 | 121 | "Al", |
michael@0 | 122 | "Ju", |
michael@0 | 123 | "As", |
michael@0 | 124 | } |
michael@0 | 125 | wide{ |
michael@0 | 126 | "Lahadi", |
michael@0 | 127 | "Litinin", |
michael@0 | 128 | "Talata", |
michael@0 | 129 | "Laraba", |
michael@0 | 130 | "Alhamis", |
michael@0 | 131 | "Jumma'a", |
michael@0 | 132 | "Asabar", |
michael@0 | 133 | } |
michael@0 | 134 | } |
michael@0 | 135 | stand-alone{ |
michael@0 | 136 | narrow{ |
michael@0 | 137 | "L", |
michael@0 | 138 | "L", |
michael@0 | 139 | "T", |
michael@0 | 140 | "L", |
michael@0 | 141 | "A", |
michael@0 | 142 | "J", |
michael@0 | 143 | "A", |
michael@0 | 144 | } |
michael@0 | 145 | } |
michael@0 | 146 | } |
michael@0 | 147 | eras{ |
michael@0 | 148 | abbreviated{ |
michael@0 | 149 | "KHAI", |
michael@0 | 150 | "BHAI", |
michael@0 | 151 | } |
michael@0 | 152 | wide{ |
michael@0 | 153 | "Kafin haihuwar annab", |
michael@0 | 154 | "Bayan haihuwar annab", |
michael@0 | 155 | } |
michael@0 | 156 | } |
michael@0 | 157 | monthNames{ |
michael@0 | 158 | format{ |
michael@0 | 159 | abbreviated{ |
michael@0 | 160 | "Jan", |
michael@0 | 161 | "Fab", |
michael@0 | 162 | "Mar", |
michael@0 | 163 | "Afi", |
michael@0 | 164 | "May", |
michael@0 | 165 | "Yun", |
michael@0 | 166 | "Yul", |
michael@0 | 167 | "Agu", |
michael@0 | 168 | "Sat", |
michael@0 | 169 | "Okt", |
michael@0 | 170 | "Nuw", |
michael@0 | 171 | "Dis", |
michael@0 | 172 | } |
michael@0 | 173 | wide{ |
michael@0 | 174 | "Janairu", |
michael@0 | 175 | "Faburairu", |
michael@0 | 176 | "Maris", |
michael@0 | 177 | "Afirilu", |
michael@0 | 178 | "Mayu", |
michael@0 | 179 | "Yuni", |
michael@0 | 180 | "Yuli", |
michael@0 | 181 | "Agusta", |
michael@0 | 182 | "Satumba", |
michael@0 | 183 | "Oktoba", |
michael@0 | 184 | "Nuwamba", |
michael@0 | 185 | "Disamba", |
michael@0 | 186 | } |
michael@0 | 187 | } |
michael@0 | 188 | stand-alone{ |
michael@0 | 189 | narrow{ |
michael@0 | 190 | "J", |
michael@0 | 191 | "F", |
michael@0 | 192 | "M", |
michael@0 | 193 | "A", |
michael@0 | 194 | "M", |
michael@0 | 195 | "Y", |
michael@0 | 196 | "Y", |
michael@0 | 197 | "A", |
michael@0 | 198 | "S", |
michael@0 | 199 | "O", |
michael@0 | 200 | "N", |
michael@0 | 201 | "D", |
michael@0 | 202 | } |
michael@0 | 203 | } |
michael@0 | 204 | } |
michael@0 | 205 | quarters{ |
michael@0 | 206 | format{ |
michael@0 | 207 | abbreviated{ |
michael@0 | 208 | "K1", |
michael@0 | 209 | "K2", |
michael@0 | 210 | "K3", |
michael@0 | 211 | "K4", |
michael@0 | 212 | } |
michael@0 | 213 | wide{ |
michael@0 | 214 | "Kwata na ɗaya", |
michael@0 | 215 | "Kwata na biyu", |
michael@0 | 216 | "Kwata na uku", |
michael@0 | 217 | "Kwata na huɗu", |
michael@0 | 218 | } |
michael@0 | 219 | } |
michael@0 | 220 | } |
michael@0 | 221 | } |
michael@0 | 222 | } |
michael@0 | 223 | delimiters{ |
michael@0 | 224 | alternateQuotationEnd{"’"} |
michael@0 | 225 | alternateQuotationStart{"‘"} |
michael@0 | 226 | quotationEnd{"”"} |
michael@0 | 227 | quotationStart{"“"} |
michael@0 | 228 | } |
michael@0 | 229 | fields{ |
michael@0 | 230 | day{ |
michael@0 | 231 | dn{"Kwana"} |
michael@0 | 232 | relative{ |
michael@0 | 233 | "-1"{"Jiya"} |
michael@0 | 234 | "0"{"Yau"} |
michael@0 | 235 | "1"{"Gobe"} |
michael@0 | 236 | } |
michael@0 | 237 | } |
michael@0 | 238 | dayperiod{ |
michael@0 | 239 | dn{"Yini"} |
michael@0 | 240 | } |
michael@0 | 241 | era{ |
michael@0 | 242 | dn{"Zamani"} |
michael@0 | 243 | } |
michael@0 | 244 | hour{ |
michael@0 | 245 | dn{"Awa"} |
michael@0 | 246 | } |
michael@0 | 247 | minute{ |
michael@0 | 248 | dn{"Minti"} |
michael@0 | 249 | } |
michael@0 | 250 | month{ |
michael@0 | 251 | dn{"Wata"} |
michael@0 | 252 | } |
michael@0 | 253 | second{ |
michael@0 | 254 | dn{"Daƙiƙa"} |
michael@0 | 255 | } |
michael@0 | 256 | week{ |
michael@0 | 257 | dn{"Mako"} |
michael@0 | 258 | } |
michael@0 | 259 | weekday{ |
michael@0 | 260 | dn{"Rana"} |
michael@0 | 261 | } |
michael@0 | 262 | year{ |
michael@0 | 263 | dn{"Shekara"} |
michael@0 | 264 | } |
michael@0 | 265 | zone{ |
michael@0 | 266 | dn{"Agogo"} |
michael@0 | 267 | } |
michael@0 | 268 | } |
michael@0 | 269 | } |