[PR #1755] [MERGED] Localized various strings. #1683

Closed
opened 2026-04-25 00:00:35 +02:00 by adam · 0 comments
Owner

📋 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: masterHead: localize


📝 Commits (4)

  • 4620212 Localized various strings.
  • decda74 Fix unnecessary $ in getString call
  • 2a7969f Fix backButton dialog i18n strings
  • c06c17d Update 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.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf-app/pull/1755 **Author:** [@sir-wilhelm](https://github.com/sir-wilhelm) **Created:** 12/16/2025 **Status:** ✅ Merged **Merged:** 1/30/2026 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `localize` --- ### 📝 Commits (4) - [`4620212`](https://github.com/advplyr/audiobookshelf-app/commit/462021225f15f021bd50cbb69f87fbae01e56ec4) Localized various strings. - [`decda74`](https://github.com/advplyr/audiobookshelf-app/commit/decda748ba54e293a579b3b1aa4048bb3e2afb6c) Fix unnecessary $ in getString call - [`2a7969f`](https://github.com/advplyr/audiobookshelf-app/commit/2a7969fe685a6d8d2b12f2e77dbb44d07ef49ccb) Fix backButton dialog i18n strings - [`c06c17d`](https://github.com/advplyr/audiobookshelf-app/commit/c06c17d3ae2456eaa5e8d327d118012eec187297) Update HeaderWelcome to include username ### 📊 Changes **14 files changed** (+34 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:00:35 +02:00
adam closed this issue 2026-04-25 00:00:35 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#1683