Original PR: https://github.com/advplyr/audiobookshelf-app/pull/881 Author: @Jafeyyu Created: 9/19/2023 Status: ❌ Closed
Base: master ← Head: master
master
fb8c0bf
5678e72
259ee4e
bd518cc
0f12b62
cef1353
9b349fa
00d9ac0
43 files changed (+960 additions, -990 deletions)
📝 .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)
.gitignore
android/app/src/main/java/com/audiobookshelf/app/data/DeviceClasses.kt
android/app/src/main/java/com/audiobookshelf/app/player/PlayerNotificationService.kt
components/app/AudioPlayer.vue
components/app/AudioPlayerContainer.vue
components/app/SideDrawer.vue
components/connection/ServerConnectForm.vue
components/home/BookshelfNavBar.vue
components/home/BookshelfToolbar.vue
components/modals/BookmarksModal.vue
components/modals/LibrariesModal.vue
components/modals/SleepTimerModal.vue
components/stats/DailyListeningChart.vue
components/tables/ChaptersTable.vue
components/tables/TracksTable.vue
components/tables/ebook/EbookFilesTable.vue
components/tables/podcast/EpisodeRow.vue
components/widgets/ConnectionIndicator.vue
ios/App/App/plugins/AbsDatabase.swift
ios/App/Shared/models/DeviceSettings.swift
...and 23 more files
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.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/advplyr/audiobookshelf-app/pull/881
Author: @Jafeyyu
Created: 9/19/2023
Status: ❌ Closed
Base:
master← Head:master📝 Commits (8)
fb8c0bf1.Add language settings 2.change some page with i18n 3.Add Chinese translation5678e72Merge branch 'master' of https://github.com/advplyr/audiobookshelf-app259ee4eContinue Translationbd518ccMediaSessionCallback.onSeekTo use the time of chapter,but PlayerNotificationService.seekPlayer set the time of total track0f12b62Continue Translationcef1353Merge branch 'master' of https://github.com/advplyr/audiobookshelf-app9b349faMerge branch 'master' of https://github.com/advplyr/audiobookshelf-app00d9ac0Merge branch 'master' of https://github.com/advplyr/audiobookshelf-app📊 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.