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_PE.xml 7// * 8// *************************************************************************** 9es_PE{ 10 %%Parent{"es_419"} 11 Version{"2.1.13.23"} 12 calendar{ 13 generic{ 14 DateTimePatterns{ 15 "h:mm:ss a zzzz", 16 "h:mm:ss a z", 17 "h:mm:ss a", 18 "h:mm a", 19 "EEEE, d 'de' MMMM 'de' y G", 20 "d 'de' MMMM 'de' y G", 21 "dd/MM/y G", 22 "d/MM/yy GGGGG", 23 "{1} {0}", 24 "{1}, {0}", 25 "{1}, {0}", 26 "{1} {0}", 27 "{1} {0}", 28 } 29 } 30 gregorian{ 31 DateTimePatterns{ 32 "h:mm:ss a zzzz", 33 "h:mm:ss a z", 34 "h:mm:ss a", 35 "h:mm a", 36 "EEEE, d 'de' MMMM 'de' y", 37 "d 'de' MMMM 'de' y", 38 "d MMM y", 39 "d/MM/yy", 40 "{1} {0}", 41 "{1}, {0}", 42 "{1}, {0}", 43 "{1} {0}", 44 "{1} {0}", 45 } 46 monthNames{ 47 format{ 48 abbreviated{ 49 "ene.", 50 "feb.", 51 "mar.", 52 "abr.", 53 "may.", 54 "jun.", 55 "jul.", 56 "ago.", 57 "set.", 58 "oct.", 59 "nov.", 60 "dic.", 61 } 62 wide{ 63 "enero", 64 "febrero", 65 "marzo", 66 "abril", 67 "mayo", 68 "junio", 69 "julio", 70 "agosto", 71 "setiembre", 72 "octubre", 73 "noviembre", 74 "diciembre", 75 } 76 } 77 stand-alone{ 78 abbreviated{ 79 "Ene.", 80 "Feb.", 81 "Mar.", 82 "Abr.", 83 "May.", 84 "Jun.", 85 "Jul.", 86 "Ago.", 87 "Set.", 88 "Oct.", 89 "Nov.", 90 "Dic.", 91 } 92 wide{ 93 "Enero", 94 "Febrero", 95 "Marzo", 96 "Abril", 97 "Mayo", 98 "Junio", 99 "Julio", 100 "Agosto", 101 "Setiembre", 102 "Octubre", 103 "Noviembre", 104 "Diciembre", 105 } 106 } 107 } 108 } 109 } 110} 111