Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ To get started, install the necessary packages:
After installation, set up your i18next instance with Tolgee and Vue integration:

```ts
import { withTolgee, I18nextPlugin, DevTools } from '@tolgee/i18next';
import { withTolgee, I18nextPlugin, DevTools, Tolgee } from '@tolgee/i18next';
import i18next from 'i18next';
import ICU from 'i18next-icu';
import VueI18Next from '@panter/vue-i18next';
Expand Down Expand Up @@ -60,4 +60,4 @@ You can now use the features of [@panter/vue-i18next](https://panter.github.io/v

Feel free to explore the example application for more advanced usage and integration patterns.

<ExampleBanner framework="i18next" appName="vue-i18next" />
<ExampleBanner framework="i18next" appName="vue-i18next" />