mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 13:33:42 +00:00
Localization fix
This commit is contained in:
parent
d5f8e35430
commit
d7a2564617
@ -44,10 +44,10 @@ struct QueueView: View {
|
||||
|
||||
var label: String {
|
||||
if items.count < 2 {
|
||||
return "Next in Queue"
|
||||
return "Next in Queue".localized()
|
||||
}
|
||||
|
||||
return "Next in Queue (\(items.count))"
|
||||
return "Next in Queue".localized() + " (\(items.count))"
|
||||
}
|
||||
|
||||
var limitedItems: [ContentItem] {
|
||||
|
Loading…
Reference in New Issue
Block a user