| 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_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 Version{"2.1.8.19"} | 10 Version{"2.1.19.79"} |
| 11 units{ | 11 units{ |
| 12 compound{ | 12 compound{ |
| 13 per{"{0}/{1}"} | 13 per{"{0}/{1}"} |
| 14 } | 14 } |
| 15 duration{ | 15 duration{ |
| 16 second{ | 16 second{ |
| 17 other{"{0}秒"} | 17 other{"{0}秒"} |
| 18 } | 18 } |
| 19 } | 19 } |
| 20 temperature{ |
| 21 kelvin{ |
| 22 dnam{"开氏度"} |
| 23 other{"{0}开氏度"} |
| 24 } |
| 25 } |
| 20 } | 26 } |
| 21 unitsNarrow{ | 27 unitsNarrow{ |
| 28 temperature{ |
| 29 celsius{ |
| 30 other{"{0}°C"} |
| 31 } |
| 32 } |
| 22 } | 33 } |
| 23 unitsShort{ | 34 unitsShort{ |
| 35 temperature{ |
| 36 kelvin{ |
| 37 other{"{0}°K"} |
| 38 } |
| 39 } |
| 24 } | 40 } |
| 25 } | 41 } |
| OLD | NEW |