mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix localization
This commit is contained in:
parent
d4eff9bc73
commit
eba0b3ba9e
@ -9590,3 +9590,6 @@ Sorry for the inconvenience.";
|
||||
|
||||
"Story.TooltipMessageScheduled" = "Message Scheduled";
|
||||
"Story.TooltipMessageSent" = "Message Sent";
|
||||
|
||||
"Profile.AvatarStoryCount_1" = "1 Story";
|
||||
"Profile.AvatarStoryCount_any" = "%d Stories";
|
||||
|
@ -388,7 +388,7 @@ public final class StorySetIndicatorComponent: Component {
|
||||
if component.totalCount == 0 {
|
||||
textValue = ""
|
||||
} else {
|
||||
textValue = component.strings.Story_Footer_Views(Int32(component.totalCount))
|
||||
textValue = component.strings.Profile_AvatarStoryCount(Int32(component.totalCount))
|
||||
}
|
||||
let textSize = self.text.update(
|
||||
transition: .immediate,
|
||||
|
Loading…
x
Reference in New Issue
Block a user