1// *************************************************************************** 2// * 3// * Copyright (C) 2012 International Business Machines 4// * Corporation and others. All Rights Reserved. 5// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter 6// * Source File: <path>/common/main/en_150.xml 7// * 8// *************************************************************************** 9en_150{ 10 %%Parent{"en_GB"} 11 NumberElements{ 12 latn{ 13 patterns{ 14 currencyFormat{"#,##0.00 ¤"} 15 } 16 symbols{ 17 decimal{","} 18 group{"."} 19 } 20 } 21 } 22 Version{"2.0.79.79"} 23 calendar{ 24 gregorian{ 25 DateTimePatterns{ 26 "HH 'h' mm 'min' ss 's' zzzz", 27 "HH:mm:ss z", 28 "HH:mm:ss", 29 "HH:mm", 30 "EEEE d MMMM y", 31 "d MMM y", 32 "dd MMM y", 33 "dd/MM/yy", 34 "{1} {0}", 35 "{1} {0}", 36 "{1} {0}", 37 "{1} {0}", 38 "{1} {0}", 39 } 40 availableFormats{ 41 MEd{"E d/M"} 42 Md{"d/M"} 43 yMEd{"E, d/M/y"} 44 yMMMEd{"E d MMM y"} 45 yMd{"d/M/y"} 46 } 47 } 48 } 49} 50