| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2007 International Business Machines | 3 // * Copyright (C) 2007 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/tr.xml | 6 // * Source File:<path>/common/main/tr.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/xml/main/tr.xml | 10 * ICU <specials> source: <path>/xml/main/tr.xml |
| (...skipping 2059 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2070 "PM", | 2070 "PM", |
| 2071 } | 2071 } |
| 2072 DateTimePatterns{ | 2072 DateTimePatterns{ |
| 2073 "HH:mm:ss v", | 2073 "HH:mm:ss v", |
| 2074 "HH:mm:ss z", | 2074 "HH:mm:ss z", |
| 2075 "HH:mm:ss", | 2075 "HH:mm:ss", |
| 2076 "HH:mm", | 2076 "HH:mm", |
| 2077 "dd MMMM yyyy EEEE", | 2077 "dd MMMM yyyy EEEE", |
| 2078 "d MMMM yyyy", | 2078 "d MMMM yyyy", |
| 2079 "dd.MMM.yyyy", | 2079 "dd.MMM.yyyy", |
| 2080 "dd.MM.yyyy", | 2080 "dd MM yyyy", |
| 2081 "{1} {0}", | 2081 "{1} {0}", |
| 2082 } | 2082 } |
| 2083 availableFormats{ | 2083 availableFormats{ |
| 2084 Ed{"d E"} | 2084 Ed{"d E"} |
| 2085 H{"H"} | 2085 H{"H"} |
| 2086 HHmm{"HH:mm"} | 2086 HHmm{"HH:mm"} |
| 2087 HHmmss{"HH:mm:ss"} | 2087 HHmmss{"HH:mm:ss"} |
| 2088 MMMEd{"d MMM E"} | 2088 MMMEd{"d MMM E"} |
| 2089 MMMMd{"d MMMM"} | 2089 MMMMd{"d MMMM"} |
| 2090 Md{"d/M"} | 2090 Md{"d/M"} |
| (...skipping 1260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3351 ls{"Yukon Standart Saati"} | 3351 ls{"Yukon Standart Saati"} |
| 3352 sd{"YDT"} | 3352 sd{"YDT"} |
| 3353 sg{"YT"} | 3353 sg{"YT"} |
| 3354 ss{"YST"} | 3354 ss{"YST"} |
| 3355 } | 3355 } |
| 3356 gmtFormat{"GMT{0}"} | 3356 gmtFormat{"GMT{0}"} |
| 3357 hourFormat{"+HH:mm;-HH:mm"} | 3357 hourFormat{"+HH:mm;-HH:mm"} |
| 3358 regionFormat{"{0} Saati"} | 3358 regionFormat{"{0} Saati"} |
| 3359 } | 3359 } |
| 3360 } | 3360 } |
| OLD | NEW |