use the local language to show the national bank name

This commit is contained in:
MaysWind
2024-11-17 13:16:22 +08:00
parent 8f944b1b46
commit fec100a273
5 changed files with 5 additions and 5 deletions
@@ -19,7 +19,7 @@ import (
const bankOfIsraelExchangeRateUrl = "https://boi.org.il/PublicApi/GetExchangeRates?asXml=true"
const bankOfIsraelExchangeRateReferenceUrl = "https://www.boi.org.il/en/economic-roles/financial-markets/exchange-rates/"
const bankOfIsraelDataSource = "Bank of Israel"
const bankOfIsraelDataSource = "בנק ישראל"
const bankOfIsraelBaseCurrency = "ILS"
const bankOfIsraelDataUpdateDateFormat = "2006-01-02T15:04:05.9999999Z"