mirror of
https://github.com/we-promise/sure.git
synced 2026-07-12 12:55:20 +00:00
The transfer and transaction forms render the exchange-rate tab UI via shared.exchange_rate_tabs.* exclusively, so transfers.form.calculate_rate_tab, convert_tab, exchange_rate, and exchange_rate_help are never looked up. Remove these four dead keys from every locale file that carries them (en, fr, es, ca, hu, vi). The live siblings (exchange_rate_display, destination_amount, etc.) are left intact. No view or code references change. Fixes #1508