mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Add missing strings
This commit is contained in:
@@ -3793,8 +3793,7 @@ class ChatTextInputPanelNode: ChatInputPanelNode, ASEditableTextNodeDelegate, Ch
|
||||
}
|
||||
] as [UIAction])
|
||||
|
||||
//TODO:localize
|
||||
children.append(UIAction(title: "Code", image: nil) { [weak self] (action) in
|
||||
children.append(UIAction(title: self.strings?.TextFormat_Code ?? "Code", image: nil) { [weak self] (action) in
|
||||
if let strongSelf = self {
|
||||
strongSelf.formatAttributesCodeBlock(strongSelf)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user