ios: translations (#1411)

This commit is contained in:
Evgeny Poberezkin
2022-11-25 13:50:26 +00:00
committed by GitHub
parent 789c54bd5f
commit 18b772a80b
15 changed files with 381 additions and 213 deletions

View File

@@ -1756,7 +1756,7 @@ public enum SimplexLinkType: String, Decodable {
public var description: String {
switch self {
case .contact: return NSLocalizedString("SimpleX contact address", comment: "simplex link type")
case .invitation: return NSLocalizedString("SimpleX 1-time invitation", comment: "simplex link type")
case .invitation: return NSLocalizedString("SimpleX one-time invitation", comment: "simplex link type")
case .group: return NSLocalizedString("SimpleX group link", comment: "simplex link type")
}
}