| 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/es_419.xml | 6 // * Source File: <path>/common/main/es_419.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 es_419{ | 9 es_419{ |
| 10 Version{"2.1.8.19"} | 10 Version{"2.1.19.14"} |
| 11 units{ | 11 units{ |
| 12 volume{ |
| 13 acre-foot{ |
| 14 one{"{0} acre pie"} |
| 15 other{"{0} acres pies"} |
| 16 } |
| 17 } |
| 12 } | 18 } |
| 13 unitsNarrow{ | 19 unitsNarrow{ |
| 14 duration{ | 20 duration{ |
| 15 day{ | 21 day{ |
| 16 dnam{"d."} | 22 dnam{"d."} |
| 17 one{"{0} d."} | 23 one{"{0}d."} |
| 18 other{"{0} dd."} | 24 other{"{0}dd."} |
| 19 } | 25 } |
| 20 month{ | 26 month{ |
| 21 dnam{"m."} | 27 dnam{"m."} |
| 22 one{"{0} m."} | 28 one{"{0}m."} |
| 23 other{"{0} mm."} | 29 other{"{0}mm."} |
| 24 } | 30 } |
| 25 week{ | 31 week{ |
| 26 dnam{"sem."} | 32 dnam{"sem."} |
| 27 one{"{0} sem."} | 33 one{"{0}sem."} |
| 28 other{"{0} sems."} | 34 other{"{0}sems."} |
| 29 } | 35 } |
| 30 year{ | 36 year{ |
| 31 dnam{"a."} | 37 dnam{"a."} |
| 32 one{"{0} a."} | 38 one{"{0}a."} |
| 33 other{"{0} aa."} | 39 other{"{0}aa."} |
| 34 } | 40 } |
| 35 } | 41 } |
| 36 } | 42 } |
| 37 unitsShort{ | 43 unitsShort{ |
| 38 duration{ | 44 duration{ |
| 39 day{ | 45 day{ |
| 40 dnam{"dd."} | 46 dnam{"dd."} |
| 41 one{"{0} d."} | 47 one{"{0} d."} |
| 42 other{"{0} dd."} | 48 other{"{0} dd."} |
| 43 } | 49 } |
| 44 hour{ | |
| 45 dnam{"h"} | |
| 46 } | |
| 47 month{ | 50 month{ |
| 48 dnam{"mm."} | 51 dnam{"mm."} |
| 49 one{"{0} m."} | 52 one{"{0} m."} |
| 50 other{"{0} mm."} | 53 other{"{0} mm."} |
| 51 } | 54 } |
| 52 week{ | 55 week{ |
| 53 dnam{"sems."} | 56 dnam{"sems."} |
| 54 one{"{0} sem."} | 57 one{"{0} sem."} |
| 55 other{"{0} sems."} | 58 other{"{0} sems."} |
| 56 } | 59 } |
| 57 year{ | 60 year{ |
| 58 dnam{"aa."} | 61 dnam{"aa."} |
| 59 one{"{0} a."} | 62 one{"{0} a."} |
| 60 other{"{0} aa."} | 63 other{"{0} aa."} |
| 61 } | 64 } |
| 62 } | 65 } |
| 66 electric{ |
| 67 volt{ |
| 68 dnam{"volts"} |
| 69 } |
| 70 } |
| 71 length{ |
| 72 light-year{ |
| 73 dnam{"aa. l."} |
| 74 one{"{0} a. l."} |
| 75 other{"{0} aa. l."} |
| 76 } |
| 77 nautical-mile{ |
| 78 dnam{"nmi"} |
| 79 one{"{0} nmi"} |
| 80 other{"{0} nmi"} |
| 81 } |
| 82 parsec{ |
| 83 dnam{"parsecs"} |
| 84 } |
| 85 yard{ |
| 86 dnam{"yardas"} |
| 87 } |
| 88 } |
| 89 power{ |
| 90 watt{ |
| 91 dnam{"watts"} |
| 92 } |
| 93 } |
| 94 volume{ |
| 95 pint{ |
| 96 dnam{"pintas"} |
| 97 } |
| 98 tablespoon{ |
| 99 dnam{"cdas."} |
| 100 one{"{0} cda."} |
| 101 other{"{0} cdas."} |
| 102 } |
| 103 teaspoon{ |
| 104 dnam{"cdtas."} |
| 105 one{"{0} cdta."} |
| 106 other{"{0} cdtas."} |
| 107 } |
| 108 } |
| 63 } | 109 } |
| 64 } | 110 } |
| OLD | NEW |