| 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/gu.xml | 6 // * Source File:<path>/common/main/gu.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/xml/main/gu.xml | 10 * ICU <specials> source: <path>/xml/main/gu.xml |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 "d-MM-yy", | 51 "d-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 MMMMd{"d MMMM"} | 59 MMMMd{"d MMMM"} |
| 60 MMdd{"dd-MM"} | 60 MMdd{"dd-MM"} |
| 61 Md{"d/M"} |
| 62 MEd{"E, d/M"} |
| 61 h{"hh a"} | 63 h{"hh a"} |
| 62 hm{"hh:mm a"} | 64 hm{"hh:mm a"} |
| 63 hms{"hh:mm:ss a"} | 65 hms{"hh:mm:ss a"} |
| 66 yM{"M/y"} |
| 67 yMd{"d/M/y"} |
| 64 yyQ{"Q yy"} | 68 yyQ{"Q yy"} |
| 65 yyyyMM{"MM-yyyy"} | 69 yyyyMM{"MM-yyyy"} |
| 66 yyyyMMMM{"MMMM y"} | 70 yyyyMMMM{"MMMM y"} |
| 67 } | 71 } |
| 68 dayNames{ | 72 dayNames{ |
| 69 format{ | 73 format{ |
| 70 abbreviated{ | 74 abbreviated{ |
| 71 "રવિ", | 75 "રવિ", |
| 72 "સોમ", | 76 "સોમ", |
| 73 "મંગળ", | 77 "મંગળ", |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 standard{ | 226 standard{ |
| 223 2{"{0} અને {1}"} | 227 2{"{0} અને {1}"} |
| 224 end{"{0} અને {1}"} | 228 end{"{0} અને {1}"} |
| 225 } | 229 } |
| 226 } | 230 } |
| 227 measurementSystemNames{ | 231 measurementSystemNames{ |
| 228 US{"અમેરિકા"} | 232 US{"અમેરિકા"} |
| 229 metric{"મેટ્રિક"} | 233 metric{"મેટ્રિક"} |
| 230 } | 234 } |
| 231 } | 235 } |
| OLD | NEW |