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 09:05:28 +03:00 committed by GitHub
parent 4f04b5849e
commit 224e96effa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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