Initial commit

This commit is contained in:
Mindboost
2025-07-01 10:53:26 +00:00
commit 38050e5c69
416 changed files with 48708 additions and 0 deletions

9
i18n.config.ts Normal file
View File

@@ -0,0 +1,9 @@
// i18n.config.ts
import { i18n } from './i18n_en_de'
export default defineI18nConfig(() => ({
escapeParameterHtml: true,
fallbackLocale: 'en',
legacy: false,
locale: 'en',
messages: i18n.messages
}))