mirror of
				https://github.com/yattee/yattee.git
				synced 2025-11-03 22:22:02 +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