From 8cf3af324024d9e8957feeca06e8f7529f0bbfdf Mon Sep 17 00:00:00 2001 From: ruslanmogilevskiy Date: Mon, 13 Oct 2014 18:20:13 +0300 Subject: [PATCH] Update i18next.d.ts Fix the global variable name from i18next to i18n --- i18next/i18next.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18next/i18next.d.ts b/i18next/i18next.d.ts index 54bd439f4..512b3fdd4 100644 --- a/i18next/i18next.d.ts +++ b/i18next/i18next.d.ts @@ -126,4 +126,4 @@ interface JQuery { i18n: (options?: I18nextOptions) => void; } -declare var i18next: I18nextStatic; +declare var i18n: I18nextStatic;