Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@piotrgorecki/i18n-currency-name

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@piotrgorecki/i18n-currency-name

Translate currency code (ISO 4217) to localized currency name.

  • 1.3.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

i18n-currency-name

install size

Translates the currency code (ISO 4217) to the localized currency name.

Install

$ npm install @piotrgorecki/i18n-currency-name
$ yarn add @piotrgorecki/i18n-currency-name

Usage

var currencyToName = require("@piotrgorecki/i18n-currency-name");

currencyToName("USD", "de")  // "Dollar"
currencyToName("USD", "en")  // "US Dollar"
currencyToName("USD", "es")  // "Dólar estadounidense"
currencyToName("USD", "pl")  // "Dolar Amerykański"
currencyToName("XYZ", "en")  // undefined
currencyToName("USD", "xyz") // undefined

Supported locals

["da", "de", "el", "en", "es", "fi", "fr", "it", "ja", "ko", "lt", "nb", "pl", "pt", "ro", "sv", "tr", "ua", "ur", "zh"]

Keywords

FAQs

Package last updated on 27 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc