Explorar o código

Added ILS: '₪' (Israeli New Shekel) to the currency list

maziggy hai 6 meses
pai
achega
a6aec2aed8
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      frontend/src/utils/currency.ts

+ 1 - 0
frontend/src/utils/currency.ts

@@ -26,6 +26,7 @@ const CURRENCY_SYMBOLS: Record<string, string> = {
   TRY: '₺',
   RUB: '₽',
   HUF: 'Ft',
+  ILS: '₪',
 };
 
 export function getCurrencySymbol(currencyCode: string): string {