Fix locales

This commit is contained in:
Arkadiusz Fal
2026-02-09 00:13:46 +01:00
parent 05f921d605
commit 8464464199
55 changed files with 644 additions and 548 deletions

View File

@@ -61,7 +61,7 @@ struct DownloadsView: View {
flatDownloadsList(manager, settings: settings)
}
}
.searchable(text: $searchText, prompt: Text("Search downloads"))
.searchable(text: $searchText, prompt: Text(String(localized: "downloads.search.placeholder")))
.onChange(of: selectedDownload) { _, newValue in
if let download = newValue {
if let result = downloadManager?.videoAndStream(for: download) {