Chore: Add ILS (Israeli New Shekels) currency to value formatter (#93390)
add ILS to Currency
This commit is contained in:
@@ -148,6 +148,7 @@ export const getCategories = (): ValueFormatCategory[] => [
|
||||
{ name: 'Bulgarian Lev (BGN)', id: 'currencyBGN', fn: currency('BGN') },
|
||||
{ name: 'Guaraní (₲)', id: 'currencyPYG', fn: currency('₲') },
|
||||
{ name: 'Uruguay Peso (UYU)', id: 'currencyUYU', fn: currency('UYU') },
|
||||
{ name: 'Israeli New Shekels (₪)', id: 'currencyILS', fn: currency('₪') },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user