mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 08:06:43 +08:00
更新国际化支持:调整多个组件中的文本引入,优化语言切换和翻译功能,删除不再使用的类型文件。
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ export default defineConfig({
|
||||
vueTemplate: true,
|
||||
}),
|
||||
VueI18n({
|
||||
include: [resolve(__dirname, 'src/locales/**')],
|
||||
include: [resolve(__dirname, 'src/locales/*.ts')],
|
||||
}),
|
||||
VitePWA({
|
||||
injectRegister: 'script',
|
||||
|
||||
Reference in New Issue
Block a user