mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-27 22:04:08 +02:00
Add home page shelf translation strings #448
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user