| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2013 International Business Machines | 3 // * Copyright (C) 2014 International Business Machines |
| 4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
| 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
| 6 // * Source File: <path>/common/main/en_IN.xml | 6 // * Source File: <path>/common/main/en_IN.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 en_IN{ | 9 en_IN{ |
| 10 %%Parent{"en_GB"} | 10 %%Parent{"en_GB"} |
| 11 NumberElements{ | 11 NumberElements{ |
| 12 latn{ | 12 latn{ |
| 13 patterns{ | 13 patterns{ |
| 14 currencyFormat{"¤ #,##,##0.00"} | 14 currencyFormat{"¤ #,##,##0.00"} |
| 15 decimalFormat{"#,##,##0.###"} | 15 decimalFormat{"#,##,##0.###"} |
| 16 percentFormat{"#,##,##0%"} | 16 percentFormat{"#,##,##0%"} |
| 17 } | 17 } |
| 18 } | 18 } |
| 19 } | 19 } |
| 20 Version{"2.0.92.87"} | 20 Version{"2.1.8.19"} |
| 21 calendar{ | 21 calendar{ |
| 22 generic{ | 22 generic{ |
| 23 DateTimePatterns{ | 23 DateTimePatterns{ |
| 24 "h:mm:ss a zzzz", | 24 "h:mm:ss a zzzz", |
| 25 "h:mm:ss a z", | 25 "h:mm:ss a z", |
| 26 "h:mm:ss a", | 26 "h:mm:ss a", |
| 27 "h:mm a", | 27 "h:mm a", |
| 28 "EEEE d MMMM y G", | 28 "EEEE d MMMM y G", |
| 29 "d MMMM y G", | 29 "d MMMM y G", |
| 30 "dd-MMM-y G", | 30 "dd-MMM-y G", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 44 gregorian{ | 44 gregorian{ |
| 45 DateTimePatterns{ | 45 DateTimePatterns{ |
| 46 "h:mm:ss a zzzz", | 46 "h:mm:ss a zzzz", |
| 47 "h:mm:ss a z", | 47 "h:mm:ss a z", |
| 48 "h:mm:ss a", | 48 "h:mm:ss a", |
| 49 "h:mm a", | 49 "h:mm a", |
| 50 "EEEE d MMMM y", | 50 "EEEE d MMMM y", |
| 51 "d MMMM y", | 51 "d MMMM y", |
| 52 "dd-MMM-y", | 52 "dd-MMM-y", |
| 53 "dd/MM/yy", | 53 "dd/MM/yy", |
| 54 "{1} {0}", | 54 "{1}, {0}", |
| 55 "{1} {0}", | 55 "{1} 'at' {0}", |
| 56 "{1} {0}", | 56 "{1} 'at' {0}", |
| 57 "{1} {0}", | 57 "{1}, {0}", |
| 58 "{1} {0}", | 58 "{1}, {0}", |
| 59 } | 59 } |
| 60 availableFormats{ | 60 availableFormats{ |
| 61 yMEd{"E d/M/y"} | 61 yMEd{"E d/M/y"} |
| 62 yMMMEd{"E d MMM, y"} | 62 yMMMEd{"E d MMM, y"} |
| 63 yMd{"d/M/y"} | 63 yMd{"d/M/y"} |
| 64 } | 64 } |
| 65 } | 65 } |
| 66 } | 66 } |
| 67 } | 67 } |
| OLD | NEW |