# File lib/i18n/backend/cldr.rb, line 87
        def lookup_currency(locale, currency, count)
          I18n.t("currencies.#{currency}""currencies.#{currency}", :locale => locale, :count => count)
        end