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
53424b51d4
commit
f122288113
@ -9120,3 +9120,5 @@ Sorry for the inconvenience.";
|
||||
"Premium.GiftedTitle.Someone" = "Someone";
|
||||
|
||||
"Channel.AdminLog.JoinedViaFolderInviteLink" = "%1$@ joined via invite link %2$@ (community)";
|
||||
|
||||
"Conversation.OpenChatFolder" = "Open Shared Folder";
|
||||
|
@ -321,6 +321,8 @@ final class ChatMessageWebpageBubbleContentNode: ChatMessageBubbleContentNode {
|
||||
case "telegram_botapp":
|
||||
title = item.presentationData.strings.Conversation_BotApp
|
||||
actionTitle = item.presentationData.strings.Conversation_OpenBotApp
|
||||
case "telegram_community":
|
||||
actionTitle = item.presentationData.strings.Conversation_OpenChatFolder
|
||||
default:
|
||||
break
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user