[PR #881] [CLOSED] Add language settings #1472

Closed
opened 2026-04-24 23:58:42 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf-app/pull/881
Author: @Jafeyyu
Created: 9/19/2023
Status: Closed

Base: masterHead: master


📝 Commits (8)

📊 Changes

43 files changed (+960 additions, -990 deletions)

View changed files

📝 .gitignore (+4 -1)
📝 android/app/src/main/java/com/audiobookshelf/app/data/DeviceClasses.kt (+2 -0)
📝 android/app/src/main/java/com/audiobookshelf/app/player/PlayerNotificationService.kt (+5 -0)
📝 components/app/AudioPlayer.vue (+15 -9)
📝 components/app/AudioPlayerContainer.vue (+8 -2)
📝 components/app/SideDrawer.vue (+10 -10)
📝 components/connection/ServerConnectForm.vue (+9 -10)
📝 components/home/BookshelfNavBar.vue (+10 -10)
📝 components/home/BookshelfToolbar.vue (+8 -8)
📝 components/modals/BookmarksModal.vue (+23 -14)
📝 components/modals/LibrariesModal.vue (+1 -1)
📝 components/modals/SleepTimerModal.vue (+15 -11)
📝 components/stats/DailyListeningChart.vue (+10 -10)
📝 components/tables/ChaptersTable.vue (+3 -3)
📝 components/tables/TracksTable.vue (+6 -5)
📝 components/tables/ebook/EbookFilesTable.vue (+3 -3)
📝 components/tables/podcast/EpisodeRow.vue (+3 -3)
📝 components/widgets/ConnectionIndicator.vue (+7 -7)
📝 ios/App/App/plugins/AbsDatabase.swift (+2 -0)
📝 ios/App/Shared/models/DeviceSettings.swift (+3 -1)

...and 23 more files

📄 Description

1.Add language settings
2.change some page with i18n
3.Add Chinese translation


🔄 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/881 **Author:** [@Jafeyyu](https://github.com/Jafeyyu) **Created:** 9/19/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (8) - [`fb8c0bf`](https://github.com/advplyr/audiobookshelf-app/commit/fb8c0bf797f396ad95d7cda08ff2c5f126fa4594) 1.Add language settings 2.change some page with i18n 3.Add Chinese translation - [`5678e72`](https://github.com/advplyr/audiobookshelf-app/commit/5678e720891ae189e7a2ce70aa115b0b3416d3a7) Merge branch 'master' of https://github.com/advplyr/audiobookshelf-app - [`259ee4e`](https://github.com/advplyr/audiobookshelf-app/commit/259ee4eb48da4c67bab87b9d7bc81d58fb4546cd) Continue Translation - [`bd518cc`](https://github.com/advplyr/audiobookshelf-app/commit/bd518cc94c5f8ee2bba8506529d6b9667e5cd2ea) MediaSessionCallback.onSeekTo use the time of chapter,but PlayerNotificationService.seekPlayer set the time of total track - [`0f12b62`](https://github.com/advplyr/audiobookshelf-app/commit/0f12b625a674c6225d733d4e2536fb67a6f7ab59) Continue Translation - [`cef1353`](https://github.com/advplyr/audiobookshelf-app/commit/cef1353b1516d455c891fd35b62fe392b5245bf1) Merge branch 'master' of https://github.com/advplyr/audiobookshelf-app - [`9b349fa`](https://github.com/advplyr/audiobookshelf-app/commit/9b349fada963d5d4ba325e0a1e385ca3727ba522) Merge branch 'master' of https://github.com/advplyr/audiobookshelf-app - [`00d9ac0`](https://github.com/advplyr/audiobookshelf-app/commit/00d9ac00e255bbcf183c9f3250f869bd975eb880) Merge branch 'master' of https://github.com/advplyr/audiobookshelf-app ### 📊 Changes **43 files changed** (+960 additions, -990 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+4 -1) 📝 `android/app/src/main/java/com/audiobookshelf/app/data/DeviceClasses.kt` (+2 -0) 📝 `android/app/src/main/java/com/audiobookshelf/app/player/PlayerNotificationService.kt` (+5 -0) 📝 `components/app/AudioPlayer.vue` (+15 -9) 📝 `components/app/AudioPlayerContainer.vue` (+8 -2) 📝 `components/app/SideDrawer.vue` (+10 -10) 📝 `components/connection/ServerConnectForm.vue` (+9 -10) 📝 `components/home/BookshelfNavBar.vue` (+10 -10) 📝 `components/home/BookshelfToolbar.vue` (+8 -8) 📝 `components/modals/BookmarksModal.vue` (+23 -14) 📝 `components/modals/LibrariesModal.vue` (+1 -1) 📝 `components/modals/SleepTimerModal.vue` (+15 -11) 📝 `components/stats/DailyListeningChart.vue` (+10 -10) 📝 `components/tables/ChaptersTable.vue` (+3 -3) 📝 `components/tables/TracksTable.vue` (+6 -5) 📝 `components/tables/ebook/EbookFilesTable.vue` (+3 -3) 📝 `components/tables/podcast/EpisodeRow.vue` (+3 -3) 📝 `components/widgets/ConnectionIndicator.vue` (+7 -7) 📝 `ios/App/App/plugins/AbsDatabase.swift` (+2 -0) 📝 `ios/App/Shared/models/DeviceSettings.swift` (+3 -1) _...and 23 more files_ </details> ### 📄 Description 1.Add language settings 2.change some page with i18n 3.Add Chinese translation --- <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-24 23:58:42 +02:00
adam closed this issue 2026-04-24 23:58:42 +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#1472