| 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/chr.xml | 6 // * Source File: <path>/common/main/chr.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/chr.xml | 10 * ICU <specials> source: <path>/common/main/chr.xml |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 one{"{0} ᏒᎾᏙᏓᏆᏍᏗ"} | 37 one{"{0} ᏒᎾᏙᏓᏆᏍᏗ"} |
| 38 other{"{0} ᎢᏳᎾᏙᏓᏆᏍᏗ"} | 38 other{"{0} ᎢᏳᎾᏙᏓᏆᏍᏗ"} |
| 39 } | 39 } |
| 40 year{ | 40 year{ |
| 41 one{"{0} ᏑᏕᏘᏴᏓ"} | 41 one{"{0} ᏑᏕᏘᏴᏓ"} |
| 42 other{"{0} ᏧᏕᏘᏴᏓ"} | 42 other{"{0} ᏧᏕᏘᏴᏓ"} |
| 43 } | 43 } |
| 44 } | 44 } |
| 45 } | 45 } |
| 46 unitsNarrow{ | 46 unitsNarrow{ |
| 47 temperature{ | |
| 48 celsius{ | |
| 49 one{"{0}°C"} | |
| 50 other{"{0}°C"} | |
| 51 } | |
| 52 fahrenheit{ | |
| 53 one{"{0}°"} | |
| 54 other{"{0}°"} | |
| 55 } | |
| 56 } | |
| 57 } | 47 } |
| 58 } | 48 } |
| OLD | NEW |