currency-formatter
Version:
A simple Javascript utility that helps you to display currency properly
59 lines (58 loc) • 1.34 kB
JSON
{
"de": {
"thousandsSeparator": ".",
"decimalSeparator": ",",
"symbolOnLeft": false,
"spaceBetweenAmountAndSymbol": true,
"decimalDigits": 2
},
"el": {
"symbolOnLeft": true,
"spaceBetweenAmountAndSymbol": false,
"thousandsSeparator": ".",
"decimalSeparator": ",",
"decimalDigits": 2
},
"en-US": {
"thousandsSeparator": ",",
"decimalSeparator": ".",
"symbolOnLeft": true,
"spaceBetweenAmountAndSymbol": false,
"decimalDigits": 2
},
"en-IE": {
"symbolOnLeft": true,
"thousandsSeparator": ",",
"decimalSeparator": ".",
"spaceBetweenAmountAndSymbol": true,
"decimalDigits": 2
},
"zh-CN": {
"thousandsSeparator": ",",
"decimalSeparator": ".",
"symbolOnLeft": true,
"spaceBetweenAmountAndSymbol": false,
"decimalDigits": 2
},
"es": {
"thousandsSeparator": ".",
"decimalSeparator": ",",
"symbolOnLeft": false,
"spaceBetweenAmountAndSymbol": true,
"decimalDigits": 2
},
"it": {
"symbolOnLeft": true,
"spaceBetweenAmountAndSymbol": false,
"thousandsSeparator": ".",
"decimalSeparator": ",",
"decimalDigits": 2
},
"nl": {
"symbolOnLeft": true,
"spaceBetweenAmountAndSymbol": false,
"thousandsSeparator": ".",
"decimalSeparator": ",",
"decimalDigits": 2
}
}