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