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_MO.xml | 6 // * Source File: <path>/common/main/zh_Hans_MO.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 zh_Hans_MO{ | 9 zh_Hans_MO{ |
10 Currencies{ | 10 Currencies{ |
11 ANG{ | |
12 "ANG", | |
13 "荷属安的列斯盾", | |
14 } | |
15 AWG{ | 11 AWG{ |
16 "AWG", | 12 "AWG", |
17 "阿鲁巴弗罗林", | 13 "阿鲁巴弗罗林", |
18 } | 14 } |
| 15 BAN{ |
| 16 "BAN", |
| 17 "波士尼亚-赫塞哥维纳第纳尔 (1994–1997)", |
| 18 } |
19 CNY{ | 19 CNY{ |
20 "CN¥", | 20 "CN¥", |
21 "人民币", | 21 "人民币", |
22 } | 22 } |
23 KZT{ | 23 KZT{ |
24 "KZT", | 24 "KZT", |
25 "哈萨克斯坦腾格", | 25 "哈萨克斯坦腾格", |
26 } | 26 } |
27 MOP{ | 27 MOP{ |
28 "MOP$", | 28 "MOP$", |
(...skipping 18 matching lines...) Expand all Loading... |
47 KZT{ | 47 KZT{ |
48 other{"哈萨克斯坦腾格"} | 48 other{"哈萨克斯坦腾格"} |
49 } | 49 } |
50 NIO{ | 50 NIO{ |
51 other{"尼加拉瓜科多巴"} | 51 other{"尼加拉瓜科多巴"} |
52 } | 52 } |
53 } | 53 } |
54 CurrencyUnitPatterns{ | 54 CurrencyUnitPatterns{ |
55 other{"{0} {1}"} | 55 other{"{0} {1}"} |
56 } | 56 } |
57 Version{"2.0.92.87"} | 57 Version{"2.1.8.19"} |
58 } | 58 } |
OLD | NEW |