1// *************************************************************************** 2// * 3// * Copyright (C) 2015 International Business Machines 4// * Corporation and others. All Rights Reserved. 5// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter 6// * Source File: <path>/common/main/en_GB.xml 7// * 8// *************************************************************************** 9en_GB{ 10 %%Parent{"en_001"} 11 Currencies{ 12 ILR{ 13 "ILR", 14 "Israeli Shekel (1980–1985)", 15 } 16 ILS{ 17 "₪", 18 "Israeli New Shekel", 19 } 20 } 21 CurrencyPlurals{ 22 ILR{ 23 one{"Israeli shekel (1980–1985)"} 24 other{"Israeli shekels (1980–1985)"} 25 } 26 ILS{ 27 one{"Israeli new shekel"} 28 other{"Israeli new shekels"} 29 } 30 } 31 Version{"2.1.11.59"} 32} 33