OLD | NEW |
(Empty) | |
| 1 // *************************************************************************** |
| 2 // * |
| 3 // * Copyright (C) 2010 International Business Machines |
| 4 // * Corporation and others. All Rights Reserved. |
| 5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java |
| 6 // * Source File:<path>/common/main/zu.xml |
| 7 // * |
| 8 // *************************************************************************** |
| 9 /** |
| 10 * ICU <specials> source: <path>/xml/main/zu.xml |
| 11 */ |
| 12 zu{ |
| 13 ExemplarCharacters{ |
| 14 "[a b {bh} c {ch} d {dl} {dy} e f g {gc} {gq} {gx} h {hh} {hl} i j k {kh
} {kl" |
| 15 "} {kp} l m n {nc} {ngc} {ngq} {ngx} {nhl} {nk} {nkc} {nkq} {nkx} {nq} {
ntsh}" |
| 16 " {nx} {ny} o p {ph} q {qh} r {rh} s {sh} t {th} {tl} {ts} {tsh} u v w x
{xh}" |
| 17 " y z]" |
| 18 } |
| 19 ExemplarCharactersCurrency{"[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]"} |
| 20 LocaleScript{ |
| 21 "Latn", |
| 22 } |
| 23 NumberElements{ |
| 24 latn{ |
| 25 patterns{ |
| 26 currencyFormat{"¤#,##0.00"} |
| 27 decimalFormat{"#,##0.###"} |
| 28 percentFormat{"#,##0%"} |
| 29 scientificFormat{"#E0"} |
| 30 } |
| 31 symbols{ |
| 32 decimal{","} |
| 33 group{" "} |
| 34 } |
| 35 } |
| 36 } |
| 37 Version{"2.0.47.65"} |
| 38 calendar{ |
| 39 gregorian{ |
| 40 DateTimePatterns{ |
| 41 "h:mm:ss a zzzz", |
| 42 "h:mm:ss a z", |
| 43 "h:mm:ss a", |
| 44 "h:mm a", |
| 45 "EEEE dd MMMM y", |
| 46 "d MMMM y", |
| 47 "d MMM y", |
| 48 "yyyy-MM-dd", |
| 49 "{1} {0}", |
| 50 "{1} {0}", |
| 51 "{1} {0}", |
| 52 "{1} {0}", |
| 53 "{1} {0}", |
| 54 } |
| 55 dayNames{ |
| 56 format{ |
| 57 abbreviated{ |
| 58 "Son", |
| 59 "Mso", |
| 60 "Bil", |
| 61 "Tha", |
| 62 "Sin", |
| 63 "Hla", |
| 64 "Mgq", |
| 65 } |
| 66 wide{ |
| 67 "Sonto", |
| 68 "Msombuluko", |
| 69 "Lwesibili", |
| 70 "Lwesithathu", |
| 71 "uLwesine", |
| 72 "Lwesihlanu", |
| 73 "Mgqibelo", |
| 74 } |
| 75 } |
| 76 stand-alone{ |
| 77 narrow{ |
| 78 "S", |
| 79 "M", |
| 80 "B", |
| 81 "T", |
| 82 "S", |
| 83 "H", |
| 84 "M", |
| 85 } |
| 86 } |
| 87 } |
| 88 monthNames{ |
| 89 format{ |
| 90 abbreviated{ |
| 91 "Jan", |
| 92 "Feb", |
| 93 "Mas", |
| 94 "Apr", |
| 95 "Mey", |
| 96 "Jun", |
| 97 "Jul", |
| 98 "Aga", |
| 99 "Sep", |
| 100 "Okt", |
| 101 "Nov", |
| 102 "Dis", |
| 103 } |
| 104 wide{ |
| 105 "Januwari", |
| 106 "Februwari", |
| 107 "Mashi", |
| 108 "Apreli", |
| 109 "Meyi", |
| 110 "Juni", |
| 111 "Julayi", |
| 112 "Agasti", |
| 113 "Septhemba", |
| 114 "Okthoba", |
| 115 "Novemba", |
| 116 "Disemba", |
| 117 } |
| 118 } |
| 119 stand-alone{ |
| 120 narrow{ |
| 121 "J", |
| 122 "F", |
| 123 "M", |
| 124 "A", |
| 125 "M", |
| 126 "J", |
| 127 "J", |
| 128 "A", |
| 129 "S", |
| 130 "O", |
| 131 "N", |
| 132 "D", |
| 133 } |
| 134 wide{ |
| 135 "uJanuwari", |
| 136 "uFebruwari", |
| 137 "uMashi", |
| 138 "u-Apreli", |
| 139 "uMeyi", |
| 140 "uJuni", |
| 141 "uJulayi", |
| 142 "uAgasti", |
| 143 "uSepthemba", |
| 144 "u-Okthoba", |
| 145 "uNovemba", |
| 146 "uDisemba", |
| 147 } |
| 148 } |
| 149 } |
| 150 } |
| 151 } |
| 152 delimiters{ |
| 153 alternateQuotationEnd{"”"} |
| 154 alternateQuotationStart{"“"} |
| 155 quotationEnd{"’"} |
| 156 quotationStart{"‘"} |
| 157 } |
| 158 } |
OLD | NEW |