| 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_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 AWG{ | |
| 12 "AWG", | |
| 13 "阿鲁巴弗罗林", | |
| 14 } | |
| 15 CNY{ | 11 CNY{ |
| 16 "CN¥", | 12 "CN¥", |
| 17 "人民币", | 13 "人民币", |
| 18 } | 14 } |
| 19 KZT{ | 15 KZT{ |
| 20 "KZT", | 16 "KZT", |
| 21 "哈萨克斯坦腾格", | 17 "哈萨克斯坦腾格", |
| 22 } | 18 } |
| 23 NIO{ | 19 NIO{ |
| 24 "NIO", | 20 "NIO", |
| 25 "尼加拉瓜科多巴", | 21 "尼加拉瓜科多巴", |
| 26 } | 22 } |
| 27 SGD{ | 23 SGD{ |
| 28 "$", | 24 "$", |
| 29 "新加坡元", | 25 "新加坡元", |
| 30 } | 26 } |
| 31 XAG{ | |
| 32 "XAG", | |
| 33 "白银", | |
| 34 } | |
| 35 } | 27 } |
| 36 CurrencyPlurals{ | 28 CurrencyPlurals{ |
| 37 ANG{ | |
| 38 other{"荷兰安的列斯盾"} | |
| 39 } | |
| 40 AWG{ | |
| 41 other{"阿鲁巴弗罗林"} | |
| 42 } | |
| 43 KZT{ | 29 KZT{ |
| 44 other{"哈萨克斯坦腾格"} | 30 other{"哈萨克斯坦腾格"} |
| 45 } | 31 } |
| 46 NIO{ | 32 NIO{ |
| 47 other{"尼加拉瓜科多巴"} | 33 other{"尼加拉瓜科多巴"} |
| 48 } | 34 } |
| 49 } | 35 } |
| 50 CurrencyUnitPatterns{ | 36 CurrencyUnitPatterns{ |
| 51 other{"{0} {1}"} | 37 other{"{0} {1}"} |
| 52 } | 38 } |
| 53 Version{"2.1.8.19"} | 39 Version{"2.1.8.19"} |
| 54 } | 40 } |
| OLD | NEW |