mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Update localization
This commit is contained in:
parent
53ed837123
commit
301be02a89
9 changed files with 80 additions and 52 deletions
|
|
@ -1911,11 +1911,10 @@ final class VideoChatScreenComponent: Component {
|
|||
}
|
||||
}
|
||||
} else {
|
||||
//TODO:localized
|
||||
if event.joined {
|
||||
self.lastTitleEvent = "\(event.peer.compactDisplayTitle) joined"
|
||||
self.lastTitleEvent = environment.strings.VideoChat_StatusPeerJoined(event.peer.compactDisplayTitle).string
|
||||
} else {
|
||||
self.lastTitleEvent = "\(event.peer.compactDisplayTitle) left"
|
||||
self.lastTitleEvent = environment.strings.VideoChat_StatusPeerLeft(event.peer.compactDisplayTitle).string
|
||||
}
|
||||
if !self.isUpdating {
|
||||
self.state?.updated(transition: .spring(duration: 0.4))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue