gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-ios] 63/69: Locale.preferredLanguageCode


From: gnunet
Subject: [taler-taler-ios] 63/69: Locale.preferredLanguageCode
Date: Fri, 19 Jan 2024 09:02:36 +0100

This is an automated email from the git hooks/post-receive script.

marc-stibane pushed a commit to branch master
in repository taler-ios.

commit f4599bbb89c9caefbb3c9271663014f53b87dc56
Author: Marc Stibane <marc@taler.net>
AuthorDate: Fri Jan 19 08:36:44 2024 +0100

    Locale.preferredLanguageCode
---
 TalerWallet1/Helper/CurrencySpecification.swift                        | 2 +-
 TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawTOSView.swift | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/TalerWallet1/Helper/CurrencySpecification.swift 
b/TalerWallet1/Helper/CurrencySpecification.swift
index 2fbf7a0..5422183 100644
--- a/TalerWallet1/Helper/CurrencySpecification.swift
+++ b/TalerWallet1/Helper/CurrencySpecification.swift
@@ -209,7 +209,7 @@ public class CurrencyFormatter: NumberFormatter {
         self.hasAltUnitName0 = false
         self.leadingCurrencySymbol = false
         super.init()
-        self.locale = Locale.current
+        self.locale = Locale.autoupdatingCurrent
         self.usesGroupingSeparator = true
         self.numberStyle = .currencyISOCode         // .currency
         self.maximumFractionDigits = 8              // ensure that formatter 
will not round
diff --git 
a/TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawTOSView.swift 
b/TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawTOSView.swift
index d1fa575..7cba37b 100644
--- a/TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawTOSView.swift
+++ b/TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawTOSView.swift
@@ -115,7 +115,7 @@ extension WithdrawTOSView {
         var languageAction: (String) async -> ()
         var acceptAction: () -> ()
 
-        @State private var selectedLanguage = "en"
+        @State private var selectedLanguage = Locale.preferredLanguageCode
 
         var body: some View {
             let title = String(localized: "Language:", comment: "title of ToS 
language selection")

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]