Localize app icons

This commit is contained in:
Ilya Laktyushin
2022-06-17 00:39:22 +04:00
parent 2a9eb4346e
commit ab721eed15
2 changed files with 7 additions and 3 deletions

View File

@@ -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
}