From 9c7db1013ec25afb9877590a83930dca2a9442c2 Mon Sep 17 00:00:00 2001 From: Kumi Date: Thu, 8 Aug 2024 13:15:53 +0200 Subject: [PATCH] feat: localize currency drop-down options Enhanced the currency drop-down to display localized names if available. This improves user experience by showing familiar names in their local language. Ensures the default language is used if localization isn't specified. --- index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 88b644f..9fcae9e 100644 --- a/index.php +++ b/index.php @@ -136,10 +136,11 @@ $xmr_in_fiat = strtr($xmr_in_fiat, ",", " ");