| 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 482 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 493 } | 493 } |
| 494 ILR{ | 494 ILR{ |
| 495 "ILR", | 495 "ILR", |
| 496 "İsrail Şekeli (1980–1985)", | 496 "İsrail Şekeli (1980–1985)", |
| 497 } | 497 } |
| 498 ILS{ | 498 ILS{ |
| 499 "₪", | 499 "₪", |
| 500 "Yeni İsrail Şekeli", | 500 "Yeni İsrail Şekeli", |
| 501 } | 501 } |
| 502 INR{ | 502 INR{ |
| 503 "₹", | 503 "Rs.", |
| 504 "Hindistan Rupisi", | 504 "Hindistan Rupisi", |
| 505 } | 505 } |
| 506 IQD{ | 506 IQD{ |
| 507 "IQD", | 507 "IQD", |
| 508 "Irak Dinarı", | 508 "Irak Dinarı", |
| 509 } | 509 } |
| 510 IRR{ | 510 IRR{ |
| 511 "IRR", | 511 "IRR", |
| 512 "İran Riyali", | 512 "İran Riyali", |
| 513 } | 513 } |
| (...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 965 } | 965 } |
| 966 TPE{ | 966 TPE{ |
| 967 "TPE", | 967 "TPE", |
| 968 "Timor Esküdosu", | 968 "Timor Esküdosu", |
| 969 } | 969 } |
| 970 TRL{ | 970 TRL{ |
| 971 "TRL", | 971 "TRL", |
| 972 "Eski Türk Lirası", | 972 "Eski Türk Lirası", |
| 973 } | 973 } |
| 974 TRY{ | 974 TRY{ |
| 975 "₺", | 975 "TL", |
| 976 "Türk Lirası", | 976 "Türk Lirası", |
| 977 { | 977 { |
| 978 "¤#,##0.00", | 978 "¤#,##0.00", |
| 979 ",", | 979 ",", |
| 980 ".", | 980 ".", |
| 981 } | 981 } |
| 982 } | 982 } |
| 983 TTD{ | 983 TTD{ |
| 984 "TTD", | 984 "TTD", |
| 985 "Trinidad ve Tobago Doları", | 985 "Trinidad ve Tobago Doları", |
| (...skipping 1331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2317 one{"Zimbabve doları (2008)"} | 2317 one{"Zimbabve doları (2008)"} |
| 2318 other{"Zimbabve doları (2008)"} | 2318 other{"Zimbabve doları (2008)"} |
| 2319 } | 2319 } |
| 2320 } | 2320 } |
| 2321 CurrencyUnitPatterns{ | 2321 CurrencyUnitPatterns{ |
| 2322 one{"{0} {1}"} | 2322 one{"{0} {1}"} |
| 2323 other{"{0} {1}"} | 2323 other{"{0} {1}"} |
| 2324 } | 2324 } |
| 2325 Version{"2.1.8.9"} | 2325 Version{"2.1.8.9"} |
| 2326 } | 2326 } |
| OLD | NEW |