mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Update localization
This commit is contained in:
parent
96da891b92
commit
1f5920cac2
@ -6821,3 +6821,5 @@ Ads should no longer be synonymous with abuse of user privacy. Let us redefine h
|
||||
"LiveStream.RecordingSaved" = "Live stream recording saved to **Saved Messages**.";
|
||||
|
||||
"ChatContextMenu.MessageViewsPrivacyTip" = "To protect privacy, views are only stored for 7 days.";
|
||||
|
||||
"Activity.EnjoyingAnimations" = "enjoying %@ animations";
|
||||
|
@ -344,7 +344,7 @@ final class ChatTitleView: UIView, NavigationBarTitleView {
|
||||
case .choosingSticker:
|
||||
stringValue = strings.Activity_ChoosingSticker
|
||||
case let .seeingEmojiInteraction(emoticon):
|
||||
stringValue = "enjoying \(emoticon) animations"
|
||||
stringValue = strings.Activity_EnjoyingAnimations(emoticon).string
|
||||
case .speakingInGroupCall, .interactingWithEmoji:
|
||||
stringValue = ""
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user