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 } 14 CurrencyPlurals{ 15 EUR{ 16 one{"ewro"} 17 other{"ewro"} 18 } 19 } 20 CurrencyUnitPatterns{ 21 one{"{0} {1}"} 22 other{"{0} {1}"} 23 } 24 Version{"36.1"} 25} 26