taler-ios

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

commit 9e205cccac567a9fbb3f1c881c2cf9b9193ab3cc
parent 5d44826398185e00e7ea90dfefece20901f6c1b6
Author: Marc Stibane <marc@taler.net>
Date:   Fri, 18 Jul 2025 09:40:00 +0200

Obsolete translations deleted

Diffstat:
MTalerWallet1/Resources/Localizable.xcstrings | 121-------------------------------------------------------------------------------
MTalerWallet1/Views/Sheets/WithdrawExchangeV.swift | 2--
2 files changed, 0 insertions(+), 123 deletions(-)

diff --git a/TalerWallet1/Resources/Localizable.xcstrings b/TalerWallet1/Resources/Localizable.xcstrings @@ -3262,40 +3262,6 @@ } } }, - "Checking Link" : { - "localizations" : { - "de" : { - "stringUnit" : { - "state" : "translated", - "value" : "Link wird überprüft" - } - }, - "es" : { - "stringUnit" : { - "state" : "translated", - "value" : "Verificando enlace" - } - }, - "fr" : { - "stringUnit" : { - "state" : "translated", - "value" : "Lien de vérification" - } - }, - "pl" : { - "stringUnit" : { - "state" : "translated", - "value" : "Sprawdzanie linku" - } - }, - "uk" : { - "stringUnit" : { - "state" : "translated", - "value" : "Перевірка посилання" - } - } - } - }, "Choose the expiration duration" : { "comment" : "a11y", "localizations" : { @@ -7876,35 +7842,6 @@ } } }, - "Observe walletCore" : { - "localizations" : { - "de" : { - "stringUnit" : { - "state" : "translated", - "value" : "WalletCore observieren" - } - }, - "es" : { - "stringUnit" : { - "state" : "translated", - "value" : "Observar wallet-core" - } - }, - "pl" : { - "stringUnit" : { - "state" : "translated", - "value" : "Obserwuj walletCore" - } - }, - "uk" : { - "stringUnit" : { - "state" : "translated", - "value" : "Спостерігати за walletCore" - } - } - }, - "shouldTranslate" : false - }, "Obtain:" : { "comment" : "Amount to obtain:", "localizations" : { @@ -8077,35 +8014,6 @@ } } }, - "on LocalConsole" : { - "localizations" : { - "de" : { - "stringUnit" : { - "state" : "translated", - "value" : "on LocalConsole" - } - }, - "es" : { - "stringUnit" : { - "state" : "translated", - "value" : "en LocalConsole" - } - }, - "pl" : { - "stringUnit" : { - "state" : "translated", - "value" : "w LocalConsole" - } - }, - "uk" : { - "stringUnit" : { - "state" : "translated", - "value" : "на LocalConsole" - } - } - }, - "shouldTranslate" : false - }, "Onboarding" : { "localizations" : { "de" : { @@ -11075,35 +10983,6 @@ } } }, - "Show logs" : { - "localizations" : { - "de" : { - "stringUnit" : { - "state" : "translated", - "value" : "Logs anzeigen" - } - }, - "es" : { - "stringUnit" : { - "state" : "translated", - "value" : "Mostrar logs" - } - }, - "pl" : { - "stringUnit" : { - "state" : "translated", - "value" : "Pokaż logi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "translated", - "value" : "Показати журнали" - } - } - }, - "shouldTranslate" : false - }, "Show QR codes" : { "localizations" : { "de" : { diff --git a/TalerWallet1/Views/Sheets/WithdrawExchangeV.swift b/TalerWallet1/Views/Sheets/WithdrawExchangeV.swift @@ -24,8 +24,6 @@ struct WithdrawExchangeV: View { @State private var currencyInfo: CurrencyInfo = CurrencyInfo.zero(UNKNOWN) @State private var amountLastUsed = Amount.zero(currency: EMPTYSTRING) - let navTitle = String(localized: "Checking Link") - @MainActor private func viewDidLoad() async { if exchange == nil {