mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 21:49:48 -05:00
[web] Reorganise i18n
This commit is contained in:
@@ -16,7 +16,7 @@ export default defineConfig({
|
||||
plugins: [
|
||||
vue(),
|
||||
i18n({
|
||||
include: path.resolve(__dirname, './src/locales/**')
|
||||
include: path.resolve(__dirname, './src/i18n/**.json')
|
||||
})
|
||||
],
|
||||
build: {
|
||||
|
||||
Reference in New Issue
Block a user