Update sort display translation strings, update podcast episode queue strings to use translation

This commit is contained in:
advplyr 2024-08-30 17:08:21 -05:00
parent 02f06ccd68
commit a2c2eef11d
8 changed files with 18 additions and 17 deletions

View file

@ -377,7 +377,7 @@ export default {
episodeId: episode.id,
title: episode.title,
subtitle: libraryItem.media.metadata.title,
caption: episode.publishedAt ? `Published ${this.$formatDate(episode.publishedAt, this.dateFormat)}` : 'Unknown publish date',
caption: episode.publishedAt ? this.$getString('LabelPublishedDate', [this.$formatDate(episode.publishedAt, this.dateFormat)]) : this.$strings.LabelUnknownPublishDate,
duration: episode.audioFile.duration || null,
coverPath: libraryItem.media.coverPath || null
}