mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-11 03:41:42 +00:00
Update sort display translation strings, update podcast episode queue strings to use translation
This commit is contained in:
parent
02f06ccd68
commit
a2c2eef11d
8 changed files with 18 additions and 17 deletions
|
|
@ -96,7 +96,7 @@ export default {
|
|||
displaySortLine() {
|
||||
switch (this.orderBy) {
|
||||
case 'addedAt':
|
||||
return `${this.$strings.LabelAdded} ${this.$formatDate(this.addedAt, this.dateFormat)}`
|
||||
return this.$getString('LabelAddedDate', [this.$formatDate(this.addedAt, this.dateFormat)])
|
||||
case 'totalDuration':
|
||||
return `${this.$strings.LabelDuration} ${this.$elapsedPrettyExtended(this.totalDuration, false)}`
|
||||
case 'lastBookUpdated':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue