Localizations fixes

This commit is contained in:
Arkadiusz Fal
2022-11-19 00:06:13 +01:00
parent be2af82300
commit 780b7ab130
13 changed files with 18 additions and 19 deletions

View File

@@ -85,7 +85,7 @@ struct VideoActions: View {
Image(systemName: systemImage)
.frame(width: 20, height: 20)
if playerActionsButtonLabelStyle.text {
Text(name)
Text(name.localized())
.foregroundColor(.secondary)
.font(.caption2)
.allowsTightening(true)