Update currencies.json

This commit is contained in:
Isaac 2024-08-02 22:37:59 +08:00
parent 61702dbc87
commit dc4c8cc10a

View File

@ -1447,5 +1447,14 @@
"symbolOnLeft": true,
"spaceBetweenAmountAndSymbol": false,
"decimalDigits": 2
}
},
"BYN": {
"code": "BYN",
"symbol": "BYN",
"thousandsSeparator": " ",
"decimalSeparator": ",",
"symbolOnLeft": false,
"spaceBetweenAmountAndSymbol": true,
"decimalDigits": 2
}
}