mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[PR #2191] [CLOSED] Vue i18n (implements internationalization en, es and vi) #2133
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#2133
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/koel/koel/pull/2191
Author: @pwqw
Created: 1/9/2026
Status: ❌ Closed
Base:
master← Head:master📝 Commits (3)
ebc7788feat: add localization support with English and Spanish language filesfe3a424feat: thêm hỗ trợ ngôn ngữ tiếng Việt 🐵5552704fix: call useI18n at top level of setup functions📊 Changes
214 files changed (+4348 additions, -1101 deletions)
View changed files
➕
app/Http/Middleware/SetLocaleFromBrowser.php(+82 -0)📝
bootstrap/app.php(+3 -0)📝
package.json(+1 -0)📝
pnpm-lock.yaml(+45 -0)📝
resources/assets/js/__tests__/TestHarness.ts(+16 -0)📝
resources/assets/js/app.ts(+16 -0)📝
resources/assets/js/components/album/AlbumCard.spec.ts(+2 -2)📝
resources/assets/js/components/album/AlbumCard.vue(+11 -8)📝
resources/assets/js/components/album/AlbumContextMenu.spec.ts(+6 -6)📝
resources/assets/js/components/album/AlbumContextMenu.vue(+9 -6)📝
resources/assets/js/components/album/AlbumInfo.vue(+5 -2)📝
resources/assets/js/components/album/AlbumListSorter.spec.ts(+6 -5)📝
resources/assets/js/components/album/AlbumListSorter.vue(+7 -4)📝
resources/assets/js/components/album/AlbumTrackList.vue(+4 -1)📝
resources/assets/js/components/album/AlbumTrackListItem.vue(+3 -1)📝
resources/assets/js/components/album/EditAlbumForm.spec.ts(+10 -10)📝
resources/assets/js/components/album/EditAlbumForm.vue(+16 -13)📝
resources/assets/js/components/album/__snapshots__/AlbumCard.spec.ts.snap(+2 -2)📝
resources/assets/js/components/artist/ArtistCard.vue(+7 -4)📝
resources/assets/js/components/artist/ArtistContextMenu.vue(+7 -6)...and 80 more files
📄 Description
Thank you for everything!
Sorry for the inconvenience.
I hope my changes are helpful, and there's no obligation to merge them. You can perform, test, change, and sign them freely without my consent or attribution.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.