mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-28 19:05:49 +00:00
Update localization
This commit is contained in:
parent
26e15ebe40
commit
e81e745c93
@ -11311,3 +11311,7 @@ Sorry for the inconvenience.";
|
||||
"GroupBoost.Table.Group.VoiceToText" = "Voice-to-Text Conversion";
|
||||
"GroupBoost.Table.Group.EmojiPack" = "Custom Emojipack";
|
||||
|
||||
"ChannelBoost.Header.Boost" = "boost";
|
||||
"ChannelBoost.Header.Giveaway" = "giveaway";
|
||||
"ChannelBoost.Header.Features" = "features";
|
||||
|
||||
|
||||
@ -399,7 +399,7 @@ private final class BoostHeaderComponent: CombinedComponent {
|
||||
content: AnyComponent(
|
||||
BoostButtonComponent(
|
||||
iconName: "Premium/Boosts/Boost",
|
||||
title: "boost"
|
||||
title: component.strings.ChannelBoost_Header_Boost
|
||||
)
|
||||
),
|
||||
effectAlignment: .center,
|
||||
@ -419,7 +419,7 @@ private final class BoostHeaderComponent: CombinedComponent {
|
||||
content: AnyComponent(
|
||||
BoostButtonComponent(
|
||||
iconName: "Premium/Boosts/Giveaway",
|
||||
title: "giveaway"
|
||||
title: component.strings.ChannelBoost_Header_Giveaway
|
||||
)
|
||||
),
|
||||
effectAlignment: .center,
|
||||
@ -439,7 +439,7 @@ private final class BoostHeaderComponent: CombinedComponent {
|
||||
content: AnyComponent(
|
||||
BoostButtonComponent(
|
||||
iconName: "Premium/Boosts/Features",
|
||||
title: "features"
|
||||
title: component.strings.ChannelBoost_Header_Features
|
||||
)
|
||||
),
|
||||
effectAlignment: .center,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user