Add home page shelf translation strings #448

This commit is contained in:
advplyr 2023-12-11 17:42:29 -06:00
parent e3aa96cbd5
commit 1cf01a5d12
18 changed files with 120 additions and 1 deletions

View file

@ -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