mirror of
				https://github.com/yattee/yattee.git
				synced 2025-11-04 06:32:03 +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 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 {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user