mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
Fix i18next import
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
///<reference path="./i18next-sprintf-postprocessor.d.ts"/>
|
||||
|
||||
import * as i18next from "i18next";
|
||||
import i18next from "i18next";
|
||||
import * as sprintfA from "i18next-sprintf-postprocessor";
|
||||
import sprintfB from "i18next-sprintf-postprocessor/dist/commonjs";
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
/// <reference path="../jquery/jquery.d.ts" />
|
||||
/// <reference path="i18next.d.ts" />
|
||||
|
||||
import * as i18n from 'i18next';
|
||||
import i18n from 'i18next';
|
||||
|
||||
i18n.init({
|
||||
debug: true,
|
||||
|
||||
Reference in New Issue
Block a user