1// © 2016 and later: Unicode, Inc. and others. 2// License & terms of use: http://www.unicode.org/copyright.html#License 3ku{ 4 Currencies{ 5 EUR{ 6 "€", 7 "ewro", 8 } 9 TRY{ 10 "₺", 11 "TRY", 12 { 13 "¤#,##0.00", 14 ",", 15 ".", 16 } 17 } 18 } 19 Currencies%narrow{ 20 EUR{"€"} 21 TRY{"₺"} 22 } 23 Currencies%variant{ 24 TRY{"TL"} 25 } 26 CurrencyPlurals{ 27 EUR{ 28 one{"ewro"} 29 other{"ewro"} 30 } 31 } 32 CurrencyUnitPatterns{ 33 one{"{0} {1}"} 34 other{"{0} {1}"} 35 } 36 Version{"2.1.44.82"} 37} 38