Update localization

This commit is contained in:
Isaac
2025-10-02 00:48:42 +08:00
parent c02ef75c55
commit 70be4f840f
8 changed files with 16 additions and 2332 deletions

View File

@@ -1250,8 +1250,7 @@ public final class ChatSideTopicsPanel: Component {
let titleText: String
if case .botForum = component.kind {
//TODO:localize
titleText = "New Chat"
titleText = component.strings.Chat_InlineTopicMenu_NewForumThreadTab
} else {
titleText = component.strings.Chat_InlineTopicMenu_AllTab
}
@@ -1388,8 +1387,7 @@ public final class ChatSideTopicsPanel: Component {
let titleText: String
if case .botForum = component.kind {
//TODO:localize
titleText = "New Chat"
titleText = component.strings.Chat_InlineTopicMenu_NewForumThreadTab
} else {
titleText = component.strings.Chat_InlineTopicMenu_AllTab
}