[PR #667] [CLOSED] feat: 新增i18n支持,英语、日语、韩语、俄语 #572

Closed
opened 2026-02-27 07:12:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imsyy/SPlayer/pull/667
Author: @kazukokawagawa
Created: 12/26/2025
Status: Closed

Base: devHead: dev-i18n


📝 Commits (8)

  • e2d0fc7 feat: 新增i18n支持,英语、日语、韩语、俄语
  • 59b2530 🐞 fix: 修复build失败和听哈基米的话
  • e0d0bb3 feat: 歌词界面Ctrl+鼠标滚轮调节歌词大小
  • f00c121 🐞 fix: 修复未使用的翻译键
  • 51933ae Merge branch 'dev' into dev-i18n
  • 0d1732d feat: 添加无边框窗口模式的国际化支持
  • 0e2802a 🦄 refactor: 优化项目结构 & 更多i18n化
  • e2983a9 完善类型

📊 Changes

87 files changed (+6860 additions, -1168 deletions)

View changed files

📝 components.d.ts (+7 -7)
📝 package.json (+1 -0)
📝 pnpm-lock.yaml (+44 -4)
📝 src/components/Layout/Menu.vue (+30 -13)
📝 src/components/Layout/Nav.vue (+22 -18)
📝 src/components/Layout/User.vue (+15 -12)
📝 src/components/List/ArtistList.vue (+3 -1)
📝 src/components/List/CommentList.vue (+4 -1)
📝 src/components/List/CoverList.vue (+2 -1)
📝 src/components/List/ListDetail.vue (+12 -9)
📝 src/components/List/SongList.vue (+32 -17)
📝 src/components/Menu/SongListMenu.vue (+45 -43)
📝 src/components/Modal/AutoClose.vue (+9 -5)
📝 src/components/Modal/DownloadModal.vue (+20 -17)
📝 src/components/Modal/Playlist/BatchList.vue (+26 -24)
📝 src/components/Modal/Playlist/CreatePlaylist.vue (+18 -15)
📝 src/components/Modal/Playlist/PlaylistAdd.vue (+14 -11)
📝 src/components/Modal/Playlist/UpdatePlaylist.vue (+16 -11)
📝 src/components/Modal/Setting/AMLLServer.vue (+12 -9)
📝 src/components/Modal/Setting/ExcludeLyrics.vue (+35 -21)

...and 67 more files

📄 Description

No description provided


🔄 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/imsyy/SPlayer/pull/667 **Author:** [@kazukokawagawa](https://github.com/kazukokawagawa) **Created:** 12/26/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dev-i18n` --- ### 📝 Commits (8) - [`e2d0fc7`](https://github.com/imsyy/SPlayer/commit/e2d0fc792c097e7af7b8eab81e04857c44c93ec3) ✨ feat: 新增i18n支持,英语、日语、韩语、俄语 - [`59b2530`](https://github.com/imsyy/SPlayer/commit/59b25302fd587f88c2bc764fc6824d07126ffa17) 🐞 fix: 修复build失败和听哈基米的话 - [`e0d0bb3`](https://github.com/imsyy/SPlayer/commit/e0d0bb3d47aae7d817b0c2ecaa74edaa2f33bf07) ✨ feat: 歌词界面Ctrl+鼠标滚轮调节歌词大小 - [`f00c121`](https://github.com/imsyy/SPlayer/commit/f00c1213aa41f32a77c48d30ecfb696194f1753c) 🐞 fix: 修复未使用的翻译键 - [`51933ae`](https://github.com/imsyy/SPlayer/commit/51933ae2a49dd9192ce84538359fd0a0925eea05) Merge branch 'dev' into dev-i18n - [`0d1732d`](https://github.com/imsyy/SPlayer/commit/0d1732da59759a0ea9b9d3ebcc9076c339bec3ee) ✨ feat: 添加无边框窗口模式的国际化支持 - [`0e2802a`](https://github.com/imsyy/SPlayer/commit/0e2802ac8a0e8bd7b168c2abbb6994dd759132fa) 🦄 refactor: 优化项目结构 & 更多i18n化 - [`e2983a9`](https://github.com/imsyy/SPlayer/commit/e2983a944fc02b9d7aeb4893f72e4aa06c7148fc) 完善类型 ### 📊 Changes **87 files changed** (+6860 additions, -1168 deletions) <details> <summary>View changed files</summary> 📝 `components.d.ts` (+7 -7) 📝 `package.json` (+1 -0) 📝 `pnpm-lock.yaml` (+44 -4) 📝 `src/components/Layout/Menu.vue` (+30 -13) 📝 `src/components/Layout/Nav.vue` (+22 -18) 📝 `src/components/Layout/User.vue` (+15 -12) 📝 `src/components/List/ArtistList.vue` (+3 -1) 📝 `src/components/List/CommentList.vue` (+4 -1) 📝 `src/components/List/CoverList.vue` (+2 -1) 📝 `src/components/List/ListDetail.vue` (+12 -9) 📝 `src/components/List/SongList.vue` (+32 -17) 📝 `src/components/Menu/SongListMenu.vue` (+45 -43) 📝 `src/components/Modal/AutoClose.vue` (+9 -5) 📝 `src/components/Modal/DownloadModal.vue` (+20 -17) 📝 `src/components/Modal/Playlist/BatchList.vue` (+26 -24) 📝 `src/components/Modal/Playlist/CreatePlaylist.vue` (+18 -15) 📝 `src/components/Modal/Playlist/PlaylistAdd.vue` (+14 -11) 📝 `src/components/Modal/Playlist/UpdatePlaylist.vue` (+16 -11) 📝 `src/components/Modal/Setting/AMLLServer.vue` (+12 -9) 📝 `src/components/Modal/Setting/ExcludeLyrics.vue` (+35 -21) _...and 67 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 07:12: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/SPlayer#572
No description provided.