mirror of
https://github.com/yattee/yattee.git
synced 2025-01-09 06:17:10 +00:00
Fix localizations
This commit is contained in:
parent
b7af3987f7
commit
2fb1886f8c
@ -66,7 +66,7 @@ struct QualityProfile: Hashable, Identifiable, Defaults.Serializable {
|
|||||||
return formats.map(\.description).joined(separator: ", ")
|
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 {
|
func isPreferred(_ stream: Stream) -> Bool {
|
||||||
|
Loading…
Reference in New Issue
Block a user