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_SG.xml | 6 // * Source File: <path>/common/main/zh_Hans_SG.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 zh_Hans_SG{ | 9 zh_Hans_SG{ |
10 Currencies{ | 10 Currencies{ |
11 ANG{ | |
12 "ANG", | |
13 "荷属安的列斯盾", | |
14 } | |
15 AWG{ | 11 AWG{ |
16 "AWG", | 12 "AWG", |
17 "阿鲁巴弗罗林", | 13 "阿鲁巴弗罗林", |
18 } | 14 } |
19 CNY{ | 15 CNY{ |
20 "CN¥", | 16 "CN¥", |
21 "人民币", | 17 "人民币", |
22 } | 18 } |
23 KZT{ | 19 KZT{ |
24 "KZT", | 20 "KZT", |
(...skipping 22 matching lines...) Expand all Loading... |
47 KZT{ | 43 KZT{ |
48 other{"哈萨克斯坦腾格"} | 44 other{"哈萨克斯坦腾格"} |
49 } | 45 } |
50 NIO{ | 46 NIO{ |
51 other{"尼加拉瓜科多巴"} | 47 other{"尼加拉瓜科多巴"} |
52 } | 48 } |
53 } | 49 } |
54 CurrencyUnitPatterns{ | 50 CurrencyUnitPatterns{ |
55 other{"{0} {1}"} | 51 other{"{0} {1}"} |
56 } | 52 } |
57 Version{"2.0.92.87"} | 53 Version{"2.1.8.19"} |
58 } | 54 } |
OLD | NEW |