Issue #11: Switched to old-school localization so we can leverage Weblate.

This commit is contained in:
Benjamin Erhart 2026-05-29 16:54:21 +02:00
parent 3aee0db9e9
commit ddcf2070f7
22 changed files with 285 additions and 787 deletions

View file

@ -63,11 +63,11 @@ struct BlockedCount: View {
txtRecord = count
}
else {
txtRecord = "Error"
txtRecord = NSLocalizedString("Error", comment: "")
}
}
catch {
txtRecord = "Error"
txtRecord = NSLocalizedString("Error", comment: "")
}
}
}