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

@@ -52,7 +52,7 @@ struct DownloadedVideoRowView: View {
@ViewBuilder
private var codecBadge: some View {
if isMuxed {
Text("STREAM")
Text(String(localized: "stream.badge.stream"))
.font(.caption2)
.padding(.horizontal, 6)
.padding(.vertical, 2)