add translations for playlist add toast

This commit is contained in:
Drew Weymouth
2025-01-05 13:31:45 -08:00
parent 18913780bf
commit dd92d64143
13 changed files with 83 additions and 20 deletions
+6 -1
View File
@@ -239,5 +239,10 @@
"Sept": "Sept",
"Oct": "Okt",
"Nov": "Nov",
"Dec": "Dec"
"Dec": "Dec",
"playlist.addedtracks": {
"one": "Added {{.trackCount}} track to playlist",
"other": "Added {{.trackCount}} tracks to playlist"
}
}