Skip to content

Commit 2fa9343

Browse files
committed
Update internationalization.js
1 parent cfeb604 commit 2fa9343

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/core/internationalization.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,4 @@ i18next
1313
})
1414
.catch(e => `Translations failed to load (${e})`);
1515

16-
export default () => {
17-
return i18next.t.apply(arguments);
18-
};
16+
export default i18next.t;

0 commit comments

Comments
 (0)