OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2013 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_Hans_HK.xml | 6 // * Source File: <path>/common/main/zh_Hans_HK.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 zh_Hans_HK{ | 9 zh_Hans_HK{ |
10 Currencies{ | 10 Currencies{ |
11 AWG{ | 11 AWG{ |
12 "AWG", | 12 "AWG", |
13 "阿鲁巴弗罗林", | 13 "阿鲁巴弗罗林", |
14 } | 14 } |
15 HKD{ | 15 CNY{ |
16 "$", | 16 "CN¥", |
17 "港元", | 17 "人民币", |
18 } | 18 } |
19 HNL{ | 19 HNL{ |
20 "HNL", | 20 "HNL", |
21 "洪都拉斯拉伦皮拉", | 21 "洪都拉斯拉伦皮拉", |
22 } | 22 } |
23 KYD{ | 23 KYD{ |
24 "KYD", | 24 "KYD", |
25 "开曼群岛元", | 25 "开曼群岛元", |
26 } | 26 } |
27 KZT{ | 27 KZT{ |
(...skipping 29 matching lines...) Expand all Loading... |
57 NIO{ | 57 NIO{ |
58 other{"尼加拉瓜科多巴"} | 58 other{"尼加拉瓜科多巴"} |
59 } | 59 } |
60 UAH{ | 60 UAH{ |
61 other{"乌克兰赫夫纳"} | 61 other{"乌克兰赫夫纳"} |
62 } | 62 } |
63 } | 63 } |
64 CurrencyUnitPatterns{ | 64 CurrencyUnitPatterns{ |
65 other{"{0} {1}"} | 65 other{"{0} {1}"} |
66 } | 66 } |
67 Version{"2.0.92.87"} | 67 Version{"2.1.8.19"} |
68 } | 68 } |
OLD | NEW |