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_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 CNY{ | 11 CNY{ |
12 "CN¥", | 12 "CN¥", |
13 "人民币", | 13 "人民币", |
14 } | 14 } |
15 HNL{ | 15 HNL{ |
16 "HNL", | 16 "HNL", |
17 "洪都拉斯拉伦皮拉", | 17 "洪都拉斯拉伦皮拉", |
18 } | 18 } |
19 KYD{ | |
20 "KYD", | |
21 "开曼群岛元", | |
22 } | |
23 KZT{ | 19 KZT{ |
24 "KZT", | 20 "KZT", |
25 "哈萨克斯坦腾格", | 21 "哈萨克斯坦腾格", |
26 } | 22 } |
27 NIO{ | 23 NIO{ |
28 "NIO", | 24 "NIO", |
29 "尼加拉瓜科多巴", | 25 "尼加拉瓜科多巴", |
30 } | 26 } |
31 UAH{ | 27 UAH{ |
32 "UAH", | 28 "UAH", |
33 "乌克兰赫夫纳", | 29 "乌克兰赫夫纳", |
34 } | 30 } |
35 } | 31 } |
36 CurrencyPlurals{ | 32 CurrencyPlurals{ |
37 HNL{ | 33 HNL{ |
38 other{"洪都拉斯拉伦皮拉"} | 34 other{"洪都拉斯拉伦皮拉"} |
39 } | 35 } |
40 KYD{ | |
41 other{"开曼群岛元"} | |
42 } | |
43 KZT{ | 36 KZT{ |
44 other{"哈萨克斯坦腾格"} | 37 other{"哈萨克斯坦腾格"} |
45 } | 38 } |
46 NIO{ | 39 NIO{ |
47 other{"尼加拉瓜科多巴"} | 40 other{"尼加拉瓜科多巴"} |
48 } | 41 } |
49 UAH{ | 42 UAH{ |
50 other{"乌克兰赫夫纳"} | 43 other{"乌克兰赫夫纳"} |
51 } | 44 } |
52 } | 45 } |
53 CurrencyUnitPatterns{ | 46 CurrencyUnitPatterns{ |
54 other{"{0} {1}"} | 47 other{"{0} {1}"} |
55 } | 48 } |
56 Version{"2.1.8.19"} | 49 Version{"2.1.8.19"} |
57 } | 50 } |
OLD | NEW |