Update localization

This commit is contained in:
Ali
2023-10-25 00:29:39 +04:00
parent e8a426c199
commit be6ddfc28f
10 changed files with 105 additions and 95 deletions

View File

@@ -404,8 +404,7 @@ final class InnerTextSelectionTipContainerNode: ASDisplayNode {
}
icon = UIImage(bundleImageName: "Chat/Context Menu/Tip")
case .quoteSelection:
//TODO:localize
var rawText = "Hold on a word, then move cursor to select more| text to quote."
var rawText = presentationData.strings.ChatContextMenu_QuoteSelectionTip
if let range = rawText.range(of: "|") {
rawText.removeSubrange(range)
self.text = rawText