Commit a5d8b021 by Neo Committed by Leonard Gram

Add South African Rand (ZAR) to currencies (#18893)

This change adds formal support for the South African Rand in the list of currencies.
parent 3410fb44
......@@ -112,6 +112,7 @@ export const getCategories = (): ValueFormatCategory[] => [
{ name: 'Swiss franc (CHF)', id: 'currencyCHF', fn: currency('CHF') },
{ name: 'Polish Złoty (PLN)', id: 'currencyPLN', fn: currency('PLN') },
{ name: 'Bitcoin (฿)', id: 'currencyBTC', fn: currency('฿') },
{ name: 'South African Rand (R)', id: 'currencyZAR', fn: currency('R') },
],
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment