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/ig.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/ig.xml |
michael@0 | 11 | */ |
michael@0 | 12 | ig{ |
michael@0 | 13 | ExemplarCharacters{ |
michael@0 | 14 | "[a b {ch} d e ẹ f g {gb} {gh} {gw} h i ị j k {kp} {kw} l m n ṅ {nw} {ny} o ọ" |
michael@0 | 15 | " p r s {sh} t u ụ v w y z]" |
michael@0 | 16 | } |
michael@0 | 17 | 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]"} |
michael@0 | 18 | LocaleScript{ |
michael@0 | 19 | "Latn", |
michael@0 | 20 | } |
michael@0 | 21 | NumberElements{ |
michael@0 | 22 | latn{ |
michael@0 | 23 | patterns{ |
michael@0 | 24 | accountingFormat{"¤#,##0.00;(¤#,##0.00)"} |
michael@0 | 25 | currencyFormat{"¤#,##0.00"} |
michael@0 | 26 | } |
michael@0 | 27 | } |
michael@0 | 28 | } |
michael@0 | 29 | Version{"2.0.92.87"} |
michael@0 | 30 | calendar{ |
michael@0 | 31 | generic{ |
michael@0 | 32 | DateTimePatterns{ |
michael@0 | 33 | "h:mm:ss a zzzz", |
michael@0 | 34 | "h:mm:ss a z", |
michael@0 | 35 | "h:mm:ss a", |
michael@0 | 36 | "h:mm a", |
michael@0 | 37 | "EEEE, d MMMM y G", |
michael@0 | 38 | "d MMMM y G", |
michael@0 | 39 | "d MMM y G", |
michael@0 | 40 | "dd/MM/y GGGGG", |
michael@0 | 41 | "{1} {0}", |
michael@0 | 42 | "{1} {0}", |
michael@0 | 43 | "{1} {0}", |
michael@0 | 44 | "{1} {0}", |
michael@0 | 45 | "{1} {0}", |
michael@0 | 46 | } |
michael@0 | 47 | availableFormats{ |
michael@0 | 48 | Hm{"HH:mm"} |
michael@0 | 49 | Hms{"HH:mm:ss"} |
michael@0 | 50 | M{"L"} |
michael@0 | 51 | MEd{"E, M/d"} |
michael@0 | 52 | MMM{"LLL"} |
michael@0 | 53 | MMMEd{"E, MMM d"} |
michael@0 | 54 | MMMMEd{"E, MMMM d"} |
michael@0 | 55 | MMMMd{"MMMM d"} |
michael@0 | 56 | MMMd{"MMM d"} |
michael@0 | 57 | Md{"M/d"} |
michael@0 | 58 | d{"d"} |
michael@0 | 59 | hm{"h:mm a"} |
michael@0 | 60 | ms{"mm:ss"} |
michael@0 | 61 | y{"y"} |
michael@0 | 62 | yM{"M/y"} |
michael@0 | 63 | yMEd{"E, M/d/y"} |
michael@0 | 64 | yMMM{"MMM y"} |
michael@0 | 65 | yMMMEd{"E, MMM d, y"} |
michael@0 | 66 | yMMMM{"MMMM 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 | "A.M.", |
michael@0 | 74 | "P.M.", |
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 | 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 | "Ụka", |
michael@0 | 118 | "Mọn", |
michael@0 | 119 | "Tiu", |
michael@0 | 120 | "Wen", |
michael@0 | 121 | "Tọọ", |
michael@0 | 122 | "Fraị", |
michael@0 | 123 | "Sat", |
michael@0 | 124 | } |
michael@0 | 125 | wide{ |
michael@0 | 126 | "Mbọsị Ụka", |
michael@0 | 127 | "Mọnde", |
michael@0 | 128 | "Tiuzdee", |
michael@0 | 129 | "Wenezdee", |
michael@0 | 130 | "Tọọzdee", |
michael@0 | 131 | "Fraịdee", |
michael@0 | 132 | "Satọdee", |
michael@0 | 133 | } |
michael@0 | 134 | } |
michael@0 | 135 | } |
michael@0 | 136 | eras{ |
michael@0 | 137 | abbreviated{ |
michael@0 | 138 | "T.K.", |
michael@0 | 139 | "A.K.", |
michael@0 | 140 | } |
michael@0 | 141 | wide{ |
michael@0 | 142 | "Tupu Kristi", |
michael@0 | 143 | "Afọ Kristi", |
michael@0 | 144 | } |
michael@0 | 145 | } |
michael@0 | 146 | monthNames{ |
michael@0 | 147 | format{ |
michael@0 | 148 | abbreviated{ |
michael@0 | 149 | "Jen", |
michael@0 | 150 | "Feb", |
michael@0 | 151 | "Maa", |
michael@0 | 152 | "Epr", |
michael@0 | 153 | "Mee", |
michael@0 | 154 | "Juu", |
michael@0 | 155 | "Jul", |
michael@0 | 156 | "Ọgọ", |
michael@0 | 157 | "Sep", |
michael@0 | 158 | "Ọkt", |
michael@0 | 159 | "Nov", |
michael@0 | 160 | "Dis", |
michael@0 | 161 | } |
michael@0 | 162 | wide{ |
michael@0 | 163 | "Jenụwarị", |
michael@0 | 164 | "Febrụwarị", |
michael@0 | 165 | "Maachị", |
michael@0 | 166 | "Eprel", |
michael@0 | 167 | "Mee", |
michael@0 | 168 | "Juun", |
michael@0 | 169 | "Julaị", |
michael@0 | 170 | "Ọgọọst", |
michael@0 | 171 | "Septemba", |
michael@0 | 172 | "Ọktoba", |
michael@0 | 173 | "Novemba", |
michael@0 | 174 | "Disemba", |
michael@0 | 175 | } |
michael@0 | 176 | } |
michael@0 | 177 | } |
michael@0 | 178 | quarters{ |
michael@0 | 179 | format{ |
michael@0 | 180 | abbreviated{ |
michael@0 | 181 | "Ọ1", |
michael@0 | 182 | "Ọ2", |
michael@0 | 183 | "Ọ3", |
michael@0 | 184 | "Ọ4", |
michael@0 | 185 | } |
michael@0 | 186 | wide{ |
michael@0 | 187 | "Ọkara 1", |
michael@0 | 188 | "Ọkara 2", |
michael@0 | 189 | "Ọkara 3", |
michael@0 | 190 | "Ọkara 4", |
michael@0 | 191 | } |
michael@0 | 192 | } |
michael@0 | 193 | } |
michael@0 | 194 | } |
michael@0 | 195 | } |
michael@0 | 196 | delimiters{ |
michael@0 | 197 | alternateQuotationEnd{"’"} |
michael@0 | 198 | alternateQuotationStart{"‘"} |
michael@0 | 199 | quotationEnd{"”"} |
michael@0 | 200 | quotationStart{"“"} |
michael@0 | 201 | } |
michael@0 | 202 | fields{ |
michael@0 | 203 | day{ |
michael@0 | 204 | dn{"Ụbọchị"} |
michael@0 | 205 | relative{ |
michael@0 | 206 | "-1"{"Nnyaafụ"} |
michael@0 | 207 | "0"{"Taata"} |
michael@0 | 208 | "1"{"Echi"} |
michael@0 | 209 | } |
michael@0 | 210 | } |
michael@0 | 211 | dayperiod{ |
michael@0 | 212 | dn{"N'ụtụtụ/N'anyasị"} |
michael@0 | 213 | } |
michael@0 | 214 | era{ |
michael@0 | 215 | dn{"Agba"} |
michael@0 | 216 | } |
michael@0 | 217 | hour{ |
michael@0 | 218 | dn{"Elekere"} |
michael@0 | 219 | } |
michael@0 | 220 | minute{ |
michael@0 | 221 | dn{"Nkeji"} |
michael@0 | 222 | } |
michael@0 | 223 | month{ |
michael@0 | 224 | dn{"Ọnwa"} |
michael@0 | 225 | } |
michael@0 | 226 | second{ |
michael@0 | 227 | dn{"Nkejinta"} |
michael@0 | 228 | } |
michael@0 | 229 | week{ |
michael@0 | 230 | dn{"Izu"} |
michael@0 | 231 | } |
michael@0 | 232 | weekday{ |
michael@0 | 233 | dn{"Ụbọchị izu"} |
michael@0 | 234 | } |
michael@0 | 235 | year{ |
michael@0 | 236 | dn{"Afọ"} |
michael@0 | 237 | } |
michael@0 | 238 | zone{ |
michael@0 | 239 | dn{"Mpaghara oge"} |
michael@0 | 240 | } |
michael@0 | 241 | } |
michael@0 | 242 | } |