es_419.txt   [plain text]


// ***************************************************************************
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others.  All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_419.xml
// *
// ***************************************************************************
es_419{
    Currencies{
        EUR{
            "€",
            "euro",
        }
        GBP{
            "£",
            "libra esterlina británica",
        }
    }
    CurrencyPlurals{
        EUR{
            one{"euro"}
            other{"euros"}
        }
        GBP{
            one{"libra esterlina británica"}
            other{"libras esterlinas británicas"}
        }
    }
    Version{"2.0.75.99"}
}