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_IN.xml
7// *
8// ***************************************************************************
9en_IN{
10    %%Parent{"en_GB"}
11    NumberElements{
12        latn{
13            patterns{
14                currencyFormat{"¤ #,##,##0.00"}
15                decimalFormat{"#,##,##0.###"}
16                percentFormat{"#,##,##0%"}
17            }
18        }
19    }
20    Version{"2.0.59.62"}
21    calendar{
22        gregorian{
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 d MMMM y",
29                "d MMMM y",
30                "dd-MMM-y",
31                "dd/MM/yy",
32                "{1} {0}",
33                "{1} {0}",
34                "{1} {0}",
35                "{1} {0}",
36                "{1} {0}",
37            }
38            availableFormats{
39                MMMEd{"E d MMM"}
40                MMMd{"d MMM"}
41                yMEd{"EEE d/M/y"}
42                yMMMEd{"EEE d MMM, y"}
43                yMMMd{"d MMM y"}
44                yMd{"d/M/y"}
45            }
46        }
47    }
48}
49