add more translation entries

This commit is contained in:
Drew Weymouth
2024-07-21 11:12:55 -07:00
parent 0d2bca0a84
commit 1096e4434b
4 changed files with 70 additions and 42 deletions
+3 -3
View File
@@ -32,12 +32,12 @@ func NewSelectPlaylistDialog(mp mediaprovider.MediaProvider, im util.ImageFetche
}
sd := NewSearchDialog(
im,
"Add to playlist",
"Cancel",
lang.L("Add to playlist"),
lang.L("Cancel"),
sp.onSearched,
)
sd.ActionItem = widget.NewCheckWithData(lang.L("Skip duplicate tracks"), binding.BindBool(&sp.SkipDuplicates))
sd.PlaceholderText = "Search playlists or new playlist name"
sd.PlaceholderText = lang.L("Search playlists or new playlist name")
sp.SearchDialog = sd
return sp
}