mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-04 01:54:33 +02:00
Add home page shelf translation strings #448
This commit is contained in:
parent
e3aa96cbd5
commit
1cf01a5d12
18 changed files with 120 additions and 1 deletions
|
@ -279,7 +279,7 @@ export default {
|
|||
return item?.text || 'Error'
|
||||
},
|
||||
languageOption() {
|
||||
return this.languageOptionItems.find((i) => i.value === this.settings.languageCode)?.text || 'English'
|
||||
return this.languageOptionItems.find((i) => i.value === this.settings.languageCode)?.text || ''
|
||||
},
|
||||
sleepTimerLengthOption() {
|
||||
if (!this.settings.sleepTimerLength) return this.$strings.LabelEndOfChapter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue