mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Localizations fixes
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user