| 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/eo.xml | 6 // * Source File: <path>/common/main/eo.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/eo.xml | 10 * ICU <specials> source: <path>/common/main/eo.xml |
| 11 */ | 11 */ |
| 12 eo{ | 12 eo{ |
| 13 Languages{ | 13 Version{"2.1.6.76"} |
| 14 eo{"esperanto"} | 14 unitsShort{ |
| 15 duration{ |
| 16 month{ |
| 17 one{"{0} mon."} |
| 18 other{"{0} mon."} |
| 19 } |
| 20 } |
| 15 } | 21 } |
| 16 } | 22 } |
| OLD | NEW |