| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2014 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/tr.xml | 6 // * Source File: <path>/common/main/tr.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/tr.xml | 10 * ICU <specials> source: <path>/common/main/tr.xml |
| (...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 377 "ös", | 377 "ös", |
| 378 } | 378 } |
| 379 DateTimePatterns{ | 379 DateTimePatterns{ |
| 380 "HH:mm:ss zzzz", | 380 "HH:mm:ss zzzz", |
| 381 "HH:mm:ss z", | 381 "HH:mm:ss z", |
| 382 "HH:mm:ss", | 382 "HH:mm:ss", |
| 383 "HH:mm", | 383 "HH:mm", |
| 384 "d MMMM y EEEE", | 384 "d MMMM y EEEE", |
| 385 "d MMMM y", | 385 "d MMMM y", |
| 386 "d MMM y", | 386 "d MMM y", |
| 387 "d.MM.y", | 387 "d MM y", |
| 388 "{1} {0}", | 388 "{1} {0}", |
| 389 "{1} {0}", | 389 "{1} {0}", |
| 390 "{1} {0}", | 390 "{1} {0}", |
| 391 "{1} {0}", | 391 "{1} {0}", |
| 392 "{1} {0}", | 392 "{1} {0}", |
| 393 } | 393 } |
| 394 NoonMarker{"öğle"} | 394 NoonMarker{"öğle"} |
| 395 NoonMarkerNarrow{"ö"} | 395 NoonMarkerNarrow{"ö"} |
| 396 appendItems{ | 396 appendItems{ |
| 397 Timezone{"{0} {1}"} | 397 Timezone{"{0} {1}"} |
| (...skipping 1051 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1449 Tone{"Ton"} | 1449 Tone{"Ton"} |
| 1450 UNGEGN{"UNGEGN"} | 1450 UNGEGN{"UNGEGN"} |
| 1451 x-Accents{"Aksanlar"} | 1451 x-Accents{"Aksanlar"} |
| 1452 x-Fullwidth{"Tam Genişlik"} | 1452 x-Fullwidth{"Tam Genişlik"} |
| 1453 x-Halfwidth{"Yarım genişlik"} | 1453 x-Halfwidth{"Yarım genişlik"} |
| 1454 x-Jamo{"Jamo"} | 1454 x-Jamo{"Jamo"} |
| 1455 x-Pinyin{"Pinyin"} | 1455 x-Pinyin{"Pinyin"} |
| 1456 x-Publishing{"Yayıncılık"} | 1456 x-Publishing{"Yayıncılık"} |
| 1457 } | 1457 } |
| 1458 } | 1458 } |
| OLD | NEW |