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/agq.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/agq.xml |
michael@0 | 11 | */ |
michael@0 | 12 | agq{ |
michael@0 | 13 | AuxExemplarCharacters{"[q r x]"} |
michael@0 | 14 | ExemplarCharacters{ |
michael@0 | 15 | "[a à â ǎ ā b c d e è ê ě ē ɛ {ɛ\u0300} {ɛ\u0302} {ɛ\u030C} {ɛ\u0304} f g h i" |
michael@0 | 16 | " ì î ǐ ī ɨ {ɨ\u0300} {ɨ\u0302} {ɨ\u030C} {ɨ\u0304} k l m n ŋ o ò ô ǒ ō ɔ {ɔ" |
michael@0 | 17 | "\u0300} {ɔ\u0302} {ɔ\u030C} {ɔ\u0304} p s t u ù û ǔ ū ʉ {ʉ\u0300} {ʉ\u0302} " |
michael@0 | 18 | "{ʉ\u030C} {ʉ\u0304} v w y z ʔ]" |
michael@0 | 19 | } |
michael@0 | 20 | ExemplarCharactersIndex{"[A B C D E Ɛ F G H I Ɨ K L M N Ŋ O Ɔ P S T U Ʉ V W Y Z ʔ]"} |
michael@0 | 21 | LocaleScript{ |
michael@0 | 22 | "Latn", |
michael@0 | 23 | } |
michael@0 | 24 | NumberElements{ |
michael@0 | 25 | latn{ |
michael@0 | 26 | patterns{ |
michael@0 | 27 | currencyFormat{"#,##0.00¤"} |
michael@0 | 28 | decimalFormat{"#,##0.###"} |
michael@0 | 29 | percentFormat{"#,##0%"} |
michael@0 | 30 | } |
michael@0 | 31 | symbols{ |
michael@0 | 32 | decimal{","} |
michael@0 | 33 | group{" "} |
michael@0 | 34 | } |
michael@0 | 35 | } |
michael@0 | 36 | } |
michael@0 | 37 | Version{"2.0.92.87"} |
michael@0 | 38 | calendar{ |
michael@0 | 39 | generic{ |
michael@0 | 40 | DateTimePatterns{ |
michael@0 | 41 | "HH:mm:ss zzzz", |
michael@0 | 42 | "HH:mm:ss z", |
michael@0 | 43 | "HH:mm:ss", |
michael@0 | 44 | "HH:mm", |
michael@0 | 45 | "EEEE d MMMM y G", |
michael@0 | 46 | "d MMMM y G", |
michael@0 | 47 | "d MMM, y G", |
michael@0 | 48 | "d/M/y GGGGG", |
michael@0 | 49 | "{1} {0}", |
michael@0 | 50 | "{1} {0}", |
michael@0 | 51 | "{1} {0}", |
michael@0 | 52 | "{1} {0}", |
michael@0 | 53 | "{1} {0}", |
michael@0 | 54 | } |
michael@0 | 55 | availableFormats{ |
michael@0 | 56 | Ed{"d E"} |
michael@0 | 57 | Hm{"HH:mm"} |
michael@0 | 58 | Hms{"HH:mm:ss"} |
michael@0 | 59 | M{"L"} |
michael@0 | 60 | MEd{"E d/M"} |
michael@0 | 61 | MMM{"LLL"} |
michael@0 | 62 | MMMEd{"E d MMM"} |
michael@0 | 63 | MMMd{"d MMM"} |
michael@0 | 64 | Md{"d/M"} |
michael@0 | 65 | d{"d"} |
michael@0 | 66 | hm{"h:mm a"} |
michael@0 | 67 | hms{"h:mm:ss a"} |
michael@0 | 68 | ms{"m:ss"} |
michael@0 | 69 | y{"y"} |
michael@0 | 70 | yM{"M/y"} |
michael@0 | 71 | yMEd{"E d/M/y"} |
michael@0 | 72 | yMMM{"MMM y"} |
michael@0 | 73 | yMMMEd{"E d MMM y"} |
michael@0 | 74 | yMMMd{"d MMM y"} |
michael@0 | 75 | yMd{"d/M/y"} |
michael@0 | 76 | yQQQ{"QQQ y"} |
michael@0 | 77 | yQQQQ{"QQQQ y"} |
michael@0 | 78 | } |
michael@0 | 79 | } |
michael@0 | 80 | gregorian{ |
michael@0 | 81 | AmPmMarkers{ |
michael@0 | 82 | "a.g", |
michael@0 | 83 | "a.k", |
michael@0 | 84 | } |
michael@0 | 85 | DateTimePatterns{ |
michael@0 | 86 | "HH:mm:ss zzzz", |
michael@0 | 87 | "HH:mm:ss z", |
michael@0 | 88 | "HH:mm:ss", |
michael@0 | 89 | "HH:mm", |
michael@0 | 90 | "EEEE d MMMM y", |
michael@0 | 91 | "d MMMM y", |
michael@0 | 92 | "d MMM, y", |
michael@0 | 93 | "d/M/y", |
michael@0 | 94 | "{1} {0}", |
michael@0 | 95 | "{1} {0}", |
michael@0 | 96 | "{1} {0}", |
michael@0 | 97 | "{1} {0}", |
michael@0 | 98 | "{1} {0}", |
michael@0 | 99 | } |
michael@0 | 100 | availableFormats{ |
michael@0 | 101 | Ed{"d E"} |
michael@0 | 102 | Hm{"HH:mm"} |
michael@0 | 103 | Hms{"HH:mm:ss"} |
michael@0 | 104 | M{"L"} |
michael@0 | 105 | MEd{"E d/M"} |
michael@0 | 106 | MMM{"LLL"} |
michael@0 | 107 | MMMEd{"E d MMM"} |
michael@0 | 108 | MMMd{"d MMM"} |
michael@0 | 109 | Md{"d/M"} |
michael@0 | 110 | d{"d"} |
michael@0 | 111 | hm{"h:mm a"} |
michael@0 | 112 | hms{"h:mm:ss a"} |
michael@0 | 113 | ms{"m:ss"} |
michael@0 | 114 | y{"y"} |
michael@0 | 115 | yM{"M/y"} |
michael@0 | 116 | yMEd{"E d/M/y"} |
michael@0 | 117 | yMMM{"MMM y"} |
michael@0 | 118 | yMMMEd{"E d MMM y"} |
michael@0 | 119 | yMMMd{"d MMM y"} |
michael@0 | 120 | yMd{"d/M/y"} |
michael@0 | 121 | yQQQ{"QQQ y"} |
michael@0 | 122 | yQQQQ{"QQQQ y"} |
michael@0 | 123 | } |
michael@0 | 124 | dayNames{ |
michael@0 | 125 | format{ |
michael@0 | 126 | abbreviated{ |
michael@0 | 127 | "nts", |
michael@0 | 128 | "kpa", |
michael@0 | 129 | "ghɔ", |
michael@0 | 130 | "tɔm", |
michael@0 | 131 | "ume", |
michael@0 | 132 | "ghɨ", |
michael@0 | 133 | "dzk", |
michael@0 | 134 | } |
michael@0 | 135 | wide{ |
michael@0 | 136 | "tsuʔntsɨ", |
michael@0 | 137 | "tsuʔukpà", |
michael@0 | 138 | "tsuʔughɔe", |
michael@0 | 139 | "tsuʔutɔ̀mlò", |
michael@0 | 140 | "tsuʔumè", |
michael@0 | 141 | "tsuʔughɨ̂m", |
michael@0 | 142 | "tsuʔndzɨkɔʔɔ", |
michael@0 | 143 | } |
michael@0 | 144 | } |
michael@0 | 145 | stand-alone{ |
michael@0 | 146 | narrow{ |
michael@0 | 147 | "n", |
michael@0 | 148 | "k", |
michael@0 | 149 | "g", |
michael@0 | 150 | "t", |
michael@0 | 151 | "u", |
michael@0 | 152 | "g", |
michael@0 | 153 | "d", |
michael@0 | 154 | } |
michael@0 | 155 | } |
michael@0 | 156 | } |
michael@0 | 157 | eras{ |
michael@0 | 158 | abbreviated{ |
michael@0 | 159 | "SK", |
michael@0 | 160 | "BK", |
michael@0 | 161 | } |
michael@0 | 162 | wide{ |
michael@0 | 163 | "Sěe Kɨ̀lesto", |
michael@0 | 164 | "Bǎa Kɨ̀lesto", |
michael@0 | 165 | } |
michael@0 | 166 | } |
michael@0 | 167 | monthNames{ |
michael@0 | 168 | format{ |
michael@0 | 169 | abbreviated{ |
michael@0 | 170 | "nùm", |
michael@0 | 171 | "kɨz", |
michael@0 | 172 | "tɨd", |
michael@0 | 173 | "taa", |
michael@0 | 174 | "see", |
michael@0 | 175 | "nzu", |
michael@0 | 176 | "dum", |
michael@0 | 177 | "fɔe", |
michael@0 | 178 | "dzu", |
michael@0 | 179 | "lɔm", |
michael@0 | 180 | "kaa", |
michael@0 | 181 | "fwo", |
michael@0 | 182 | } |
michael@0 | 183 | wide{ |
michael@0 | 184 | "ndzɔ̀ŋɔ̀nùm", |
michael@0 | 185 | "ndzɔ̀ŋɔ̀kƗ̀zùʔ", |
michael@0 | 186 | "ndzɔ̀ŋɔ̀tƗ̀dʉ̀ghà", |
michael@0 | 187 | "ndzɔ̀ŋɔ̀tǎafʉ̄ghā", |
michael@0 | 188 | "ndzɔ̀ŋèsèe", |
michael@0 | 189 | "ndzɔ̀ŋɔ̀nzùghò", |
michael@0 | 190 | "ndzɔ̀ŋɔ̀dùmlo", |
michael@0 | 191 | "ndzɔ̀ŋɔ̀kwîfɔ̀e", |
michael@0 | 192 | "ndzɔ̀ŋɔ̀tƗ̀fʉ̀ghàdzughù", |
michael@0 | 193 | "ndzɔ̀ŋɔ̀ghǔuwelɔ̀m", |
michael@0 | 194 | "ndzɔ̀ŋɔ̀chwaʔàkaa wo", |
michael@0 | 195 | "ndzɔ̀ŋèfwòo", |
michael@0 | 196 | } |
michael@0 | 197 | } |
michael@0 | 198 | stand-alone{ |
michael@0 | 199 | narrow{ |
michael@0 | 200 | "n", |
michael@0 | 201 | "k", |
michael@0 | 202 | "t", |
michael@0 | 203 | "t", |
michael@0 | 204 | "s", |
michael@0 | 205 | "z", |
michael@0 | 206 | "k", |
michael@0 | 207 | "f", |
michael@0 | 208 | "d", |
michael@0 | 209 | "l", |
michael@0 | 210 | "c", |
michael@0 | 211 | "f", |
michael@0 | 212 | } |
michael@0 | 213 | } |
michael@0 | 214 | } |
michael@0 | 215 | quarters{ |
michael@0 | 216 | format{ |
michael@0 | 217 | wide{ |
michael@0 | 218 | "kɨbâ kɨ 1", |
michael@0 | 219 | "ugbâ u 2", |
michael@0 | 220 | "ugbâ u 3", |
michael@0 | 221 | "ugbâ u 4", |
michael@0 | 222 | } |
michael@0 | 223 | } |
michael@0 | 224 | } |
michael@0 | 225 | } |
michael@0 | 226 | } |
michael@0 | 227 | delimiters{ |
michael@0 | 228 | alternateQuotationEnd{"’"} |
michael@0 | 229 | alternateQuotationStart{"‚"} |
michael@0 | 230 | quotationEnd{"”"} |
michael@0 | 231 | quotationStart{"„"} |
michael@0 | 232 | } |
michael@0 | 233 | fields{ |
michael@0 | 234 | day{ |
michael@0 | 235 | dn{"utsuʔ"} |
michael@0 | 236 | relative{ |
michael@0 | 237 | "-1"{"ā zūɛɛ"} |
michael@0 | 238 | "0"{"nɛ"} |
michael@0 | 239 | "1"{"tsʉtsʉ"} |
michael@0 | 240 | } |
michael@0 | 241 | } |
michael@0 | 242 | dayperiod{ |
michael@0 | 243 | dn{"â tsɨ̀"} |
michael@0 | 244 | } |
michael@0 | 245 | era{ |
michael@0 | 246 | dn{"kɨtîgh"} |
michael@0 | 247 | } |
michael@0 | 248 | hour{ |
michael@0 | 249 | dn{"tàm"} |
michael@0 | 250 | } |
michael@0 | 251 | minute{ |
michael@0 | 252 | dn{"menè"} |
michael@0 | 253 | } |
michael@0 | 254 | month{ |
michael@0 | 255 | dn{"ndzɔŋ"} |
michael@0 | 256 | } |
michael@0 | 257 | second{ |
michael@0 | 258 | dn{"sɛkɔ̀n"} |
michael@0 | 259 | } |
michael@0 | 260 | week{ |
michael@0 | 261 | dn{"ewɨn"} |
michael@0 | 262 | } |
michael@0 | 263 | weekday{ |
michael@0 | 264 | dn{"tsuʔu mɨ̀ èwɨ̄n"} |
michael@0 | 265 | } |
michael@0 | 266 | year{ |
michael@0 | 267 | dn{"kɨnûm"} |
michael@0 | 268 | } |
michael@0 | 269 | zone{ |
michael@0 | 270 | dn{"dɨŋò kɨ enɨ̀gha"} |
michael@0 | 271 | } |
michael@0 | 272 | } |
michael@0 | 273 | } |