fix(i18n): restore missing translations and enable Suspense loading

This commit is contained in:
Codex Agent
2026-01-07 20:50:09 +01:00
parent 5866a0826c
commit 44f4a7656b
7 changed files with 2144 additions and 4324 deletions

View File

@@ -32,7 +32,7 @@ i18n
loadPath: '/lang/{{lng}}/{{ns}}.json?v=20251222',
},
react: {
useSuspense: false,
useSuspense: true,
},
});