mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Localize "Places in this area" button
This commit is contained in:
@@ -5280,3 +5280,5 @@ Any member of this group will be able to see messages in the channel.";
|
||||
"Forward.ErrorDisabledForChat" = "Sorry, you can't forward messages to this chat.";
|
||||
"Forward.ErrorPublicPollDisabledInChannels" = "Sorry, public polls can’t be forwarded to channels.";
|
||||
"Forward.ErrorPublicQuizDisabledInChannels" = "Sorry, public polls can’t be forwarded to channels.";
|
||||
|
||||
"Map.PlacesInThisArea" = "Places In This Area";
|
||||
|
||||
@@ -84,7 +84,7 @@ final class LocationMapHeaderNode: ASDisplayNode {
|
||||
self.placesBackgroundNode.isUserInteractionEnabled = true
|
||||
|
||||
self.placesButtonNode = HighlightableButtonNode()
|
||||
self.placesButtonNode.setTitle("Places In This Area", with: Font.regular(17.0), with: presentationData.theme.rootController.navigationBar.buttonColor, for: .normal)
|
||||
self.placesButtonNode.setTitle(presentationData.strings.Map_PlacesInThisArea, with: Font.regular(17.0), with: presentationData.theme.rootController.navigationBar.buttonColor, for: .normal)
|
||||
|
||||
self.shadowNode = ASImageNode()
|
||||
self.shadowNode.contentMode = .scaleToFill
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Reference in New Issue
Block a user