]>
Commit | Line | Data |
---|---|---|
73c04bcf A |
1 | // *************************************************************************** |
2 | // * | |
46f4442e | 3 | // * Copyright (C) 2008 International Business Machines |
73c04bcf A |
4 | // * Corporation and others. All Rights Reserved. |
5 | // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java | |
6 | // * Source File:<path>/common/main/ur_IN.xml | |
7 | // * | |
8 | // *************************************************************************** | |
9 | /** | |
10 | * ICU <specials> source: <path>/xml/main/ur_IN.xml | |
11 | */ | |
12 | ur_IN{ | |
46f4442e A |
13 | NumberPatterns{ |
14 | "#,##,##0.###", | |
15 | "¤ #,##,##0.00", | |
16 | "#,##,##0%", | |
17 | "#E0", | |
18 | } | |
19 | Version{"1.14"} | |
73c04bcf A |
20 | calendar{ |
21 | gregorian{ | |
22 | weekend:intvector{ | |
23 | 1, | |
24 | 0, | |
25 | 1, | |
26 | 86400000, | |
27 | } | |
28 | } | |
29 | } | |
30 | } |