1// ***************************************************************************
2// *
3// * Copyright (C) 2011 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_BW.xml
7// *
8// ***************************************************************************
9en_BW{
10    NumberElements{
11        latn{
12            patterns{
13                currencyFormat{"¤#,##0.00"}
14            }
15        }
16    }
17    Version{"2.0.56.95"}
18    calendar{
19        gregorian{
20            DateTimePatterns{
21                "h:mm:ss a zzzz",
22                "h:mm:ss a z",
23                "h:mm:ss a",
24                "h:mm a",
25                "EEEE dd MMMM y",
26                "dd MMMM y",
27                "MMM d, y",
28                "dd/MM/yy",
29                "{1} {0}",
30                "{1} {0}",
31                "{1} {0}",
32                "{1} {0}",
33                "{1} {0}",
34            }
35            availableFormats{
36                MEd{"EEE dd/MM"}
37                MMMEd{"EEE dd MMM"}
38                MMMd{"dd MMM"}
39                Md{"dd/MM"}
40                yM{"MM/yy"}
41                yMEd{"EEE, dd/MM/yy"}
42                yMMMEd{"EEE dd MMM y"}
43                yMMMd{"dd MMM y"}
44                yMd{"dd/MM/yy"}
45            }
46        }
47    }
48}
49