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/en_ZW.xml 7// * 8// *************************************************************************** 9en_ZW{ 10 NumberPatterns{ 11 "#,##0.###", 12 "¤#,##0.00", 13 "#,##0%", 14 "#E0", 15 } 16 Version{"2.0.47.67"} 17 calendar{ 18 gregorian{ 19 DateTimeElements:intvector{ 20 1, 21 4, 22 } 23 DateTimePatterns{ 24 "h:mm:ss a zzzz", 25 "h:mm:ss a z", 26 "h:mm:ss a", 27 "h:mm a", 28 "EEEE dd MMMM y", 29 "dd MMMM y", 30 "dd MMM,y", 31 "d/M/yyyy", 32 "{1} {0}", 33 "{1} {0}", 34 "{1} {0}", 35 "{1} {0}", 36 "{1} {0}", 37 } 38 } 39 } 40} 41