Fix localizations

This commit is contained in:
Arkadiusz Fal 2022-09-27 17:09:58 +02:00
parent b7af3987f7
commit 2fb1886f8c

View File

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