Localize "Places in this area" button

This commit is contained in:
Ilya Laktyushin
2020-01-17 17:11:02 +03:00
parent 9f58b7e39f
commit 552453db8a
4 changed files with 1330 additions and 1327 deletions

View File

@@ -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 cant be forwarded to channels.";
"Forward.ErrorPublicQuizDisabledInChannels" = "Sorry, public polls cant be forwarded to channels.";
"Map.PlacesInThisArea" = "Places In This Area";

View File

@@ -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