| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2010 International Business Machines | 3 // * Copyright (C) 2010 International Business Machines |
| 4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
| 5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java | 5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java |
| 6 // * Source File:<path>/common/main/te.xml | 6 // * Source File:<path>/common/main/te.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/xml/main/te.xml | 10 * ICU <specials> source: <path>/xml/main/te.xml |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 "d MMMM y", | 49 "d MMMM y", |
| 50 "d MMM y", | 50 "d MMM y", |
| 51 "dd-MM-yy", | 51 "dd-MM-yy", |
| 52 "{1} {0}", | 52 "{1} {0}", |
| 53 "{1} {0}", | 53 "{1} {0}", |
| 54 "{1} {0}", | 54 "{1} {0}", |
| 55 "{1} {0}", | 55 "{1} {0}", |
| 56 "{1} {0}", | 56 "{1} {0}", |
| 57 } | 57 } |
| 58 availableFormats{ | 58 availableFormats{ |
| 59 EEEd{"EEE d"} |
| 60 Md{"d/M"} |
| 61 MEd{"E, d/M"} |
| 62 MMMEd{"E, d MMM"} |
| 59 MMMMd{"d MMMM"} | 63 MMMMd{"d MMMM"} |
| 60 MMdd{"dd-MM"} | 64 MMdd{"dd-MM"} |
| 65 yM{"M/y"} |
| 66 yMd{"d/M/y"} |
| 61 yyQ{"Q yy"} | 67 yyQ{"Q yy"} |
| 62 yyyyMM{"MM-yyyy"} | 68 yyyyMM{"MM-yyyy"} |
| 63 yyyyMMMM{"MMMM y"} | 69 yyyyMMMM{"MMMM y"} |
| 64 } | 70 } |
| 65 dayNames{ | 71 dayNames{ |
| 66 format{ | 72 format{ |
| 67 abbreviated{ | 73 abbreviated{ |
| 68 "ఆది", | 74 "ఆది", |
| 69 "సోమ", | 75 "సోమ", |
| 70 "మంగళ", | 76 "మంగళ", |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 "ఒకటి 1", | 151 "ఒకటి 1", |
| 146 "రెండు 2", | 152 "రెండు 2", |
| 147 "మూడు 3", | 153 "మూడు 3", |
| 148 "నాలుగు 4", | 154 "నాలుగు 4", |
| 149 } | 155 } |
| 150 } | 156 } |
| 151 } | 157 } |
| 152 } | 158 } |
| 153 } | 159 } |
| 154 } | 160 } |
| OLD | NEW |