taler-ios

iOS apps for GNU Taler (wallet)
Log | Files | Refs | README | LICENSE

commit 0a19328a79f548fef35a9b41efe6f46c87741971
parent 9cc783749c4f802163d9e2555b788d561f83c850
Author: Marc Stibane <marc@taler.net>
Date:   Thu, 17 Jul 2025 15:56:47 +0200

test plural

Diffstat:
MTalerWallet1/Resources/Localizable.xcstrings | 18+++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)

diff --git a/TalerWallet1/Resources/Localizable.xcstrings b/TalerWallet1/Resources/Localizable.xcstrings @@ -713,9 +713,21 @@ "%lld minutes ago" : { "localizations" : { "de" : { - "stringUnit" : { - "state" : "translated", - "value" : "Vor %lld Minuten" + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vor %lld Minute" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vor %lld Minuten" + } + } + } } }, "es" : {