mirror of
https://github.com/grafana/grafana.git
synced 2024-12-29 10:21:41 -06:00
Chore: Add ILS (Israeli New Shekels) currency to value formatter (#93390)
add ILS to Currency
This commit is contained in:
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('₪') },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user