gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 12/18: L10N


From: gnunet
Subject: [taler-taler-ios] 12/18: L10N
Date: Thu, 19 Dec 2024 23:12:42 +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 790f61753be2b18710b6b133593968f876a47048
Author: Marc Stibane <marc@taler.net>
AuthorDate: Thu Dec 19 21:04:17 2024 +0100

    L10N
---
 TalerWallet1/Views/HelperViews/SelectDays.swift | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/TalerWallet1/Views/HelperViews/SelectDays.swift 
b/TalerWallet1/Views/HelperViews/SelectDays.swift
index 633c750..6b5fa8f 100644
--- a/TalerWallet1/Views/HelperViews/SelectDays.swift
+++ b/TalerWallet1/Views/HelperViews/SelectDays.swift
@@ -69,7 +69,8 @@ struct SelectDays: View {
                     if developerMode {
                         Text(verbatim: "1 Day")
                     } else {
-                        Text("\(THIRTYDAYS) Days", comment: "30 Days, always 
plural (10..30), 4 letters max., abbreviate if longer")
+                        let thirtyDays = String(localized: "thirtyDays", 
defaultValue: "\(THIRTYDAYS) Days", comment: "30 Days, always plural (10..30), 
4 letters max., abbreviate if longer")
+                        Text(thirtyDays)
                     }
                 }.buttonStyle(TalerButtonStyle(type: (selected == THIRTYDAYS) 
? .prominent : .bordered, dimmed: true,
                                               disabled: !isEnabled || 
maxExpiration < THIRTYDAYS))

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