mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-15 21:45:19 +00:00
Localize app icons
This commit is contained in:
parent
2a9eb4346e
commit
ab721eed15
@ -7731,3 +7731,7 @@ Sorry for the inconvenience.";
|
||||
"Settings.AddAnotherAccount.PremiumHelp" = "You can add up to four accounts with different phone numbers.";
|
||||
|
||||
"Stickers.TrendingPremiumStickers" = "Trending Premium Stickers";
|
||||
|
||||
"Appearance.AppIconPremium" = "Premium";
|
||||
"Appearance.AppIconBlack" = "Black";
|
||||
"Appearance.AppIconTurbo" = "Turbo";
|
||||
|
@ -345,11 +345,11 @@ class ThemeSettingsAppIconItemNode: ListViewItemNode, ItemListItemNode {
|
||||
case "New2":
|
||||
name = item.strings.Appearance_AppIconNew2
|
||||
case "Premium":
|
||||
name = "Premium"
|
||||
name = item.strings.Appearance_AppIconPremium
|
||||
case "PremiumBlack":
|
||||
name = "Black"
|
||||
name = item.strings.Appearance_AppIconBlack
|
||||
case "PremiumTurbo":
|
||||
name = "Turbo"
|
||||
name = item.strings.Appearance_AppIconTurbo
|
||||
default:
|
||||
name = icon.name
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user