1// *************************************************************************** 2// * 3// * Copyright (C) 2007 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/en_BZ.xml 7// * 8// *************************************************************************** 9en_BZ{ 10 NumberPatterns{ 11 "#,##0.###", 12 "¤#,##0.00", 13 "#,##0%", 14 "#E0", 15 } 16 Version{"1.40"} 17 calendar{ 18 gregorian{ 19 DateTimePatterns{ 20 "h:mm:ss a v", 21 "h:mm:ss a z", 22 "h:mm:ss a", 23 "h:mm a", 24 "EEEE, MMMM d, yyyy", 25 "MMMM d, yyyy", 26 "dd-MMM-yyyy", 27 "M/d/yy", 28 "{1} {0}", 29 } 30 } 31 } 32} 33