Update i18next.d.ts

Fix the global variable name from i18next to i18n
This commit is contained in:
ruslanmogilevskiy 2014-10-13 18:20:13 +03:00
parent bba33bcb0b
commit 8cf3af3240

View File

@ -126,4 +126,4 @@ interface JQuery {
i18n: (options?: I18nextOptions) => void;
}
declare var i18next: I18nextStatic;
declare var i18n: I18nextStatic;