]>
Commit | Line | Data |
---|---|---|
374ca955 | 1 | // *************************************************************************** |
b75a7d8f | 2 | // * |
4388f060 | 3 | // * Copyright (C) 2012 International Business Machines |
374ca955 A |
4 | // * Corporation and others. All Rights Reserved. |
5 | // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java | |
73c04bcf | 6 | // * Source File:<path>/common/main/en_IN.xml |
b75a7d8f A |
7 | // * |
8 | // *************************************************************************** | |
374ca955 | 9 | en_IN{ |
4388f060 | 10 | %%Parent{"en_GB"} |
729e4ab9 A |
11 | NumberElements{ |
12 | latn{ | |
13 | patterns{ | |
14 | currencyFormat{"¤ #,##,##0.00"} | |
15 | decimalFormat{"#,##,##0.###"} | |
16 | percentFormat{"#,##,##0%"} | |
17 | } | |
18 | } | |
b75a7d8f | 19 | } |
4388f060 | 20 | Version{"2.0.65.46"} |
374ca955 A |
21 | calendar{ |
22 | gregorian{ | |
374ca955 | 23 | DateTimePatterns{ |
729e4ab9 | 24 | "h:mm:ss a zzzz", |
374ca955 A |
25 | "h:mm:ss a z", |
26 | "h:mm:ss a", | |
27 | "h:mm a", | |
4388f060 | 28 | "EEEE, d MMMM y", |
729e4ab9 A |
29 | "d MMMM y", |
30 | "dd-MMM-y", | |
374ca955 A |
31 | "dd/MM/yy", |
32 | "{1} {0}", | |
729e4ab9 A |
33 | "{1} {0}", |
34 | "{1} {0}", | |
35 | "{1} {0}", | |
36 | "{1} {0}", | |
374ca955 | 37 | } |
4388f060 A |
38 | availableFormats{ |
39 | MEd{"E, d/M"} | |
40 | MMMEd{"E, d MMM"} | |
41 | MMMd{"d MMM"} | |
42 | yMEd{"E, d/M/y"} | |
43 | yMMMEd{"E, d MMM, y"} | |
44 | yMMMd{"d MMM y"} | |
45 | yMd{"d/M/y"} | |
374ca955 A |
46 | } |
47 | } | |
48 | } | |
b75a7d8f | 49 | } |