Original PR: https://github.com/advplyr/audiobookshelf-app/pull/1755 Author: @sir-wilhelm Created: 12/16/2025 Status: ✅ Merged Merged: 1/30/2026 Merged by: @advplyr
Base: master ← Head: localize
master
localize
4620212
decda74
2a7969f
c06c17d
14 files changed (+34 additions, -29 deletions)
📝 components/app/SideDrawer.vue (+1 -4) 📝 components/connection/ServerConnectForm.vue (+2 -2) 📝 components/modals/ItemMoreMenuModal.vue (+4 -4) 📝 components/modals/SleepTimerModal.vue (+1 -1) 📝 components/tables/podcast/EpisodesTable.vue (+2 -2) 📝 mixins/cellularPermissionHelpers.js (+1 -1) 📝 pages/bookshelf/series/_id.vue (+1 -1) 📝 pages/item/_id/_episode/index.vue (+4 -4) 📝 pages/item/_id/index.vue (+3 -3) 📝 pages/localMedia/folders/_id.vue (+1 -1) 📝 pages/localMedia/folders/index.vue (+1 -1) 📝 pages/localMedia/item/_id.vue (+3 -3) 📝 plugins/init.client.js (+2 -2) 📝 strings/en-us.json (+8 -0)
components/app/SideDrawer.vue
components/connection/ServerConnectForm.vue
components/modals/ItemMoreMenuModal.vue
components/modals/SleepTimerModal.vue
components/tables/podcast/EpisodesTable.vue
mixins/cellularPermissionHelpers.js
pages/bookshelf/series/_id.vue
pages/item/_id/_episode/index.vue
pages/item/_id/index.vue
pages/localMedia/folders/_id.vue
pages/localMedia/folders/index.vue
pages/localMedia/item/_id.vue
plugins/init.client.js
strings/en-us.json
Added localized strings for various non translated items.
Multiple Confirm titles and their corresponding message, welcome, and media type dropdown.
Fixes #1754
Impacts both, it's shared vue code only (some items only impact Android).
Just swapped out the hard-coded strings for localized counterparts.
Tested the changes on the android emulator.
n/a
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/advplyr/audiobookshelf-app/pull/1755
Author: @sir-wilhelm
Created: 12/16/2025
Status: ✅ Merged
Merged: 1/30/2026
Merged by: @advplyr
Base:
master← Head:localize📝 Commits (4)
4620212Localized various strings.decda74Fix unnecessary $ in getString call2a7969fFix backButton dialog i18n stringsc06c17dUpdate HeaderWelcome to include username📊 Changes
14 files changed (+34 additions, -29 deletions)
View changed files
📝
components/app/SideDrawer.vue(+1 -4)📝
components/connection/ServerConnectForm.vue(+2 -2)📝
components/modals/ItemMoreMenuModal.vue(+4 -4)📝
components/modals/SleepTimerModal.vue(+1 -1)📝
components/tables/podcast/EpisodesTable.vue(+2 -2)📝
mixins/cellularPermissionHelpers.js(+1 -1)📝
pages/bookshelf/series/_id.vue(+1 -1)📝
pages/item/_id/_episode/index.vue(+4 -4)📝
pages/item/_id/index.vue(+3 -3)📝
pages/localMedia/folders/_id.vue(+1 -1)📝
pages/localMedia/folders/index.vue(+1 -1)📝
pages/localMedia/item/_id.vue(+3 -3)📝
plugins/init.client.js(+2 -2)📝
strings/en-us.json(+8 -0)📄 Description
Brief summary
Added localized strings for various non translated items.
Multiple Confirm titles and their corresponding message, welcome, and media type dropdown.
Which issue is fixed?
Fixes #1754
Pull Request Type
Impacts both, it's shared vue code only (some items only impact Android).
In-depth Description
Just swapped out the hard-coded strings for localized counterparts.
How have you tested this?
Tested the changes on the android emulator.
Screenshots
n/a
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.