Update localization

This commit is contained in:
Isaac
2024-04-23 13:37:42 +04:00
parent 1f4297e0db
commit 3b719ede86
8 changed files with 137 additions and 102 deletions

View File

@@ -972,8 +972,7 @@ final class OverscrollContentsComponent: Component {
} else if let peer = component.peer {
titleText = peer.compactDisplayTitle
} else if component.isForumThread {
//TODO:localize
titleText = "You have no unread topics"
titleText = component.context.sharedContext.currentPresentationData.with({ $0 }).strings.Chat_NavigationNoTopics
} else {
titleText = component.context.sharedContext.currentPresentationData.with({ $0 }).strings.Chat_NavigationNoChannels
}