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/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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
137 "PM", | 137 "PM", |
138 } | 138 } |
139 DateTimePatterns{ | 139 DateTimePatterns{ |
140 "HH:mm:ss zzzz", | 140 "HH:mm:ss zzzz", |
141 "HH:mm:ss z", | 141 "HH:mm:ss z", |
142 "HH:mm:ss", | 142 "HH:mm:ss", |
143 "HH:mm", | 143 "HH:mm", |
144 "dd MMMM y EEEE", | 144 "dd MMMM y EEEE", |
145 "dd MMMM y", | 145 "dd MMMM y", |
146 "dd MMM y", | 146 "dd MMM y", |
147 "dd.MM.yyyy", | 147 » » // Chrome change begins |
| 148 "dd MM yyyy", |
| 149 » » // Chrone change ends |
148 "{1} {0}", | 150 "{1} {0}", |
149 "{1} {0}", | 151 "{1} {0}", |
150 "{1} {0}", | 152 "{1} {0}", |
151 "{1} {0}", | 153 "{1} {0}", |
152 "{1} {0}", | 154 "{1} {0}", |
153 } | 155 } |
154 availableFormats{ | 156 availableFormats{ |
155 EEEd{"d EEE"} | 157 EEEd{"d EEE"} |
156 Ed{"d E"} | 158 Ed{"d E"} |
157 H{"HH"} | 159 H{"HH"} |
(...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
696 other{"{0} sn."} | 698 other{"{0} sn."} |
697 } | 699 } |
698 week{ | 700 week{ |
699 other{"{0} hafta"} | 701 other{"{0} hafta"} |
700 } | 702 } |
701 year{ | 703 year{ |
702 other{"{0} yıl"} | 704 other{"{0} yıl"} |
703 } | 705 } |
704 } | 706 } |
705 } | 707 } |
OLD | NEW |