feat: 添加日语和韩语国际化,并且优化语言相关代码

This commit is contained in:
algerkong
2025-07-26 23:32:58 +08:00
parent b7a58a0073
commit 306215669d
41 changed files with 1953 additions and 178 deletions
-29
View File
@@ -1,29 +0,0 @@
import artist from './artist';
import common from './common';
import comp from './comp';
import donation from './donation';
import download from './download';
import favorite from './favorite';
import history from './history';
import login from './login';
import player from './player';
import search from './search';
import settings from './settings';
import songItem from './songItem';
import user from './user';
export default {
common,
donation,
favorite,
history,
login,
player,
search,
settings,
songItem,
user,
download,
comp,
artist
};