i18n setup

This commit is contained in:
stanig2106
2025-08-13 22:33:12 +02:00
parent 80f093958a
commit cf5cc19fd5
34 changed files with 5159 additions and 1634 deletions

9
frontend/frontend.iml Normal file
View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

View File

@@ -1,4 +1,4 @@
import { defineConfig } from 'vite'
import {defineConfig} from 'vite'
import vue from '@vitejs/plugin-vue'
import path from 'path'
import frappeui from 'frappe-ui/vite'
@@ -25,7 +25,7 @@ export default defineConfig({
}),
],
server: {
allowedHosts: ['fs', 'per2'],
allowedHosts: ['lms.localhost', 'fs', 'per2'],
},
resolve: {
alias: {