mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Localises IconImage descriptions
- Deletes UIKit Timeline customizer
This commit is contained in:
@@ -185,11 +185,11 @@ enum IconSize: Int, CaseIterable, CustomStringConvertible {
|
||||
var description: String {
|
||||
switch self {
|
||||
case .small:
|
||||
return "Small"
|
||||
return Bundle.main.localizedString(forKey: "SMALL_ICON_SIZE", value: nil, table: "Settings")
|
||||
case .medium:
|
||||
return "Medium"
|
||||
return Bundle.main.localizedString(forKey: "MEDIUM_ICON_SIZE", value: nil, table: "Settings")
|
||||
case .large:
|
||||
return "Large"
|
||||
return Bundle.main.localizedString(forKey: "LARGE_ICON_SIZE", value: nil, table: "Settings")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user