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