优化
This commit is contained in:
8
client/web/plugins/com.msgbyte.music/src/translate.ts
Normal file
8
client/web/plugins/com.msgbyte.music/src/translate.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { localTrans } from '@capital/common';
|
||||
|
||||
export const Translate = {
|
||||
musicpanel: localTrans({
|
||||
'zh-CN': '在线听音乐',
|
||||
'en-US': 'YesPlayMusic',
|
||||
}),
|
||||
};
|
||||
Reference in New Issue
Block a user