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

This change adds formal support for the South African Rand in the list of currencies.
This commit is contained in:
Neo 2019-09-04 15:18:19 +02:00 committed by Leonard Gram
parent 3410fb44e9
commit a5d8b0212b

View File

@ -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') },
],
},
{