Files
dragonroll/frontend/18n.config.ts
Aran Roig b69e571202
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 49s
Enough for today
2026-04-26 00:52:59 +02:00

6 lines
128 B
TypeScript

// i18n.config.ts
export default defineI18nConfig(() => ({
fallbackLocale: 'en',
missingWarn: true,
fallbackWarn: true
}))