| 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>/icu-locale-deprecates.xml & build.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** |
| 10 * generated alias target |
| 11 */ |
| 9 zh_Hans_SG{ | 12 zh_Hans_SG{ |
| 10 Languages{ | 13 ___{""} |
| 11 en_GB{"英国英文"} | |
| 12 en_US{"美国英文"} | |
| 13 es_ES{"伊比利亚西班牙文"} | |
| 14 om{"奥罗莫文"} | |
| 15 pt_PT{"伊比利亚葡萄牙文"} | |
| 16 } | |
| 17 Scripts{ | |
| 18 Knda{"卡纳塔克文"} | |
| 19 Sinh{"辛哈拉文"} | |
| 20 Thaa{"塔安娜文"} | |
| 21 Zzzz{"未知语系"} | |
| 22 } | |
| 23 Types{ | |
| 24 collation{ | |
| 25 big5han{"繁体中文排序顺序 (Big5)"} | |
| 26 dictionary{"字典排序"} | |
| 27 ducet{"默认 Unicode 排序顺序"} | |
| 28 gb2312han{"简体中文排序顺序 (GB2312)"} | |
| 29 phonebook{"电话簿排序"} | |
| 30 pinyin{"拼音排序顺序"} | |
| 31 traditional{"传统排序"} | |
| 32 } | |
| 33 } | |
| 34 Variants{ | |
| 35 WADEGILE{"韦氏拼音罗马字"} | |
| 36 } | |
| 37 Version{"2.1.8.19"} | |
| 38 codePatterns{ | |
| 39 script{"语系:{0}"} | |
| 40 } | |
| 41 localeDisplayPattern{ | |
| 42 keyTypePattern{"{0}: {1}"} | |
| 43 } | |
| 44 } | 14 } |
| OLD | NEW |