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/jgo.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/jgo.xml |
michael@0 | 11 | */ |
michael@0 | 12 | jgo{ |
michael@0 | 13 | AuxExemplarCharacters{"[e o q r x]"} |
michael@0 | 14 | ExemplarCharacters{ |
michael@0 | 15 | "[a á â ǎ b c d ɛ {ɛ\u0301} {ɛ\u0300} {ɛ\u0302} {ɛ\u030C} {ɛ\u0304} f g h i í" |
michael@0 | 16 | " î ǐ j k l m ḿ {m\u0300} {m\u0304} n ń ǹ {n\u0304} ŋ {ŋ\u0301} {ŋ\u0300} {ŋ" |
michael@0 | 17 | "\u0304} ɔ {ɔ\u0301} {ɔ\u0302} {ɔ\u030C} p {pf} s {sh} t {ts} u ú û ǔ ʉ {ʉ" |
michael@0 | 18 | "\u0301} {ʉ\u0302} {ʉ\u030C} {ʉ\u0308} v w ẅ y z ꞌ]" |
michael@0 | 19 | } |
michael@0 | 20 | ExemplarCharactersIndex{ |
michael@0 | 21 | "[A B C D Ɛ F G H I J K L M N Ŋ Ɔ P {Pf} S {Sh} T {Ts} U Ʉ {Ʉ\u0308} V W Ẅ Y " |
michael@0 | 22 | "Z Ꞌ]" |
michael@0 | 23 | } |
michael@0 | 24 | ExemplarCharactersPunctuation{"[\\- , ; \\: ! ? . ‹ › « »]"} |
michael@0 | 25 | LocaleScript{ |
michael@0 | 26 | "Latn", |
michael@0 | 27 | } |
michael@0 | 28 | MoreInformation{"?"} |
michael@0 | 29 | NumberElements{ |
michael@0 | 30 | default{"latn"} |
michael@0 | 31 | latn{ |
michael@0 | 32 | patterns{ |
michael@0 | 33 | currencyFormat{"¤ #,##0.00"} |
michael@0 | 34 | decimalFormat{"#,##0.###"} |
michael@0 | 35 | percentFormat{"#,##0%"} |
michael@0 | 36 | scientificFormat{"#E0"} |
michael@0 | 37 | } |
michael@0 | 38 | symbols{ |
michael@0 | 39 | decimal{","} |
michael@0 | 40 | exponential{"E"} |
michael@0 | 41 | group{"."} |
michael@0 | 42 | infinity{"∞"} |
michael@0 | 43 | list{";"} |
michael@0 | 44 | minusSign{"-"} |
michael@0 | 45 | nan{"NaN"} |
michael@0 | 46 | perMille{"‰"} |
michael@0 | 47 | percentSign{"%"} |
michael@0 | 48 | plusSign{"+"} |
michael@0 | 49 | } |
michael@0 | 50 | } |
michael@0 | 51 | native{"latn"} |
michael@0 | 52 | } |
michael@0 | 53 | Version{"2.0.92.87"} |
michael@0 | 54 | calendar{ |
michael@0 | 55 | generic{ |
michael@0 | 56 | DateTimePatterns{ |
michael@0 | 57 | "HH:mm:ss zzzz", |
michael@0 | 58 | "HH:mm:ss z", |
michael@0 | 59 | "HH:mm:ss", |
michael@0 | 60 | "HH:mm", |
michael@0 | 61 | "EEEE, G y MMMM dd", |
michael@0 | 62 | "G y MMMM d", |
michael@0 | 63 | "G y MMM d", |
michael@0 | 64 | "GGGGG y-MM-dd", |
michael@0 | 65 | "{1} {0}", |
michael@0 | 66 | "{1} {0}", |
michael@0 | 67 | "{1} {0}", |
michael@0 | 68 | "{1} {0}", |
michael@0 | 69 | "{1} {0}", |
michael@0 | 70 | } |
michael@0 | 71 | availableFormats{ |
michael@0 | 72 | Ed{"E d"} |
michael@0 | 73 | MEd{"E, d.M"} |
michael@0 | 74 | Md{"d.M"} |
michael@0 | 75 | yyyyMd{"M.d.y G"} |
michael@0 | 76 | } |
michael@0 | 77 | intervalFormats{ |
michael@0 | 78 | fallback{"{0} – {1}"} |
michael@0 | 79 | } |
michael@0 | 80 | } |
michael@0 | 81 | gregorian{ |
michael@0 | 82 | AmPmMarkers{ |
michael@0 | 83 | "mba’mba’", |
michael@0 | 84 | "ŋka mbɔ́t nji", |
michael@0 | 85 | } |
michael@0 | 86 | DateTimePatterns{ |
michael@0 | 87 | "HH:mm:ss zzzz", |
michael@0 | 88 | "HH:mm:ss z", |
michael@0 | 89 | "HH:mm:ss", |
michael@0 | 90 | "HH:mm", |
michael@0 | 91 | "EEEE, y MMMM dd", |
michael@0 | 92 | "y MMMM d", |
michael@0 | 93 | "y MMM d", |
michael@0 | 94 | "y-MM-dd", |
michael@0 | 95 | "{1} {0}", |
michael@0 | 96 | "{1} {0}", |
michael@0 | 97 | "{1} {0}", |
michael@0 | 98 | "{1} {0}", |
michael@0 | 99 | "{1} {0}", |
michael@0 | 100 | } |
michael@0 | 101 | availableFormats{ |
michael@0 | 102 | Ed{"E d"} |
michael@0 | 103 | MEd{"E, d.M"} |
michael@0 | 104 | Md{"d.M"} |
michael@0 | 105 | yMd{"M.d.y"} |
michael@0 | 106 | } |
michael@0 | 107 | dayNames{ |
michael@0 | 108 | format{ |
michael@0 | 109 | abbreviated{ |
michael@0 | 110 | "Sɔ́ndi", |
michael@0 | 111 | "Mɔ́ndi", |
michael@0 | 112 | "Ápta Mɔ́ndi", |
michael@0 | 113 | "Wɛ́nɛsɛdɛ", |
michael@0 | 114 | "Tɔ́sɛdɛ", |
michael@0 | 115 | "Fɛlâyɛdɛ", |
michael@0 | 116 | "Sásidɛ", |
michael@0 | 117 | } |
michael@0 | 118 | narrow{ |
michael@0 | 119 | "Sɔ́", |
michael@0 | 120 | "Mɔ́", |
michael@0 | 121 | "ÁM", |
michael@0 | 122 | "Wɛ́", |
michael@0 | 123 | "Tɔ́", |
michael@0 | 124 | "Fɛ", |
michael@0 | 125 | "Sá", |
michael@0 | 126 | } |
michael@0 | 127 | wide{ |
michael@0 | 128 | "Sɔ́ndi", |
michael@0 | 129 | "Mɔ́ndi", |
michael@0 | 130 | "Ápta Mɔ́ndi", |
michael@0 | 131 | "Wɛ́nɛsɛdɛ", |
michael@0 | 132 | "Tɔ́sɛdɛ", |
michael@0 | 133 | "Fɛlâyɛdɛ", |
michael@0 | 134 | "Sásidɛ", |
michael@0 | 135 | } |
michael@0 | 136 | } |
michael@0 | 137 | stand-alone{ |
michael@0 | 138 | abbreviated{ |
michael@0 | 139 | "Sɔ́ndi", |
michael@0 | 140 | "Mɔ́ndi", |
michael@0 | 141 | "Ápta Mɔ́ndi", |
michael@0 | 142 | "Wɛ́nɛsɛdɛ", |
michael@0 | 143 | "Tɔ́sɛdɛ", |
michael@0 | 144 | "Fɛlâyɛdɛ", |
michael@0 | 145 | "Sásidɛ", |
michael@0 | 146 | } |
michael@0 | 147 | narrow{ |
michael@0 | 148 | "Sɔ́", |
michael@0 | 149 | "Mɔ́", |
michael@0 | 150 | "ÁM", |
michael@0 | 151 | "Wɛ́", |
michael@0 | 152 | "Tɔ́", |
michael@0 | 153 | "Fɛ", |
michael@0 | 154 | "Sá", |
michael@0 | 155 | } |
michael@0 | 156 | wide{ |
michael@0 | 157 | "Sɔ́ndi", |
michael@0 | 158 | "Mɔ́ndi", |
michael@0 | 159 | "Ápta Mɔ́ndi", |
michael@0 | 160 | "Wɛ́nɛsɛdɛ", |
michael@0 | 161 | "Tɔ́sɛdɛ", |
michael@0 | 162 | "Fɛlâyɛdɛ", |
michael@0 | 163 | "Sásidɛ", |
michael@0 | 164 | } |
michael@0 | 165 | } |
michael@0 | 166 | } |
michael@0 | 167 | eras{ |
michael@0 | 168 | abbreviated{ |
michael@0 | 169 | "tsɛttsɛt mɛŋgu’ mi ɛ́ lɛɛnɛ Kɛlísɛtɔ gɔ ńɔ́", |
michael@0 | 170 | "tsɛttsɛt mɛŋgu’ mi ɛ́ fúnɛ Kɛlísɛtɔ tɔ́ mɔ́", |
michael@0 | 171 | } |
michael@0 | 172 | } |
michael@0 | 173 | intervalFormats{ |
michael@0 | 174 | fallback{"{0} – {1}"} |
michael@0 | 175 | } |
michael@0 | 176 | monthNames{ |
michael@0 | 177 | format{ |
michael@0 | 178 | abbreviated{ |
michael@0 | 179 | "Nduŋmbi Saŋ", |
michael@0 | 180 | "Pɛsaŋ Pɛ́pá", |
michael@0 | 181 | "Pɛsaŋ Pɛ́tát", |
michael@0 | 182 | "Pɛsaŋ Pɛ́nɛ́kwa", |
michael@0 | 183 | "Pɛsaŋ Pataa", |
michael@0 | 184 | "Pɛsaŋ Pɛ́nɛ́ntúkú", |
michael@0 | 185 | "Pɛsaŋ Saambá", |
michael@0 | 186 | "Pɛsaŋ Pɛ́nɛ́fɔm", |
michael@0 | 187 | "Pɛsaŋ Pɛ́nɛ́pfúꞋú", |
michael@0 | 188 | "Pɛsaŋ Nɛgɛ́m", |
michael@0 | 189 | "Pɛsaŋ Ntsɔ̌pmɔ́", |
michael@0 | 190 | "Pɛsaŋ Ntsɔ̌ppá", |
michael@0 | 191 | } |
michael@0 | 192 | narrow{ |
michael@0 | 193 | "1", |
michael@0 | 194 | "2", |
michael@0 | 195 | "3", |
michael@0 | 196 | "4", |
michael@0 | 197 | "5", |
michael@0 | 198 | "6", |
michael@0 | 199 | "7", |
michael@0 | 200 | "8", |
michael@0 | 201 | "9", |
michael@0 | 202 | "10", |
michael@0 | 203 | "11", |
michael@0 | 204 | "12", |
michael@0 | 205 | } |
michael@0 | 206 | wide{ |
michael@0 | 207 | "Nduŋmbi Saŋ", |
michael@0 | 208 | "Pɛsaŋ Pɛ́pá", |
michael@0 | 209 | "Pɛsaŋ Pɛ́tát", |
michael@0 | 210 | "Pɛsaŋ Pɛ́nɛ́kwa", |
michael@0 | 211 | "Pɛsaŋ Pataa", |
michael@0 | 212 | "Pɛsaŋ Pɛ́nɛ́ntúkú", |
michael@0 | 213 | "Pɛsaŋ Saambá", |
michael@0 | 214 | "Pɛsaŋ Pɛ́nɛ́fɔm", |
michael@0 | 215 | "Pɛsaŋ Pɛ́nɛ́pfúꞋú", |
michael@0 | 216 | "Pɛsaŋ Nɛgɛ́m", |
michael@0 | 217 | "Pɛsaŋ Ntsɔ̌pmɔ́", |
michael@0 | 218 | "Pɛsaŋ Ntsɔ̌ppá", |
michael@0 | 219 | } |
michael@0 | 220 | } |
michael@0 | 221 | stand-alone{ |
michael@0 | 222 | abbreviated{ |
michael@0 | 223 | "Nduŋmbi Saŋ", |
michael@0 | 224 | "Pɛsaŋ Pɛ́pá", |
michael@0 | 225 | "Pɛsaŋ Pɛ́tát", |
michael@0 | 226 | "Pɛsaŋ Pɛ́nɛ́kwa", |
michael@0 | 227 | "Pɛsaŋ Pataa", |
michael@0 | 228 | "Pɛsaŋ Pɛ́nɛ́ntúkú", |
michael@0 | 229 | "Pɛsaŋ Saambá", |
michael@0 | 230 | "Pɛsaŋ Pɛ́nɛ́fɔm", |
michael@0 | 231 | "Pɛsaŋ Pɛ́nɛ́pfúꞋú", |
michael@0 | 232 | "Pɛsaŋ Nɛgɛ́m", |
michael@0 | 233 | "Pɛsaŋ Ntsɔ̌pmɔ́", |
michael@0 | 234 | "Pɛsaŋ Ntsɔ̌ppá", |
michael@0 | 235 | } |
michael@0 | 236 | narrow{ |
michael@0 | 237 | "1", |
michael@0 | 238 | "2", |
michael@0 | 239 | "3", |
michael@0 | 240 | "4", |
michael@0 | 241 | "5", |
michael@0 | 242 | "6", |
michael@0 | 243 | "7", |
michael@0 | 244 | "8", |
michael@0 | 245 | "9", |
michael@0 | 246 | "10", |
michael@0 | 247 | "11", |
michael@0 | 248 | "12", |
michael@0 | 249 | } |
michael@0 | 250 | wide{ |
michael@0 | 251 | "Nduŋmbi Saŋ", |
michael@0 | 252 | "Pɛsaŋ Pɛ́pá", |
michael@0 | 253 | "Pɛsaŋ Pɛ́tát", |
michael@0 | 254 | "Pɛsaŋ Pɛ́nɛ́kwa", |
michael@0 | 255 | "Pɛsaŋ Pataa", |
michael@0 | 256 | "Pɛsaŋ Pɛ́nɛ́ntúkú", |
michael@0 | 257 | "Pɛsaŋ Saambá", |
michael@0 | 258 | "Pɛsaŋ Pɛ́nɛ́fɔm", |
michael@0 | 259 | "Pɛsaŋ Pɛ́nɛ́pfúꞋú", |
michael@0 | 260 | "Pɛsaŋ Nɛgɛ́m", |
michael@0 | 261 | "Pɛsaŋ Ntsɔ̌pmɔ́", |
michael@0 | 262 | "Pɛsaŋ Ntsɔ̌ppá", |
michael@0 | 263 | } |
michael@0 | 264 | } |
michael@0 | 265 | } |
michael@0 | 266 | } |
michael@0 | 267 | } |
michael@0 | 268 | delimiters{ |
michael@0 | 269 | alternateQuotationEnd{"›"} |
michael@0 | 270 | alternateQuotationStart{"‹"} |
michael@0 | 271 | quotationEnd{"»"} |
michael@0 | 272 | quotationStart{"«"} |
michael@0 | 273 | } |
michael@0 | 274 | fields{ |
michael@0 | 275 | day{ |
michael@0 | 276 | relative{ |
michael@0 | 277 | "0"{"lɔꞋɔ"} |
michael@0 | 278 | } |
michael@0 | 279 | relativeTime{ |
michael@0 | 280 | future{ |
michael@0 | 281 | one{"Nǔu lɛ́Ꞌ {0}"} |
michael@0 | 282 | other{"Nǔu lɛ́Ꞌ {0}"} |
michael@0 | 283 | } |
michael@0 | 284 | past{ |
michael@0 | 285 | one{"Ɛ́ gɛ́ mɔ́ lɛ́Ꞌ {0}"} |
michael@0 | 286 | other{"Ɛ́ gɛ́ mɔ́ lɛ́Ꞌ {0}"} |
michael@0 | 287 | } |
michael@0 | 288 | } |
michael@0 | 289 | } |
michael@0 | 290 | hour{ |
michael@0 | 291 | relativeTime{ |
michael@0 | 292 | future{ |
michael@0 | 293 | one{"nǔu háwa {0}"} |
michael@0 | 294 | other{"nǔu háwa {0}"} |
michael@0 | 295 | } |
michael@0 | 296 | past{ |
michael@0 | 297 | one{"ɛ́ gɛ mɔ́ {0} háwa"} |
michael@0 | 298 | other{"ɛ́ gɛ mɔ́ {0} háwa"} |
michael@0 | 299 | } |
michael@0 | 300 | } |
michael@0 | 301 | } |
michael@0 | 302 | minute{ |
michael@0 | 303 | relativeTime{ |
michael@0 | 304 | future{ |
michael@0 | 305 | one{"nǔu {0} minút"} |
michael@0 | 306 | other{"nǔu {0} minút"} |
michael@0 | 307 | } |
michael@0 | 308 | past{ |
michael@0 | 309 | one{"ɛ́ gɛ́ mɔ́ minút {0}"} |
michael@0 | 310 | other{"ɛ́ gɛ́ mɔ́ minút {0}"} |
michael@0 | 311 | } |
michael@0 | 312 | } |
michael@0 | 313 | } |
michael@0 | 314 | month{ |
michael@0 | 315 | relativeTime{ |
michael@0 | 316 | future{ |
michael@0 | 317 | one{"Nǔu {0} saŋ"} |
michael@0 | 318 | other{"Nǔu {0} saŋ"} |
michael@0 | 319 | } |
michael@0 | 320 | past{ |
michael@0 | 321 | one{"ɛ́ gɛ́ mɔ́ pɛsaŋ {0}"} |
michael@0 | 322 | other{"ɛ́ gɛ́ mɔ́ pɛsaŋ {0}"} |
michael@0 | 323 | } |
michael@0 | 324 | } |
michael@0 | 325 | } |
michael@0 | 326 | week{ |
michael@0 | 327 | relativeTime{ |
michael@0 | 328 | future{ |
michael@0 | 329 | one{"Nǔu ŋgap-mbi {0}"} |
michael@0 | 330 | other{"Nǔu ŋgap-mbi {0}"} |
michael@0 | 331 | } |
michael@0 | 332 | past{ |
michael@0 | 333 | one{"Ɛ́ gɛ́ mɔ {0} ŋgap-mbi"} |
michael@0 | 334 | other{"Ɛ́ gɛ́ mɔ {0} ŋgap-mbi"} |
michael@0 | 335 | } |
michael@0 | 336 | } |
michael@0 | 337 | } |
michael@0 | 338 | year{ |
michael@0 | 339 | relativeTime{ |
michael@0 | 340 | future{ |
michael@0 | 341 | one{"Nǔu ŋguꞋ {0}"} |
michael@0 | 342 | other{"Nǔu ŋguꞋ {0}"} |
michael@0 | 343 | } |
michael@0 | 344 | past{ |
michael@0 | 345 | one{"Ɛ́gɛ́ mɔ́ ŋguꞋ {0}"} |
michael@0 | 346 | other{"Ɛ́gɛ́ mɔ́ ŋguꞋ {0}"} |
michael@0 | 347 | } |
michael@0 | 348 | } |
michael@0 | 349 | } |
michael@0 | 350 | } |
michael@0 | 351 | listPattern{ |
michael@0 | 352 | standard{ |
michael@0 | 353 | 2{"{0} pɔp {1}"} |
michael@0 | 354 | end{"{0}, ḿbɛn ŋ́gɛ {1}"} |
michael@0 | 355 | middle{"{0}, ŋ́gɛ {1}"} |
michael@0 | 356 | start{"{0}, ŋ́gɛ {1}"} |
michael@0 | 357 | } |
michael@0 | 358 | } |
michael@0 | 359 | units{ |
michael@0 | 360 | duration{ |
michael@0 | 361 | day{ |
michael@0 | 362 | one{"{0} lɛ́Ꞌ"} |
michael@0 | 363 | other{"{0} lɛ́Ꞌ"} |
michael@0 | 364 | } |
michael@0 | 365 | hour{ |
michael@0 | 366 | one{"{0} háwa"} |
michael@0 | 367 | other{"{0} háwa"} |
michael@0 | 368 | } |
michael@0 | 369 | minute{ |
michael@0 | 370 | one{"{0} minút"} |
michael@0 | 371 | other{"{0} minút"} |
michael@0 | 372 | } |
michael@0 | 373 | month{ |
michael@0 | 374 | one{"pɛsaŋ {0}"} |
michael@0 | 375 | other{"pɛsaŋ {0}"} |
michael@0 | 376 | } |
michael@0 | 377 | year{ |
michael@0 | 378 | one{"ŋguꞋ {0}"} |
michael@0 | 379 | other{"ŋguꞋ {0}"} |
michael@0 | 380 | } |
michael@0 | 381 | } |
michael@0 | 382 | } |
michael@0 | 383 | } |