Skip to content

Commit b7a5865

Browse files
committed
fix(app): i18next default namespace and init
closes #1642
1 parent cad0faa commit b7a5865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/engines/i18n.engine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// https://github.com/i18next/i18next/blob/master/CHANGELOG.md#1700
2-
const i18next = require('i18next').default;
2+
const i18next = require('i18next');
33

44
import {
55
TRANSLATION_BG_BG,

0 commit comments

Comments
 (0)