currency-number-format
v1.1.0
Published
JSON languages object.
Downloads
260
Readme
Currency Number Format JSON
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
orbower install currency-number-format
Usage
Structure:
{
"en_US": {
"decimal": ".",
"thousands": ","
},
...
}
License
The MIT License.
See LICENSE