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/zh_Hant_HK.xml | 6 // * Source File: <path>/common/main/zh_Hant_HK.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 zh_Hant_HK{ | 9 zh_Hant_HK{ |
10 %%Parent{"zh_Hant"} | 10 %%Parent{"zh_Hant"} |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 "美元", | 90 "美元", |
91 } | 91 } |
92 XAF{ | 92 XAF{ |
93 "FCFA", | 93 "FCFA", |
94 "中非法郎", | 94 "中非法郎", |
95 } | 95 } |
96 XOF{ | 96 XOF{ |
97 "CFA", | 97 "CFA", |
98 "多哥非洲共同體法郎", | 98 "多哥非洲共同體法郎", |
99 } | 99 } |
100 XPF{ | |
101 "CFPF", | |
102 "太平洋法郎", | |
103 } | |
104 } | 100 } |
105 CurrencyPlurals{ | 101 CurrencyPlurals{ |
106 AED{ | 102 AED{ |
107 other{"阿拉伯聯合酋長國迪爾汗"} | 103 other{"阿拉伯聯合酋長國迪爾汗"} |
108 } | 104 } |
109 AUD{ | 105 AUD{ |
110 other{"澳元"} | 106 other{"澳元"} |
111 } | 107 } |
112 AZN{ | 108 AZN{ |
113 other{"亞塞拜疆馬納特"} | 109 other{"亞塞拜疆馬納特"} |
(...skipping 12 matching lines...) Expand all Loading... |
126 } | 122 } |
127 GEL{ | 123 GEL{ |
128 other{"格魯吉亞拉里"} | 124 other{"格魯吉亞拉里"} |
129 } | 125 } |
130 HKD{ | 126 HKD{ |
131 other{"港元"} | 127 other{"港元"} |
132 } | 128 } |
133 HRK{ | 129 HRK{ |
134 other{"克羅地亞庫納"} | 130 other{"克羅地亞庫納"} |
135 } | 131 } |
136 KYD{ | |
137 other{"開曼群島美元"} | |
138 } | |
139 LTL{ | 132 LTL{ |
140 other{"立陶宛里塔"} | 133 other{"立陶宛里塔"} |
141 } | 134 } |
142 MUR{ | 135 MUR{ |
143 other{"毛里求斯盧布"} | 136 other{"毛里求斯盧布"} |
144 } | 137 } |
145 MZN{ | 138 MZN{ |
146 other{"莫桑比克美提卡"} | 139 other{"莫桑比克美提卡"} |
147 } | 140 } |
148 NGN{ | 141 NGN{ |
(...skipping 19 matching lines...) Expand all Loading... |
168 } | 161 } |
169 SGD{ | 162 SGD{ |
170 other{"新加坡元"} | 163 other{"新加坡元"} |
171 } | 164 } |
172 TWD{ | 165 TWD{ |
173 other{"新台幣"} | 166 other{"新台幣"} |
174 } | 167 } |
175 XAF{ | 168 XAF{ |
176 other{"中非法郎"} | 169 other{"中非法郎"} |
177 } | 170 } |
178 XPF{ | |
179 other{"太平洋法郎"} | |
180 } | |
181 } | 171 } |
182 Version{"2.1.8.28"} | 172 Version{"2.1.8.28"} |
183 } | 173 } |
OLD | NEW |