1// *************************************************************************** 2// * 3// * Copyright (C) 2015 International Business Machines 4// * Corporation and others. All Rights Reserved. 5// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter 6// * Source File: <path>/common/main/es_CO.xml 7// * 8// *************************************************************************** 9es_CO{ 10 %%Parent{"es_419"} 11 Version{"2.1.20.32"} 12 units{ 13 duration{ 14 month{ 15 per{"{0}/mes"} 16 } 17 week{ 18 per{"{0}/sem."} 19 } 20 } 21 } 22 unitsNarrow{ 23 duration{ 24 day{ 25 dnam{"día"} 26 one{"{0} día"} 27 other{"{0} días"} 28 } 29 hour{ 30 one{"{0} h"} 31 other{"{0} h"} 32 } 33 millisecond{ 34 one{"{0} ms"} 35 other{"{0} ms"} 36 } 37 minute{ 38 one{"{0} min"} 39 other{"{0} min"} 40 } 41 month{ 42 dnam{"mes"} 43 one{"{0} mes"} 44 other{"{0} meses"} 45 } 46 second{ 47 one{"{0} s"} 48 other{"{0} s"} 49 } 50 week{ 51 one{"{0} sem."} 52 other{"{0} sems."} 53 } 54 year{ 55 one{"{0} a."} 56 other{"{0} a."} 57 } 58 } 59 } 60 unitsShort{ 61 duration{ 62 day{ 63 dnam{"días"} 64 one{"{0} día"} 65 other{"{0} días"} 66 per{"{0}/día"} 67 } 68 month{ 69 dnam{"mes"} 70 one{"{0} mes"} 71 other{"{0} meses"} 72 per{"{0}/mes"} 73 } 74 year{ 75 dnam{"a."} 76 one{"{0} a."} 77 other{"{0} a."} 78 per{"{0}/año"} 79 } 80 } 81 } 82} 83