1// *************************************************************************** 2// * 3// * Copyright (C) 2010 International Business Machines 4// * Corporation and others. All Rights Reserved. 5// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java 6// * Source File:<path>/common/main/es_HN.xml 7// * 8// *************************************************************************** 9es_HN{ 10 NumberElements{ 11 latn{ 12 symbols{ 13 decimal{"."} 14 group{","} 15 } 16 } 17 } 18 Version{"2.0.45.82"} 19 calendar{ 20 gregorian{ 21 DateTimePatterns{ 22 "HH:mm:ss zzzz", 23 "HH:mm:ss z", 24 "HH:mm:ss", 25 "HH:mm", 26 "EEEE dd 'de' MMMM 'de' y", 27 "dd 'de' MMMM 'de' y", 28 "dd/MM/yyyy", 29 "dd/MM/yy", 30 "{1} {0}", 31 "{1} {0}", 32 "{1} {0}", 33 "{1} {0}", 34 "{1} {0}", 35 } 36 } 37 } 38} 39