gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 31/36: Use `te´and `ku´ for previews


From: gnunet
Subject: [taler-taler-ios] 31/36: Use `te´and `ku´ for previews
Date: Mon, 13 Nov 2023 21:27: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 65b61e9736412deebe0d6712a7b387087da07c37
Author: Marc Stibane <marc@taler.net>
AuthorDate: Mon Nov 13 20:48:12 2023 +0100

    Use `te´and `ku´ for previews
---
 TalerWallet1/Views/Balances/PendingRowView.swift | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TalerWallet1/Views/Balances/PendingRowView.swift 
b/TalerWallet1/Views/Balances/PendingRowView.swift
index 75800d7..be2bb01 100644
--- a/TalerWallet1/Views/Balances/PendingRowView.swift
+++ b/TalerWallet1/Views/Balances/PendingRowView.swift
@@ -110,7 +110,7 @@ struct PendingRowView: View {
 // MARK: -
 #if DEBUG
 func PreviewCurrencyInfo(_ currency: String, digits: Int) -> CurrencyInfo {
-    let unitName = digits == 0 ? "¥" : "€"
+    let unitName = digits == 0 ? "テ" : "ク"  // do not use real currency 
symbols like "¥" : "€"
     let scope = ScopeInfo(type: .global, currency: currency)
     let specs = CurrencySpecification(name: currency,
                      fractionalInputDigits: digits,

-- 
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]