| 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 Currencies{ | 11 Currencies{ |
| 11 AED{ | 12 AED{ |
| 12 "AED", | 13 "AED", |
| 13 "阿拉伯聯合酋長國迪爾汗", | 14 "阿拉伯聯合酋長國迪爾汗", |
| 14 } | 15 } |
| 15 AUD{ | 16 AUD{ |
| 16 "AU$", | 17 "AU$", |
| 17 "澳元", | 18 "澳元", |
| 18 } | 19 } |
| 19 AWG{ | 20 AWG{ |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 } | 196 } |
| 196 XAF{ | 197 XAF{ |
| 197 other{"中非法郎"} | 198 other{"中非法郎"} |
| 198 } | 199 } |
| 199 XPF{ | 200 XPF{ |
| 200 other{"太平洋法郎"} | 201 other{"太平洋法郎"} |
| 201 } | 202 } |
| 202 } | 203 } |
| 203 Version{"2.1.8.28"} | 204 Version{"2.1.8.28"} |
| 204 } | 205 } |
| OLD | NEW |