mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-19 05:03:32 +08:00
@@ -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,
|
||||
|
||||
2
i18next/i18next.d.ts
vendored
2
i18next/i18next.d.ts
vendored
@@ -125,5 +125,5 @@ declare namespace I18next {
|
||||
declare module 'i18next' {
|
||||
var i18n:I18next.I18n;
|
||||
|
||||
export = i18n;
|
||||
export default i18n;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user