mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-21 19:34:43 +02:00
Update:Select all episodes showing option #1878 & add translations to episodes modal
This commit is contained in:
parent
8140d7021a
commit
e07e2cd359
14 changed files with 195 additions and 16 deletions
|
@ -34,7 +34,7 @@ Vue.prototype.$strings = { ...enUsStrings }
|
|||
|
||||
Vue.prototype.$getString = (key, subs) => {
|
||||
if (!Vue.prototype.$strings[key]) return ''
|
||||
if (subs && Array.isArray(subs) && subs.length) {
|
||||
if (subs?.length && Array.isArray(subs)) {
|
||||
return supplant(Vue.prototype.$strings[key], subs)
|
||||
}
|
||||
return Vue.prototype.$strings[key]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue