Update localization

This commit is contained in:
Ali
2023-04-10 22:29:33 +04:00
parent 6f6d80c7d4
commit e99b4dd7e5
13 changed files with 306 additions and 240 deletions

View File

@@ -239,9 +239,8 @@ public final class QrCodeScreen: ViewController {
title = self.presentationData.strings.InviteLink_QRCode_Title
text = isGroup ? self.presentationData.strings.InviteLink_QRCode_Info : self.presentationData.strings.InviteLink_QRCode_InfoChannel
case .chatFolder:
//TODO:localize
title = "Invite by QR Code"
text = "Everyone on Telegram can scan this code to add this folder and join the chats included in this invite link."
title = self.presentationData.strings.InviteLink_QRCodeFolder_Title
text = self.presentationData.strings.InviteLink_QRCodeFolder_Text
default:
title = ""
text = ""