mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 10:44:06 +00:00
Fix localizations
This commit is contained in:
@@ -66,7 +66,7 @@ struct QualityProfile: Hashable, Identifiable, Defaults.Serializable {
|
||||
return formats.map(\.description).joined(separator: ", ")
|
||||
}
|
||||
|
||||
return String(format: "%@ formats".localized(), formats.count)
|
||||
return String(format: "%@ formats".localized(), String(formats.count))
|
||||
}
|
||||
|
||||
func isPreferred(_ stream: Stream) -> Bool {
|
||||
|
Reference in New Issue
Block a user