Chore: Add ILS (Israeli New Shekels) currency to value formatter (#93390)

add ILS to Currency
This commit is contained in:
DaRK AnGeL
2024-09-19 08:05:28 +02:00
committed by GitHub
parent 4f04b5849e
commit 224e96effa
@@ -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('₪') },
],
},
{