]>
Commit | Line | Data |
---|---|---|
374ca955 A |
1 | // *************************************************************************** |
2 | // * | |
73c04bcf | 3 | // * Copyright (C) 2006 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/or_IN.xml |
374ca955 A |
7 | // * |
8 | // *************************************************************************** | |
9 | or_IN{ | |
10 | NumberPatterns{ | |
73c04bcf A |
11 | "#,##,##0.###", |
12 | "¤ #,##,##0.00", | |
13 | "#,##,##0%", | |
374ca955 A |
14 | "#E0", |
15 | } | |
73c04bcf | 16 | Version{"1.29"} |
374ca955 A |
17 | calendar{ |
18 | gregorian{ | |
374ca955 A |
19 | DateTimePatterns{ |
20 | "h:mm:ss a z", | |
21 | "h:mm:ss a z", | |
22 | "h:mm:ss a", | |
23 | "h:mm a", | |
24 | "EEEE d MMMM yyyy", | |
25 | "d MMMM yyyy", | |
26 | "dd-MM-yyyy", | |
27 | "dd-MM-yy", | |
28 | "{1} {0}", | |
29 | } | |
73c04bcf A |
30 | availableFormats{ |
31 | MMMMd{"d MMMM"} | |
32 | MMdd{"dd-MM"} | |
33 | yyyyMM{"MM-yyyy"} | |
34 | yyyyMMMM{"MMMM yyyy"} | |
35 | } | |
374ca955 A |
36 | weekend:intvector{ |
37 | 1, | |
38 | 0, | |
39 | 1, | |
40 | 86400000, | |
41 | } | |
42 | } | |
43 | } | |
44 | } |