mirror of
https://github.com/yattee/yattee.git
synced 2025-10-11 18:08:12 +00:00
Localizations
This commit is contained in:
@@ -227,7 +227,8 @@ struct ControlsBar: View {
|
||||
}
|
||||
|
||||
VStack(alignment: .leading, spacing: 0) {
|
||||
Text(model.currentVideo?.title ?? "Not Playing")
|
||||
let notPlaying = "Not Playing".localized()
|
||||
Text(model.currentVideo?.title ?? notPlaying)
|
||||
.font(.system(size: 14))
|
||||
.fontWeight(.semibold)
|
||||
.foregroundColor(model.currentVideo.isNil ? .secondary : .accentColor)
|
||||
|
Reference in New Issue
Block a user