Update localization

This commit is contained in:
Isaac
2023-12-20 23:14:13 +04:00
parent f8e4ea0fe6
commit 472e8a1556
5 changed files with 54 additions and 32 deletions

View File

@@ -47,14 +47,11 @@ private func titleAndColorForAction(_ action: SubscriberAction, theme: Presentat
case .hidePinnedMessages:
return (strings.Chat_PanelHidePinnedMessages, theme.chat.inputPanel.panelControlAccentColor)
case .openChannel:
//TODO:localize
return ("Open Channel", theme.chat.inputPanel.panelControlAccentColor)
return (strings.SavedMessages_OpenChannel, theme.chat.inputPanel.panelControlAccentColor)
case .openGroup:
//TODO:localize
return ("Open Group", theme.chat.inputPanel.panelControlAccentColor)
return (strings.SavedMessages_OpenGroup, theme.chat.inputPanel.panelControlAccentColor)
case .openChat:
//TODO:localize
return ("Open Chat", theme.chat.inputPanel.panelControlAccentColor)
return (strings.SavedMessages_OpenChat, theme.chat.inputPanel.panelControlAccentColor)
}
}