mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-16 00:27:49 +02:00
Set up i18n
This commit is contained in:
2
vite.config.js
vendored
2
vite.config.js
vendored
@ -1,6 +1,7 @@
|
||||
import { defineConfig } from 'vite';
|
||||
import laravel from 'laravel-vite-plugin';
|
||||
import vue from '@vitejs/plugin-vue';
|
||||
import i18n from 'laravel-vue-i18n/vite';
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [
|
||||
@ -25,6 +26,7 @@ export default defineConfig({
|
||||
},
|
||||
},
|
||||
}),
|
||||
i18n('resources/lang'),
|
||||
],
|
||||
resolve: {
|
||||
alias: {
|
||||
|
Reference in New Issue
Block a user