Skip to content

xsolla/currency-number-format

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency Number Format JSON

npm version bower version

JSON languages object.

Installation

Copy the JSON file into your project or use npm/bower package manager:

  • Execute the following command: npm install currency-number-format or bower install currency-number-format

Usage

Structure:

{
    "en_US": {
        "decimal": ".",
        "thousands": ","
    },
    ...
}

License

The MIT License.

See LICENSE