| 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 ExemplarCharactersPunctuation{"[_ ﹏ \\- — , 、 ; : ! ? … 。 · ‘ ’ “ ” ( ) [ ]
〈 〉 《 》 ﹁ ﹂ ﹃ ﹄ 【 】 〔 〕 / ~]"} | 10 ExemplarCharactersPunctuation{"[_ ﹏ \\- — , 、 ; : ! ? … 。 · ‘ ’ “ ” ( ) [ ]
〈 〉 《 》 ﹁ ﹂ ﹃ ﹄ 【 】 〔 〕 / ~]"} |
| 11 NumberElements{ | 11 NumberElements{ |
| 12 latn{ | 12 latn{ |
| 13 patterns{ | 13 patterns{ |
| 14 accountingFormat{"¤#,##0.00;(¤#,##0.00)"} | |
| 15 currencyFormat{"¤#,##0.00"} | 14 currencyFormat{"¤#,##0.00"} |
| 16 } | 15 } |
| 17 } | 16 } |
| 18 } | 17 } |
| 19 Version{"2.0.92.87"} | 18 Version{"2.1.8.19"} |
| 20 calendar{ | 19 calendar{ |
| 21 chinese{ | 20 chinese{ |
| 22 DateTimePatterns{ | 21 DateTimePatterns{ |
| 23 "zzzzah:mm:ss", | 22 "zzzzah:mm:ss", |
| 24 "zah:mm:ss", | 23 "zah:mm:ss", |
| 25 "ah:mm:ss", | 24 "ah:mm:ss", |
| 26 "ah:mm", | 25 "ah:mm", |
| 27 { | 26 { |
| 28 "U年MMMd日EEEE", | 27 "U年MMMd日EEEE", |
| 29 "hanidec", | 28 "hanidec", |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 "{1}{0}", | 119 "{1}{0}", |
| 121 "{1}{0}", | 120 "{1}{0}", |
| 122 "{1} {0}", | 121 "{1} {0}", |
| 123 "{1} {0}", | 122 "{1} {0}", |
| 124 } | 123 } |
| 125 availableFormats{ | 124 availableFormats{ |
| 126 MEd{"M-dE"} | 125 MEd{"M-dE"} |
| 127 MMMMdd{"M月d日"} | 126 MMMMdd{"M月d日"} |
| 128 MMdd{"MM-dd"} | 127 MMdd{"MM-dd"} |
| 129 Md{"M-d"} | 128 Md{"M-d"} |
| 130 yM{"y年M月"} | |
| 131 yMEd{"y年M月d日,E"} | 129 yMEd{"y年M月d日,E"} |
| 132 yMd{"y年M月d日"} | 130 yMd{"y年M月d日"} |
| 133 } | 131 } |
| 134 intervalFormats{ | 132 intervalFormats{ |
| 135 Hmv{ | 133 Hmv{ |
| 136 H{"vHH:mm–HH:mm"} | 134 H{"vHH:mm–HH:mm"} |
| 137 m{"vHH:mm–HH:mm"} | 135 m{"vHH:mm–HH:mm"} |
| 138 } | 136 } |
| 139 Hv{ | 137 Hv{ |
| 140 H{"vHH–HH"} | 138 H{"vHH–HH"} |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 relativeTime{ | 218 relativeTime{ |
| 221 future{ | 219 future{ |
| 222 other{"{0}秒后"} | 220 other{"{0}秒后"} |
| 223 } | 221 } |
| 224 past{ | 222 past{ |
| 225 other{"{0}秒前"} | 223 other{"{0}秒前"} |
| 226 } | 224 } |
| 227 } | 225 } |
| 228 } | 226 } |
| 229 } | 227 } |
| 230 units{ | |
| 231 compound{ | |
| 232 per{"{0}/{1}"} | |
| 233 } | |
| 234 duration{ | |
| 235 second{ | |
| 236 other{"{0}秒"} | |
| 237 } | |
| 238 } | |
| 239 } | |
| 240 unitsNarrow{ | |
| 241 } | |
| 242 unitsShort{ | |
| 243 } | |
| 244 } | 228 } |
| OLD | NEW |