mirror of
https://github.com/yattee/yattee.git
synced 2025-10-14 19:38:13 +00:00
Localizations
This commit is contained in:
@@ -14,7 +14,15 @@ struct OpeningStream: View {
|
||||
}
|
||||
|
||||
var reason: String {
|
||||
player.videoBeingOpened.isNil ? "Opening\(streamQuality)stream..." : "Loading streams..."
|
||||
guard player.videoBeingOpened != nil else {
|
||||
return "Loading streams...".localized()
|
||||
}
|
||||
|
||||
if player.musicMode {
|
||||
return "Opening audio stream...".localized()
|
||||
}
|
||||
|
||||
return String(format: "Opening %@ stream...".localized(), streamQuality)
|
||||
}
|
||||
|
||||
var state: String? {
|
||||
|
Reference in New Issue
Block a user