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/zgh.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/zgh.xml |
michael@0 | 11 | */ |
michael@0 | 12 | zgh{ |
michael@0 | 13 | ExemplarCharacters{"[ⴰ ⴱ ⴳ {ⴳⵯ} ⴷ ⴹ ⴻ ⴼ ⴽ {ⴽⵯ} ⵀ ⵃ ⵄ ⵅ ⵇ ⵉ ⵊ ⵍ ⵎ ⵏ ⵓ ⵔ ⵕ ⵖ ⵙ ⵚ ⵛ ⵜ ⵟ ⵡ ⵢ ⵣ ⵥ]"} |
michael@0 | 14 | ExemplarCharactersIndex{"[ⴰ ⴱ ⴳ ⴷ ⴹ ⴻ ⴼ ⴽ ⵀ ⵃ ⵄ ⵅ ⵇ ⵉ ⵊ ⵍ ⵎ ⵏ ⵓ ⵔ ⵕ ⵖ ⵙ ⵚ ⵛ ⵜ ⵟ ⵡ ⵢ ⵣ ⵥ]"} |
michael@0 | 15 | LocaleScript{ |
michael@0 | 16 | "Tfng", |
michael@0 | 17 | } |
michael@0 | 18 | NumberElements{ |
michael@0 | 19 | latn{ |
michael@0 | 20 | patterns{ |
michael@0 | 21 | currencyFormat{"#,##0.00¤"} |
michael@0 | 22 | percentFormat{"#,##0 %"} |
michael@0 | 23 | } |
michael@0 | 24 | symbols{ |
michael@0 | 25 | decimal{","} |
michael@0 | 26 | group{" "} |
michael@0 | 27 | } |
michael@0 | 28 | } |
michael@0 | 29 | } |
michael@0 | 30 | Version{"2.0.92.87"} |
michael@0 | 31 | calendar{ |
michael@0 | 32 | generic{ |
michael@0 | 33 | DateTimePatterns{ |
michael@0 | 34 | "HH:mm:ss zzzz", |
michael@0 | 35 | "HH:mm:ss z", |
michael@0 | 36 | "HH:mm:ss", |
michael@0 | 37 | "HH:mm", |
michael@0 | 38 | "EEEE d MMMM y G", |
michael@0 | 39 | "d MMMM y G", |
michael@0 | 40 | "d MMM, y G", |
michael@0 | 41 | "d/M/y GGGGG", |
michael@0 | 42 | "{1} {0}", |
michael@0 | 43 | "{1} {0}", |
michael@0 | 44 | "{1} {0}", |
michael@0 | 45 | "{1} {0}", |
michael@0 | 46 | "{1} {0}", |
michael@0 | 47 | } |
michael@0 | 48 | availableFormats{ |
michael@0 | 49 | M{"M"} |
michael@0 | 50 | MMM{"MMM"} |
michael@0 | 51 | MMMEd{"E d MMM"} |
michael@0 | 52 | MMMd{"d MMM"} |
michael@0 | 53 | Md{"d/M"} |
michael@0 | 54 | y{"y"} |
michael@0 | 55 | } |
michael@0 | 56 | } |
michael@0 | 57 | gregorian{ |
michael@0 | 58 | AmPmMarkers{ |
michael@0 | 59 | "ⵜⵉⴼⴰⵡⵜ", |
michael@0 | 60 | "ⵜⴰⴷⴳⴳⵯⴰⵜ", |
michael@0 | 61 | } |
michael@0 | 62 | DateTimePatterns{ |
michael@0 | 63 | "HH:mm:ss zzzz", |
michael@0 | 64 | "HH:mm:ss z", |
michael@0 | 65 | "HH:mm:ss", |
michael@0 | 66 | "HH:mm", |
michael@0 | 67 | "EEEE d MMMM y", |
michael@0 | 68 | "d MMMM y", |
michael@0 | 69 | "d MMM, y", |
michael@0 | 70 | "d/M/y", |
michael@0 | 71 | "{1} {0}", |
michael@0 | 72 | "{1} {0}", |
michael@0 | 73 | "{1} {0}", |
michael@0 | 74 | "{1} {0}", |
michael@0 | 75 | "{1} {0}", |
michael@0 | 76 | } |
michael@0 | 77 | availableFormats{ |
michael@0 | 78 | M{"M"} |
michael@0 | 79 | MMM{"MMM"} |
michael@0 | 80 | MMMEd{"E d MMM"} |
michael@0 | 81 | MMMd{"d MMM"} |
michael@0 | 82 | Md{"d/M"} |
michael@0 | 83 | ms{"m:ss"} |
michael@0 | 84 | y{"y"} |
michael@0 | 85 | yM{"M/y"} |
michael@0 | 86 | yMEd{"E d/M/y"} |
michael@0 | 87 | yMMM{"MMM y"} |
michael@0 | 88 | yMMMEd{"E d MMM y"} |
michael@0 | 89 | yQQQ{"QQQ y"} |
michael@0 | 90 | yQQQQ{"QQQQ y"} |
michael@0 | 91 | } |
michael@0 | 92 | dayNames{ |
michael@0 | 93 | format{ |
michael@0 | 94 | abbreviated{ |
michael@0 | 95 | "ⴰⵙⴰ", |
michael@0 | 96 | "ⴰⵢⵏ", |
michael@0 | 97 | "ⴰⵙⵉ", |
michael@0 | 98 | "ⴰⴽⵕ", |
michael@0 | 99 | "ⴰⴽⵡ", |
michael@0 | 100 | "ⴰⵙⵉⵎ", |
michael@0 | 101 | "ⴰⵙⵉⴹ", |
michael@0 | 102 | } |
michael@0 | 103 | wide{ |
michael@0 | 104 | "ⴰⵙⴰⵎⴰⵙ", |
michael@0 | 105 | "ⴰⵢⵏⴰⵙ", |
michael@0 | 106 | "ⴰⵙⵉⵏⴰⵙ", |
michael@0 | 107 | "ⴰⴽⵕⴰⵙ", |
michael@0 | 108 | "ⴰⴽⵡⴰⵙ", |
michael@0 | 109 | "ⴰⵙⵉⵎⵡⴰⵙ", |
michael@0 | 110 | "ⴰⵙⵉⴹⵢⴰⵙ", |
michael@0 | 111 | } |
michael@0 | 112 | } |
michael@0 | 113 | } |
michael@0 | 114 | eras{ |
michael@0 | 115 | abbreviated{ |
michael@0 | 116 | "ⴷⴰⵄ", |
michael@0 | 117 | "ⴷⴼⵄ", |
michael@0 | 118 | } |
michael@0 | 119 | wide{ |
michael@0 | 120 | "ⴷⴰⵜ ⵏ ⵄⵉⵙⴰ", |
michael@0 | 121 | "ⴷⴼⴼⵉⵔ ⵏ ⵄⵉⵙⴰ", |
michael@0 | 122 | } |
michael@0 | 123 | } |
michael@0 | 124 | monthNames{ |
michael@0 | 125 | format{ |
michael@0 | 126 | abbreviated{ |
michael@0 | 127 | "ⵉⵏⵏ", |
michael@0 | 128 | "ⴱⵕⴰ", |
michael@0 | 129 | "ⵎⴰⵕ", |
michael@0 | 130 | "ⵉⴱⵔ", |
michael@0 | 131 | "ⵎⴰⵢ", |
michael@0 | 132 | "ⵢⵓⵏ", |
michael@0 | 133 | "ⵢⵓⵍ", |
michael@0 | 134 | "ⵖⵓⵛ", |
michael@0 | 135 | "ⵛⵓⵜ", |
michael@0 | 136 | "ⴽⵜⵓ", |
michael@0 | 137 | "ⵏⵓⵡ", |
michael@0 | 138 | "ⴷⵓⵊ", |
michael@0 | 139 | } |
michael@0 | 140 | wide{ |
michael@0 | 141 | "ⵉⵏⵏⴰⵢⵔ", |
michael@0 | 142 | "ⴱⵕⴰⵢⵕ", |
michael@0 | 143 | "ⵎⴰⵕⵚ", |
michael@0 | 144 | "ⵉⴱⵔⵉⵔ", |
michael@0 | 145 | "ⵎⴰⵢⵢⵓ", |
michael@0 | 146 | "ⵢⵓⵏⵢⵓ", |
michael@0 | 147 | "ⵢⵓⵍⵢⵓⵣ", |
michael@0 | 148 | "ⵖⵓⵛⵜ", |
michael@0 | 149 | "ⵛⵓⵜⴰⵏⴱⵉⵔ", |
michael@0 | 150 | "ⴽⵜⵓⴱⵔ", |
michael@0 | 151 | "ⵏⵓⵡⴰⵏⴱⵉⵔ", |
michael@0 | 152 | "ⴷⵓⵊⴰⵏⴱⵉⵔ", |
michael@0 | 153 | } |
michael@0 | 154 | } |
michael@0 | 155 | stand-alone{ |
michael@0 | 156 | narrow{ |
michael@0 | 157 | "ⵉ", |
michael@0 | 158 | "ⴱ", |
michael@0 | 159 | "ⵎ", |
michael@0 | 160 | "ⵉ", |
michael@0 | 161 | "ⵎ", |
michael@0 | 162 | "ⵢ", |
michael@0 | 163 | "ⵢ", |
michael@0 | 164 | "ⵖ", |
michael@0 | 165 | "ⵛ", |
michael@0 | 166 | "ⴽ", |
michael@0 | 167 | "ⵏ", |
michael@0 | 168 | "ⴷ", |
michael@0 | 169 | } |
michael@0 | 170 | } |
michael@0 | 171 | } |
michael@0 | 172 | quarters{ |
michael@0 | 173 | format{ |
michael@0 | 174 | abbreviated{ |
michael@0 | 175 | "ⴰⴽ 1", |
michael@0 | 176 | "ⴰⴽ 2", |
michael@0 | 177 | "ⴰⴽ 3", |
michael@0 | 178 | "ⴰⴽ 4", |
michael@0 | 179 | } |
michael@0 | 180 | wide{ |
michael@0 | 181 | "ⴰⴽⵕⴰⴹⵢⵓⵔ 1", |
michael@0 | 182 | "ⴰⴽⵕⴰⴹⵢⵓⵔ 2", |
michael@0 | 183 | "ⴰⴽⵕⴰⴹⵢⵓⵔ 3", |
michael@0 | 184 | "ⴰⴽⵕⴰⴹⵢⵓⵔ 4", |
michael@0 | 185 | } |
michael@0 | 186 | } |
michael@0 | 187 | } |
michael@0 | 188 | } |
michael@0 | 189 | } |
michael@0 | 190 | delimiters{ |
michael@0 | 191 | alternateQuotationEnd{"”"} |
michael@0 | 192 | alternateQuotationStart{"„"} |
michael@0 | 193 | quotationEnd{"»"} |
michael@0 | 194 | quotationStart{"«"} |
michael@0 | 195 | } |
michael@0 | 196 | fields{ |
michael@0 | 197 | day{ |
michael@0 | 198 | dn{"ⴰⵙⵙ"} |
michael@0 | 199 | relative{ |
michael@0 | 200 | "-1"{"ⵉⴹⵍⵍⵉ"} |
michael@0 | 201 | "0"{"ⴰⵙⵙⴰ"} |
michael@0 | 202 | "1"{"ⴰⵙⴽⴽⴰ"} |
michael@0 | 203 | } |
michael@0 | 204 | } |
michael@0 | 205 | dayperiod{ |
michael@0 | 206 | dn{"ⵜⵉⵣⵉ ⴳ ⵡⴰⵙⵙ: ⵜⵉⴼⴰⵡⵜ/ⵜⴰⴷⴳⴳⵯⴰⵜ"} |
michael@0 | 207 | } |
michael@0 | 208 | era{ |
michael@0 | 209 | dn{"ⵜⴰⵙⵓⵜ"} |
michael@0 | 210 | } |
michael@0 | 211 | hour{ |
michael@0 | 212 | dn{"ⵜⴰⵙⵔⴰⴳⵜ"} |
michael@0 | 213 | } |
michael@0 | 214 | minute{ |
michael@0 | 215 | dn{"ⵜⵓⵙⴷⵉⴷⵜ"} |
michael@0 | 216 | } |
michael@0 | 217 | month{ |
michael@0 | 218 | dn{"ⴰⵢⵢⵓⵔ"} |
michael@0 | 219 | } |
michael@0 | 220 | second{ |
michael@0 | 221 | dn{"ⵜⴰⵙⵉⵏⵜ"} |
michael@0 | 222 | } |
michael@0 | 223 | week{ |
michael@0 | 224 | dn{"ⵉⵎⴰⵍⴰⵙⵙ"} |
michael@0 | 225 | } |
michael@0 | 226 | weekday{ |
michael@0 | 227 | dn{"ⴰⵙⵙ ⴳ ⵉⵎⴰⵍⴰⵙⵙ"} |
michael@0 | 228 | } |
michael@0 | 229 | year{ |
michael@0 | 230 | dn{"ⴰⵙⴳⴳⵯⴰⵙ"} |
michael@0 | 231 | } |
michael@0 | 232 | zone{ |
michael@0 | 233 | dn{"ⴰⴽⵓⴷ ⵏ ⵓⴳⵎⵎⴰⴹ"} |
michael@0 | 234 | } |
michael@0 | 235 | } |
michael@0 | 236 | } |