OLD | NEW |
(Empty) | |
| 1 // *************************************************************************** |
| 2 // * |
| 3 // * Copyright (C) 2010 International Business Machines |
| 4 // * Corporation and others. All Rights Reserved. |
| 5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java |
| 6 // * Source File:<path>/common/main/en_IN.xml |
| 7 // * |
| 8 // *************************************************************************** |
| 9 en_IN{ |
| 10 NumberElements{ |
| 11 latn{ |
| 12 patterns{ |
| 13 currencyFormat{"¤ #,##,##0.00"} |
| 14 decimalFormat{"#,##,##0.###"} |
| 15 percentFormat{"#,##,##0%"} |
| 16 } |
| 17 } |
| 18 } |
| 19 Version{"2.0.45.82"} |
| 20 calendar{ |
| 21 gregorian{ |
| 22 DateTimeElements:intvector{ |
| 23 1, |
| 24 4, |
| 25 } |
| 26 DateTimePatterns{ |
| 27 "h:mm:ss a zzzz", |
| 28 "h:mm:ss a z", |
| 29 "h:mm:ss a", |
| 30 "h:mm a", |
| 31 "EEEE d MMMM y", |
| 32 "d MMMM y", |
| 33 "dd-MMM-y", |
| 34 "dd/MM/yy", |
| 35 "{1} {0}", |
| 36 "{1} {0}", |
| 37 "{1} {0}", |
| 38 "{1} {0}", |
| 39 "{1} {0}", |
| 40 } |
| 41 weekend:intvector{ |
| 42 1, |
| 43 0, |
| 44 1, |
| 45 86400000, |
| 46 } |
| 47 } |
| 48 } |
| 49 } |
OLD | NEW |