Export translations

This commit is contained in:
2023-02-07 00:02:26 -05:00
parent ae6608cf7d
commit 4406e44424
5 changed files with 136 additions and 32 deletions

View File

@@ -79,12 +79,12 @@ struct QRCodeView: View {
Spacer()
Text("Follow me on nostr")
Text("Follow me on nostr", comment: "Text on QR code view to prompt viewer looking at screen to follow the user.")
.foregroundColor(Color("DamusWhite"))
.font(.system(size: 24, weight: .heavy))
.padding(.top)
Text("Scan the code")
Text("Scan the code", comment: "Text on QR code view to prompt viewer to scan the QR code on screen with their device camera.")
.foregroundColor(Color("DamusWhite"))
.font(.system(size: 18, weight: .ultraLight))