[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.
- [taler-taler-ios] 04/18: terms for tx, (continued)
- [taler-taler-ios] 04/18: terms for tx, gnunet, 2024/12/19
- [taler-taler-ios] 01/18: fix #9400, gnunet, 2024/12/19
- [taler-taler-ios] 08/18: A11Y VoiceOver dismiss button, gnunet, 2024/12/19
- [taler-taler-ios] 05/18: NavigationModel tosView, gnunet, 2024/12/19
- [taler-taler-ios] 09/18: hide tabBar in ToS, gnunet, 2024/12/19
- [taler-taler-ios] 02/18: isInternal #9332, gnunet, 2024/12/19
- [taler-taler-ios] 06/18: ForEachWithIndex, gnunet, 2024/12/19
- [taler-taler-ios] 03/18: cleanup, gnunet, 2024/12/19
- [taler-taler-ios] 07/18: A11Y colors + fontsize, gnunet, 2024/12/19
- [taler-taler-ios] 10/18: API wording, gnunet, 2024/12/19
- [taler-taler-ios] 12/18: L10N,
gnunet <=
- [taler-taler-ios] 11/18: exportDbToFile, gnunet, 2024/12/19
- [taler-taler-ios] 18/18: Bump version to 0.14.1 (0.14.1), gnunet, 2024/12/19
- [taler-taler-ios] 15/18: loc, gnunet, 2024/12/19
- [taler-taler-ios] 17/18: L10N, gnunet, 2024/12/19
- [taler-taler-ios] 13/18: withTerms, gnunet, 2024/12/19
- [taler-taler-ios] 16/18: cleanup, gnunet, 2024/12/19
- [taler-taler-ios] 14/18: prepare, gnunet, 2024/12/19