[PR #2187] [CLOSED] Vue i18n (with en, es & vi) #2129

Closed
opened 2026-02-26 03:33:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/2187
Author: @pwqw
Created: 1/8/2026
Status: Closed

Base: masterHead: vue-i18n


📝 Commits (2)

  • b741203 feat: add localization support with English and Spanish language files
  • 81dcf0a feat: thêm hỗ trợ ngôn ngữ tiếng Việt 🐵

📊 Changes

217 files changed (+4421 additions, -1121 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

Description

Implements multilanguaje.


🔄 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/koel/koel/pull/2187 **Author:** [@pwqw](https://github.com/pwqw) **Created:** 1/8/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `vue-i18n` --- ### 📝 Commits (2) - [`b741203`](https://github.com/koel/koel/commit/b74120326dc874ca6df96f40f0ace76d2f71d50d) feat: add localization support with English and Spanish language files - [`81dcf0a`](https://github.com/koel/koel/commit/81dcf0ad44cf56e7a34a8da2effe140d872f180a) feat: thêm hỗ trợ ngôn ngữ tiếng Việt 🐵 ### 📊 Changes **217 files changed** (+4421 additions, -1121 deletions) <details> <summary>View changed files</summary> ➕ `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_ </details> ### 📄 Description <!-- Thank you for contributing to Koel! Please provide a clear description of your changes below. --> ## Description Implements multilanguaje. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:33:21 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#2129
No description provided.