]>
Commit | Line | Data |
---|---|---|
374ca955 A |
1 | // *************************************************************************** |
2 | // * | |
3 | // * Copyright (C) 2004 International Business Machines | |
4 | // * Corporation and others. All Rights Reserved. | |
5 | // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java | |
6 | // * Source File: ../../../locale/common/main/ml_IN.xml | |
7 | // * | |
8 | // *************************************************************************** | |
9 | ml_IN{ | |
10 | NumberPatterns{ | |
11 | "#,##,##0.###;-#,##,##0.###", | |
12 | "¤ #,##,##0.00;-¤ #,##,##0.00", | |
13 | "#,##,##0%", | |
14 | "#E0", | |
15 | } | |
16 | /** | |
17 | * Draft | |
18 | */ | |
19 | Version{"1.0"} | |
20 | calendar{ | |
21 | gregorian{ | |
22 | DateTimeElements:intvector{ | |
23 | 2, | |
24 | 1, | |
25 | } | |
26 | DateTimePatterns{ | |
27 | "h:mm:ss a z", | |
28 | "h:mm:ss a z", | |
29 | "h:mm:ss a", | |
30 | "h:mm a", | |
31 | "EEEE d MMMM yyyy", | |
32 | "d MMMM yyyy", | |
33 | "dd-MM-yyyy", | |
34 | "dd-MM-yy", | |
35 | "{1} {0}", | |
36 | } | |
37 | weekend:intvector{ | |
38 | 1, | |
39 | 0, | |
40 | 1, | |
41 | 86400000, | |
42 | } | |
43 | } | |
44 | } | |
45 | } |