Skip to content

Commit 6abe298

Browse files
committed
fix: i18n createInstance Refs: KEH-281
1 parent 258511a commit 6abe298

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

lib/i18n.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
import i18n from 'i18next';
1+
import { createInstance } from 'i18next';
2+
3+
const i18n = createInstance();
24

35
i18n.init({
46
fallbackLng: 'fi',

0 commit comments

Comments
 (0)