mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 14:45:21 +00:00
Fix Localizations (#684)
* Update all `NSLocalizedString` with `L10n.string` + combine with `L10n.format` * Handle Localizations + Swift Package
This commit is contained in:
@@ -120,7 +120,7 @@ struct QRScanView: View {
|
||||
static let pastePrompt: LocalizedStringKey = "verification.scan.paste_prompt"
|
||||
static let validate: LocalizedStringKey = "verification.scan.validate"
|
||||
static func requested(_ nickname: String) -> String {
|
||||
L10n.format(
|
||||
L10n.string(
|
||||
"verification.scan.status.requested",
|
||||
comment: "Status text when verification is requested for a nickname",
|
||||
nickname
|
||||
|
||||
Reference in New Issue
Block a user