| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2014 International Business Machines | 3 // * Copyright (C) 2014 International Business Machines |
| 4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
| 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
| 6 // * Source File: <path>/common/main/asa.xml | 6 // * Source File: <path>/common/main/asa.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/asa.xml | 10 * ICU <specials> source: <path>/common/main/asa.xml |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 "riyal ya Thaudia", | 120 "riyal ya Thaudia", |
| 121 } | 121 } |
| 122 SDG{ | 122 SDG{ |
| 123 "SDG", | 123 "SDG", |
| 124 "dinari ya Thudani", | 124 "dinari ya Thudani", |
| 125 } | 125 } |
| 126 SLL{ | 126 SLL{ |
| 127 "SLL", | 127 "SLL", |
| 128 "leoni", | 128 "leoni", |
| 129 } | 129 } |
| 130 STD{ | |
| 131 "STD", | |
| 132 "dobra ya Thao Tome na Principe", | |
| 133 } | |
| 134 SZL{ | |
| 135 "SZL", | |
| 136 "lilangeni", | |
| 137 } | |
| 138 TND{ | 130 TND{ |
| 139 "TND", | 131 "TND", |
| 140 "dinari ya Tunithia", | 132 "dinari ya Tunithia", |
| 141 } | 133 } |
| 142 TZS{ | 134 TZS{ |
| 143 "TSh", | 135 "TSh", |
| 144 "shilingi ya Tandhania", | 136 "shilingi ya Tandhania", |
| 145 } | 137 } |
| 146 UGX{ | 138 UGX{ |
| 147 "UGX", | 139 "UGX", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 163 "ZAR", | 155 "ZAR", |
| 164 "randi ya Afrika Kuthini", | 156 "randi ya Afrika Kuthini", |
| 165 } | 157 } |
| 166 ZMW{ | 158 ZMW{ |
| 167 "ZMW", | 159 "ZMW", |
| 168 "kwacha ya Dhambia", | 160 "kwacha ya Dhambia", |
| 169 } | 161 } |
| 170 } | 162 } |
| 171 Version{"2.1.6.69"} | 163 Version{"2.1.6.69"} |
| 172 } | 164 } |
| OLD | NEW |