| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2013 International Business Machines | 3 // * Copyright (C) 2013 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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 369 "ÖS", | 369 "ÖS", |
| 370 } | 370 } |
| 371 DateTimePatterns{ | 371 DateTimePatterns{ |
| 372 "HH:mm:ss zzzz", | 372 "HH:mm:ss zzzz", |
| 373 "HH:mm:ss z", | 373 "HH:mm:ss z", |
| 374 "HH:mm:ss", | 374 "HH:mm:ss", |
| 375 "HH:mm", | 375 "HH:mm", |
| 376 "d MMMM y EEEE", | 376 "d MMMM y EEEE", |
| 377 "d MMMM y", | 377 "d MMMM y", |
| 378 "d MMM y", | 378 "d MMM y", |
| 379 "d.MM.y", | 379 // Chromium change begins. See b/8566501. |
| 380 "d MM y", |
| 381 // Chromium change ends. |
| 380 "{1} {0}", | 382 "{1} {0}", |
| 381 "{1} {0}", | 383 "{1} {0}", |
| 382 "{1} {0}", | 384 "{1} {0}", |
| 383 "{1} {0}", | 385 "{1} {0}", |
| 384 "{1} {0}", | 386 "{1} {0}", |
| 385 } | 387 } |
| 386 appendItems{ | 388 appendItems{ |
| 387 Timezone{"{0} {1}"} | 389 Timezone{"{0} {1}"} |
| 388 } | 390 } |
| 389 availableFormats{ | 391 availableFormats{ |
| (...skipping 1348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1738 one{"{0} mi³"} | 1740 one{"{0} mi³"} |
| 1739 other{"{0} mi³"} | 1741 other{"{0} mi³"} |
| 1740 } | 1742 } |
| 1741 liter{ | 1743 liter{ |
| 1742 one{"{0} l"} | 1744 one{"{0} l"} |
| 1743 other{"{0} l"} | 1745 other{"{0} l"} |
| 1744 } | 1746 } |
| 1745 } | 1747 } |
| 1746 } | 1748 } |
| 1747 } | 1749 } |
| OLD | NEW |