We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f5537a commit 7e2dc9aCopy full SHA for 7e2dc9a
apps/website/docs/guide/11-localization/01-introduction.mdx
@@ -65,9 +65,6 @@ You can customize the i18n plugin by passing options to it:
65
```ts
66
import { defineConfig } from 'commandkit';
67
import { i18n } from '@commandkit/i18n';
68
-// Import any i18next plugins you want to use
69
-import Backend from 'i18next-fs-backend';
70
-import { initReactI18next } from 'react-i18next';
71
72
export default defineConfig({
73
plugins: [
0 commit comments