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 258511a commit 6abe298Copy full SHA for 6abe298
1 file changed
lib/i18n.ts
@@ -1,4 +1,6 @@
1
-import i18n from 'i18next';
+import { createInstance } from 'i18next';
2
+
3
+const i18n = createInstance();
4
5
i18n.init({
6
fallbackLng: 'fi',
0 commit comments