OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2015 International Business Machines | 3 // * Copyright (C) 2015 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 tr{ | 9 tr{ |
10 Currencies{ | 10 Currencies{ |
(...skipping 951 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
962 } | 962 } |
963 TPE{ | 963 TPE{ |
964 "TPE", | 964 "TPE", |
965 "Timor Esküdosu", | 965 "Timor Esküdosu", |
966 } | 966 } |
967 TRL{ | 967 TRL{ |
968 "TRL", | 968 "TRL", |
969 "Eski Türk Lirası", | 969 "Eski Türk Lirası", |
970 } | 970 } |
971 TRY{ | 971 TRY{ |
972 "TL", | 972 "₺", |
973 "Türk Lirası", | 973 "Türk Lirası", |
| 974 { |
| 975 "¤#,##0.00", |
| 976 ",", |
| 977 ".", |
| 978 } |
974 } | 979 } |
975 TTD{ | 980 TTD{ |
976 "TTD", | 981 "TTD", |
977 "Trinidad ve Tobago Doları", | 982 "Trinidad ve Tobago Doları", |
978 } | 983 } |
979 TWD{ | 984 TWD{ |
980 "NT$", | 985 "NT$", |
981 "Yeni Tayvan Doları", | 986 "Yeni Tayvan Doları", |
982 } | 987 } |
983 TZS{ | 988 TZS{ |
(...skipping 1370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2354 one{"Zimbabve doları (2008)"} | 2359 one{"Zimbabve doları (2008)"} |
2355 other{"Zimbabve doları (2008)"} | 2360 other{"Zimbabve doları (2008)"} |
2356 } | 2361 } |
2357 } | 2362 } |
2358 CurrencyUnitPatterns{ | 2363 CurrencyUnitPatterns{ |
2359 one{"{0} {1}"} | 2364 one{"{0} {1}"} |
2360 other{"{0} {1}"} | 2365 other{"{0} {1}"} |
2361 } | 2366 } |
2362 Version{"2.1.19.17"} | 2367 Version{"2.1.19.17"} |
2363 } | 2368 } |
OLD | NEW |