(partial) Fix #742: add Date Added column

This commit is contained in:
zacaj
2025-11-11 03:36:30 +00:00
parent 360391e832
commit b0d918b93e
8 changed files with 49 additions and 10 deletions
+2 -3
View File
@@ -62,6 +62,7 @@
"Content type": "Content type",
"Could not reach server": "Could not reach server",
"Create new playlist": "Create new playlist",
"Date added": "Date added",
"day": "day",
"days": "days",
"Delete Playlist": "Delete Playlist",
@@ -290,12 +291,10 @@
"Oct": "Oct",
"Nov": "Nov",
"Dec": "Dec",
"playlist.addedtracks": {
"one": "Added one track to playlist",
"other": "Added {{.trackCount}} tracks to playlist"
},
"x_minutes_ago": {
"one": "a minute ago",
"other": "{{.minutes}} minutes ago"
@@ -316,4 +315,4 @@
"one": "a year ago",
"other": "{{.years}} years ago"
}
}
}